Forum Replies Created
-
AuthorPosts
-
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; } }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.
Sakin
Keymaster@Anne: Can you post in your site URL so that I can see what you are doing and then find the issue.
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; }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/.
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; }Sakin
KeymasterHi Scylia,
That’s cool you found and able to fix it. Have a nice day.
Regards,
SakinSakin
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; }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/
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.
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.
October 9, 2014 at 6:00 pm in reply to: Replace WordPress footer credit with Designer credit? #45565Sakin
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”
October 8, 2014 at 8:08 pm in reply to: Custom CSS .site { box-shadow: none; } not working to remove shadows from site #45477Sakin
Keymaster@Kathleen: It’s ok if it’s working. Cheers 🙂
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; }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.
Sakin
Keymaster@scylia: Can you let me know your setting in “Appearance => Theme Options => Layout Options”. This should be selected as “Right Sidebar”
October 8, 2014 at 7:56 pm in reply to: Replace WordPress footer credit with Designer credit? #45472Sakin
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.
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”
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.
-
AuthorPosts
