Forum Replies Created

Viewing 20 posts - 6,421 through 6,440 (of 14,497 total)
  • Author
    Posts
  • Sakin
    Keymaster

    @natoulie: About the menu in mobile, It will show menu if there is no page that is in menu item or in home. It will show text Menu and if you click on any menu item then it will show that page/post title.

    I check in your site and the line height is working fine for screensize above 1060px.

    in reply to: Site Title and Tagline not centered verticaly #43709
    Sakin
    Keymaster

    Hi Stéphane,

    Your site is not opening at this time to check from my mobile. Yes, I know that your site has issue with the font size the plugin from where you have added the site for site title. It added the fixed size and not responsive size. So, I recommended you to remove that custom size from your plugin and add the css that I have you, which has size css.

    Regards,
    Sakin

    in reply to: Remove White Space Above Menu #43708
    Sakin
    Keymaster

    @gareth.milne: Ok that is the issue. If you have FTP or Hosting Control panel then you can go to wp-content directory and then plugins directory and delete qtranslate plugin and it will work.

    in reply to: Sidebar on Front Page only? #43705
    Sakin
    Keymaster

    Hi Robertf,

    For homepage, you need to select the page in Front page. I don’t know your site URL to check in work in progress.

    Regards,
    Sakin

    in reply to: Remove White Space Above Menu #43704
    Sakin
    Keymaster

    @gareth.milne: Did you installed any new plugin or made changes to ‘catch-evolution-pro’ directory. Then remove the newly installed plugin from FTP. You can ask for your hosting server support to solve issue for you. I will not be able to help it as this will be in your server where I cannot access it.

    in reply to: Site Title and Tagline not centered verticaly #43691
    Sakin
    Keymaster

    Hi Stéphane,

    When you add the font size, make sure you adjust it in your mobile devices as well. Otherwise, you can just use the font size only for bog screen with condition like this

    /* Only for scrensize above 960px */
    @media screen and (min-width: 961px) {	
    #site-title { 
        padding-top: 20px;
    }
    .site-title a {
        font-family: 'FrederickatheGreatRegular', sans-serif;
        font-size: 54px;
    }
    }

    Regards,
    Sakin

    in reply to: Align Logo on mobile devices #43689
    Sakin
    Keymaster

    Hi Stéphane,

    Once option will be to center the logo and then move the site title and tag line below the logo and center it. SO, you can add in the following css in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (max-width: 960px) {	
    	#site-logo.title-right {
    		display: block;
    		margin: 0 auto;
    		padding-right: 0;
    		text-align: center;
    		width: 100%;
    	}
    	#site-logo.title-right {
    		display: block;
    		margin: 0 auto;
    		padding-right: 0;
    		text-align: center;
    		width: 100%;
    	}
    }

    Regards,
    Sakin

    in reply to: Custom Font #43686
    Sakin
    Keymaster

    Hi Stéphane,

    Using plugin for font is fine. I don’t think there will be any issue if you are using plugin from trusted developers. Anyway, I have added these two font in our future release note.

    Regards,
    Sakin

    in reply to: Site Title and Tagline not centered verticaly #43685
    Sakin
    Keymaster

    @Stephane: I need your site URL to check in how tall image that you have added in. Then I can give you suggestions and solution.

    in reply to: Featured Image takes over the header in posts #43684
    Sakin
    Keymaster

    If you are using Child theme, then there is simple solution. Just go to your child theme and create new file called functions.php and then add the following codes:

    <?php
    /**
     * Catch Evolution Child Theme functions and definitions
     *
     
     */
     /**
     * Header Image
     *
     * Uses Custom Header and Featued Images
     * @Hooked in catchevolution_headercontent
     * @since Catch Evolution 1.0
     */
    function catchevolution_featured_header() { 
    	global $wp_query,$_wp_default_headers;
    	
    	// Header Image
    	$header_image_path = get_header_image();
    
    	if ( get_header_image() ) : ?>
    		<div id="header-image">
    			<img src="<?php header_image(); ?>" width="<?php echo get_custom_header()->width; ?>" height="<?php echo get_custom_header()->height; ?>" alt="" />
    		</div>
    	<?php endif; 
    	
    	
    } // catchevolution_featured_header
    in reply to: Remove White Space Above Menu #43683
    Sakin
    Keymaster

    @gareth.milne: Your site in not opening to check in. Please check in and let me know it. Also can you explain detail where you want o justify the text.

    Sakin
    Keymaster

    @natoulie: Can you tell me which line spacing are you talking about.

    About the menu, I don’t understand it. That’s mobile responsive menu. IF you don’t like responsive then you can disable it from “Appearance => Theme Options => Responsive Options”.

    in reply to: Featured Image takes over the header in posts #43675
    Sakin
    Keymaster

    @tess graumans: It’s strange. Can you send me your site URL. Then I can check in.

    in reply to: Changing the width of the theme #43674
    Sakin
    Keymaster

    Hi Angelina,

    Then you can add the following css in “Appearance => Theme Options => Custom CSS” box

    /* Minimum Screen Size 1061px */
    @media screen and (min-width: 1061px) {
        .wrapper { width: 1040px; }
        #primary { width: 720px; }
        #secondary { width: 300px; }
    }
    /* Minimum Screen Size 1240px */
    @media screen and (min-width: 1240px) {
        .wrapper { width: 1200px; }
        #primary { width: 885px; }
    }

    Regards,
    Sakin

    in reply to: Featured Image takes over the header in posts #43672
    Sakin
    Keymaster

    @tess graumans: No it’s not bug. We have carefully drafted it this module in free version with default WordPress settings and then more option in Pro version.

    Post which has featured image will get it replace and in which you don’t have featured image then it will not get replaced.

    in reply to: Widget background and text color change. #43670
    Sakin
    Keymaster

    @superkefje: You can make it online and let me know it. We check in withing 24 hours at max.

    in reply to: Change to the right side #43669
    Sakin
    Keymaster

    @Heinz: Sorry I don’t get it as you have jump in some other support. So, can you send me your site URL and explain what you want to do with it.

    in reply to: Featured Image takes over the header in posts #43668
    Sakin
    Keymaster

    @tess graumans: That header image is define like that. It will be replaced by featured image in the posts/pages. So, if you want same image to show in header all the time, then I recommend you to use that image as logo. So, upload that image in “Appearance => Theme Options => Header Options” and add in your image in “Logo url”. This logo image will be showing to all the page and it will not be replaces by header image.

    But if you want to continue using Header Image and want the same image to show in all the pages. Then you need to upgrade to pro version, where you will get option in “Appearance => Theme Options => Header Featured Image Options. For more about pro version, check out http://catchthemes.com/theme-instructions/catch-evolution-pro/

    in reply to: Rotating images #43667
    Sakin
    Keymaster

    @Shanti: The front page two rotating image is demo slider image. If you are using Catch Evolution Free theme then you have option to use Featured Post Slider. If you want to disable it then go to “Appearance => Theme Options => Featured Post Slider => Slider Options” and then select “Disable” in Enable Sidebar and save change.

    But if you want to add in your post slider then please check this http://catchthemes.com/blog/videos-blog/video-series-adding-featured-post-slider/ and for more theme instructions, check out http://catchthemes.com/theme-instructions/catch-evolution/ and inf you want to upgrade then check out addition features with instructions at http://catchthemes.com/theme-instructions/catch-evolution-pro/

    in reply to: Sidebar on Front Page only? #43665
    Sakin
    Keymaster

    Hi Robertf,

    As mention in the post earlier. The best option at this stage will be to set Default Layout as “Right Sidebar” from “Appearance => Theme Options => Layout Options”. Then you can set “No Sidebar” layout in your individual page and posts from “Catch Box Options” in your post/page meta boxed below your post/page editor.

    Another option, there is one trick in Catch Box Pro theme.
    1. Create new page, then in “Page Attribute” assign that page template as “Blog Template” and then in “Catch Box Options” select “Right Sidebar”.
    2. Go to “Appearance => Widgets” and add widgets in Main Sidebar.
    2. Go to “Settings => Readings” and then in “Front page displays”, select the page that you have just assigned blog as “Front page”.

    Regards,
    Sakin

Viewing 20 posts - 6,421 through 6,440 (of 14,497 total)