-
-
Hi,
I am having responsive issues with my website. When using the site on a tablet, in portrait orientation, the website doesn’t really work. Some parts are missing and the site doesn’t really work at all. Any help or suggestions would be awesome.
Thanks!
-
Hello,
Please go to file js/main.js and find this line:
$('.codeless_slider_wrapper', parent).removelass('skrollable');
edit to this:
$('.codeless_slider_wrapper', parent).removeClass('skrollable');
Let us know.Best regards!
-
Hi, I cannot find this file in the js folder. Are you sure that’s the name of the file?
-
Hello,
Sorry for the late reply.
Yes, i am sure. The main.js file is located in the main folder (js), containing all javascript files.
If you can not find it still, then send us your ftp credentials in a private reply. So we can do it for you.
Don’t worry, your data is safe with us. Let us know.Best regards!
-
Hi,
I had a developer update the .js file. I also updated the theme to it’s current version. I am still having issues with this theme on an iPad. I have tried to deactivate all plugins to see if that was the issue, however, the problem is still there. Any other ideas?
-
Hello,
Please add this code into your custom css box:
@media (max-width: 979px){ .full-width-content .wpb_column.using_bg { min-height: 512px !important; } .wpb_animate_when_almost_visible { opacity: 1;} .four-cols .portfolio-item.basic { width: 25% !important;} .vc_custom_1452798351307 { width: 80% !important;} }
This should be the result, screenshot.
Best regards!
-
-
I figured it out. The plugin: Codeless Slider was causing the issue. I have 5 sites using this slider and all of them had the same problem. Will there be an update for this slider soon?
-
Hello,
Sorry for the late reply.
Thank you for letting us know. We will make the necessary checkups and fix it in later updates.Best regards!
-
No problem! Is there a way to change the color of the menu button that is show on mobile? (three lines) There isn’t an option for this in the panel. Thanks!
-
Hello,
Yes, please add this code into your custom css box:
@media (max-width: 480px){ .mobile_small_menu { color: #209DD8 !important;} }
Edit the color to your wish.
Best regards!
-
You must be logged in to reply to this topic.