Forum Replies Created

Viewing 20 posts - 7,321 through 7,340 (of 14,497 total)
  • Author
    Posts
  • in reply to: add image #33668
    Sakin
    Keymaster

    Hello A.J.

    Do you want image as the background or direct?

    If you want direct image, then you can go to “Appearance => Theme Options => Footer Editor Options” and just add image HTML code. For example:
    <img src="http://new.tinygrab.com/225cb604b30df1277b9fce0b0cdc01b4aae35dd5a6.png" alt="Image Name" />

    Or if you want as background then you need to add the following css in “Appearance => Theme Options => Custom CSS” box.

    #site-generator {
        background: url("http://new.tinygrab.com/225cb604b30df1277b9fce0b0cdc01b4aae35dd5a6.png") no-repeat scroll center top #fff;
    }

    Regards,
    Sakin

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

    Dear Sryu,

    Can you send me your site URL and also the screenshot showing the issue. I need to check this in details.

    Regards,
    Sakin

    in reply to: Font in main sidebar #33663
    Sakin
    Keymaster

    @wrongrabbit: thanks for your appreciation.

    1. When clicking on a menu item, the page refreshes and jumps to the top. Can this be avoided (maybe in Pro version)?
    — You have very large header image that is why you feel like it jumps to the top. Actually in all WordPress theme, when clicking on menu it will refresh the page to that particular page from header. If you want to load your page directly above the content then you need to add #main after you menu link. So, you can go to “Appearance => Menus” and clear custom menu and then add menu item as links like this http://lasteaiad.rae.ee/oigusaktid/#main

    2. How to change the font size on category menu items on the main sidebar (currently titled “Vali lasteaed”)
    — You can change the font size as per you need in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.
    #secondary .widget_categories ul { font-size: 15px; }

    3. Is it possible to use a different header image on each category page ? So that every kindergarten gets her own header image. We tried “Unique header” plugin ( http://geek.ryanhellyer.net/products/unique-headers/ ) with Taxonomy, but didn’t work. The Pro version seems to have a random header option, but is there a specific header option possible ? Maybe just point us where the code lies and we’ll figure it out ourselves…
    — In Pro version, you can add specific header image for each individual page and post. But the category will load the default header image.

    4. We want to use Easy Responsive Tabs plugin in our posts (like in http://lasteaiad.rae.ee/category/aruheina/ ), but we need to remove the padding, so that the tabs start from the very top of the post
    — Not so sure about this. So, first try adding in the following first line css and if you further want to reduce the padding then add the second line as well in “Appearance => Theme Options => Custom CSS” box.

    #post-113 .entry-content { padding: 0 ;}
    #post-113 .hentry { padding-top: 0; }

    PS – we probably want to go Pro – will it overwrite all our settings that we’ve made so far using the free theme? Or is it a simple upgrade…
    — No you setting will be safe. But yes, you have to reassign Header Image, Menus and Widgets positions as there are additional options.

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

    @real_makkoy: To change the color of slider text background, you can edit the following color code and add it in “Appearance => Theme Options => Custom CSS” box.

    #main-slider .entry-title span, #main-slider .entry-content {
        background-color: #fff;
    }

    For anchors withing a post, you need to add the HTML code manually from your post editor in text mode. Or you have to search for plugin at http://wordpress.org/plugins/ to do this. There is no default option to do that.

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

    @Yuliya: You need to change the permalink to SEO friendly. You haven’t change your permalink. Please change the appropriate from “Settings => Permalinks”. To make this permalink to work either you need to have write access to .htaccess file or you need to add the .htaccess file in root folder. See this http://codex.wordpress.org/Using_Permalinks . If you don’t know how to do it then you can ask your Hosting Server to create .htaccess file for you.

    in reply to: Navigation bar #33578
    Sakin
    Keymaster

    @highschoolfootballamerica: In Catch Kathmandu Pro theme there are 3 custom menu location “Primary Menu, Secondary Menu and Footer Menu”.

    So, first you can create Menu from “Appearance => Menus”. Read more about this at http://catchthemes.com/blog/custom-menus-wordpress-themes/

    1. Primary Menu: Then if you want to show your custom menu in header right section then you can assign your custom menu to “Primary Menu” location from “Appearance => Menus => Manage Locations”.
    2. Secondary Menu: Same way you can assign your menu to “Secondary Menu” if you want it to display just below the header.
    3. Footer Menu: Same way you can assign your menu to “Footer Menu” if you want it to display just below the content.

    Regards,
    Sakin

    in reply to: No Featured Image in RSS Feed #33577
    Sakin
    Keymaster

    Hello Kristi,

    I don’t mean full content will show featured image. I mean there is no option in WordPress by default to show Featured Image. You have to use plugin. I just show there is only 2 options in WordPress.

    Regards,
    Sakin

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

    Hello Yuliya,

    For testimonial page, you can add the following css in “Appearance => Theme Options => Custom CSS” box.
    .single-testimonials .entry-header { visibility: hidden; }

    To change the Read More text, go to “Appearance => Theme Options => Excerpt / More Tag Settings” and then change “More Tag Text”

    You can change that text from your post/page excerpt box. See this screenshot showing how to add excerpt text in your post/page.

    Regards,
    Sakin

    Sakin
    Keymaster

    @Driven13: You can change that right: 5% to right: 0 and then text-align: right. For detail customization, you need to hire customizer.

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

    @theresem: I don’t see Log in. see this screenshot of how I see your site
    http://awesomescreenshot.com/0412xbyha5

    in reply to: Home Page Question #33525
    Sakin
    Keymaster

    @Kendra: It’s mention in Theme Instructions page at http://catchthemes.com/theme-instructions/catch-kathmandu-pro/. Just read the topic “Featured Slider”. There you have option to choose slider type as Featured Post Slider or Featured Page Slider or Featured Category Slider or Featured Image Slider. Choose the type and fill in the necessary fields.

    in reply to: Home Page Question #33524
    Sakin
    Keymaster

    @shamwow: For this layout, you don’t need to select any page in “Front page”. You can just select the page in “Posts page” which I see you already have done it.

    Note: You only need to select the Front Page, if you want to display that page content in your homepage.

    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

Viewing 20 posts - 7,321 through 7,340 (of 14,497 total)