Forum Replies Created

Viewing 20 posts - 9,761 through 9,780 (of 14,504 total)
  • Author
    Posts
  • in reply to: white space in footer #17160
    Sakin
    Keymaster

    @suchi: For footer area when you have copyright information, you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #site-generator .site-info { padding: 10px 0; }

    For background in sidebar, this theme is not designed that way so it will have problem with margins. For example, if you add light grey background in your Custom CSS, it will look bad.
    #secondary { background-color: #eee; }

    in reply to: SEO by Yoast #17156
    Sakin
    Keymaster

    @tlvannoy: It looks like you already have WordPress SEO plugin installed. Check in your “Plugins => Installed Themes”. If you see it’s already there then you can just activate it. If you cannot see it in Installed Themes, then yes first you need to delete that folder either from your FTP or from your hosting control panel.

    in reply to: Featured post slider not working #17150
    Sakin
    Keymaster

    @thivi: I check in your site and found that there is issue with then plugin. For now, I have just deactivate most of the plugins and then slider is working fine. So, it is sure there is plugin conflict. To check which plugin is conflicting. Activate the plugin one by one and check in your site. So, you will fine which plugin activation will effect the slider.

    in reply to: Header, Logo and Page Width #17147
    Sakin
    Keymaster

    @calvinocampo123: Catch Evolution theme is responsive design, so we don’t recommend you to edit font size as when you reduce the font in the large screen, you need to change accordingly for small and other smart devices.

    The header content area uses padding and you can reduce that by adding in the following CSS in “Appearnce => Theme Options => Custom CSS” box.

    #header-content {
        padding: 10px 0;
    }
    in reply to: Twitter link gone wrong #17146
    Sakin
    Keymaster

    @Lolley: Have you customize the site. As the social icon should work as it default like this http://catchthemes.com/demo/catch-everest/. Can you clear your Cache form WP Super Cache settings.

    in reply to: Transparent menu #17144
    Sakin
    Keymaster

    @impresnet: I don’t get it what you are trying to do it. Can you show me the screenshot or design.

    in reply to: Linking to Posts #17143
    Sakin
    Keymaster

    @lizzy39: Sorry your question is bit confusing. Your posts will be shown in Category archive. Also you can create page to showcase your posts from “Settings => Reading” Then select the page in “Posts page”.

    in reply to: Menu alignment and white space #17142
    Sakin
    Keymaster

    @regenesys: Need to check in what is the customization you have done with the site. As you can see the latest version of Catch Box Theme live at http://catchthemes.com/demo/catchbox/ and everything looks fine. So, can you setup the latest version of Catch Box Theme and check your child theme.

    Either, you need to put your site live somewhere and send me the url or check your css.

    in reply to: Featured post slider not working #17124
    Sakin
    Keymaster

    @thivi: That is just a sample ID on the basis of your post. You can add the ID as you required. But it has to be post id not page id. Ok I will email you.

    in reply to: Centering menu bar #17123
    Sakin
    Keymaster

    @Cory: Your customization in complex. So, consider hiring customizer. For menu cernter in Simple Catch Pro add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #access ul {
        display: block;
        line-height: 0;
        margin: 0;
        text-align: center;
    }
    #access ul li {
        border: none;
        display: inline-block;
        float: none;
        margin-bottom: 0;
    }
    #access ul li ul li {
        display: inline-block;
        float: left;
        text-align: left;
        width: 185px;
    }
    #access ul li.default-menu { 
        display: none; 
    }

    To Put the social icons above the logo, you need to build child theme and add the functions. There is no easy way to do that. Maybe we will add in future version update.

    For space, can you specify how much you want to reduce it.

    in reply to: Changing Type of Font and size for my pages #17116
    Sakin
    Keymaster

    @adminleah: Yes you can. Send me your site URL and then I will check in.

    in reply to: Homepage Featured content options #17115
    Sakin
    Keymaster

    @cpuss: You can adjust the margin in the following CSS and then add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #header-right #dc_jqaccordion_widget-7.widget,
    #header-right .widget.widget_catcheverest_social_widget {
    margin-bottom: 5px;
    }
    in reply to: Slider #17113
    Sakin
    Keymaster

    @shazcat: Do you mean your site at http://gordonatkinson.com.au/wordpress/. When I check in your site, I see that you are using Free Simple Catch Theme 2.3.3 and have modified the footer.php as well. It is not recommended to edit footer copyright information in free theme. This is the only reason we provide Free Theme and Free Support. If you want to edit the footer copyright information then please upgrade to Simple Catch Pro Theme where you have easy to edit Footer Editor option in your theme options panel.

    Also the slider is not working due to your edit in Footer.php. So, just upgrade your theme to latest version 2.6.2 and your footer will be reverted back and will work.

    in reply to: Slider #17112
    Sakin
    Keymaster

    @Artem: Thanks and yes when you upgrade to pro, you need to make few adjustment through your Appearance tab. Such as menus, backgrounds, custom header images and widgets.

    in reply to: Any known issues with WordPress 3.7.1? #17111
    Sakin
    Keymaster

    @gcal.angola: Yes, you need to upgrade your plugin and themes. Then only you need to update your WordPress Version. Thanks for sharing your experience and I hope it will be helpful to others as well.

    Thanks a lot.

    in reply to: white space in footer #17110
    Sakin
    Keymaster

    @suchi: Are you talking about the Footer area where you have logos. If so then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #footer-sidebar .widget_simpleimage p { margin-bottom: 0; }
    #footer-sidebar { background-color: #fff; }
    #footer-sidebar .widget img { box-shadow: none; }
    in reply to: layout interferes with tags on some pages #17109
    Sakin
    Keymaster

    @prayer0house: Sorry I don’t understand what are you trying to say. Maybe you can post your site URL and explain with your content what is not working.

    in reply to: categgory-slider: Number of posts #17107
    Sakin
    Keymaster

    @Heinrich: It is not recommended to make it unlimited as it will load your server. If you want, you can try maximizing the number of posts from “Settings => Readings”.

    in reply to: Responsive design? #17106
    Sakin
    Keymaster

    @k.capelli: This is bit advance level of customization with your background in the menu. So, sorry you need to hire cutomizer.

    in reply to: sub menu #17094
    Sakin
    Keymaster

    @Cecilia Linda: Then I need to check in your site admin section. So, I will contact you through email and will solve it there.

Viewing 20 posts - 9,761 through 9,780 (of 14,504 total)