Forum Replies Created

Viewing 20 posts - 9,781 through 9,800 (of 14,510 total)
  • Author
    Posts
  • 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.

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

    @thivi: When I check in your site. Your slider is working fine. I think you have same post ID in all three Featured Post ID. Try adding different IDS. For example in
    #1 Featured Post ID: 55
    #2 Featured Post ID: 51
    #3 Featured Post ID: 41

    in reply to: Responsive design? #17091
    Sakin
    Keymaster

    @k.capelli: Yes, the image you have added is not responsive. Either, you need to disable responsive from “Appearance => Theme Options => Responsive Design” or you need to create the custom responsive menu. Otherwise, just leave to default and change the color only.

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

    @tdovale: It’s not the theme or update issue. It’s your Custom CSS. You can just remove the the following CSS from “Appearance => Theme Options => Custom CSS” box and it will be fine. The line-height is causing issues.

    #header-menu ul.menu a, #colophon #access-footer ul.menu a {
       line-height: 4rem;
        padding: 0 0.5rem;
    }

    Or you can just add Custom CSS to match with your current line height.

    #header-menu ul.menu ul {
        top: 4rem;
        top: 40px;
    }
    in reply to: Version Update #17079
    Sakin
    Keymaster

    @Teabear: Then feel free to update it. It won’t be effected.

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

    @thivi: I see that you have customize the Theme and that is why the scripts are not working. Please revert back to the original theme and it will work. Also you have changed the footer copyright in Simple Catch Free theme. It is not recommended to change it in Free version as this is the only reason we provide free themes and free support. Please add back.

    If you want to edit footer then use Simple Catch Pro theme where you have easy to edit Footer Editor in Theme Options panel. Read more about simple catch pro theme at http://catchthemes.com/theme-instructions/simple-catch-pro

    in reply to: Version Update #17075
    Sakin
    Keymaster

    @Teabear: The customization that you have done though Theme Optional panel and WordPress default will not be modified. But if you have customize any core theme files such as index.php, functions.php, header.php, style.css and so in then these files will be reverted back to original.

    So, let me know the level of customization you have done and how can I help you with.

    in reply to: Space on main menu and content #17073
    Sakin
    Keymaster

    @Ayisids: It’s because you have customize the site in Wrong way. I just check in your custom css. Can you remove the following CSS from your Custom CSS.

    body {
    background-color:white;
    margin-right: 150px; margin-left: 150px;
    border-right-style:solid;
    border-left-style:solid;
    border-width:5px;
    border-color:#B81456;
    }

    Then you will see your site will work fine. But if you want to add border around the site then the best option will be to create child theme and edit it. But if you want same css then it should be as below:

    body {
        background-color: #fff;
        border-left: 5px solid #b81456;
        border-right: 5px solid #b81456;
        display: block;
        margin: 0 auto;
        width: 998px;
    }
    in reply to: Featured Post Slider Questions #17070
    Sakin
    Keymaster

    @rbrek: Still not enough post, as in your “Settings => Reading” Blog pages show at most.

    So, you have total 11 Post, but 1 is featured slider which will not be counted. So, only 10. Try reducing in the Reading settings or increase the number of posts.

    in reply to: Objects no longer aligned in page #17064
    Sakin
    Keymaster

    @jpbertram: You move your post to edit mode and in text editor then add the div wrapper for your calender. For example, see the code here https://gist.github.com/anonymous/da25ea86711d940ab894

    in reply to: Featured Post Slider Questions #17061
    Sakin
    Keymaster

    @rbrek: Your site shows that you only have total 10 posts. Where you have “My First Blog” post in your slider and rest in the homepage. Next and Previous will be there only after you have more then 10 posts. If you want to show your slider post in the blog as well then go to “Appearance => Theme Options => Featured Post Slider => Featured Post Slider Options” and check “Exclude Slider post from Homepage posts”.

    in reply to: How to Remove Image Border #17059
    Sakin
    Keymaster

    @aslCassandra: As per your site, you need to add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #main #content .post-img a, #main #content img { border: none; }

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

    @gcal.angola: Check your plugins and cache. try disabling the plugins. If still have problem then try reinstalling the WordPress 3.7.1.

    We haven’t find any issue in WordPress 3.7.1

    in reply to: LEFT Sidebar (Custom) not showing on page #17057
    Sakin
    Keymaster

    @CWG32813: Sorry I don’t understand what are you trying to say. Send me your site URL and maybe screenshot explaining your request.

    in reply to: Search box #17044
    Sakin
    Keymaster

    @kat22: In your Custom CSS box. In the first file you will see the following CSS. Delete that.

    #site-logo {
        display: inline;
        float: right;
    }
Viewing 20 posts - 9,781 through 9,800 (of 14,510 total)