Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@skyoung: Sorry, I am snot sure which heading you want to change. So, I am giving you css to change font family and size of site title and page title. Just change the size and family as per your need and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:
/* Site Title Font */ .site-title { font-family: "Droid Sans",sans-serif; font-size: 38px; } /* Page-Post Font */ .entry-title, #promotion-message h2, #featured-content #featured-heading { font-family: "Droid Sans",sans-serif; font-size: 30px; }Note: when you change the font family, make sure you change with Web safe font or you need to add with font plugins.
Sakin
Keymaster@calchandoman: You are using Full Frame Free theme, which uses Featured Page Content. So, it will automatically take featured image of that page with image size of 400px by 225px. To change this in free version, you need to build child theme and edit the image size. But if you upgrade to pro version, you can use Featured Image Content instead of Featured Page Content, where you can upload image of your own choice and link to anywhere you like.
To reduce the space in left and right of featured content page, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
@media screen and (min-width: 991px) { #featured-content .hentry { padding-left: 10px; padding-right: 10px; } }Sakin
Keymaster@jinsalaco:
1. For post navigation, you can add the following css in “Appearance => Theme Options => Custom CSS” box:#nav-above { display: block; } #nav-below { display: none; }2. Regarding Support, I treat both equally as support is very important. But supporting pro theme in easier as there are lot of features on and it’s more stable.
3. There are lot of additional features in Pro version, which you can check out at theme instructions page at http://catchthemes.com/theme-instructions/catch-kathmandu-pro/
Sakin
Keymaster@Dennis: You can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
#supplementary { background-color: #fff; }Sakin
Keymaster@Kim: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
.wp-caption .wp-caption-text { text-align: center; }Sakin
KeymasterHello Peter,
What was the issue? Do you have any error log? Can you check with your Website Server support as well. As I don’t see any issue in our side.
Regards,
SakinSakin
Keymaster@Dennis: Sorry there is no option like that. You might have to build child theme and create new page template for that. Right now, you can just create a page without sidebar. Then how about hiding that particular page header with CSS. In this case you don’t need to build child theme. For that you just need to create page and assign “Sidebar Layout Options” as “No Sidebar” and then send me that page URL and I will send you custom css to hide that page header.
Sakin
Keymaster@Dennis: Thanks yes there is option in “Appearance => Theme Options => Featured Post Slider => Slider Options”
Sakin
Keymaster@Kavitha: There is no option to add posts in your page. Posts can be added in category and tag.
Sakin
Keymaster@luikero: That plugin should have menu convertor. As home is dynamic from WordPress and it’s not from theme, that is why we have not included in .pot file.
For multilanguage, we use WMPL or Polylang or qTranslate X plugin in Catch Box Pro theme.
Sakin
Keymaster@SPgraphix: Yes, we are in the process of changing it in Full Frame theme as well. We just change in our demo URL http://catchthemes.com/demo/full-frame/. So, please wait for update and let me know our site URL after that.
Sakin
Keymaster@2 Brown Dawgs Blog: Ok can you activate that theme and let me know it. Then I will check in from large screens.
Sakin
Keymaster@tinsonit: To change the featured image position in your blog. There is two options:
1. Build child theme and edit content.php
— First build child theme. For child theme you can check out http://catchthemes.com/blog/create-child-theme-wordpress/
— Then copy content.php file in your child theme and then move the following code after</header><!-- .entry-header -->code.<?php /** * fullframe_before_entry_container hook * * @hooked fullframe_archive_content_image - 10 */ do_action( 'fullframe_before_entry_container' ); ?>2. You can change Archive Content Layout
— Go to “Appearance => customize => Theme Options => Layout Options” and change “Archive Content Layout” to “Show Full Content (No Featured Image)”
— This will show your full content without image. Then you can add image just at the top of your post content. Then you can split content using more tag<!--more-->. For more tags, check out http://devotepress.com/wordpress-writing-editing/how-to-split-content-using-the-more-tag-option/Sakin
Keymaster@Alexander: There is no Header Toggle. Did you disable it.
-
AuthorPosts
