Solution for this topic
You can use that plugin to translate text as described in the below page.
Solution for this topic
Thank you for your question.
What you are visiting is not 404 page but category archive page and it is displaying NOTHING FOUND because it seems you have not attached that category to any post.
You can see 404 page on your site visiting the below URL.
http://przyzielonymstole.pl/category/wegetarianskdfgfdg
Best regards,
Shufflehound team
You are always welcome here 🙂
It displays fine for me as shown in the attached screenshot.
You need to troubleshoot more to find out why it is not working for you.
This topic took much of our support time to develop custom code but 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 try displaying it using below CSS code.
@media (max-width: 1025px){ header.primary-desktop { display: block !important; } header.primary-desktop .sh-header-height .sh-header-logo-container, header.primary-desktop .sh-header-height .sh-header { display: none !important; } header.primary-desktop .sh-header-middle { position: fixed; top: 0; left: 0; width: 100%; } header.primary-mobile{ margin-top: 80px; } }
Thank you for sharing site credentials.
I logged in to your site but didn’t see any portfolio page created on it where you display portfolio items so could you please share me the portfolio page URL?
I logged in to your site and used different Google map content element which made the map work.
Could you please confirm?
Ohh I thought you are referring Topbar as banner so I have developed CSS code to display it.
Thank you for making it clear by sharing the screenshot but I don’t get that result and all display fine for me as shown in the attached screenshot.
Which browser are you using?
Could you please test it on different browser and on different mobile?
Hi @cheeks,
I hope you are well today and thank you for your questions.
Hi. I’d like to consider inserting a slider (static) on every page. Can you let me know how I can do that? I realise there are page options for us to choose, so let me know if it’s possible to choose a page option in the theme and add a slider on every page.
If you are using Revolution slider plugin to create slider then you can add it in the pages as described in the below pages.
https://www.themepunch.com/faq/ive-created-a-slider-but-how-do-i-add-it-to-my-page/
https://www.themepunch.com/revslider-doc/add-to-web-page/
Secondly, I am using the basic demo content. If I decide to use the Shop demo content instead, what happens to the updated content in my basic theme, including the images I have uploaded, if I install the Shop content.
The existing content will be preserved if you install demo content using new Demo content installation method on the below path.
Appearance -> Import Demo Data
I’m after a wholesale type of shop, not retail (catering to wholesale customers who typically make repeat orders and know the products), so are there plugins like a product table already in the Shop theme that I can use? Thank you.
You can try using following plugins to achieve this.
https://wordpress.org/plugins/woocommerce-wholesale-prices/
https://wordpress.org/plugins/wholesale-pricing-for-woocommerce/
https://wordpress.org/plugins/wholesale-market/
https://wpmayor.com/top-5-woocommerce-wholesale-plugins/
Best regards,
Shufflehound team
Hi @wassim,
Thank you for your question.
You have made that post content hidden using below CSS code on your site so to display it please remove the CSS code.
.blog-list .post-item:nth-child(5) .post-content-container { display: none; }
Best regards,
Shufflehound team
You can install and activate same like a theme as described in the following page.
Not sure exactly why it is not working for you but you can contact your web host to know whether they are forcing any restrictions.
It seems we are facing CSS specificity issue so please try using below changed CSS code removing above shared code.
@media (max-width: 1025px){ #page-container header.primary-desktop { display: block !important; } header.primary-desktop .sh-header-height { display: none !important; } header.primary-desktop .sh-header-top { position: fixed; top: 0; left: 0; width: 100%; z-index: 99999; } header.primary-mobile{ margin-top: 40px; } }
Currently we don’t have any timeframe but will resolve it ASAP.
Solution for this topic
I made the stated changes in the attached child theme so could you please try using it?
Hi @cheeks,
I hope you are well today and thank you for your question.
You can disable it as described in the following page.
https://www.themepunch.com/faq/hide-navigation-slider-avoid-rotating/
Best regards,
Shufflehound team
I didn’t get it so could you please share it again and also send it on [email protected]
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 be able see it.”?
Glad you made it work.
Solution for this topic
You can change its color 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
.blog-textslider-style4 .blog-textslider-title { color: #000; }
You can change the color value in the above code to whatever you want to use by referring the following pages.
http://www.w3schools.com/html/html_colors.asp
http://www.w3schools.com/html/html_colorvalues.asp
http://www.w3schools.com/tags/ref_colorpicker.asp