Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@michellebergmann: Ok have you created custom menu from “Appearance => Menus” and also please check your menu locations at “Appearance => Menus => Manage Locations”. You might have missed to add in menu location. If all this is fine then please check is you have any Cache plugin activated like WP Super Cache or W3 Total Cache or WP Rocket. If so that go to that plugin settings page and clear your cache.
can you share your site url?
March 13, 2015 at 8:51 pm in reply to: Featured Header Image, Excluding Homepage Option not working #53248Sakin
Keymaster@Pam: Thanks for finding out issue in Catch Flames Free version. We have just uploaded new version 2.4.1 in WordPress.org and it will be live as soon as theme review team approves and make it live. We have attributed you in our changelog file.
But you don’t have this issue in our Pro version. Also there are lot of additional features in Pro version which is listed in Catch Flames Pro theme instructions page at http://catchthemes.com/theme-instructions/catch-flames-pro/
Thanks once again.
Sakin
Keymaster@Saverio: It’s because you have specific width widget for your widget is Footer area one and footer area three. IN this case you might want to add the following css in “Appearance => Theme Options => Custom CSS” box:
@media screen and (max-width: 1000px) { #supplementary.three .widget-area { clear: both; width: 100%; } }Sakin
Keymaster@Francis: You can upload images in your site from your WordPress Dashboard at “Media => Add New” or just create page and click on add media there.
Sakin
Keymaster@Francis: You need to upload screenshot in your site or any photo sharing site and paste the URL here.
Sakin
Keymaster@bigoslesli: nice 🙂
Sakin
Keymaster@Melissa: Can you let me know what are you testing. Please don’t test in our support forum. Thanks
Sakin
Keymaster@Richard: In Catch Box Pro theme, if you just want to use Social Icons in the header right sidebar and remove search then you can go to “Appearance => Widgets” and add “Catch Box Social Widget” to Header Right Sidebar.
Sakin
Keymaster@luvharris: ok I got it. It’s because of the following css in your Custom CSS box, where you have made white background for current page. So, your can either change that background color or add text color in the following css:
/* For menu bar color – current page */ #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-color: White; }Maybe just change background color like this:
/* For menu bar color – current page */ #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-color: #86cf86; }Or maybe you want to keep the background color white but make the text color green, then it will be as:
/* For menu bar color – current page */ #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-color: #fff; color: #86cf86; }Sakin
Keymasterthanks for your appreciation
Sakin
Keymaster@andriansah: Yes, it’s from the plugin settings.
Sakin
Keymaster@Francis: Sorry I am bit confused with image are you talking about. Can you explain me or maybe upload screenshot in your site and send me url explaining the issue.
Sakin
Keymaster@Kim: sorry there is no option to do that. For this you need to build child theme and then copy
content.phpfile in your child theme and then edit it as per your need using isis_sticky()condition.Sakin
Keymaster@Camel1021: Exact px of the height depends on the screensize that you are viewing from.
Sakin
Keymaster@Lisa: Sorry we cannot guarantee Cross Browser in Custom css. If you use theme functions then yes, it will similar.
Sakin
Keymaster@al9x_creative: There is no option to add in by theme options. You need to build child theme and then copy content.php file in your child theme and add in the title over there. This is bit technical and you might need to hire developer to work on it.
Sakin
Keymaster@teegee777: you can add following css:
#feature-slider .cycle-slideshow img { margin: 0; }Sakin
Keymaster@luvharris: Sorry I don’t get it what you mean.
Sakin
Keymaster@Saverio: Sorry I don’t get it what you mean. Can you explain please?
Sakin
Keymaster@ncfarmerboy: You need to contact your Site Hosting Company to increase the upload limit. They need to edit php.ini file with the following code:
upload_max_filesize = 40M post_max_size = 40M -
AuthorPosts
