Forum Replies Created

Viewing 20 posts - 9,221 through 9,240 (of 14,504 total)
  • Author
    Posts
  • in reply to: How Do I Add A Optin Box #18846
    Sakin
    Keymaster

    @newbiebx: Thanks Happy New Year 2014…. Sorry I don’t know which site your are talking about. Please send in your site URL.

    in reply to: Slider not working #18844
    Sakin
    Keymaster

    @Olivier: Can you send me your site URL so that I can check in.

    in reply to: Custom header – further customization possible? #18842
    Sakin
    Keymaster

    @davidyoungs: You can just hide the Site Title by using CSS and then add the logo as you want. Just add the following CSS in “Appearance => Theme Options => Custom CSS” box to hide the site title.
    #site-title { display: none; }

    in reply to: Heading on each featured option image #18840
    Sakin
    Keymaster

    @Peter: See the instruction http://catchthemes.com/theme-instructions/catch-everest-pro . You can just go to “Appearance => Theme Options => Homepage Settings => Homepage Featured Content Options” and add heading on each “Title”.

    in reply to: White space around header #18839
    Sakin
    Keymaster

    @Joaozinho: You can add in the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #header-content { padding: 0; }

    in reply to: Sidebar #18838
    Sakin
    Keymaster

    @Sarah: Can you tell me the spaces that you want. I am bit confused.

    in reply to: Overriding default templates in a child theme #18837
    Sakin
    Keymaster

    @fastfun.jp: archive-services.php can be use to replace your service archive page but cannot be used for homepage. But the best way to change the homepage is through functions.php or index.php file.

    in reply to: Header and right header match up #18836
    Sakin
    Keymaster

    @Ralph177: First you header ads are too large and is not responsive for mobile devices. That is why it is giving issue. You can add the following CSS and check in:
    #sidebar-header-right { width: 77.5%; }

    Sakin
    Keymaster

    @Markus: Sorry I gave you the detail instruction. So, how can I help you more. Maybe you need to hire customizer.

    in reply to: change the read more starting position #18805
    Sakin
    Keymaster

    @Pete7feet: You can just add permalink structure in your site. Go to “Settings => Permalinks”. I recommend using Custom Structure as /%category%/%postname%/

    in reply to: Catch Evolution #18804
    Sakin
    Keymaster

    @Sally Starlett:
    Answer to your First Question
    In Catch Evolution Free theme, you only have option to use Featured Post Slider which is there to highlight your post.
    1. first you need to create the post and add featured image in your post. This featured image will be used for your slider.
    2. Then you need to add in your post ID in “Appearance => Theme Options => Featured Post Slider”

    Answer to your Second Question
    This feature in not there in our theme. For this you might find plugin in wordpress.org/plugins . Why don’t you just create a page/post where you describe the product and add “Buy Now” button which links to the main product page.

    Sakin
    Keymaster

    @Markus: That’s your script taking space. Maybe you can try wrapping with container.
    For example:

    <div style="width: 100px;">your script</div>
    <div style="width: 100px;">your another script</div>
    in reply to: Header and right header match up #18797
    Sakin
    Keymaster

    @Ralph177: Can you refresh and check in. As it looks fine to me. Maybe share your screenshot.

    in reply to: Increase body width/decrease sidebar width #18796
    Sakin
    Keymaster

    @realfitrealfoodmom: This is responsive theme so increasing and decreasing width is quite complicated. You need to consider smaller devices as well.
    You can play around with the following Widths in CSS and add it in “Appearance => Theme Options => Custom CSS” box.

    /* For Large Screen */
    #primary { width: 754px; }
    #secondary { width: 406px; }
    @media screen and (max-width: 1224px) {
    	#primary { width: 654px; }
    	#secondary { width: 340px; }
    }
    @media screen and (max-width: 1060px) {		
    	#primary { width: 530px; }
    	#secondary { width: 340px; }
    }
    @media only screen 
    and (min-device-width : 768px) 
    and (max-device-width : 1024px) 
    and (orientation : landscape) {
    	#primary { width: 590px; }
    	#secondary { width: 340px; }
    }
    @media screen and (max-width: 960px) {	
    	#primary, #secondary { width: 100%; }
    }
    in reply to: Replace Header Picture With HTML Code #18778
    Sakin
    Keymaster

    @Jeff: In both ways you have to do it by building child theme. As Custom Header only take single image.

    By the way I found this code in your header
    <a href="https://plus.google.com/103916497090918138727" rel="publisher">Google+</a>

    You are not supposed to add this in header. You can just add in Social Icon your Google pus link in “Appearance => Theme Options => Social Icons”

    in reply to: Move logo to left of site title in Catch Box #18776
    Sakin
    Keymaster

    @CRICKETBIRD: Ok can you replace your current header with the small logo from “Appearance => Header” and then add the site title as the header text. Then buzz me back and I will send you the CSS.

    in reply to: Center the Header image #18774
    Sakin
    Keymaster

    @turnerbaldwin: Post in your site URL and then I will check in.

    in reply to: Sidebar at bottom of main page, need on right #18772
    Sakin
    Keymaster

    @panselli: It looks like there is conflict with the layout. There is 2 ways to solve it.
    1. Edit the page ID “4” and in “Select Sidebar Layout”, select the Default Layout Set in Theme Settings.
    OR
    2. Go to “Settings => Readings” and in “Front page displays”, select “Your latest posts”

    in reply to: Changing space between header image and menu. #18771
    Sakin
    Keymaster

    @rckstr: Try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #header-content { padding-bottom: 0; }

    in reply to: Header and right header match up #18762
    Sakin
    Keymaster

    @Ralph177: I don’t see any changes in your site. You still have widgets in Header Top sidebar.

Viewing 20 posts - 9,221 through 9,240 (of 14,504 total)