Forum Replies Created

Viewing 20 posts - 2,361 through 2,380 (of 14,507 total)
  • Author
    Posts
  • 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; }

    in reply to: Sharing on FB #66434
    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 ๐Ÿ™‚

    in reply to: change logo postion #66432
    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; }
    in reply to: Full width slider #66243
    Sakin
    Keymaster

    @Susie: Thanks for your appreciation ๐Ÿ™‚

    in reply to: promotional headline text #66242
    Sakin
    Keymaster

    @Mary: Thanks for your appreciation ๐Ÿ™‚

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