Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@magicrider: Disabling plugin doesn’t work. If that is cache issue then you need to go to your WP Super Cache plugin settings and click on Empty Cache.
When I view your site, it doesn’t have slider issue. So, it must be cache issue.
Sakin
Keymaster@Vidal: I am able to click on mobile menu from my mobile device. So, I don’t get it what is your issue. Have you already fixed it?
Sakin
Keymaster@Massimo: You can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
.entry-meta { display: none; }Sakin
Keymaster@Paul: But I need to look at that page and see what are you trying to remove and which margin are you talking about. Then only I can suggest you css.
Sakin
Keymaster@Paul: Sorry, you are looking at wrong forum. This is Catch Everest theme forum. For Full Frame Pro you need to look and post it in http://catchthemes.com/support-forum/forum/full-frame-pro-premium/.
I see that you are using Page Slider, for that you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
#feature-slider .entry-container { display: none; }Sakin
Keymaster@animaladvocacy:
1. The Read more text will appear only if you have words count before<!--more-->tag greater than the word that you have set in “Appearance => Theme Options => Excerpt/More Tag Settings => Excerpt length(words)”. So, if you want that either change the potion of more tag or decrease the Excerpt length words.2. Thanks, this is know issue and we have already submitted patch in WordPress.org. It will be soon live in version 1.7.1
3. For FB sharing image and text, you can go to https://developers.facebook.com/tools/debug/, enter your site URL and click on “Debug”. This will show all the data and images. If it is still showing old then you can click on “Fetch new scrape information” and test it.
4. About the Featured Content issue, thanks we have able to fix it and will update it in version 1.7.1
I hope I have manged to read it all. thanks 🙂
Sakin
Keymaster@yyyfor: You can add the following css in “Appearance => Theme Options => Custom CSS” box and then adjust the min-width as per your need.
#site-logo { float: right; } #header .logo-wrap { min-width: 800px; }Sakin
Keymaster@Susie: Thanks for your appreciation 🙂
Sakin
Keymaster@Lizi: You don’t need to enqueue responsive.css. You child them functions.php can be as below:
<?php /** * Child Theme functions and definitions * */ /** * Loading Parent theme stylesheet * */ add_action( 'wp_enqueue_scripts', 'catchevolution_child_enqueue_styles' ); function catchevolution_child_enqueue_styles() { wp_enqueue_style( 'catchevolution-parent-style', get_template_directory_uri() . '/style.css' ); }According to error message above, you have issue in parent theme. So, can you re-upload all theme files in
catch-evolution-prodirectory.Sakin
Keymaster@epainton: Catch Everest Free theme only have options to use “Featured Post Slider” which will replace the demo slider. For that you need to create post and then add in featured image in that post. For featured image, check out http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-wordpress-postpage/. Then you need to go to “Appearance => Theme Options => Featured Post Slider => Featured Post Slider Options” and add in your post ID. For post slider, check out http://catchthemes.com/blog/videos-blog/video-series-adding-featured-post-slider/
Note: you have more options in pro version, where you can replace that demo slider image with Page Slider or Post Slider or Category Slider or Featured Image Slider. For image slider, check out http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-slider/
Sakin
Keymaster@punisher:
1. Once you purchase the theme, you can use it in unlimited domain that you own
2. Yes, we support update only for 1 year. After that you need to re-purchase it. For re-purchase, you can get 50% discount coupon code. But after a year, if you don’t need update then you can disable update from Theme Options panel and use the theme.Sakin
Keymaster@Mary: Just go to “Appearance => Theme Options => Webmaster Tools => Header and Footer Codes” and then add the following code in “Code to display on Header” box:
<meta name="format-detection" content="telephone=no">Sakin
Keymaster@animaladvocacy: ok we will check this issue and will fix it in version update. For, now you can go to “Appearance => Theme Options => Featured Content” and change it as per your need.
This is happening as we are trying to move “Appearance => Theme Options” to “Appearance => Customize”
Sakin
Keymaster@ccarmody: You can see the list of features of Catch Everest Pro at http://catchthemes.com/theme-instructions/catch-everest-pro/ and Catch Evolution Pro at http://catchthemes.com/theme-instructions/catch-evolution-pro/
For themes within our shop, if you contact our sales. You can exchange within a week.
Sakin
Keymaster@TerroirCongress: But we don’t have control over http and https. It all depends on your server configuration. The post slider just take the post ID and get in featured image of that post.
Sakin
Keymaster@davinder-sanghasassco-co-uk: Sorry we only support theme developed by us. When I check in your site, it’s not the theme we have developed. So, please post your question in that theme author support forum.
Sakin
Keymaster@SungJu: I don’t now about this as this is not from our theme. Can you check in with your website hosting server support.
Also I see that registration to your site is open. See this http://drginseng.net/wp-login.php?action=register
-
AuthorPosts
