Forum Replies Created

Viewing 20 posts - 2,461 through 2,480 (of 4,888 total)
  • Author
    Posts
  • in reply to: Presales Question on Columns #101604
    Mahesh
    Member

    @fireflywebs: Sorry for the late reply. I’m glad that you found the updater. Catch Updater plugin is built specially for this purpose. We will try to make it more clear from now on with some info. Thank you for the suggestion. Have a nice day!

    Regards,
    Mahesh

    in reply to: Version Update Changes #101601
    Mahesh
    Member

    @fireflywebs: Glad to know, you got it fixed by yourself. Have a nice day!

    Regards,
    Mahesh

    in reply to: Slider causing problems with submenu #101600
    Mahesh
    Member

    @slepoide: Sorry for the late reply. Yes, you are right, the problem is the small space between the submenu and the main menu. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #header-menu ul.menu ul {
        top: 46px;
    }

    Regards,
    Mahesh

    in reply to: how to add text to the site branding area. #101599
    Mahesh
    Member

    @strat76: Sorry for the late reply. Please add the following CSS:

    @media screen and (min-width: 917px) and (max-width: 1264px) {
        .site {
            margin-top: 314px;	
        }
    }

    Hope this helps.

    Regards,
    Mahesh

    in reply to: Gallery Lightbox does not work #101349
    Mahesh
    Member

    @debswebs: Thank you for your appreciation. Glad to know everything is working now. Have a nice day!

    Regards,
    Mahesh

    in reply to: how to add text to the site branding area. #101348
    Mahesh
    Member

    @strat76: Glad to know you got it working. Have a nice day!

    Regards,
    Mahesh

    in reply to: Version Update Changes #101347
    Mahesh
    Member

    @fireflywebs: Can you please clarify more? I don’t quite get you.

    Regards,
    Mahesh

    in reply to: Gallery Lightbox does not work #101314
    Mahesh
    Member

    @debswebs: Please use the following CSS instead:

    .single-gallery.gllr_catch-evolution-pro #secondary {
        display: none;
    }
    .single-gallery.gllr_catch-evolution-pro #primary{
        width: 100%;
    }

    Regards,
    Mahesh

    in reply to: Slider causing problems with submenu #101311
    Mahesh
    Member

    @slepoide: Please email it to mahesh [at] catchthemes [dot] com.

    Regards,
    Mahesh

    in reply to: Sub-menu in navigation #101310
    Mahesh
    Member

    @brandonsm: I checked your site, and seems you’ve already managed it. Let me know if any problem. Have a nice day!

    Regards,
    Mahesh

    in reply to: change "older posts" to post title on posts page #101309
    Mahesh
    Member

    @effess: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

    in reply to: how to add text to the site branding area. #101308
    Mahesh
    Member

    @strat76: Add the following code in your child theme’s functions.php. Add the styles as necessary for you.

    function fabulous_fluid_mobile_header_menu() {
    		?>
    		<div id="mobile-header">
    		    <a id="responsive-menu-button" href="#sidr-main"><span class="mobile-menu-text screen-reader-text"><?php esc_html_e( 'MY MENU', 'fabulous-fluid' ); ?></span></a>
    		</div>
    		<div class="custom-text">
    			<span>Some Text</span>
    		</div>
    		<?php
    	}

    Regards,
    Mahesh

    in reply to: White boxes instead of text in featured image slider #101306
    Mahesh
    Member

    @zerolizer0: Sometime caching may cause the problem. Glad to know its all working now. Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

    in reply to: [My first post] How to have no pages/posts on homepage #101305
    Mahesh
    Member

    @irogsinta: Sorry for the late reply. Glad to know you’ve figured it out all by yourself. Have a nice day!

    Regards,
    Mahesh

    in reply to: White boxes instead of text in featured image slider #101172
    Mahesh
    Member

    @zerolizer0: I checked your site and the navigation is working fine (tested on Chrome and Firefox). Please check the image in the link below:
    http://bit.ly/2d3uls9

    Regards,
    Mahesh

    in reply to: Resize Sidebar e-commerce #101171
    Mahesh
    Member

    @anamaggarwal1991gmail-com: Why are you using both px and rem? Use px only and try again. Please use the following CSS:

    @media screen and (min-width: 961px) {	
    	#primary {
    		width: 530px;		
    	}		
    	#secondary {
    		width: 300px;
    	}		
    }
    @media screen and (min-width: 1025px) {
    	#primary {
    		width: 590px;		
    	}		
    	#secondary {
    		width: 300px;
    	}		
    }
    @media screen and (min-width: 1153px) {
    	#primary {
    		width: 670px;		
    	}		
    	#secondary {
    		width: 310px;
    	}	
    }
    @media screen and (min-width: 1281px) {
    	#primary {
    		width: 750px;
    	}
    	#secondary {
    		width: 320px;
    	}	
    }
    @media screen and (min-width: 1345px) {
    	#primary {
    		width: 770px;
    	}
    	#secondary {
    		width: 360px;	
    	}
    }

    Regards,
    Mahesh

    in reply to: Delete Table borders #101170
    Mahesh
    Member

    @travhage524: Since the link is for admin, I cannot access the link. Can you please post in link to the page with the table?

    Regards
    Mahesh

    in reply to: change "older posts" to post title on posts page #101169
    Mahesh
    Member

    @effess: When accessed from the “recent posts” widget, the post titles ARE shown at the bottom of the page, this is single page navigation. That is why, adjacent post title appears. Navigation through single post.
    “posts page” is accessed from the (secondary) menu, “older posts” and “newer posts”
    This is main post page navigation. Navigation through number of posts set as limit in settings.
    Hope you understand.

    Regards,
    Mahesh

    in reply to: Gallery Lightbox does not work #101168
    Mahesh
    Member

    @debswebs: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .gllr_catch-evolution-pro #secondary {
        display: none;
    }
    .gllr_catch-evolution-pro #primary{
        width: 100%;
    }

    Regards,
    Mahesh

    in reply to: [My first post] How to have no pages/posts on homepage #101165
    Mahesh
    Member

    @irogsinta: For this, you’ll need to use Static Front Page. First create a page with the content you would like to display on the homepage. Then go to Dashboard=> Appearance=> Customize=> Static Front Page and select A Static Page in Front page displays option then select the very page you created with custom content you wanted to display on the homepage in Front Page and some other page in Posts page where you want to display the latest posts.

    Regards,
    Mahesh

Viewing 20 posts - 2,461 through 2,480 (of 4,888 total)