Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Gunter: Then replace your previous css with the following css:
#featured-post .entry-title { background-color: #fff; } #featured-post .entry-title a { color: #404040; }Sakin
Keymaster@smeade1492: that’s strange. After you select the page, it should work. Did you add in Featured Image in those page? I need to check in your server. So, I will send you email for more details.
Sakin
Keymaster@Andybee: Which theme are you using it. Please post in your site URL so that I can check in. Also, did you check in theme instructions at http://catchthemes.com/theme-instructions
Sakin
Keymaster@nirym: I don’t get your question clearly. Yes, I can see the image and h2 titles. Your site looks good. I don’t see any issues.
Sakin
Keymaster@Brendon: That is bit complicated. So, be careful and adjust the maximum height and padding of the logo image, and padding, font size and line height of menu in the following css and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:
/* For larger screen then 990px */ @media screen and (min-width: 991px) { #logo-icon img { max-height: 44px; padding: 6px 0; } .fullframe-nav-menu a { padding: 10px 20px; font-size: 16px; line-height: 1.5; } } /* For smaller screen then 991px */ @media screen and (max-width: 990px) { #logo-icon img { max-height: 44px; padding: 6px 0; } .fullframe-nav-menu a { padding: 10px 20px; font-size: 16px; line-height: 1.5; } }Sakin
Keymaster@Karlopa: This is Simple Catch Pro theme support forum and the CSS given above will only work in Simple Catch Pro theme. For Catch Flames theme, you need to post in Catch Flames support forum at http://catchthemes.com/support-forum/forum/catch-flames-free/
You cannot change the color of social icons, it can me either grey or original color. If you want always original color then you can add the css like following which will make facebook, twitter and google plus color with original brand color.
.social-profile ul li.facebook a { background-position: 0 -44px; } .social-profile ul li.twitter a { background-position: -44px -44px; } .social-profile ul li.google-plus a { background-position: -528px 0; }Fore more please post in Catch Flames support forum.
Sakin
Keymaster@Aaron Giles: I think you are not getting me. For the posts, you can remove that more tag. In “Excerpt” layout mode: If you add in more tag, it will compare the word count before more tag and matched with the word count there in “Appearance => Customize => Theme Options => Excerpt Options => Excerpt Length (words)”. If the post text before more tag is less then Excerpt length then it will not display “Read More”. It need to be more.
But if you want to control your own text with more tag. Then you need to go to “Appearance => Customize => Theme Options => Layout Options” and select “Show Full Content (No Featured Image)” in Archive Content Layout select box.
March 29, 2015 at 11:13 am in reply to: Help! How to change promotion headline's text color, and other issues- Fullframe #54639Sakin
Keymaster@Laura Pio: You shouldn’t edit any core theme files like style.css and all. As all these edits will be reverted back to original when you update/upgrader the theme. So, for CSS change either you can build child theme and add in your child theme style.css or add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:
#featured-content .entry-title, #featured-content .entry-title a { color: #fff; }Sakin
Keymaster@Andrea: Can you try adding in the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
#feature-slider .slides { width: 100%; }Sakin
Keymaster@Andrea: You can change the color code in the following css and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:
#header-toggle { color: #eee; }Sakin
Keymaster@Gunter: You can add the following css in your custom css box:
#featured-post .entry-title { background-color: #fff; }Sakin
Keymaster@eb713: Thanks a lot for explanation.
@smeade1492: I hope you got it. If not then I am again writing to explain it. I hope you will get it.Yes, you can add slider in Free version. You can just add Featured Page Slider.
1. First you need to create page and add in Featured image in your page. Fore more about Featured image, check out http://devotepress.com/wordpress-writing-editing/how-to-assign-a-featured-image/
2. Go to “Appearance => Customize => Featured Slider Options => Featured Slider Type” and then select “Featured Page Slider”
3. Then you can select the page which you have create and then it will take that page title, featured image and excerpt content.
4. If you want to adjust the content, then you can split content of your page using more tag<!--more-->. So, all the text before more tag in your page will be display in your page slider. For more about more tag, check out http://devotepress.com/wordpress-writing-editing/how-to-split-content-using-the-more-tag-option/Note: Please check in theme instructions page for more details at http://catchthemes.com/theme-instructions/catch-responsive/
Sakin
Keymaster@Bella: You can just split your content with more tag
<!--more-->in you page. So, the text before more tag will be displayed. In this way you can manage the text as per your need. For more about splitting content with more tag, check out http://devotepress.com/wordpress-writing-editing/how-to-split-content-using-the-more-tag-option/Sakin
Keymaster@Steve: Thanks for your appreciation. Yes, it’s strange as the flag in working fine in my server.
Sakin
Keymaster@Alexey: Ok I will email you in your registered email.
Sakin
Keymaster@Alexey: Did you try creating custom menu that I told you and also gave you reference on how to add custom menu. This default page menu sometime acts weird. Also it’s difficult for me to check in as your site is in different language.
Sakin
Keymaster@Steve: I did same thing in my test server with Catch Kathmandu Pro and it’s working fine. I got big flag. I just created directory
polylanginsidewp-contentdirectory and upload the large image en_US.png inside newly createdpolylangdirectory and it’s working fine. So, it looks like you have server issue and not theme or plugin issue. Can you activate any other theme for this site and check in?Sakin
Keymaster@Aaron Giles: So, if the content before more tag is more than the words define in Excerpt lengeth. Can you post in your site URL and let me know it. So, that I can check in.
Sakin
Keymaster@coldsoresuperstar: Ok you are taking about Featured Page Content, you can split content using more tag
<!--more-->. So, it will only show the text before more tag. For more about splitting content with more tag, check this http://devotepress.com/wordpress-writing-editing/how-to-split-content-using-the-more-tag-option/Sakin
Keymaster@Johan: First it is not recommended to modify any core theme files directly as all these files will be reverted back to original when you update the theme. If you want to edit any of these template files then you can build child theme and do it. For child theme, check this http://catchthemes.com/blog/create-child-theme-wordpress/
Then copy content.php in your child theme and then add the following code, just above
</article><!-- .post-article -->code:<?php if(function_exists('the_ratings')) { the_ratings(); } ?>Then for single post, you need to copy the whole function
simplecatch_content()from simplecatch_fucntions.php file. Then add the following code, just abovecomments_template();codeif(function_exists('the_ratings')) { the_ratings(); } -
AuthorPosts
