Forum Replies Created

Viewing 20 posts - 9,581 through 9,600 (of 14,504 total)
  • Author
    Posts
  • in reply to: IE Appearance #17698
    Sakin
    Keymaster

    @Andreas: Yes it will be better if you could upload screenshot in your site or any photo sharing site. Then add in the URL here.

    in reply to: Replace Homepage completely? #17696
    Sakin
    Keymaster

    @Felix: Yes, you can do that. You can just go to “Appearance => Theme Options = Homepage Options => Homepage/Frontpage Settings” and check on “Click to Enable Latest Posts or Page”.

    in reply to: sidebar on home and productpages #17695
    Sakin
    Keymaster

    @FannyV: I don’t know why it is not showing in your homepage. But I suspect with the layout that we designed for WooCommerce plugin.

    We have created new sidebar or WooCommerce plugin in new version 1.2.1.1 and will be released soon after WordPress.org approves it. It usually take around 7 days to make it live. Till then you can do manual update if that is urgent. You can download the theme from http://wordpress.org/themes/download/catch-evolution.1.2.1.zip and update it manually.

    in reply to: Remove below the header featured image #17690
    Sakin
    Keymaster

    @yoshimi233: If you are talking about the Featured Slider and Homepage Headline. Then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #homepage-message { margin-top: 0; }

    in reply to: IE Appearance #17689
    Sakin
    Keymaster

    @Andreas: Please let me know what is the issue then I will look at it. As our Catch Everest Free theme works fine in IE 9 and 10.

    I will also check your site in IE. But your details will allow easy check.

    in reply to: Responsive text boxes? #17683
    Sakin
    Keymaster

    @dr_cynthia: As this is inside your editor work. I cannot do much help. But you can add classes in your divs or spans and then control it through css. For example

    <div class="video1">your video</div>
    <div class="red-right-box">your red box code</div>

    Then we can control this css elements from Custom CSS.

    in reply to: Trying to Customize my Title and Header Space #17670
    Sakin
    Keymaster

    @JohannaE: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to hide title, search and social icons.

    #site-details, #header .social-search { display: none; }
    #header #mainmenu { margin-top: 0; }
    #header .logo-wrap { padding-left: 0; }
    #site-logo a img { padding-right: 0; }

    You can add social icon in your sidebar from “Appearance => Widgets”.

    For more options, you can use Simple Catch Pro theme. See the details features of Simple Catch Pro at http://catchthemes.com/theme-instructions/simple-catch-pro/

    in reply to: Can I have a right-aligned menu? #17669
    Sakin
    Keymaster

    @Felix: Please don’t modify core theme files such as style.css, index.php, functions.php and so on. As all the modification made in core theme files will be reverted back to original when you update the theme.

    So, if you have simple modification of css then you can use “Custom CSS” box. But if you have large css to be modified or even want to modify the function then you need to build child theme and add the css and functions you want.

    @media screen and (min-width: 768px) { #access { float: right; } }

    in reply to: Page Title shows as Blog Post on Blog Page #17668
    Sakin
    Keymaster

    @Jessil: So, you are trying to add static page in your homepage and posts pages on your blog page. Then go to “Settings => Readings” where you will see “Front page displays”. There you click on “A static page (select below) “. Then in “Front page” you can select the static page that you want to show in homepage and then in “Posts page”, you can select the page where you want to show you blog.

    in reply to: Responsive text boxes? #17666
    Sakin
    Keymaster

    @dr_cynthia: I see that boxes uses static width that is why it has issues. Please use dynamic width boxes.

    in reply to: Background image overwhelms phone display #17665
    Sakin
    Keymaster

    @dr_cynthia: Ok I found why you have issue in your phone. There is conflict with Jetpack plugin “Mobile Theme” module. So, just to go JetPack and deactivate “Mobile Theme” module.

    in reply to: Change Navigation Background and Font Color #17663
    Sakin
    Keymaster

    @Vanessa: When I check in your site everything is fine. Maybe you have browser related issued. From which browser you have issues?

    in reply to: Full width in responsive view #17659
    Sakin
    Keymaster

    @Dave.82: Fist you need to remove your following css from “Custom CSS” box.

    #secondary { float: right; padding-top: 20px; padding-bottom: 0px; padding-left: 10px; padding-right: 0px; text-align: left; width: 250px; font-family: Tahoma; font-size: 16px; Arial; line-height: 1.2; background-color: #fafafa; border-left: 1px solid #e6e6e6; }
    /* =Sidebar verrücken
    ----------------------------------------------- */
    #secondary{ margin-top: -50px; margin-right: -50px; }

    The above custom css is conflicting with your responsive mobile design. So, if you want to add that you need to add that only for larger screen. Then the css will be as below:

    @media screen and (min-width: 961px) {
    #secondary { float: right; padding-top: 20px; padding-bottom: 0px; padding-left: 10px; padding-right: 0px; text-align: left; width: 250px; font-family: Tahoma; font-size: 16px; Arial; line-height: 1.2; background-color: #fafafa; border-left: 1px solid #e6e6e6; }
    
    /* =Sidebar verrücken
    ----------------------------------------------- */
    #secondary{ margin-top: -50px; margin-right: -50px; }
    }

    To Hide the Header Right Segment and the right sidebar in mobile devices below 768px you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (max-width: 767px) {
    /* Hide Header Right Section */
    #header-right { display: none; }
    /* Hide Right Sidebar */
    #secondary { display: none; }
    }
    in reply to: Background image overwhelms phone display #17650
    Sakin
    Keymaster

    @dr_cynthia: Please post in your site URL so that I can check in.

    in reply to: Responsive text boxes? #17649
    Sakin
    Keymaster

    @dr_cynthia: Maybe that text boxes are not responsive design. Catch Box is responsive design so the plugin css also need to be responsive to adjust the mobile design. Can you share your URL where you have issue in iPad and phone. Let me check in if here is any quick css that I can send you.

    in reply to: Home, No Picture #17648
    Sakin
    Keymaster

    @Ralph177: If you set to show excerpt then you need to add “Featured Image” in those post in order to show the image. In the full content mode, it will show all of your content exactly as it is. But you can add more tag to control the content break for home, see this http://en.support.wordpress.com/splitting-content/more-tag/

    in reply to: Color of bullet points #17647
    Sakin
    Keymaster

    @GinaL: can you send me your site URL and explain in reference to your site which you want to change it. So, I can check your site and send you custom css. For explanation you can also use screenshots.

    in reply to: Header and subhead #17645
    Sakin
    Keymaster

    @Teabear: Do you mean your site Title and Tagline. If you are try to adjust that then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box. YOu can adjust the font size as per you need.

    h1#site-title { font-size: 45px; }
    h2#site-description { font-size: 14px; }
    in reply to: Drop down box does not work #17643
    Sakin
    Keymaster

    @shesue: It’s not a theme issue. It’s your shipping settings in WooCommerce plugin. See in this screenshot https://dl.dropboxusercontent.com/u/81234910/duncancarders.png where I can select the address. For shipping you can check on youtube for video which will show you how to add it. Also check out the shipping documents at docs.woothemes.com/documentation/plugins/woocommerce/getting-started/shipping/core-shipping-options

    in reply to: Responsive not working #17633
    Sakin
    Keymaster

    @blackkeys: You site is looking fine in my mobile devices. It’s a responsive view and the design changes as per the screen size. But if you want to make it same like in the desktop view then you need to disable the responsive view from “Appearance => Theme Options => Responsive Design”.

Viewing 20 posts - 9,581 through 9,600 (of 14,504 total)