No, we can’t add padding there.
No, it is not changed yet but will update you here when it will be changed.
I am not sure why it’s happening but you can clearly see the error is in the plugin file.
You are most welcome here 🙂
Solution for this topic
Hi @davidsatta,
I hope you are well today and thank you for your question.
This is happening because you are using the below custom CSS code in the style.css file of the child theme so please remove it to resolve the issue.
.container { padding-left: 0!important; padding-right: 0!important; }
Best regards,
Shufflehound team
You are most welcome here 🙂
Hi Jos,
I hope you are well today and thank you for your question.
Could you please share your site URL where it’s displaying so that I can help you to delete it?
Best regards,
Shufflehound team
To help us keep support thread separates could you please create a 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 a reference to this thread in your newly created thread.
We would be more than happy to help you with your new thread.
It seems from your attached screenshot that you are using a Beaver builder instead you should use the WPBakery page builder.
You are most welcome here 🙂
You are most welcome here 🙂
Solution for this topic
Hi @Mai Quoc Khanh,
I hope you are well today and thank you for your question.
You can achieve it using the custom plugin solution shared in the below topic.
https://support.shufflehound.com/forums/topic/sliding-menu-from-right/#post-19426
Best regards,
Shufflehound team
Hi @willdthrill,
I hope you are well today and thank you for your question.
You can try achieving this by configuring row to full width as described on the below pages.
https://wpbakery.com/video-academy/full-width-row/36_row_stretch/
Best regards,
Shufflehound team
Solution for this topic
Hi @a2nl2enyc,
I hope you are well today and thank you for your question.
If you are using the Blog Posts element of WPBakery page builder then you can control it by using the Blog Posts element option as shown in the attached screenshot.
Best regards,
Shufflehound team
You are most welcome here 🙂
Solution for this topic
Ok I have attached 2 screenshots from mobile view. I have circled on the post where the read more button should be.
The theme doesn’t display any read more button there so don’t provide an option to do it.
The other screenshot is of my footer. Those are supposed to be social icons but as you can see they are not displaying properly. (Note I do not have real url’s connected to them yet. Is that why they are not showing properly?
You can display 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-footer .sh-footer-widgets a.sh-social-widgets-item i { color: #9E9E9E !important; }
Oh and also how do I add/change border color around my slider images? And static images? Ive tried different ways and its not working. And can I add texts to my slider images? Thank you!
To help us keep support thread separates could you please create a 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 a reference to this thread in your newly created thread.
We would be more than happy to help you with your new thread.
Hi @daptee,
I hope you are well today and thank you for your question.
The titlebar code is in the below theme file and the functions called in the file.
/jevelin/inc/templates/titlebar.php
Best regards,
Shufflehound team
Hi @chenpan,
I hope you are well today and thank you for your questions.
ICONs not displaying properly: See the attachments, some icons are not available.
Could you please tell me where exactly you are getting that screen so that I can troubleshoot it?
And I guess it’s the reason why “blockquote:before” is a “66”.
No, this is how the blockquote icon displays.
I can not choose to use “read_more” instead of “excerpt”, is there any way to do it without changing the codes?
I am not sure where you want to choose it and what exactly you want to achieve so could you please describe it a bit more in detail?
Best regards,
Shufflehound team
I visited your shared site and saw it is not working because of the javascript error occurred in the geodirectory plugin file as shown in the attached screenshot.
Could you please contact the geodirectory plugin support to know why the plugin file is generating a javascript error?
Solution for this topic
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
html[dir="rtl"] .header-logo img { display: none; } html[dir="rtl"] .header-logo .sh-table-cell { background: url('https://goodnews-eg.org/wp-content/uploads/2019/09/new-logo-ar.png') no-repeat; height: 110px; width: 200px; max-width: 100%; background-size: contain; } html[dir="rtl"] .sh-sticky-header-active .sh-table-cell { height: 80px; }