Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@prius4f: For that, please contact our sales and account at http://catchthemes.com/contact-us/. They will check your subscription and send you coupon code.
Sakin
Keymaster@Paul: First, go to “Appearance => Customize => Social Links => Social Links”, add in your social links as per your need and then click on “Save & Publish”. Then go to “Appearance => Widgets” and drag and drop “CT: Social Icons” widget.
Sakin
Keymaster@sarkinbar: Actually, you have option to set static front page or latest post, where you can select which page to be added as blog. For that you need to go to “Appearance => Customize => Static Front Page” and then select as per your need.
Sakin
Keymaster@animaladvocacy: No I haven’t deleted any of your thread. It’s here http://catchthemes.com/support-forum/topic/sharing-on-fb/
Sakin
Keymaster@Paul: Yuu 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:. For no, I have menu color to black #000 for both title and hover color.
#featured-content .entry-title, #featured-content .entry-title a { color: #000; } #featured-content .entry-title a:hover { color: #000; }Sakin
Keymaster@Lizi: To remove parent theme responsive css, you can add the following code in your child theme functions.php file
function catchevolution_remove_style() { wp_dequeue_style( 'catchevolution-responsive' ); } add_action( 'wp_print_styles', 'catchevolution_remove_style' );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 ๐
-
AuthorPosts
