Forum Replies Created

Viewing 20 posts - 14,281 through 14,300 (of 14,488 total)
  • Author
    Posts
  • in reply to: Content Color Options doesn't work #2276
    Sakin
    Keymaster

    @Elisabetta: You can contact me from there and I will get your email and will reply you to get your access.

    in reply to: WooCommerce #2275
    Sakin
    Keymaster

    @TheTeam: You can build child theme and do the customization as mentioned in the document. This theme is not checked against the WooCommerce plugin.

    in reply to: Catch Box on mobile devices #2274
    Sakin
    Keymaster

    @vaskrupp: Yes if you move all the modified version to child theme and if you have done it perfectly then it will work otherwise it will not. So, don’t forget to back up your current changed file before your update. In this case if it doesn’t work then you can delete it and upload your backup theme.

    in reply to: Gap between menu nav bar and dropdown options #2273
    Sakin
    Keymaster

    @skistud33: I found that you have modified css for the menu color and the font size. Now you need to adjust the following css:

    #access ul li ul {
    top: 46px;
    }

    in reply to: Problem activating Simple Catch Pro on WP #2272
    Sakin
    Keymaster

    @bobbi: Thanks it’s fixed. Let me know if there is any issues.

    in reply to: Problem in IE #2271
    Sakin
    Keymaster

    @chochonet: I check in your site and it’s got issue in IE8 for posts but your pages and the home is working fine. But when I check the same theme in my demo site http://catchthemes.com/demo/catchbox/ it’s working fine in IE8.

    So, I need more details about the customization you have done. If you haven’t done any customization then you need to send me your wordpress access and then I will look in the details.

    I just check in your HTML validation of your site and fond some glitched that there is space in span closing tag. So, can you open your file “function.php” and search for function “catchbox_posted_on”. There check in your all closing span html tag there is space in it. Set this validation : http://validator.w3.org/check?uri=http%3A%2F%2Fwww.linuxeando.org%2Fwo%2Fwordpress%2F%3Fp%3D8&charset=%28detect+automatically%29&doctype=Inline&group=0

    in reply to: Link Color #2268
    Sakin
    Keymaster

    @ronmerk: for link color. you can add following css:

    a {
    color: #e18627;
    }

    in reply to: Apple Browsers – Child Drop Down menus #2267
    Sakin
    Keymaster

    @ronmerk: It’s little strange issue that you encounter. If you could send me you site URL then I could check in. While build the menu try using “Custom Menu” http://en.support.wordpress.com/menus/.

    To check if your site only have issue or the theme has the issue. Try checking in demo site http://catchthemes.com/demo/simplecatch/

    in reply to: Changing the Color of the Font Headline #2266
    Sakin
    Keymaster

    @eag: Go to “Appearance -> Theme Options -> Custom CSS” box in your WordPress dashboard and add the following css:

    #site-title span {
    color: #ea2b25;
    }

    in reply to: Search Box #2264
    Sakin
    Keymaster

    @Anusha: If you are using Simple Catch Theme then the easiest way is to hide it from the css.

    Go to “Appearance -> Theme Options -> Custom CSS” box in your WordPress Dashboard and add the following css:

    #header .social-search form.searchform {
    display: none;
    }

    in reply to: How to delete text of the post on the slider #2263
    Sakin
    Keymaster

    @jean-rene: if you are using Simple Catch Pro then just choose the “Featured Image” and then just add in the images. Don’t add any title and description. This will make it show only the images you have.

    in reply to: Adding An Image In The Header #2262
    Sakin
    Keymaster

    @yorgo67: it will be best if you create the child theme and then edit the header.php . Just add the image under:

    get_search_form();

    Second option, you may try adding it custom css in your “Custom CSS” box in theme options. Where you can add image for search. If you want to try this one then send me your site URL and the image URL.

    in reply to: Catch Box on mobile devices #2261
    Sakin
    Keymaster

    @vaskrupp: How about the other files that you have changed. You need to move all the modified files to the child theme.

    in reply to: Problems with I. Explorer #2259
    Sakin
    Keymaster

    @XVinyals: What is the problem in IE8. Can you send me your screenshot.

    in reply to: Formatting of Post #2258
    Sakin
    Keymaster

    @todddd: Go to “Appearance -> Theme Options” and then in “Content Layout” select “Show Full Content”. This will give you same as in the posts.

    After you activate this option. If you want to show only few text then you need to split with more tag. See this http://en.support.wordpress.com/splitting-content/more-tag/

    in reply to: Catch Box on mobile devices #2257
    Sakin
    Keymaster

    @vaskrupp: First when you do the heavy customization you need to build child theme and work on it. This will prevent it from loosing your customizing work.

    I check in your site and you have already done so much so customization without considering the “Responsive Design” css. So, you need to redo most of the css with the considering custom css.

    in reply to: How do I… #2256
    Sakin
    Keymaster

    @Piirus: You can add the following css in “Theme Options -> Theme Options -> Custom CSS” in your WordPress dashboard.

    .entry-meta .no-padding-left {
    display: none;
    }

    in reply to: Comment Box #2255
    Sakin
    Keymaster

    @UndeadStooge: You can remove the comments box at the bottom of the different pages. To do you can edit your page and then you will see the “Discussion” box where you can just uncheck “Allow comments” and “Allow trackbacks and pingbacks on this page.” If you are confused then you can see this http://en.support.wordpress.com/enable-disable-comments/

    But to change the words in the comments. You need to know about the php coding. Build child theme and then change it in comments.php

    in reply to: Header and Footer #2254
    Sakin
    Keymaster

    @UndeadStooge: You can add the following css in “Theme Options -> Theme Options -> Custom CSS” in your WordPress Dashboard.

    I see that there is issue in site logo as it is overlapping the logo. For the logo overlap, use the following css:

    #branding .logo-wrap {
    max-width: 100%;
    }

    For the grey header, use the following css:

    #branding {
    background: url("images/bg-header.jpg") repeat-x scroll left bottom transparent;
    }

    But I don’t understand about the what you want to do with the footer.

    in reply to: Gap between menu nav bar and dropdown options #2253
    Sakin
    Keymaster

    @skistud33: It would be great if you could send me your site URL. So, that I can check in the issue. As if you see the demo site http://catchthemes.com/demo/simplecatch-pro/ it is working fine. Let me know and I will suggest you the solution.

Viewing 20 posts - 14,281 through 14,300 (of 14,488 total)