Forum Replies Created

Viewing 20 posts - 7,341 through 7,360 (of 14,505 total)
  • Author
    Posts
  • in reply to: No Featured Image in RSS Feed #33523
    Sakin
    Keymaster

    Hello Kristi,

    By default there is no option to add featured image in your RSS feed. WordPress only have option to either show full content or excerpt content in the RSS feed and it is controlled through “Settings => Reading”, For each article in a feed, show.

    But if you want this features then you might want to look for plugins at http://wordpress.org/plugins/. I just did a quick scan and this plugin looks interesting Featured Images in RSS w/ Size and Position

    Regards,
    Sakin

    Sakin
    Keymaster

    @Leonie: You can upload any image in your featured image slider. If you are having difficulty adding in the image from uploads. Then you can edit your image from Post Thumbnail editor and then copy that image URL and just paste that image url in Featured Image Slider Options.

    in reply to: erreur détecté par google #33521
    Sakin
    Keymaster

    @philippe: Can you let me know you site URL so that I can check in. As this should work when I test our demo page http://www.google.com/webmasters/tools/richsnippets?q=http%3A%2F%2Fcatchthemes.com%2Fdemo%2Fcatchbox-pro%2F

    in reply to: Headline on all Pages #33446
    Sakin
    Keymaster

    @mds88: Sorry I don’t understand your request. Can you explain in reference with your site URI for better understanding.

    in reply to: Header Right Sidebar and slider #33445
    Sakin
    Keymaster

    @dfjama: Thanks for your appreciation.

    in reply to: Need assistance with Menu #33444
    Sakin
    Keymaster

    @dfwrgjeff: You can adjust the padding in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.
    #main { padding-top: 50px; }

    in reply to: Button colour change & how to centre content in sidebar #33443
    Sakin
    Keymaster

    Hi Ian,

    For child theme tutorial see this http://catchthemes.com/blog/create-child-theme-wordpress/

    Regards,
    Sakin

    Sakin
    Keymaster

    I don’t see any changes in this code. You need to change here. Can you send me the code that you have added. For code please try to use http://gist.github.com/.

    See this code where I have added right box in the featured image https://gist.github.com/anonymous/6fe360cf0f833b04cfab

    in reply to: Google Chrome not displaying silder images correctly #33430
    Sakin
    Keymaster

    Dear S. Bartsch,

    There is no option to add screenshot in this forum. But you can upload your screenshot image in your site or any photo sharing site and then add in your image url here.

    Regards,
    Sakin

    in reply to: Home Page Question #33429
    Sakin
    Keymaster

    @shamwow: Sorry not so clear what you want. If you don’t need to change your homepage and remain as it is then you don’t need to add anything in “Reading Settings”.

    in reply to: Aligning the menu #33427
    Sakin
    Keymaster

    Hello Poornima,

    Try adding in the following css in “Appearance => Theme Options => Custom CSS” box.
    #access ul li a { padding: 0 51px; }

    Regards,
    Sakin

    in reply to: Remove blue Log In link #33426
    Sakin
    Keymaster

    @theresem: Where did you get login link. Are you talking about widget in Sidebar then go to “Appearance => Widgets” and then add or remove widgets in respective sidebars.

    in reply to: Colour schemes #33425
    Sakin
    Keymaster

    @theresem: Go to “Appearance => Theme Options => Color Options => Site Color Options” and then change “Footer Background Color” and save changes.

    in reply to: Menu showing twice #33424
    Sakin
    Keymaster

    @theresem: Please post in your site URL and explain please. Not sure what you mean.

    Sakin
    Keymaster

    Hello Ian,

    To center the calendar, try adding in the following css in “Appearance => Theme Options => Custom CSS” box.

    .spider_calendar #calendar_1 {
        display: block;
        margin: 0 auto;
    }

    To change the border color in our sidebar widgets, you can add the following css in “Appearance => Theme Options => Custom CSS” box.
    #secondary .widget { border-color: #516856; }

    Yes, you should not edit any files inside the theme directory ‘catch-kathmandu-pro’ as these files will be reverted back to original when you update the theme. So, you will loose your customization. So, to preserve this either you need to add your custom css in “Appearance => Theme Options => Custom CSS” box or by building child theme and adding you custom css in child theme style.css.

    Regards,
    Sakin

    in reply to: Reduce and remove empty space #33326
    Sakin
    Keymaster

    Hello Yuliya,

    1. How to reduce space above and below logo?
    — For this, you can adjust the padding as per you need need in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.

    #header-content { padding-top: 50px; padding-bottom: 30px; }
    #site-logo { padding-bottom: 20px; }

    2. Is it possible to increase a text size on header right widget (where I have a phone number)?
    — You can add the following css in “Appearance => Theme Options => Custom CSS” box. If needed you can increase the size more.
    #sidebar-header .widget_text { font-size: 16px; }

    3. Very important: can I remove page names on individual pages (because they fall exactly on ornament strip – pls. see http://www.3bulavki.com.ua)? Or another solution – print the on some background (black of white)…
    — You can either add white background by adding in following css in “Appearance => Theme Options => Custom CSS” box.
    #main { background-color: #fff; }
    or hide with the following css
    .page .entry-header { visibility: hidden; }
    or you can just add background in page title
    .page .entry-header { background-color: #fff; }

    Regards,
    Sakin

    in reply to: Limit unregistered and not logged-in #33324
    Sakin
    Keymaster

    @AKMARK5000: Yes, as you said you want content visible to only register user. So, you need some kind of membership and access control plugin.

    in reply to: Wrapping menu in additional class #33319
    Sakin
    Keymaster

    @kteschmitt: If you are using Child theme then create empty functions.php file in your child theme and then copy catchbox_header_menu() function from Catch Box functions.php and then edit it in your child theme as per your need.

    in reply to: Google Chrome not displaying silder images correctly #33318
    Sakin
    Keymaster

    Hello SBartsch,

    I check in your site in Chrome browser and it’s working fine. Can you refresh your chrome browser and check in. There might be cache issue or also check in your chrome extension and zoom.

    Regards,
    Sakin

    Sakin
    Keymaster

    @Peter: Can you refresh your Firefox browser and check in as it’s showing full width in both Chrome and Firefox.

Viewing 20 posts - 7,341 through 7,360 (of 14,505 total)