Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@akuster: Looks like you have disable header right sidebar. So, go to “Appearance => Theme Options => Header Right Sidebar Options” and then uncheck “Disable Header Right Sidebar” and it will show.
Sakin
Keymaster@liberiangirl90: That theme is not designed to do 2 columns post. So, adding css will be complicated.
Sakin
Keymaster@DanDvlpr: Try different adsense code. Sometime, ads might be off in that adsense code. Also post in your site URL.
Sakin
Keymaster@akuster: Please post in your site URL so that I can check in. Have you gone to “Appearance => Widget” and then add in CT: Social Links widget to your sidebar.
Sakin
Keymaster@drewrcarr: Then how about p tag in primary div ID.
#primary p { }Sakin
Keymaster@bertolotti: Please post in your site URL and let me know your screen resolution from which you are testing it.
Sakin
Keymaster@DONOVAN: You shouldn’t use “Appearance => Editor”. This will edit core theme files and all your edit in core theme files will be reverted back to original when you update or upgrade the theme.
So, if you want to add custom css then add css in “Appearance => Customize => Theme Options => Custom CSS Options” box or build child theme and add it in your child theme style.css
You can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box
#colophon .widget img { text-align: center; }Sakin
Keymaster@liberiangirl90: Sorry no option in Catch base theme. Try using Catch Adaptive theme http://wordpress.org/themes/catch-adaptive/
Sakin
Keymaster@Keir: Thanks 🙂
Sakin
Keymaster@margarita: Thanks for your appreciation and if you like Catch Responsive and it’s support then please support it by providing your valuable review at https://wordpress.org/support/view/theme-reviews/catch-responsive?rate=5#postform
Sakin
Keymaster@Haydie: Sorry we will not be able to check this issue. I will also contact WPML team for this. As we don’t know the issue and if it’s plugin issue then they need to fix it otherwise they will send us compatibility code which we will add in theme.
Thanks and hope you understand the issue.
Also as per my knowledge, the admin section will have default language text and other language will be there in string management. Not in theme options panel. Theme Option panel will only have one language of text.
Sakin
Keymaster@nelejab:
1. Sorry, there is no option to display social icon to the right of secondary menu. For this you need to build child theme and copy functioncatchkathmandu_secondary_menu()to your child theme and add social icon to it. If you don’t know coding then you need to hire customizer to work on it.2 To move the slider text to top, you can add the following css in “Appearance => Theme Options => Custom CSS” box:
#main-slider .entry-container { bottom: auto; top: 0; }Thanks for your appreciation.
Sakin
Keymaster@DonnaB: Sorry I don’t have any recommendation. I recommend you to search at http://wordpress.org/plugins/. When you search for plugin, make sure you check in rating, review and Compatible up to which should be latest version.
Sakin
Keymaster@Dhuan: Are you using Catch Box Free theme, try adding in the following css in “Appearance => Theme Options => Custom CSS” box:
#content nav#nav-slider { display: none; } #content #slider:hover nav#nav-slider { display: block; }Sakin
Keymaster@dan-d: I check in your site and it’s already in left above you menu. I guess you want to reduce the spaces.
First, add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
#site-branding, .logo-right #site-header { padding: 0; }Then if you futher want to reduce the space, then you can change the padding in the following css and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:
#masthead .wrapper { padding-right: 20px; padding-left: 20px; } #masthead { padding-top: 20px; padding-bottom: 20px; }Sakin
Keymaster@Jamie: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
#homepage-message p { padding-top: 20px; } -
AuthorPosts
