Forum Replies Created

Viewing 20 posts - 2,361 through 2,380 (of 14,493 total)
  • Author
    Posts
  • in reply to: Disable post date, author and category #66528
    Sakin
    Keymaster

    @Massimo: Cheers 🙂

    in reply to: Child Theme problem #66527
    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.

    in reply to: Sharing on FB #66526
    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.

    in reply to: Static Front Page with Featured Grid #66512
    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-content

    in reply to: Pro upgrade questions #66480
    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.

    in reply to: Social media won't show up #66469
    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.

    in reply to: Settings for Home and Blog pages #66467
    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.

    in reply to: Featured Content bug? #66464
    Sakin
    Keymaster

    @animaladvocacy: No I haven’t deleted any of your thread. It’s here http://catchthemes.com/support-forum/topic/sharing-on-fb/

    in reply to: css theme options #66463
    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; }
    in reply to: Child Theme problem #66462
    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' );
    in reply to: Featured Slider Image wont load #66456
    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.

    in reply to: promotional headline text #66455
    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;
    	}
    }
    in reply to: Sharing on FB #66453
    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%; }

    in reply to: Featured Content #66447
    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%; }
    }
    in reply to: Headings Font Size option (for slider) #66446
    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; }
    }
    in reply to: Slider gets cut down #66443
    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.

    in reply to: Mobile menu not working #66442
    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?

    in reply to: Disable post date, author and category #66439
    Sakin
    Keymaster

    @Massimo: You can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    .entry-meta { display: none; }

    in reply to: Landing page #66437
    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.

    in reply to: Slider Images #66435
    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; }

Viewing 20 posts - 2,361 through 2,380 (of 14,493 total)