Glad, it is working fine for you now!
Please advise if you have more questions.
Have a fantastic day!
You are most welcome here š
Solution for this topic
I have one more question ā the date and login (or log out) displays on the top right corner of the header are visible only on hover. Can I make these permanently visible somehow? As a default, only the separator is visible which could be confounding to the viewerā¦
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
#page-container .header-social-media a, #page-container .sh-header-top-date { color: rgba(61,61,61,0.69); }
You are most welcome here š
Would you mind if I log in to your site and do quick troubleshooting? If this is ok then could you please temporarily create an admin user account and share the account login details privately by adding them in the box having text “Enter your private content here (only you and forum moderators will be able to see it)”?
Could you please try setting the original logo size in the theme header options as shown in the attached screenshots?
Hi @voituski,
I hope you are well today and thank you for your question.
I visited your website and It seems you are using an older version of the theme on your website so please update it to the below latest version as described hereĀ https://support.shufflehound.com/updating-theme/
Please login to access this file
Also, please make sure that you have set similar URLs in your website settings as shown in the attached screenshot.
Best regards,
Shufflehound team
You can set gallery images as shown in the attached screenshots.
You can disable lazy loading as shown in the attached screenshot.
Solution for this topic
Page URLs for blog title font are:
These are post titles and not product titles that you said in your initial post.
For the ost titles, please use the below CSS code.
#page-container .post-title h2, #page-container .post-title h1 { font-size: 18px; }
2) The image/banner that takes the visitor to another website is the one on the top right titled āSupported by Amahli.comā. It is on the home page, category pagesĀ and all blog pages.
You have to edit the image and configure it as shown in the attached screenshots.
Hi @RedWolfCy,
I hope you are well today and thank you for your question.
The filter of Blog Posts Basic element displays posts of the specific categories that you have set but it does not control which category to display in the post.
You can try using any plugin that sets the primary category or develops custom code to display a specific category on the post.
Best regards,
Shufflehound team
Ok
You are always welcome here š
Yes, the old outdated PHP version can be causing the issue.
Could you please share the page URLs from your site where it is displaying so that I can help you?
The issue is fixed in the below latest version of the theme so please update the theme as described here https://support.shufflehound.com/updating-theme/
Please login to access this file
The issue is fixed in the below latest version of the theme so please update the theme as described here https://support.shufflehound.com/updating-theme/
Please login to access this file
Hi Hema,
I hope you are well today and thank you for your questions.
The font size for the product title is unusually big in the Gillion template. How can I resize it to 18px like the rest of the headings? This setting is not centralised for some reason.
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
.single-product h1.product_title.entry-title { font-size: 18px; }
I have created an image that points to my Shopify store (titled Supported by Amahli.com ā top right banner). It is opening the website in the same window though, thereby taking the reader away from the blog. Would it be possible to open the same in a new window?
You have to set the target attribute of the anchor tag to _blank as described on the below page.
https://www.w3schools.com/tags/att_a_target.asp
Best regards,
Shufflehound team
Hi @lalitbhamare,
I hope you are well today and thank you for your question.
This is a known issue that will be fixed ASAP.
In the meanwhile, you can try resolving the issue 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-container .elementor-container { max-width: 100%; }
Best regards,
Shufflehound team