maybe you setup option to hide slider on smaller devices and that's why slider does not show. Resolution under Chrome on Safari may be different then under other browser and that could be the reason of your problem.
Hi, I've checked what you suggest but I can't solve it. I think revslider is correcly set. can you please have a look?
another question. I'm trying to optimize page loading because the website is quite slow. Is it normal that takes so long to load wp-content/themes/betheme/style.php and that is called several times?
About slider we have no idea what is the reason of this behavior because this can be tested within settings on your side. We recommend to upload one of our demo sliders and compare our settings with your own.
1)I've copied css of both files into style-static.css, switched to static css from theme options and it's working only if I upload style-static.css on parent theme, but I'm using a child theme. How can I make it work on child theme?
Sorry but we forgot that this option was added with recent update So before you will do this, make sure you have recent version installed. And now, in betheme-child/functions.php file you have line which looks like:
define( 'STATIC_IN_CHILD', false );
and you must replace false value with true to activate static css. Also in betheme-child/ folder, you must created statics.css file where will be the same content as under style-static.css file for parent theme.
I've followed all your instructions but it doesn't work. You are updating your theme twice a month so I really need to define styles in child theme.
I've copied css of both files into style-static.css, switched to static css and it's working, but if I add "define( 'STATIC_IN_CHILD', true );" to child functions.php and copy syle-static.css to statics.css it doesn't work!!! can you please check my website if I give you access? thanks
Sorry but we do not offer those kind of customizations. If you are not able to do something, means you did something wrong. This part of job belongs to website developers.
We use cookies to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners who may combine it with other information that you’ve provided to them or that they’ve collected from your use of their services.
Cookies are small text files that can be used by websites to make a user's experience more efficient.
The law states that we can store cookies on your device if they are strictly necessary for the operation of this site. For all other types of cookies we need your permission. This means that cookies which are categorized as necessary, are processed based on GDPR Art. 6 (1) (f). All other cookies, meaning those from the categories preferences and marketing, are processed based on GDPR Art. 6 (1) (a) GDPR.
This site uses different types of cookies. Some cookies are placed by third party services that appear on our pages.
You can at any time change or withdraw your consent from the Cookie Declaration on our website.
Learn more about who we are, how you can contact us and how we process personal data in our Privacy Policy.
Please state your consent ID and date when you contact us regarding your consent.
Comments
maybe you setup option to hide slider on smaller devices and that's why slider does not show. Resolution under Chrome on Safari may be different then under other browser and that could be the reason of your problem.
Thanks!
About style.php, yes, this is normal. If you want, you can change dynamic css into static what was described on http://themes.muffingroup.com/betheme/documentation/#static-css
Thanks for understanding!