I hope you are well today and thank you for your question.
Yes you can use your purchased version of Visual Composer instead of theme bundled without any issue.
Best regards,
Shufflehound team
Solution for this topic
You can display three columns on category pages by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.archive.category .content-with-sidebar-right .blog-style-grid article { width: 33.3%; }
You are most welcome here 🙂
Hi Tiina,
I hope you are well today and thank you for your question.
It seems when adding eg. a page widget to a column in visual composer, it does not work properly but only displays some of the widgets it is supposed to. Can you tell what is wrong, why some widgets are visible while others aren’t? Eg. tags are visible but recent posts, archives etc. arent.
Could you please share me the screenshot of the screen where you have added widgets and also share me the page URL from your site where it is supposed to display so that i can help you?
Mobile width. I’ve been reading the posts on this forum but they don’t seem to fix my problem. How can I make the mobile view full width from side to side without any padding and leave the desktop boxed as it is?
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
@media (max-width: 1025px){ #page-container .container.entry-content { max-width: 100% !important; } }
In Gillion demos there is a left/right mix style for categories. I’d like to use it in post grid but cannot seem to be able to make it in grid builder. Is it only available to categories style?
Yes
Best regards,
Shufflehound team
Hi @cryptoG,
I hope you are well today and thank you for your question.
You can disable dropdown animation by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.sh-nav ul.sub-menu { height: auto !important; opacity: 1 !important; }
Best regards,
Shufflehound team
Solution for this topic
I can see it is not working on your site due to CSS specificity issue but you can make it work by using below custom CSS code instead of above.
#wrapper > .sh-page-layout-default { padding-top: 30px !important; }
Hi @jonsierra,
I hope you are well today and thank you for your question.
I can see in your shared screenshot that it is happening because of the Front end editor plugin you are using on your site and not by the Jevelin theme.
Please either disable that plugin or contact the plugin author to resolve the issue.
Best regards,
Shufflehound team
Sorry to hear of the problem you are having.
Could you please share me your site URL where it’s happening so that i can troubleshoot it?
Also Would you mind if i log in to your site and do some troubleshooting? If this is ok then could you please share me your site log in details privately by adding them in the box having text “Click here to share private content. Only you and forum moderators will bee able see it.”?
Hi @kevindmichels,
I hope you are well today and thank you for your question.
To achieve this you can try using widget provided by any of the following plugins in the footer widget area.
https://wordpress.org/plugins/wp-twitter-feeds/
https://wordpress.org/plugins/easy-twitter-feed-widget/
https://wordpress.org/plugins/ai-twitter-feeds/
https://www.sourcewp.com/best-twitter-feed-wordpress-widget-plugins/
Best regards,
Shufflehound team
No i didn’t get it so please share it again and also share it on [email protected]
Awesome great to see you got that figured out.
Please advise if you have more questions.
Have a fantastic day!
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.woocommerce .sh-woo-post-content-container { box-shadow: 0px 3px 13px 1px #bbb; } .woocommerce ul.products li.product .add_to_cart_button:after{ background: #f5614d; border-radius: 100%; color: #fff; margin-left: 5px; display: inline-block; vertical-align: middle; padding: 20px 12px; }
Solution for this topic
One more question, sorry – do you know how can I also remove the heading as highlighted on the screenshot on the titlebar when the format is the default heading (but keeping the breadcrumbs)?
To achieve this please use the below custom CSS code.
.page .sh-titlebar .titlebar-title h1 { display: none; }
To help us keep support thread separates could you please create new thread for each of your other questions instead of asking them in your single thread as it makes the thread messy and hard to read.
If you want to you can also add reference of this thread in your newly created thread.
We would be more than happy to help you on your new thread.
Hi Rocio,
Thank you for your questions.
Yes it seems possible to achieve this.
Could you please share me the page URL from your site where it is displaying so that i can help you to achieve it?
Best regards,
Shufflehound team
Hi Rocio,
Thank you for your question.
Could you please share me the page URL from your site where it is displaying so that i can help you to achieve it?
Best regards,
Shufflehound team
Solution for this topic
Hi Rocio,
I hope you are well today and thank you for your question.
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.page-id-8412 #wrapper > .sh-page-layout-default { padding-top: 0; }
Best regards,
Shufflehound team
Solution for this topic
Hi @zeynlambat,
I hope you are well today and thank you for your question.
The issue is fixed in the following latest version of theme so please update the theme on your site to the latest version.
Please login to access this file
Best regards,
Shufflehound team
Hi @daptee,
I hope you are well today and thank you for your question.
Could you please share me the page URL from your site where it is not displaying correctly so that i can troubleshoot it?
Best regards,
Shufflehound team
I tried to access your shared site but it is displaying 500Â Internal Server Error for me.
Please make sure the site is accessible and also tell me which elements of footer widget do you want to change styling?
We will develop the feature to slide it instead of locking in the future version of theme.