Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Massimo: I need to check your homepage settings. Can you post in your site URL and then I can check in for you.
Sakin
Keymaster@nonno john: You can change that from “Appearance => Customize => Theme Options => Layout Options => Single Page/Post Image Layout”
Sakin
Keymaster@JOSHUA: due to security reason, it will not that that all onmouseover and our event. So, it will just load as
<a href="http://rez.opentable.com/reservation/start/3012?source=selfhost"><img src="http://giantstepdesign.com/TESTER/wp-content/uploads/2015/05/rollover1jpg.jpg" /></a>This is not possible in Promotion Headline Options from Customizer. For this, you need to build child theme. For child theme refer to http://catchthemes.com/blog/create-child-theme-wordpress/ and then you need to copy function
fullframe_promotion_headline()fromfullframe-core.phpfile to your child themefunctions.phpfile and edit the code as per your need.Sakin
Keymaster@Maria: ok trying adding in the following css in “Appearance => Theme Options => Custom CSS” box:
.home .entry-header { display: none; }Sakin
Keymaster@johnbatt: You can remove that from “Appearance => Theme Options => Header Right Options”.
Sakin
Keymaster@Laurent: I have send you email in laurent[dot]juvigny[at]free[dot]fr on May 11, 2015.
Can you check your spam folder in your email. You can use this form http://catchthemes.com/contact-us/ and then we will reply from there.Sakin
Keymaster@olaf: 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
Catch Evolution 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/
Sakin
Keymaster@Gunter:
1. Yes, this is minor issue. The image URL that is in your “Appearance => Theme Options => Header Featured Image Options => Featured Header Image URL”. So, either add new image URL there or disable that by checking in options “Disable” in “Enable Featured Header Image” and save changes.2. Not sure which font are you using for your logo text. But don’t worry, we have coded theme in such a way that even if you have logo only it will be good for SEO as it text your site title and tagline as well. For that just make sure you have added nice site title and tagline as per your need. Check it at “Settings => General”
3. I don’t know what type of plugin you are looking. We normally use our own social icons and then for likes and all, we use Jetpack plugin “Sharing” module http://jetpack.me/support/sharing/ and “Extra Sidebars” http://jetpack.me/support/extra-sidebar-widgets/
Sakin
KeymasterHello Peter,
Actually this theme uses fluid width for youtube videos. So, it make it responsive to make it 100% the width of your site wrapper so it’s best fitted in your mobile devices and all. If you want to add maximum width then you can wrap your youtube code with extra div html code like below.
<div style="max-width: 500px;">Your Youtube Embed code</div>Note: To add this code, you need to go to text mode in your page/post editor like this https://www.pinterest.com/pin/548594798332210926/
Sakin
Keymaster@Massimo: There is no option like that. You can use CSS using page ID to hide title on those pages. For example, you can add the following css to hide the title for 3 pages with page ID 1735, 200 and 174. Similarly, you can do to your pages. You need to add this type of css in “Appearance => Customize => Theme Options => Custom CSS” box or in your child theme style.css
.page-id-1735 .entry-header, .page-id-200 .entry-header, .page-id-174 .entry-header { display: none; }Sakin
Keymaster@lohanc:
1. If you are adding elements is Header Right Sidebar. Then why are you using Secondary menu. Secondary menu is for full width menu and only primary menu is there to stay in the Header Right Sidebar.
2. For this, first add all the widget and then send me your site URL. Then I need to check in CSS
3. How much you want to reduce it?
4. If you put logo, title and tagline in the same line and center it then you cannot have header right sidebar.Your options are so confusing. Can you create screenshot of what you want and add in the URL of screenshot here.
Sakin
KeymasterHello Peter,
You can change the color code in the following css as per your need and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:
/* Secondary Menu Text color */ .nav-secondary .catchbase-nav-menu a { color: #000; } /* Secondary Menu Text Hover color */ .nav-secondary .catchbase-nav-menu li a:hover { color: #000; } /* Secondary Menu Text Active color */ .nav-secondary .catchbase-nav-menu .current-menu-item > a, .nav-secondary .catchbase-nav-menu .current-menu-ancestor > a, .nav-secondary .catchbase-nav-menu .current_page_item > a { color: #ec6307; }Sakin
Keymaster@arnold: This falls under plugin territory. So, we suggest you to install Catch Web Tools plugin http://wordpress.org/plugins/catch-web-tools/ and add your analytics code in “Catch Web Tools => Webmaster Tools”, then check to “Enable Webmaster Module” and finally add your anaytics in Header and Footer Script box in “Enter scripts or code you would like output to wp_footer(): “
Sakin
Keymaster@Susie: This will be released in next version update. thanks
Sakin
Keymaster@BobS: For change log you can always check in changelog.txt file or change log page at http://catchthemes.com/changelogs/catch-responsive-theme/
Sakin
Keymaster@Susie: Make sure you have added Featured Image in all your posts. Then it will display in all posts. For featured image, check this http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-wordpress-postpage/
Sakin
Keymaster@John U: No your homepage is using different size then your shop page. Your homepage is using Full Image size where as your shop page is using Thumbnail size of 150px by 150px. For your shop page you need image size of at least 276px by 276px.
So, go to “WooCommercer => Settings => Products => Display” change image size:
For Shop: http://chezjillchocolates.com/shop , it needs “Catalog Images”: 276 x 276
For Single Product: http://chezjillchocolates.com/product/ginger-truffles , it needs “Single Product Image”: 600 x 600After you change this image values, you need to regenerate thumbnail using regenerate thumbnail plugin https://wordpress.org/plugins/regenerate-thumbnails/
For more about image sizes, refer to http://docs.woothemes.com/document/using-the-appropriate-product-image-dimensions/
Sakin
Keymaster@mikethagoat Nice thanks 🙂
Sakin
Keymaster@Panayot: Sorry I don’t get it how can I help you in this. Let me know it.
-
AuthorPosts
