Codeless
  • Support Home
  • Themes
  • Support
  • WordPress Tutorials
    • How to Start a Blog
    • Best Website Builders
    • Best Small Business Hosting
    • Email Marketing Services
    • Cheap WordPress Hosting
  • Video Tutorials

Community Forums

  • Profile
  • Topics Started
  • Replies Created
  • Favorites

Forum Replies Created

  • 10 years, 5 months ago Ruco
    Keymaster
    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!

    10 years, 5 months ago Ruco
    Keymaster
    in reply to: Header NOT responsive in mobile

    Hello,

    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!

    10 years, 5 months ago Ruco
    Keymaster
    in reply to: error in VC Media Grid

    Hello,

    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!

    10 years, 5 months ago Ruco
    Keymaster
    in reply to: RE: Rev Slider Issues

    Hello,

    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!

    10 years, 6 months ago Ruco
    Keymaster
    in reply to: Header size in construction & building sliders

    Hello,

    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!

    10 years, 6 months ago Ruco
    Keymaster
    in reply to: One Page Custom Menu

    Hello,

    I fixed it. You should have set the rows as fullwidth background.

    Best regards!

    10 years, 6 months ago Ruco
    Keymaster
    in reply to: Blog sharing botton error

    Hello,

    Please can you show us your site url so I can check?

    Best regards!

    10 years, 6 months ago Ruco
    Keymaster
    in reply to: Window resize effect

    Hello,

    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!

    10 years, 6 months ago Ruco
    Keymaster
    in reply to: Menu too big when responsive

    Hello,

    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!

    10 years, 6 months ago Ruco
    Keymaster
    in reply to: RE: Rev Slider Issues

    Hello,

    Please can you check the credentials? I can’t login.

    Best regards!

    • This reply was modified 10 years, 6 months ago by Ruco.
    10 years, 6 months ago Ruco
    Keymaster
    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!

    10 years, 6 months ago Ruco
    Keymaster
    in reply to: RE: Rev Slider Issues

    Hello,

    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!

    10 years, 6 months ago Ruco
    Keymaster
    in reply to: Header issues

    Hmm, 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

    10 years, 7 months ago Ruco
    Keymaster
    in reply to: Fatal error: Allowed memory size

    Hello,

    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!

    10 years, 7 months ago Ruco
    Keymaster
    in reply to: Select a particular Demo in the Tower theme

    Hello,

    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.
Viewing 15 posts - 1,891 through 1,905 (of 3,073 total)
← 1 2 3 … 126 127 128 … 203 204 205 →

Site Links

  • Support Policy
  • Specular Support Forum
  • Video Tutorials
  • Knowledge Base
  • Guides and Reviews

Useful Articles

  • Build a Website
  • Web Design & Development
  • Hosting
  • WordPress

Login

Log In
Register Lost Password