Forum Replies Created

Viewing 20 posts - 9,221 through 9,240 (of 14,497 total)
  • Author
    Posts
  • 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.

    in reply to: AMAZON #18760
    Sakin
    Keymaster

    @terra: You can use options page sidebar for that particular page and add it.

    in reply to: Installation of Ad Widgets #18759
    Sakin
    Keymaster

    @terra: Can you select sidebar on those product page. If not then you need to use plugin for that. Search plugin in wordpress.org/plugins

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

    @Ralph177: You need to add both the ads in Header Right Sidebar. Remove the ads from Header Top Sidebar. Then add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #sidebar-header-right .widget_catchbox_adwidget { margin-botton: 0; }

    in reply to: Replace Featured Slider with Video (Embedded) #18755
    Sakin
    Keymaster

    @ianroach: There in no option to do that. You need to build Child Theme and replace slider with the video.

    in reply to: Header Sidebar CSS #18754
    Sakin
    Keymaster

    @Graham: You need to remove the following CSS from your Custom CSS:

    #header-right.header-sidebar.widget-area {
        height: 10px;
    }
    #header-right.header-sidebar.widget-area {
        margin-bottom: 0;
        padding-top: 10px;
    }
    #text-2.widget.widget_text {
        height: 5px;
    }

    Then add the following CSS in your Custom CSS
    #text-2.widget.widget_text { margin-bottom: 0; }

    in reply to: Navigation Borders #18752
    Sakin
    Keymaster

    @Graham: try using hexadecimal color code in CSS. So, your Custom CSS can be as.
    #header-menu ul.menu { border-top: 3px solid #fff; }

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

    @Ralph177: Sorry I don’t understand what you mean. Can you explain please or share screenshot showing what you want.

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