Forum Replies Created

Viewing 20 posts - 2,921 through 2,940 (of 14,507 total)
  • Author
    Posts
  • in reply to: widgets not showing up on homepage #61523
    Sakin
    Keymaster

    @Amanda: It is showing all the widget when I check in your site. Please refresh your site and check in.

    in reply to: How to increase content area width? #61520
    Sakin
    Keymaster

    @SeekingEscape: For for that, you need to add in all responsive css. So, here goes the detail css that you need to modify as per your need, just modify width and padding as per your need.

    #primary { width: 860px; }
    #secondary { width: 360px; }
    #content .hentry, #secondary .widget { padding: 30px; }
    @media screen and (max-width: 1344px) {
        #primary { width: 770px; }
        #secondary { width: 360px; }
        #content .hentry, #secondary .widget { padding: 30px; }
    }
    @media screen and (max-width: 1280px) {
        #primary { width: 690px; }
        #secondary { width: 360px; }
        #content .hentry, #secondary .widget { padding: 30px; }
    }
    @media screen and (max-width: 1152px) {
        #primary { width: 570px; }
        #secondary { width: 360px; }
        #content .hentry, #secondary .widget { padding: 30px; }
    }
    @media screen and (max-width: 1024px) {
        #primary { width: 530px; }
        #secondary { width: 360px; }
        #content .hentry, #secondary .widget { padding: 30px; }
    }
    @media only screen 
    and (min-device-width : 768px) 
    and (max-device-width : 1024px) 
    and (orientation : landscape) {
        #primary { width: 570px; }
        #secondary { width: 360px; }
        #content .hentry, #secondary .widget { padding: 30px; }	
    }
    in reply to: "Home" at the bottom of homepage #61518
    Sakin
    Keymaster

    @Michaela: It should work in child theme style.css as well. But when I check in your site, I see that you have used W3 total Cache and also minified css and all. So, the W3 Total Cache is serving old style.css. For that you need to clear your Cache from W3 Total Cache settings and also re-minify css.

    in reply to: Widget in the Homepage Featured Content Option #61514
    Sakin
    Keymaster

    @FIAN: Not sure about it. I don’t think it’s possible or at least I would say it is not designed to handle twitter widgets. As this is not widgetized area.

    in reply to: Blurry images :( #61512
    Sakin
    Keymaster

    @timp: It depends on the image that you are uploading. So, can you be more specific on which image is blurry and also send me the URL of clear image. So, that I can check in. If you are talking about image in slider. Then the images, that you have uploaded in blurry. Check your original image:
    http://www.blossomsbarn.com/wp-content/uploads/2013/05/herb-goats-milk-soap.jpg
    http://www.blossomsbarn.com/wp-content/uploads/2015/04/blossoms-barn-shop-copy.jpg
    http://www.blossomsbarn.com/wp-content/uploads/2014/10/TubTreats-slider.jpg

    There is no such recommendation for image resolution. Higher the resolution, clearer the image looks but again slower your website will be as higher resolution image size are big for site to load fast. So, you need to find the balance between it.

    in reply to: Putting featured image as background image #61511
    Sakin
    Keymaster

    @wakeforce: Sorry there is no option to do that in this theme at this stage. So, you might want to search form plugin for page background at http://wordpress.org/plugins. We will work on this feature soon. Thanks for the feedback.

    in reply to: Top header fixed navigation bar misbehaving #61510
    Sakin
    Keymaster

    @Paul: Nice 🙂

    in reply to: blog post link not working on home page #61509
    Sakin
    Keymaster

    @roche5000: Thanks 🙂

    in reply to: Remove Page Link from Menu bar #61508
    Sakin
    Keymaster

    @sant009m: Nice 🙂

    in reply to: Search box location in Pro #61503
    Sakin
    Keymaster

    @Christopher: If you had posted in your site URL then I could give you exact css. But on the basis of your screenshot, you can add the following css in “Appearance => Theme Options => Custom CSS” box:

    #header-content {
        position: relative;
    }
    #sidebar-header-right { 
    	position: absolute;
    	top: 2.8em;
    	right: 0;
    	text-align: right;
    }
    @media screen and (max-width: 767px) {	
    	#sidebar-header-right {
    		margin-top: 0;
    		padding-top: 15px;
    		position: static;
    		text-align: center;
    		width: 100%;
    	}	
    }
    in reply to: Featured Slider, overlay #61502
    Sakin
    Keymaster

    @zagy07: In Catch Flames free theme, you have option to use Featured Page Slider. For that you just need to go to “Appearance => Theme Options => Featured Slider => Slider Options” and select “Featured Page Slider” in slider type. After that, you can select the page in “Featured Page Slider Options” box. After you select and save it. It will take featured image and expert text of those pages. So, you will have excerpt text overly in slider.

    If you are not talking about this then please explain in reference with your site URL.

    in reply to: header height and menu blocks #61501
    Sakin
    Keymaster

    @Cattext:
    1. Yes, it’s same with Header Featured Image. If you look at your page http://www.marktmonitor.com/nieuw/. You have featured header image size of 1600px by 400px. Check this image, you have uploaded http://www.marktmonitor.com/nieuw/wp-content/uploads/2015/07/cropped-3.-MarktMonitor-Voor-toekomstgericht-onderzoek.jpg. So, if you want it to be 1600px by 300px, then first make your image of that size and then upload it as featured image in that page/post. Then go to “Appearance => Theme Options => Header Featured Image Options => Page/Post Featured Image Size” and check in “Full Image”. This will load the original image that you have uploaded without any cropping.

    2. For that color in menu, you can add the following css in “Appearance => Theme Options => Custom CSS” box:

    #header-right .widget .menu a {
        padding: 5px 10px;
        margin-bottom: 15px;
    }
    .fixed-header #header-right .widget li > a {
        padding-bottom: 5px;
        margin-bottom: 5px;    
    }
    #header-right .widget ul.menu ul li a {
        margin-bottom: 0; 
    }
    #header-right .widget ul.menu li:hover > a, 
    #header-right .widget ul.menu a:focus, 
    #header-right .widget ul.menu .current-menu-item > a, 
    #header-right .widget ul.menu .current-menu-ancestor > a, 
    #header-right .widget ul.menu .current_page_item > a, 
    #header-right .widget ul.menu .current_page_ancestor > a {
        background-color: #d31b3a;
        color: #fff;
    }
    in reply to: Slider not working after update #61500
    Sakin
    Keymaster

    @andimorton: That error is from “WP Featherlight” plugin. So, can you disable that plugin, refresh your browser and check in. When I check in your site, it’s plugin conflict.

    in reply to: Make featured content larger #61499
    Sakin
    Keymaster

    @amyfanton: Thanks a lot for your appreciation and offer. But I am busy throughout July and August. Themes and Support make me fully busy. We are working on Studio Pro and E-commerce Pro themes.

    in reply to: Post listing Missing in Blog Archive #61498
    Sakin
    Keymaster

    @amyfanton: For that, you can go to “Appearance => Widgets”, then drag and drop “Recent Posts” widgets, which will show you the list of recent posts.

    in reply to: Layout without side bar on tablet #61497
    Sakin
    Keymaster

    @Christine: From which tablet you are check it. Please post in your site URL and the tablet details. As we have checked in iPad it works fine. Once you post in your site URL and tablet details, I will check in @media screen css.

    in reply to: Single Page Background Colour #61485
    Sakin
    Keymaster

    @dancingblu: Thanks for your appreciation.

    in reply to: mobile menu disappearing #61484
    Sakin
    Keymaster

    @mityo: This mean if you have added/edited any file inside ‘catch-evolution’ directory, then when you update or upgrade the theme, you additional files and edits will be removed.

    in reply to: How to create a distraction free landing page? #61482
    Sakin
    Keymaster

    @Michaela: You can remove breadcrumb from that page by adding in the following css:
    .page-id-5384 #breadcrumbs { display: none; }

    in reply to: Top header fixed navigation bar misbehaving #61481
    Sakin
    Keymaster

    @Paul: Did you check in your cache and minified plugin. Next, is you are using old version of Catch Flames Pro. So, try updating to latest version. See the change log http://catchthemes.com/changelogs/catch-flames-pro-theme/

Viewing 20 posts - 2,921 through 2,940 (of 14,507 total)