Forum Replies Created

Viewing 20 posts - 3,501 through 3,520 (of 14,509 total)
  • Author
    Posts
  • in reply to: Featured Image slider question #58969
    Sakin
    Keymaster

    @Olivia: Can you go to your slider settings at “Appearance => Customize => Featured Slider Options” and check “No of Slides”. Maybe you have set there as 16.

    in reply to: cant add any social links #58959
    Sakin
    Keymaster

    @Mikhail: Yes, you need to add in your social profile URL in “Appearance => Customize => Social Links => Social Links”, then you can go to “Appearance => Widgets” and add in “Social” widgets to header right sidebar.

    in reply to: Disable Excerpt option #58958
    Sakin
    Keymaster

    @Széchenyi István: Yes for that, you can go to “Appearance => Customize => Theme Options => Layout Options” and then select “Show Full Content” in Archive Content Layout.

    Then to you can split content using more tag <!--more--> . Read this to know more about splitting content using more tags. http://devotepress.com/wordpress-writing-editing/how-to-split-content-using-the-more-tag-option/

    in reply to: Changing title font and colour #58957
    Sakin
    Keymaster

    @lastdayremnant: You can add the following css in “Appearance => Theme Options => Custom CSS” box:

    #main h2.entry-title a:hover,
    ul li a:hover, 
    ol li a:hover,
    #sidebar ul li a:hover, 
    #sidebar ol li a:hover {
    	color: #555;
    }
    h1#site-title a {
        color: #fff;
    }
    in reply to: Filter on Blog Page #58956
    Sakin
    Keymaster

    @Ben: Did you go that for your page that you have set it from “Settings => Readings => Front page displays”. Can you post in your blog URL and then I can check in.

    in reply to: Mobile Menu not working on android browser #58936
    Sakin
    Keymaster

    @rsberg: Can you refresh and check in your with Android. As it’s working fine, when I check in at http://catchthemes.com/demo/catch-responsive/. There was update in menu js.

    in reply to: Customization gone after the update #58894
    Sakin
    Keymaster

    @Olivia: thanks, check your email.

    in reply to: Customization gone after the update #58892
    Sakin
    Keymaster

    @Olivia: Ok I can check that for you. I will email you and you can send me details there.

    in reply to: transparency and all in one SEO #58891
    Sakin
    Keymaster

    @Mirjam:
    1. You can add the following css in “Appearance => Theme Options => Custom CSS” box:

    #secondary .widget { 
    	background: #fff;
    	background: rgba(255, 255, 255, 0.5);
    }

    2. It’s better you change to WordPress SEO by Yoast plugin. I prefer this instead of All in one seo pack.

    in reply to: Enter custom CSS #58889
    Sakin
    Keymaster

    @helpme: Can you post in your site URL so me to check in details.
    1. To center the site title, either you need to disable header right section or move header right section below your site title. So, let me know what you want.
    2. To change font to Roboto google font, you need to install Google Font plugin or upgrade to Catch Responsive Pro theme, where you will get option to change the font.
    3. This option is there in pro version. In free version, you need to do with custom css. So, add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box to hide the search toggle and center the menu.

    #search-toggle {
        display: none;
    }
    .nav-primary.search-enabled .menu {
        text-align: center;
        width: 100%;
    }
    .catchresponsive-nav-menu li {
        float: none;
    }

    4. If you remove the background color of the menu, then the white text will not be visible. So, can you send me exact color code that you want to change to.

    in reply to: Customization gone after the update #58888
    Sakin
    Keymaster

    @Olivia: It depends on how you first install the theme. You can check in from your FTP. So, the best option I see if that you delete that old version and then install new version from “Appearance => Themes => Add New => Upload Themes”. Catch Updater just updates the themes. It doesn’t check for theme folder.

    in reply to: Customization gone after the update #58884
    Sakin
    Keymaster

    @Olivia: You have totally change the folder name and files. I see that you have install theme as CatchPro-Update folder. It is supposed to be catch-reposnive-pro folder. Also you shouldn’t add or edit any files inside catch-reposnive-pro folder.

    in reply to: Customization gone after the update #58880
    Sakin
    Keymaster

    @Olivia: That’s shouldn’t be happening. Which theme are you using it and can you send me your site URL?

    Sakin
    Keymaster

    @sacredcocreation: Ok great you found it. That is actually from the Social Share plugin.

    in reply to: Customization gone after the update #58877
    Sakin
    Keymaster

    @Olivia: It’s not supposed to me like that. If you have change any core theme files inside your theme folder then it will be lost as when you update or upgrade the theme, all theme files will be reverted back to original. But all the changes you have made from Theme Options panel will be safe. So, if you need to edit any core theme files, then you need to build child theme and edit it.

    in reply to: General help with some stuff #58868
    Sakin
    Keymaster

    @stevan021: For that you need to use “No Sidebar, Full Width” layout option which is there only in Pro version. For free version, again you need to adjust with custom css. So, add the following css:

    .no-sidebar.content-width #main {
        width: 100%;
    }
    in reply to: How to change the font size of the headers #58865
    Sakin
    Keymaster
    in reply to: H1 headings #58863
    Sakin
    Keymaster

    @bphibbard: In HTML5, you can have more then one H1 tag. That was issue only when you use HTML4 tags. In HTML5, H1 tag per article tag is good for SEO and we have carefully designed H1 tags with special attention on header tag and headings

    Adventurous theme is build in HTML5, CSS3 and Responsive design. So, H1 is better for SEO then H2.

    You can also check this Video http://www.youtube.com/watch?v=GIn5qJKU8VM by Google software engineer Matt Cutts, who clearly states that you can use multiple H1 but don’t over do it. Also use h1 specific to heading and header tags.

    You can also check this article URL http://html5doctor.com/html5-seo-search-engine-optimisation/

    Maybe you are checking in bing with HTML4 settings.

    in reply to: Filter on Blog Page #58862
    Sakin
    Keymaster

    @Ben: You can create page from “Pages => Add New”, then you can set that page as blog page from “Settings => Readings => Front page displays”, check “A static page (select below)” and then in “Posts page”, you can select the page in which you want to show your blog posts.

    Then to filter the posts from particular category, you can go to “Appearance => Theme Options => Homepage/Frontpage Category Settings” and then select the categories that you want to show in your blog page.

    in reply to: font size & font-weight of main contents #58860
    Sakin
    Keymaster

    @Kenta: You can change the font in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:
    #content { font-size: 14px; font-weight: normal; }

Viewing 20 posts - 3,501 through 3,520 (of 14,509 total)