Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Dennis: I see that you have selected image options as “Full Image” in “Content Featured Image Options”. So, for this we don’t have any image size recommendation. This will just load the image that you have uploaded.
December 4, 2014 at 12:00 pm in reply to: How to change '—>' to a 'dot' when using bullets on a page/post #48479Sakin
Keymaster@nac2311: Where did you add that. As When I check in your site marcomsonline.co.uk, I see the following css in your Custom CSS box:
.hentry ul { list-style: outside none square; }So, you can either replace that with
ul { list-style: outside none square; }Or
.hentry ul, .widget ul { list-style: outside none square; }Sakin
Keymaster@Maria: Sorry I don’t get it what you mean. Please post in your site URL so that I can check in. Also for links you can create Menus and add custom links to your menu from “Appearance => Menus”. Then you can add that custom menu in your Widgets from “Appearance => Widgets”
Sakin
Keymaster@peniko: Please go to “Appearance => Theme Options => Header Options”, then check to disable Header Right Sidebar and save changes.
Sakin
Keymaster@alemoy: For changing the color of hover and active menu, you can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
#secondary-menu ul.menu li:hover > a, #secondary-menu ul.menu a:focus, #secondary-menu .menu .current-menu-item > a, #secondary-menu .menu .current-menu-ancestor > a, #secondary-menu .menu .current_page_item > a, #secondary-menu .menu .current_page_ancestor > a { background-color: #1b5F7d; color: #fff; }Sorry we don’t recommend hanging the font size. But if you really want then you can remove the font size in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
#secondary-menu ul.menu { font-size: 16px; }Sakin
Keymaster@Gerald: The the previous css that I gave your for full width conflict with homepage. So, can you replace the following css:
.no-sidebar-full-width #main { padding-left: 0; padding-right: 0; }With:
.page.no-sidebar-full-width #main { padding-left: 0; padding-right: 0; }Sakin
Keymaster@pmk: This is not related to your browser cache but it the server cache from your WP Super Cache Plugins. So, go to WP Super Cache plugin settings and clear your cache.
Sakin
Keymaster@Todd: We have added that option in Catch Flames Pro theme and Simple Catch Theme has that option in default. But Catch Kathmandu Pro theme was not made to design like that.
Ok I have one quick CSS hack to do it. First, change all the featured image on those post. Try to upload small square or portrait featured image. Maybe the size of 150px by 150px. When you upload the smaller featured image, the script take the original small featured image and also your site will load fast. Then add the following css in “Appearance => Theme Options => Custom CSS” box:
.blog .hentry, .archive .hentry { height: 1%; overflow: hidden; } .blog .featured-image, .archive .featured-image { float: left; margin-right: 4%; width: 20%; } .blog .entry-container, .archive .entry-container { float: right; width: 76%; }Sakin
Keymaster@lorencowka: That’s nice. Thanks 🙂
Sakin
Keymaster@Mike: Yes, you change it. Catch Flames free theme has option to use Featured Page Slider to highlight you page.
1. First you need to create a Page and then add Featured Image (http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-wordpress-postpage/) to the Page.
2. Go to “Appearance => Theme Options => Featured Slider” from your WordPress Dashboard
3. Under Slider Options Select Slider Type as “Featured Page Slider”. Here you can also change the number of slides, slider effects and timing
4. Then under Featured Page Slider Options, select the pages and save changes.Sakin
Keymaster@sbartsch: Yes sure, you can simply add the following css in “Appearance => Theme Options => Custom CSS” box:
#homepage-message { font-weight: bold; }Sakin
Keymaster@bigoslesli: Yes you got it. Thanks for sharing solution that you got.
December 4, 2014 at 1:31 am in reply to: How to change '—>' to a 'dot' when using bullets on a page/post #48450December 4, 2014 at 1:09 am in reply to: How to change '—>' to a 'dot' when using bullets on a page/post #48448Sakin
Keymaster@nac2311: Yes, if you want sitewide, then replace my previous css with the following css:
ul { list-style: outside none square; }Sakin
Keymaster@lorencowka:
1. How about changing it to 4 px double line. You can try adding in the following css:
.site-content article { border-bottom: 4px double #ddd; }
2. That’s not a problem. You can drag and drop the subcategories below your parent category in your custom menu. Read this http://catchthemes.com/blog/custom-menus-wordpress-themes/Sakin
Keymaster@Mark: Hi Mark, non of the WordPress theme in WordPress.org theme repo has this ability to cache link in google. We don’t generate anything like that. That must be the link which was there is your site long time back. Form your google webmaster tool, you can request removal.
Sakin
Keymaster@alemoy: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
#secondary-menu { background-color: #2e923e; } #secondary-menu ul.menu a { padding: 5px 15px; } -
AuthorPosts
