Forum Replies Created
-
AuthorPosts
-
October 23, 2013 at 1:47 pm in reply to: Cannot Disable Categories in Homepage/Frontpage Settings #16255
Sakin
Keymaster@ProfessorD: I will send you email and then we can correspondence there. I need your site access.
Sakin
Keymaster@ben_fernando: Add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#homepage-message { padding-left: 0; padding-right: 0; }October 23, 2013 at 1:43 pm in reply to: Cannot Disable Categories in Homepage/Frontpage Settings #16253Sakin
Keymaster@Freenmunchies: You are having different issue not the same and also you have already posted the question in new forum where I have already answered it. Please don’t post same question in 2 places. See this http://catchthemes.com/topic/having-problem-with-posts-and-categories/#post-16218
Sakin
Keymaster@ashrafashraf: Sorry there is no recommendation for user login. Search at http://wordpress.org/plugins/ and look for the ratings, review and update. If all is good then you can use that.
Sakin
Keymaster@Fredrik: Sorry I don’t get it what you mean? Please explain or send me screenshot showing the things that you want to remove.
Sakin
KeymasterHello George,
I found that you have use blockquotes properly at this post http://www.georgescoville.com/2013/10/patrick-ruffini-heritage-federal-it-procurement-big-government/
Now, can you explain me that you want to do with this.
Regards,
SakinSakin
Keymaster@dellvice: Yes we are aware of that and we did that intentionally to match our design to show the placeholder. If you don’t like it then you can build child theme and remove the filter by adding the following code in your child theme functions.php fie.
function unhook_simplecatch_functions() { remove_filter( 'comment_form_default_fields', 'simplecatch_comment_form_fields' ); } add_action( 'init', 'unhook_simplecatch_functions' );Sakin
Keymaster@Susie: Do you mean the site tagline? I am confused what do you mean by sub-header. Either you send me your site URL or tell me in reference to our demo site. For now, I assume that you are using Catch Box Pro theme and you want to change the tagline. In this case you can just add the following CSS in “Appearance => Theme Options => Custom CSS” box. You can adjust the font size as per you need but don’t make it too large as it will effect the mobile devices font size.
#site-description { font-size: 14px; }Sakin
Keymaster@Sihedow: It’s very difficult to give you solution without looking at your site. I assume that you are using Catch Box Free theme with default. Then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#page { background: none transparent; } #branding { background-color: transparent; }Sakin
Keymaster@ashrafashraf: You question is again of plugin section. See this http://stackoverflow.com/questions/4524612/remove-profile-admin-menu-from-administrative-panel, you can add “Profiless” plugin.
Sakin
Keymaster@silentcall: Can you try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
#secondary .widget { padding-top: 0; } #secondary .widget-title { background-color: #000; border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; padding-top: 0.5em; } #secondary .widget_search form { padding-top: 0.5em; }Sakin
Keymaster@karinschultz: Nice 🙂
Sakin
Keymaster@jsegal: I just check in your site and it looks perfect for me. From which devices and browser you check in. If you are checking from iPad then it’s designed that way. It’s a responsive design and or ipad to make it easy to read we have move the sidebar to down.
Can you confirm please?
Sakin
Keymaster@lizzy39: This plugin OIK css is conflicting with our theme. This css http://www.global-gurus.com/wp-content/plugins/oik/oik.css?ver=3.6.1.
So, can you just disable that plugin and it will work fine.
Sakin
Keymaster@Fredrik: You can turn off mobile/ipad view that is called Responsive design from “Appearance => Theme Options => Responsive Design”
For menu, just use Custom Menu from “Appearance => Menus” and then you can change the label as per you need. See this for custom menu http://en.support.wordpress.com/menus/
Sakin
Keymaster@Greenmunchies: Sorry I don’t understand your question. Looks like your question is more about the post and categories.
I see that you have added Page name “Organic” and you have category name “Organic” and I think you are confused with page and post.
The new post that you have added in the Organic category will be visible in Organic category. See this http://www.greenmunchies.net/category/organic/ . If you want to add this in menu. Then you can build custom menu from “Appearance => Menus” and add categories.
Sakin
Keymaster@xyzods: Ok you can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.entry-meta { display: none; }October 22, 2013 at 11:38 am in reply to: Add Image Button Homepage Featured Content Not Working #16198Sakin
Keymaster@cliffdavidson: Sorry option is only there is Pro version.
Sakin
Keymaster@xyzods: Justifying the paragraph in website is not a good practice. But if you want to do that. Then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.site-content article { text-align: justify; } -
AuthorPosts
