Forum Replies Created
-
AuthorPosts
-
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.
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.
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/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; }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.
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.
Sakin
Keymaster@Olivia: Ok I can check that for you. I will email you and you can send me details there.
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.
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.
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.
Sakin
Keymaster@Olivia: You have totally change the folder name and files. I see that you have install theme as
CatchPro-Updatefolder. It is supposed to becatch-reposnive-profolder. Also you shouldn’t add or edit any files insidecatch-reposnive-profolder.Sakin
Keymaster@Olivia: That’s shouldn’t be happening. Which theme are you using it and can you send me your site URL?
June 4, 2015 at 2:16 am in reply to: How do I remove random text from bottom of main slider image? #58879Sakin
Keymaster@sacredcocreation: Ok great you found it. That is actually from the Social Share plugin.
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.
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%; }Sakin
Keymaster@Bert: Yes, thanks you can review at https://wordpress.org/support/view/theme-reviews/catch-responsive?rate=5#postform
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.
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.
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; } -
AuthorPosts
