Forum Replies Created
-
AuthorPosts
-
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(); }Sakin
Keymaster@Matthias: It shouldn’t be like that, we don’t have anything in plugin that blocks it. It should work fine. Can you delete that text and manually type that text. Maybe you are copying it from some places and it couldn’t do it exactly.
Sakin
Keymaster@Alexey: For menu, just create custom menu from “Appearance => Menus” and then assign it as primary location from “Appearance => Menus => Manage Locations”. For more about Custom menu, check out at http://catchthemes.com/blog/custom-menus-wordpress-themes/
Sakin
Keymaster@Andrea: I don’t see responsive menu in your site http://www.diegobuono.com/
Sakin
Keymaster@Brendon: Try adding in the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
.home .site-content { display: none; }Sakin
Keymaster@Andrea: Sorry I am but confused with your question. Can you post in your site URL and explain which element that you want to change the color and also let me know the color code that you want to change to.
Sakin
Keymaster@rahulwants: There is nothing in this theme to block the Adsense code. Please check your pluign settings.
Sakin
Keymaster@coldsoresuperstar: I check in your site and your slider text looks fine. Can you explain me your requirement.
Sakin
Keymaster@imNACHO: Actually Full Frame free version don’t have No Sidebar (Full Width). If you want to do that in Free version then you can edit your No Sidebar (Content Width). So, just add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
.no-sidebar.content-width #main { width: 100%; } -
AuthorPosts
