Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Micha: Can you try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header-menu .menu .current-page-ancestor > a { background-color: #000; }Sakin
Keymaster@hipandhealthykids: You can decrease the margin top of the menu. Adjust as per you need and add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header #mainmenu { margin-top: 40px; }Sakin
Keymaster@hipandhealthykids: background-image css will not take other properties, only background will take all the other properties.
Also about the images, your site couldn’t fine one image. That is http://www.hipandhealthykid.com/wp-content/uploads/2014/HHKWallpaperOtherPages.png and it can only fine http://www.hipandhealthykid.com/wp-content/uploads/2014/HHKWallpaper.png . So, check your image url and add it properly.
Sakin
Keymaster@Detlef: Simple Catch Pro is currently translated in Polish and Dutch languages. If you want to contribute in Translating into Germany. Then you can do that. You just need to download poedit software from poedit.net and then use simplecatch-pro.pot file to generate de_DE.mo and de_DE.po files.
Sakin
Keymaster@Micha: I don’t see the levels of menu in your site. You can see levels of menu in our demo page http://catchthemes.com/demo/catch-everest/. You can create your custom menu from “Appearance => Menus”. For more detail check out http://catchthemes.com/blog/custom-menus-wordpress-themes/
Sakin
Keymaster@Micha: You can show path underneath the menu by adding in “Breadcrumb NavXT” plugin.
Sorry about your menu highlight I am bit confused. We do have active menu highlighted even in the sub menus. Can you explain in reference to your site URL?
Sakin
Keymaster@Sarah Althaus: Sorry this is plugin issues and not the theme issues. So, please post in the BackWPup plugin support forum.
Sakin
Keymaster@hipandhealthykids: You just need to add extra class .home. See the following CSS.
.home #header { background-image: url("/wp-content/uploads/2014/HHKWallpaper.png"); }Sakin
Keymaster@hipandhealthykids: Our free version doesn’t have color options in Theme Options panel but if you upgrade to pro version then you will get that feature.
For menu stretch, you can increase the menu items padding and add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header #mainmenu ul li a { padding: 0 15px; }/* Menu Background Color */ #header #mainmenu { background-color: #fff; } /* Menu Text Color */ #header #mainmenu ul li a { color: #444; } /* Sub-Menu Background Color */ #header #mainmenu ul li ul { background-color: #444; } /* Sub-Menu Text Color */ #header #mainmenu ul li ul li a { color: #999; }Sakin
Keymaster@hipandhealthykids: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#site-details { clear: both; }Sakin
Keymaster@Micha: It’s a responsive design theme. So, do adjust the width we need to consider it. Can you try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
@media screen and (min-width: 961px) { #primary { width: 710px; } #secondary { width: 160px; } } @media screen and (min-width: 1190px) { #primary { width: 830px; } } @media screen and (max-width: 1060px) { #primary { width: 660px; } }Sakin
Keymaster@GJ: If you have purchased through “Buy Now: Manual Activation” then you will get email from our sales team after they activate your account. If you still don’t get it then you can contact theme directly at http://catchthemes.com/contact-us
Sakin
Keymaster@markpysher: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
/* For Hover */ #header-menu ul.menu li:hover > a { background-image: url("http://www.grandbeachinnmaine.com/wp-content/uploads/2014/01/navback.jpg"); } /* For Active */ #header-menu .menu .current-menu-item > a, #header-menu .menu .current-menu-ancestor > a, #header-menu .menu .current_page_item > a, #header-menu .menu .current_page_ancestor > a { background-image: url("http://www.grandbeachinnmaine.com/wp-content/uploads/2014/01/navback.jpg"); }Sakin
Keymaster@ncmh-cardiff: We have stopped supporting IE8. If you want to work on then you can use Hire a customizer http://catchthemes.com/hire-customizer/ to work for you.
When I check in your site in IE8 tester it is working fine.
Sakin
Keymaster@klhaight: Please check on your customization. As you can see in Catch Box Demo http://catchthemes.com/demo/catchbox/ in your iPad, you will see full menu in Landscape mode but responsive menu in Portrait mode. But your site is same in both.
Sakin
Keymaster@chris: Sorry you can make correction to css. Just replace the following Current CSS
#featued-content-wrap .wp-post-image { box-shadow: none; }
With the following
#featured-post .wp-post-image { box-shadow: none; }Sakin
Keymaster@chris: Add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#featued-content-wrap .wp-post-image { box-shadow: none; } #featured-post .post { padding-bottom: 0; }Sakin
Keymaster@klgarner: Thanks for sharing your site URL and I found the issue. I see that you just added
2e3192and missing hash tag#. So, you have to add#2e3192Sakin
Keymaster@dchambers: Sorry I am bit confused. Can you explain in reference to your Site URL?
Sakin
Keymaster@jamie.crew360: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to hide the page title.
.page .entry-header { display: none; }If this doesn’t work then you need to post in your site URL so that I can check in.
-
AuthorPosts
