Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@travellingtwo: I just check in your site and yes I see that you have issue in IE8. But if you check our demo site in IE8, you will not see any issues. Check this demo http://catchthemes.com/demo/catchbox/
The problem in your Site might be that you are using old version of Theme. When I check in your site, I see that you are using version 2.7.1 where as our latest theme version is 2.8.2. So, try updating it and clear your cache from your W3 Total Cache and check in. It should be fixed.
Sakin
Keymaster@abtaxlaw: Sorry there is no option to add featured video instead of featured slider. So, to edit that you need to build child theme. You can check the function catchbox_slider_display()
Sakin
Keymaster@Richard: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to increase the content width for large screen
@media screen and (min-width: 1225px) { #primary { width: 784px; } #secondary { width: 376px; } }Sakin
Keymaster@owen: Then you can replace the previous css with the following where I have remove the nav background.
#branding ul.menu ul a { background: none #33adff; }Sakin
Keymaster@lizzy39: If your id 246 and 290 both are post with featured image then it should work fine. If you have posted your site URL then it would have been easier for me to check in.
So you have
Featured Slider Post #1: 246
Featured Slider Post #2: 290Is this is all correct then I doubt there is conflict with plugin. So, try disabling plugin one by one to find our the conflicting plugin.
Let me know your site URL if this doesn’t fix it.
Sakin
Keymaster@avatar789: In you site, I see that you have conflict with the plugin. So, can you try disabling plugin one by one. First try disabling Widget Slider plugin and then others.
Sakin
Keymaster@Richard: You can simply add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header-content { display: none; }Sakin
Keymaster@SoL: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header-menu #access { background: none #fff; }Sakin
Keymaster@cleansepro: This is server related issue. So, please check in with your hosting and also check your .htaccess file permission.
Sakin
Keymaster@Rinaldo: Sorry can you send me your site URL and me let me know what you want to do it. I know about this instruction at http://catchthemes.com/theme-instructions/catch-box-pro
If you want to rotate your banner then you can use Featured Image Slider from Slider type.
Sakin
Keymaster@suchi: You can simply add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#hgroup-wrap { display: none; }Sakin
Keymaster@shamwow: Custom menus will be in “Appearance => Menus” from your WordPress Dashboard. See this: http://catchthemes.com/blog/catch-evolution-pro-custom-menus-wordpress-themes/
Sakin
Keymaster@kkrcmarik: Your header image in small and the Catch Everest width is 1140px. So, make your header image of minimum width 1140px and then add the following CSS in “Appearance => Theme Options => Custom CSS” box to remove the spaces.
#hgroup-wrap, #site-logo { padding: 0; }In free version of Catch Everest. You cannot add Page ID. You need to create Post and then add the post ID.
For Page, category or image, you need to upgrade to Pro version.
Sakin
Keymaster@xmike24: It is automatically added to the post type archive. So it will be yoursite.com/testimonials and yoursite.com/services and you can add that to menu using Custom Menu from “Appearance => Menus”
Sakin
Keymaster@SoL: In the following CSS, you can adjust the font and color and add it in “Appearance => Theme Options => Custom CSS” box.
.widget.widget_nav_menu ul li a { color: #777; font-size: 13px; }Sakin
Keymaster@SoL: I recommend it not to change it. As it’s responsive and then you have to change as per the devices. So, you need to add like the below:
@media screen and (min-width: 1225px) { .three-columns .content-sidebar-wrap { float: right; width: 960px; } .three-columns #primary { width: 730px; } .three-columns #secondary { width: 200px; } .three-columns #third { width: 200px; } }Sakin
Keymaster@wzingrone: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#branding img { float: right; } -
AuthorPosts
