Forum Replies Created
-
in reply to: Codeless Slider not working on iPad/Tablet
Hello,
Please make sure the option ‘Remove Sliders from Mobile Phone View’ is turned off:
https://www.clipular.com/c/5743238699286528.png?k=gvuyH2vA6H7T31WR-n7_R1gJwhs
Best regards!
in reply to: Header NOT responsive in mobileHello,
Please can you give me admin credentials to your site? I will check the codes you added and fix it. They should work.
You can write it via email or in a private reply.Best regards!
in reply to: error in VC Media GridHello,
Seems like an incompatibility issue between the two plugins. Please read this article https://wpml.org/forums/topic/the-post-grid-element-of-visual-composer-is-showing-post-in-all-languages/
Or I can give it a closer look if you can give me your ftp credentials in a private reply.
Let us know.Best regards!
in reply to: RE: Rev Slider IssuesHello,
Please edit the file ‘specular/js/main.js’.
Find the code:$(window).resize(function(){ if($('.header_8').length > 0){ var container_left = $('.full_nav_menu').offset().left; var nav = $('.full_nav_menu nav').offset().left; $('.codeless_custom_menu_mega_menu').each(function(){ var minus = nav - container_left; $(this).css('left', '-'+minus+'px'); }); } });Replace it with this:
$(window).resize(function(){ if($('.header_8').length > 0){ var container_left = $('.nav_top').offset().left; var nav = $('.nav_top nav').offset().left; $('.codeless_custom_menu_mega_menu').each(function(){ var minus = nav - container_left; $(this).css('left', '-'+minus+'px'); }); } });Let us know if you still need help.
Best regards!
in reply to: Header size in construction & building slidersHello,
It’s because the font size is set at slider settings and the style has ‘!important’ set which precedes the style you added.
Please try this:
@media (max-with: 480px){ div.construct_div h1 {font-size:14px !important;} }If it still don’t work please write you site credentials in a private reply, we will fix it.
Best regards!
in reply to: One Page Custom MenuHello,
I fixed it. You should have set the rows as fullwidth background.
Best regards!
in reply to: Blog sharing botton errorHello,
Please can you show us your site url so I can check?
Best regards!
in reply to: Window resize effectHello,
It’s not an effect, if you re-size the widow from the right side the content will move left to right and vice versa, because the distance between the content and the screen changes.
Best regards!
in reply to: Menu too big when responsiveHello,
I fixed it. Added some javascript code at main.js (Please keep this file when you update the theme to not loose the changes).
You have to add also this css code at general options -> css box:
.menu-small ul.menu > li > ul{ display: none; opacity: 0; } .menu-small ul.menu > li > ul.open { display: block; opacity: 1; }Best regards!
in reply to: RE: Rev Slider IssuesHello,
Please can you check the credentials? I can’t login.
Best regards!
-
This reply was modified 10 years, 6 months ago by
Ruco.
in reply to: Blog page is blank?Hello,
I fixed it by replacing the themes files (also updated the theme).
I fixed also the warning which displayed at the top of the site about the header information issue.Best regards!
in reply to: RE: Rev Slider IssuesHello,
Sorry for the late response.
Revolution slider is responsive, also it’s responsive on window re-size.
Please can you show us a screenshot of the issue?Best regards!
in reply to: Header issuesHmm, by default the hover of links is the Primary Base Color Option that you can change in Theme Options -> Styling. If you want to add a custom hover color for links use the CSS Box in Theme Options.
Let me know if you need further help.
Thanks
in reply to: Fatal error: Allowed memory sizeHello,
Please increase your memory limit. To increase memory limit you should add this line define(‘WP_MEMORY_LIMIT’, ‘128M’) at this file: wordpress/wp-config.php. If this doesn’t work you should ask your host provider to do it for you.
Best regards!
in reply to: Select a particular Demo in the Tower themeHello,
Have you imported the dummy data? Go to Tower -> Import/Export dummy data -> Select demo and click Import. Wait some second and check your website. (no save is needed).
Can you please send us your wp credentials in a private reply? So we can give it a closer look.Best regards!
-
This reply was modified 10 years, 7 months ago by
Ruco.
-
This reply was modified 10 years, 6 months ago by