Forum Replies Created

Viewing 20 posts - 6,161 through 6,180 (of 14,497 total)
  • Author
    Posts
  • in reply to: Title & Tagline don't appear on phone #45615
    Sakin
    Keymaster

    @Julia: That is done intentionally as theme design. As when you have logo and site details in small devices your header height will be long. So, if you want to enable it then you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (max-width: 980px) {	
    	.fixed-header #hgroup.logo-enable {
    		display: inline-block;
    	}	
    }
    in reply to: conflict with role editor? #45614
    Sakin
    Keymaster

    @catwingz: Sorry we have no idea about the role editor and we guarantee what we have not added any code related to role.

    in reply to: Positioning and sizing page featured image #45613
    Sakin
    Keymaster

    @Anne: Can you post in your site URL so that I can see what you are doing and then find the issue.

    in reply to: Home Page – Padding and Margins #45611
    Sakin
    Keymaster

    @Chris: Can you let me know in details like what are you trying to do. Maybe you can explain better in reference with your site URL. Then I will give you custom css which you can add it in “Appearance => Theme Options => Custom CSS” box.

    We have following css for widgets margin and padding

    /* For Widget Box */
    .widget {
        margin-bottom: 2em;
        padding: 0.5em 1em 1em;
    }
    /* For Widget Title */
    .widget-title {
        margin: 0 -0.75em 1em;
        padding: 0 1em 0.5em;
    }
    in reply to: extra optional sidebar #45609
    Sakin
    Keymaster

    @Eric: It’s very difficult to manage sidebar even after you create it. Also creating new sidebar is bit trouble as you need to build child theme and do the editing. So, I recommend you to install “Jetpack” plugin and activate “Widget Visibility” module. See this for more details http://jetpack.me/support/widget-visibility/.

    in reply to: Featured Slider Text #45608
    Sakin
    Keymaster

    @@shannon: Ok then you can replace the previous css with the following css:

    #main-slider .entry-container .entry-content,
    #main-slider .entry-container .entry-content:hover {
        display: none;
    }
    #main-slider .entry-title { text-align: left; }
    in reply to: Sidebar to category and posts #45606
    Sakin
    Keymaster

    Hi Scylia,

    That’s cool you found and able to fix it. Have a nice day.

    Regards,
    Sakin

    in reply to: Featured Slider Text #45570
    Sakin
    Keymaster

    @shannon: You can add the following css in “Appearance => Theme Options => Custom CSS” to hide it content in the slide and left alight the title in the slider.

    #main-slider .entry-content { display: none; }
    #main-slider .entry-title { text-align: left; }
    in reply to: How do I hide archives? #45569
    Sakin
    Keymaster

    @PoulKristensen: I am bit confused. Can you explain in reference with your site URL?

    If you are talking about the default widget “Search” and “Archives” in your Sidebar. If so then this will display when you have empty widget in your “Main Sidebar” are “Appearance => Widgets”. If you want to remove the sidebar totally, then you can change the site layout from “Appearance => Theme Options => Layout Options”.

    For more check out theme instruction page at http://catchthemes.com/theme-instructions/catch-kathmandu/

    in reply to: Reduce sidebar space #45568
    Sakin
    Keymaster

    @rgamlam: The css hasn’t need changed. Look like there is Cache in your site. Go to W3 Total Cache settings and flush all cache.

    in reply to: Sidebar to category and posts #45566
    Sakin
    Keymaster

    @scylia: Looks like some conflict with your sidebar and plugin. Also you are using old version of Catch Evolution theme, please update it.

    I will not be able to find our the issue without check your site in detail. For that I will email you and you can reply me there.

    in reply to: Replace WordPress footer credit with Designer credit? #45565
    Sakin
    Keymaster

    @catwingz: You can use it for multiple domain that you own.

    in reply to: social buttons #45564
    Sakin
    Keymaster

    @Katha: I check in your site and you have selected the layout as “No Sidebar”. In this case it will not show your Main Sidebar. Either, change the layout to “Right Sidebar, Left Sidebar” if you want to add in your Main Sidebar or you can add widget in your “Footer Area One, Two or Three” from “Appearance => Widgets”

    Sakin
    Keymaster

    @Kathleen: It’s ok if it’s working. Cheers 🙂

    in reply to: Reduce sidebar space #45476
    Sakin
    Keymaster

    @rgamlam: I check in your custom css and you already have reduce it to 25px from 50. See this css.

    #secondary .widget {
        margin-bottom: 25px;
        margin-bottom: 2.5rem;
    }

    If you want to further reduce it then you can change that 25px to 10px or 5px or 1px or 0 as per your need.
    For example:
    #secondary .widget { margin-bottom: 5px; }

    in reply to: Search box and overlapping posts #45475
    Sakin
    Keymaster

    @Jason: I see that you have remove the header content but it’s wrap is there. So, you have spaces above your logo. To remove that you can add the following css in “Appearance => Theme Options => Custom CSS” box.
    #header-content { display: none; }

    I don’t see your homepage jumbled up. Can you send me screenshot of your issue.

    in reply to: Sidebar to category and posts #45474
    Sakin
    Keymaster

    @scylia: Can you let me know your setting in “Appearance => Theme Options => Layout Options”. This should be selected as “Right Sidebar”

    in reply to: Replace WordPress footer credit with Designer credit? #45472
    Sakin
    Keymaster

    @catwingz: Sorry I don’t get what you mean. But the Footer Credit is one the major feature for which our user update to Pro theme.

    in reply to: social buttons #45470
    Sakin
    Keymaster

    @Katha: For this memory issue, please consult with your Website Hosting Server Support and they should be able to help you.

    I don’t know what you are you trying to place it. For facebook like you can generate code from https://developers.facebook.com/docs/plugins/like-box-for-pages and click on Get Code.

    If you copy the HTML5 code then the code in the top code should be added in “Appearance => Theme Options => Webmaster Tools => Code to display on Header” box and bottom code should be added in Text Widget to your sidebar from “Appearance => Widgets”

    Or you can just copy iframe code and add that iframe code in Text widget to your sidebar from “Appearance => Widgets”

    in reply to: Sidebar to category and posts #45431
    Sakin
    Keymaster

    @scylia: For that you can go to “Appearance => Theme Options => Layout Options” and choose sidebar from “Default Layout”. Then you can edit your pages where you don’t want sidebar and you will see “Sidebar Layout Options” at the bottom of your pages, choose No sidebar and save changes.

    In this way, your site will have default sidebar and in pages where you don’t want sidebar you can remove it.

Viewing 20 posts - 6,161 through 6,180 (of 14,497 total)