Forum Replies Created

Viewing 20 posts - 6,701 through 6,720 (of 14,504 total)
  • Author
    Posts
  • in reply to: Header widget area #42290
    Sakin
    Keymaster

    @Yuliya Gaznyuk: Please use the proper support forum. You are asking Catch Mustang theme support question in Catch Box Pro theme support forum. From next time, please post in proper support forum.

    To make your social icon in header always color, you need to add the following css in “Appearance => Theme Options => Custom CSS” box.

    #sidebar-header ul.social-profile li.you-tube a {
        background-position: -87px -43px;
    }
    #sidebar-header ul.social-profile li.vkontakte a {
        background-position: -903px -43px;
    }
    in reply to: Header widget area #42289
    Sakin
    Keymaster

    @cmchugh6528: Yes, Catch Box Pro has Header Right Sidebar where you can add any widget as per your need. It’s the general widget area. See more details about Catch Box Pro theme at http://catchthemes.com/theme-instructions/catch-box-pro/

    in reply to: Cannot change hover-background colour of dropdown menu #42288
    Sakin
    Keymaster

    @YogaHH: You can change the color code in following CSS and then add it in “Appearance => Theme Options => Custom CSS” box. In the following css I have added background color code as #ff for white and color #000 for text color black.

    #fixed-header-top ul.menu ul li a:hover {
    	background: none #fff;
    	color: #000;
    }
    in reply to: Google Chrome Compatibility? #42284
    Sakin
    Keymaster

    @Signal512: That’s nice 🙂

    in reply to: Adding Social Media Icons to Header #42283
    Sakin
    Keymaster

    @runnerchick081: Thanks for your appreciation.

    in reply to: Various questions #42282
    Sakin
    Keymaster

    @egnalc: Sorry I don’t get it your bugs. Why do you need BlackStudio Tiny Mice plugin to add hyperlink in text widget. You can just add hyperlink code in text widgets. Maybe this plugin is conflicting. So try disabling it and then you can add HTML link code in your text widgets:
    Here is the format
    <a href="url">Link text</a>
    For Example to create catch themes link. the code will be
    <a href="http://catchthemes.com" title="Catch Themes">Catch Theme</a>

    For more about hyperlink, you can see this tutorial http://www.w3schools.com/html/html_links.asp

    About the header logo, it’s flexible. You can add any height as per your need and for width it’s maximum in 978px. If you see our demo page http://catchthemes.com/demo/catch-mustang/. We have used the logo size of 286px width and 79px height.

    in reply to: Cannot Reach Blog Page #42246
    Sakin
    Keymaster

    Hello Jason,

    This is server level issue and you need to contact your hosting server support.

    Regards,
    Sakin

    in reply to: Cannot Reach Blog Page #42243
    Sakin
    Keymaster

    @JasonFBennett: What have you changed recently. As when you click on any link, it is showing “The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.”

    This is your Web Hosting Server related issues. So, please contact your Web Hosting Server Support to fix it. It must be web.config rewrite rules issue.

    in reply to: Various questions #42242
    Sakin
    Keymaster

    @egnalc: Jetpack will not mess up the editor. I think you have another plugin which is conflicting. So, try disabling other plugins.

    There is no such recommended site for your header logo. You can simply go to “Appearance = Theme Options => Header Options” and upload logo in Header logo URL or just paste your logo image URL there.

    For Catch Mustang theme, we recommend Width 978px and height 275px for featured post slider, page slider and category slider. But for Featured Image Slider, we recommend width to be 978px but height as per your need.

    in reply to: Remove Author and Date Text from Posts #42241
    Sakin
    Keymaster

    Hi Klaas,

    Yes, you cannot do that from Custom CSS. For changing the location, you need to build child theme and do the changes. It’s bit technical.

    But yes, adding spaces between can be managed by adding padding top. You can add the following css in “Appearance => Theme Options => Custom CSS” box. If you want more space then you can increase from 10px to 15px and so on.

    .entry-header .entry-meta { padding-top: 10px; }

    Regards,
    Sakin

    in reply to: Adding Social Media Icons to Header #42240
    Sakin
    Keymaster

    @runnerchick081: If you want your sidebar to be 350px with margin between to be 10px and rest for the content then you can replace your current css in “Custom CSS” box

    @media screen and (min-width: 1225px) {
    #main .wrapper { width: 1030px; }
    #primary { width: 800px; }
    #secondary { width: 200px; }
    }

    To the following css:

    @media screen and (min-width: 1150px) {	
        #main .wrapper { width: 1115px; }
        #primary { width: 754px; }
    }
    @media screen and (min-width: 961px) {		
        #secondary { width: 350px; }
    }
    in reply to: Can I change font and colors? #42239
    Sakin
    Keymaster

    @Janette: Thanks for your appreciation.

    You can add border in the slider image by adding the following css in “Appearance => Theme Options => Custom CSS” box.
    #slider-wrap img { border: 1px solid #ddd; }

    I am not so sure that you are talking about padding or margin. In widgets, we only have margin bottom. So, if you want to reduce or increase it then you can adjust the margin as per your need and then add it in “Appearance => Theme Options => Custom CSS” box
    .widget { margin-bottom: 30px; }

    in reply to: Widget on homepage #42207
    Sakin
    Keymaster

    @egnalc: You can use it aweber or mailchimp

    in reply to: How do I move Social Links to top? #42206
    Sakin
    Keymaster

    @Kim: Ok then try the position css. Add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #header-content {
        position: relative;
    }
    #sidebar-header-top {
        position: absolute;
        top: 20px;
    }
    in reply to: Featured Content Link URL #42205
    Sakin
    Keymaster

    @Anthony: Can you post in your site URL and then I will be able to check in.

    in reply to: Various questions #42204
    Sakin
    Keymaster

    @egnalc: It looks like there is conflict with your plugin. Can you disable and check in.

    Have you tried Widget Visibility module in Jetpack plugin. From this you can change the option of widget to show in particular page or all pages.

    Sorry I cannot view your purchase of Support Membership http://catchthemes.com/membership/. So, for this can you contact to our sales directly http://catchthemes.com/contact-us/ with your order ID. So, they will look into it.

    in reply to: Remove Author and Date Text from Posts #42203
    Sakin
    Keymaster

    Hi Klaas,

    So, if you just want to hide the meta just below the title and want to show below the post. Then you can replace previous css with the following:
    .entry-header .entry-meta { display: none; }

    Regards,
    Sakin

    in reply to: Remove Author and Date Text from Posts #42192
    Sakin
    Keymaster

    @Klaas: Are you using Catch Everest Theme?

    If you want to hide entry meta then you add the following css in “Appearance => Theme Options => Custom CSS” box.
    .entry-meta { display: none; }

    in reply to: Making page transparent #42187
    Sakin
    Keymaster

    @Ian1597: Yes you can change it and even add extra below that.

    in reply to: Problems with mobile version #42180
    Sakin
    Keymaster

    @Wolfgang: First you shouldn’t change core theme files inside ‘simple-catch-pro’ theme directory. As these changes will be reverted back to original when you update the theme. So, either you need to add these CSS in “Appearance => Theme Options => Custom CSS” box or you need to build child theme and add it in child theme style.css

    I will not able to check in details until you have live site URL. So, I have come up with the css on the basic of your screenshot. Try the following.

    @media screen and (max-width: 767px) {
    	#header-content {
    		background-repeat: no-repeat;
    		padding-bottom: 125px;
        		position: relative;
    	}
    	#sidebar-top {
    		bottom: 0;
    		position: absolute;
    	}
    }
Viewing 20 posts - 6,701 through 6,720 (of 14,504 total)