Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@TerroirCongress: Yes, it’s https issue. Right now all your images are in HTTPS and also your site doesn’t have trusted ssl certificate. So, either ask your hosting server to remove ssl configuration or update it.
Sakin
Keymaster@Mary: Ok if you want to do that, then remove the previous code to disable number format. Then in when adding phone number add as below HTML code:
<a href="tel:1-800-432-5700" tabindex="-1" class="tel">1-800-432-5700</a>Then finally add the following css in “Appearance => Theme Options => Custom CSS” box:
.tel,.tel:visited { /*for small screens */ display:block; color:#fff; background-color:#000; padding:1em; text-decoration:none; } .tel:hover,.tel:focus { color:#000; background-color:#fff; } @media screen and (min-width: 768px) { /* for larger screens */ .tel,.tel:visited { background:none; cursor:default; } .tel,.tel:focus { color:#fff; } }Sakin
Keymaster@animaladvocacy: For stretch in slider image, you can add the following css in “Appearance => Theme Options => Custom CSS” box:
#main-slider img { width: 100%; }Sakin
Keymaster@DONOVAN: You can choose 4 and just add 2 content. Then for css you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
@media screen and (min-width: 480px) { #featured-content.layout-four .hentry { width: 50%; } }Sakin
Keymaster@Tomรกลก: Heading line height is correspond to heading font size like h1, h2, h3, h4. But featured slider used different. You have change the slider title and content font size as per your need and add the following css in “Appearance => Theme Options => Custom CSS” box:
@media screen and (min-width: 961px) { #main-slider .entry-header .entry-title { font-size: 24px; } #main-slider .entry-content { font-size: 16px; } }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.
-
AuthorPosts
