Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Vitaliy: try adding in the following css in “Appearance => Theme Options => Custom CSS”
#header-right .widget { clear: none; display: inline-block; float: left; margin-left: 15px; }Sakin
Keymaster@rajaseeku: There is comment below the post. Sorry I don’t get it what you mean. Can you let me know our issue in reference with your site URL.
Sakin
KeymasterHello Christiane,
Sorry, I don’t get it what you mean. Your css will be valid only for the screen resolution less then 601px. So, if you want that only in large screen. then you need to change your
@media screen and (max-width: 600px) {to
@media screen and (min-width: 1024px) {here we change from max width to minimum width and then change 1024px to width you want.
Sakin
Keymaster@Kim: Maybe try following css:
#header-content .wrapper { position: relative; } #sidebar-header-right { position: absolute; top: 0; right: 0; }September 12, 2015 at 9:34 pm in reply to: Question: Changing background image as day/night mode? #66728Sakin
Keymaster@Delle: Sorry this belongs to plugin and time schedule. So, I hope there is plugin for this, try searching for plugin and if you don’t find it then you need to hire customizer to develop plugin for you.
Sakin
Keymaster@prius4f: Not sure about the IP Address. What is your IP address? As we have blocked few IP address that have posted in spam support comment. If your IP is static then it shouldn’t be problem.
Free and Premium themes are totally different. Most of the top theme companies use annual renewal and only new theme companies uses free updates. So, it depends on company to company.
Sorry for the trouble.
Sakin
Keymaster@marcodimi: No. If you are just doing fresh install then you can simply download theme zip file from your account http://catchthemes.com/my-account and update it from “Appearance => Themes => Add New => Uploads”. But if you want to update your old version of theme, then you need to activate Catch Updater plugin. See the theme instructions page for more details at http://catchthemes.com/theme-instructions/catch-box-pro/
Sakin
Keymaster@Mark: Sorry I am bit confused in which image you are trying to add border. Can you post in your site URL and explain or maybe share screenshot of what you want.
Sakin
Keymaster@flp2001: Can you add screenshot showing what you want. Then I can check in. I am bit confused as fixed hearer logo is same in your reference site as well. the the logo is also about similar size.
Sakin
Keymaster@Paul: Ok I got it, for that you need to change the font size in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:
@media screen and (min-width: 768px) { #featured-content .entry-title { font-size: 24px; } }Sakin
Keymaster@Mary: Thanks for your appreciation. If you like my support and theme then please support by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/catch-kathmandu?rate=5#postform
Sakin
Keymaster@Jules: Sorry, I don’t get it what you mean. I can view your view in Desktop and view Primary and Secondary Menu. Then in mobile also I can see that with mobile menu.
Sakin
Keymaster@Todd: If you are trying to update from your WordPress Dashboard then first you need to install Catch Updater plugin http://catchthemes.com/wp-plugins/catch-updater/ from “Plugins => Add New => Uploads”. Then you can download theme from your account at http://catchthemes.com/my-account and upload new version from “Appearance => Themes => Add New => Uploads. See the theme instruction at http://catchthemes.com/theme-instructions/catch-responsive-pro/
Sakin
Keymaster@Delle: Thanks for the cooperation. I found the issue. It was conflicting with “SiteOrigin Widgets Bundle” plugin “Slider widget” module. I have off Slider Widget module and your slider is working fine.
Sakin
Keymaster@flp2001: They are using Full Frame Pro version where you have option to disable header toggle from “Appearance => Customize => Theme Options => Fixed Header Top Options”. Then added the following css:
#site-branding, #site-header { text-align: center; width: 100%; } #site-logo { display: block; float: none; margin: 0 auto; }But you are using free version.
Sakin
Keymaster@David: ok then replace the previous css with the following css:
@media screen and (min-width: 884px) { .site { max-width: 884px; width: 100%; } #main { padding: 20px; width: 80%; } .sidebar-primary { padding: 20px; width: 20%; } }Sakin
Keymaster@Craig: The logo icon that you have added is too large. See this http://vps153982.ovh.net/wp-content/uploads/2015/05/SBS-Logo-for-Inside-Marine.jpg. This is not good for site loading.
So, upload image smaller logo icon image from “Appearance => Customize => Theme Options => Fixed Header Top Options”. Then you can increase the max height, right now it’s only 44px. 2x mean 88px. Add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
#logo-icon img { max-height: 88px; }Sakin
Keymaster@Gudrun: Sorry for that. OK to change that border color on hover, you need to change the color code as per your need in the following css and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:
#promotion-message .right a:hover { border-color: #666; } -
AuthorPosts
