I didn’t understand your question.
Do you want me to import demo content on your site?
You are most welcome here 🙂
Please share me the screenshots of how you are changing it.
I logged into your shared site and found out that the mega menu doesn’t work for category menu because it conflicts with Popup Maker plugin.
It works fine if Popup Maker plugin is deactivated so please contact Popup Maker plugin developer to disable its functionality for category menu items.
Hi @medeaweb,
I hope you are well today and thank you for your question.
The ago text is translation ready and you can translate it by either translating the theme as described here https://support.shufflehound.com/theme-translation/ or using any of the following plugins to change it.
https://wordpress.org/plugins/say-what/
https://wordpress.org/plugins/real-time-find-and-replace/
In the “min read” text the “read” word is translation ready and you can translate it as described above.
Best regards,
Shufflehound team
Solution for this topic
In this case to remove the whole text. Just keep the Headline ‘Leave a Reply’. How to achieve?
Please use below CSS code to achieve this.
.sh-comment-form p.logged-in-as, .sh-comment-form p.must-log-in { display: none; }
… and sorry forgot. Further more if send an empty comment field you get redirect to a page where an error message occurs. Is it possible no redirection instead to stay on the same page and the error message occurs in comment field?
To achieve this, you have to develop custom code.
Developing custom code for custom functionality is beyond the scope of support that we provide here.
If you are not a developer then you can consider hiring a developer to develop it for you. You can hire a developer from any freelance site. Shufflehound recommends the developer https://www.upwork.com/freelancers/~011652ffec8865c6d5
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
.sh-comment-form p.must-log-in { font-size: 0; } .sh-comment-form p.must-log-in:before { content: "You must be logged in to post a comment."; font-size: 15px; }
Hi @piac1212,
Thank you for your question.
Could you please share me your site URL where it’s displaying so that I can help you to remove it?
Best regards,
Shufflehound team
Hi @piac1212,
I hope you are well today and thank you for your question.
You can either import creative demo content on your site or create page having two columns side by side and add Heading & Text content elements in first column and in the second column add text and contact form content elements and configure them.
Best regards,
Shufflehound team
Hi @jlapinsky,
I hope you are well today and thank you for your question.
The slider revolution plugin bundled with the theme doesn’t contain templates and you have to purchase the plugin separately to use it.
Best regards,
Shufflehound team
It is generated by SVG tags so we can’t change it without modifying tags.
Solution for this topic
Please use below custom CSS code to achieve this.
.sh-portfolio-filter-default .sh-filter-item[data-filter="*"], .sh-portfolio-filter-default .sh-filter-item[data-filter=".category-commissions"], .sh-portfolio-filter-default .sh-filter-item[data-filter=".category-videos"] { float: left; padding-right: 10px; }
Hi @davey1975,
Thank you for your question.
It is also displaying left justified for me on chrome browser and it seems happening because of custom CSS code that you are using on your site using YellowPencil Plugin so please remove it to resolve the issue.
Best regards,
Shufflehound team
Solution for this topic
Hi @davey1975,
I hope you are well today and thank you for your question.
The cart dropdown displays fine for me as shown in the attached screenshot on hovering over the cart.
You need to add products in the cart to display them in the cart dropdown.
Best regards,
Shufflehound team
Thank you for you kind words.
One last question. I’m currently building my site on a test server and will need to migrate it to the production server later on. What plugin do you recommend for successful migrations that integrate well with the Jevelin plugin?
Migration plugin does not need to integrate with theme and you can use any migration plugin but we recommend below simple plugin.
Hi @e13,
I hope you are well today and thank you for your question.
You can remove it by editing the slider or 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
.rev_slider .tp-parallax-wrap.tp-parallax-container { display: none !important; }
Best regards,
Shufflehound team
Awesome great to see you got the issue figured out.
Please advise if you have more questions.
Have a fantastic day!
You are most welcome here 🙂
You are most welcome here 🙂
It is generated by WordPress function comment_form use din the below theme file.
/gillion/comments.php
To modify it you have to overwrite this file in the Gillion child theme and modify arguments of comment_form function.