Forum Replies Created
-
AuthorPosts
-
October 12, 2014 at 8:02 am in reply to: Is it possible to extract slider to another WP theme? #45668
Sakin
Keymaster@kicia: It’s connected more 2 php files and 2 JS files. As it’s implemented thorough Theme Options panel and uses settings. I will give you the list of files
1. jquery.cycle.all.js
2. catchkathmandu-slider.js
3. theme-options.php
4. catchkathmandu-functions.phpSakin
Keymaster@onceuponageek: Yes that’s because of using different image size. As per our theme instructions http://catchthemes.com/theme-instructions/catch-kathmandu/, we recommend the featured slider image to be Width: 1280px and Height: 550px. Or at least all image sizes has to be same size.
Sorry, this cannot be fixed without changing image size as this is responsive design where we have to adjust the height and width as per the screensize.
October 11, 2014 at 7:44 pm in reply to: Is it possible to extract slider to another WP theme? #45650Sakin
Keymaster@kicia: Yes you can merge two free theme if you know the WordPress Coding. As this level of support is not not provided by us. But you can try our partner using hire a customizer at http://catchthemes.com/hire-customizer/
Sakin
Keymaster@toces: Oh that is not possible with the blog template. That template is just defined to if you want your page to be blog and you can only make that page template universal. So, the you cannot choose in different pages.
This falls under plugin territory and you might want to search for plugin at http://wordpress.org/plugins/. You can check out https://wordpress.org/plugins/single-categories/ and https://wordpress.org/plugins/posts-for-page/
Sakin
Keymaster@mariavandyke: It’s ok and I am glad that you found it.
Sakin
Keymaster@rojtalbot: Not it will not add margin to your logo. How can that be possible? I give you CSS to remove the padding top of the main wrapper and it has nothing to do with the margin of your logo. Can you show me how it adds margin.
Sakin
Keymaster@mariavandyke: It’s still the same. Nothing has been change. you don’t have footer.php.
Sakin
Keymaster@Peter: You can add the following css in “Appearance => Theme Options => Custom CSS” box.
/* For Widget Link Hover Color */ .widget-area .widget a:hover { color: #e17c05; } /* For Slider Controller Color */ #controllers a:hover, #controllers a.active { background-color: #e17c05; } /* For Content Link Bold */ #content a { font-weight: bold; } /* For Content Link hover remove underline */ #content a:hover { text-decoration: none; }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? #45565 -
AuthorPosts
