Forum Replies Created
-
AuthorPosts
-
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%; }Sakin
Keymaster@mithrand: In Simple Catch Pro theme you can go to “Appearance => Theme Options => Color Options”, then change in “Sub-Menu Background Color”, “Sub-Menu Text Color” and so on.
Sakin
Keymaster@bigoslesli: Have you customize catchkathmandu_inline_css() function? It looks like there is some issue there in your site. If you have customize that functions then please restore it. If not then I need to check in your site detail about the issue. For that I will email you and you can reply me there.
March 28, 2015 at 1:18 pm in reply to: Help! How to change promotion headline's text color, and other issues- Fullframe #54530Sakin
Keymaster@Laura Pio: Replace the previous CSS that I give you with the following css:
@media screen and (max-width: 400px) { .wrapper { padding: 0 10px; } } @media screen and (max-width: 319px) { #logo-icon { width: 55%; } }Sakin
Keymaster@Michele: Yes, it is issue older version of iPhone as I don’t have issue in my iPhone that is 5 and 4. So add in the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
@media screen and (max-width: 400px) { .wrapper { padding: 0 10px; } } @media screen and (max-width: 319px) { #logo-icon { width: 55%; } }This will be corrected in new version update. So, you can remove this after the release of new version.
Sakin
KeymasterDid you upload image as per the instruction in https://polylang.wordpress.com/documentation/frequently-asked-questions/the-language-switcher/
Sakin
Keymaster@Simon: Replace your css with the following css. In the following css, you can adjust the primary width and secondary sidebar width as per your need.
@media screen and (min-width: 961px) { .site { margin: 0 auto 2em; max-width: 95%; } #primary { width: 67%; } #secondary { width: 30%; } }Sakin
Keymaster@level7tech: But in WordPress article are categorized. For example, your reference site also have same:
Poetry Category: http://alwaysquestionauthority.com/category/humanities/poetry/
Aphorisms Category: http://alwaysquestionauthority.com/category/writing/aphorisms/
Quotes Category: http://alwaysquestionauthority.com/category/writing/quotes/Sakin
Keymaster@Aaron Giles: If you post content is less then the Excerpt Content Word defined in “Appearance => Customize => Theme Options => Excerpt Options => Excerpt Length (words)”, then it will not display read more.
Sakin
Keymaster@level7tech: Do you mean the items in the Menu. You also have multiple categories like Food, Humor and so on. So, you can add that category in your menu. For that you need to create Custom Menus from “Appearance => Menus” and add your pages and category to your menu and then assign your menu location as “Primary Menu” from “Appearance => Menus => Manage Locations”.
For more about Menus, check this video screencast at http://catchthemes.com/blog/videos-blog/video-series-creating-wordpress-custom-menus/
-
AuthorPosts
