Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Massimo: Cheers 🙂
Sakin
Keymaster@Lizi: You can add in your responsive css in your child theme style.css file. You don’t need to add extra file. Maybe your css is different. As child theme style.css is always given priority over child theme style.css. So, post in your site URL and let me which css are you taking about.
Sakin
Keymaster@animaladvocacy: If you are working on more tag, then change the layout to Full Content. Then you will have no issue. Just go to “Appearance => Theme Options => Layout Options => Content Layout” and then select “Full Content Display”. This will display all your content and image before more tag. This will ignore your featured image. So, if you want image then you need to insert image in your post itself.
Sakin
Keymaster@Justin: Yes, you can do that.
1. First, go to “Appearance => Customize => Static Front Page”, check in “A static page” in “Front page displays”. Then select the page that you want to show in Homepage in “Front page” and then save and publish it.
2. For Featured Grid Content, go to “Appearance => Customize => Featured Grid Content => Featured Grid Content Options”, then select Grid Content Type as per your need. For more about Featured Grid Content content, read more at http://catchthemes.com/theme-instructions/gridalicious-pro/#featured-grid-contentSakin
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; } -
AuthorPosts
