Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@dancingblu: It’s because you have added in your own background from custom background and it’s overwriting your css. To make that, you can add the following css instead:
body.custom-background.page-id-499 { background-color: #222930; }Sakin
Keymaster@Karl: Catch Responsive Pro used core WordPress Custom Menus so we don’t have extra control. You can create your custom menu from “Appearance => Menus” then assign location from “Appearance => Customize => Menus”.
You can read more abut Custom menu at http://catchthemes.com/blog/custom-menus-wordpress-themes/
Sakin
Keymaster@Vitaliy: Thanks for the update. Yes, this issue is totally a server configuration. It’s great that you were able to make changes in your php.ini file in your server. So, any other who doesn’t know how to edit that file. You can always ask your Website Hosting Server support to increase the upload limit.
Sakin
Keymaster@Cattext: For Adventurous free theme, you need to post in http://catchthemes.com/support-forum/forum/adventurous-free/ . So, from next time please post in proper theme support forum
So, to remove open in a blank page. You need to build child theme and then copy
adventurous_social_networks()function to your child theme functions.php file and then removetarget="_blank"from that function.Sakin
Keymaster@knudkp: Sorry there is no option to do that. That recent posts widget is from WordPress core. Maybe you can to try adding in Custom Menu with the selection of your posts. So, it just display that.
Sakin
Keymaster@Michaela: Sorry for late reply as I was out of internet for 2 days.
Here you can see in demo the design of ordered and unordered list: http://catchthemes.com/demo/catch-kathmandu/2013/01/11/markup-html-tags-and-formatting/
But if you want to change, then you can add the following css in “Appearance => Theme Options => Custom CSS” box:
.entry-content ul { list-style: inside none disc; } .entry-content ul li { margin-left: 0; } .entry-content ul ul { list-style: inside none circle; } .entry-content ul ul li { margin-left: 36px; }July 21, 2015 at 3:01 pm in reply to: responsive home page not showing correct on mobiles and ipads #61269Sakin
Keymaster@fcexclusive: No I haven’t received it. I will email you and you can send me details there.
Sakin
Keymaster@Yuna: Child theme style.css and custom css are different. Custom CSS are given more priority then responsive.css and child theme style.css. Where as child theme style.css is less priority then responsive.css. So, CSS that work in Custom CSS might not work in child theme style.css
So, it depends what css are you changing. If you are changing responsive css then you need to be careful about it.
You can always ask me the css that you wanted to add in your child theme style.css which is not working.
July 21, 2015 at 11:07 am in reply to: responsive home page not showing correct on mobiles and ipads #61263Sakin
Keymaster@fcexclusive: Hum it’s strange. Can you go to W3 Total Cache settings and clear your cache and also check in your have any other cache.
Sakin
Keymaster@alexch: You can change the color code in the following css and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:
.site .widget_catchresponsive_social_icons a.genericon { background-color: #d7d7d7; border-color: #b6b6b6; }Sakin
Keymaster@Kim: Oh for menu font size, then you need to change and add the following css instead.
#header-menu ul.menu a, #footer-menu ul.menu a { font-size: 14px; line-height: 3.5em; }Sakin
Keymaster@Amanda: You can add the widget to your Sidebar from “Appearance => Widgets”. If you know HTML Codes then you can use “Adspace Widget”. Next, you can find about widget plugin like https://wordpress.org/plugins/aboutme-widget/. OR search for plugin in WordPress at http://wordpress.org/plugins/
Sakin
Keymaster@skendall:
1. For space between text, you can adjust the margin bottom in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
p { margin-bottom: 30px; }2. For the content width 100%, you can add the following css in Custom CSS box:
.container { width: 100%; }Sakin
Keymaster@oleymedia: Yes, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
#header-image img, #main-slider img { width: 100%; }Sakin
Keymaster@ginabrasseur: Don’t worry. Just change the color of the items that you need need and leave the rest unchanged.
If anything is not working then post in your site URL and let me know the color code and items that you need to change.
Sakin
Keymaster@RevCT: Sorry there is no option to change that to paragraph. So, what you can do is change the “Archive Content Layout” to “Show Full Content (No Featured Image)” from “Appearance => Customize => Theme Options => Layout Options”. Then your site will show, Full Content. Then you can add in Image and content as per your need. You can split content using more tag
<!--more-->. Just add more tag where you want to break content. For more about more tag, refer to http://devotepress.com/wordpress-writing-editing/how-to-split-content-using-the-more-tag-option/Sakin
Keymaster@ommmmaggie: Did you check in theme instructions page for social icons http://catchthemes.com/theme-instructions/chicago/#add-social-link . Please follow that and if you still cannot solve it then post in your site URL so that I can check in.
Sakin
Keymaster@Intergame: Thanks for your appreciation and if you like my support and Adventurous theme then please support it by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/adventurous?rate=5#postform
Sakin
Keymaster@Mikhail: For site tile, you need to copy function
catchresponsive_site_branding()fromcatchresponsive-custom-header.phpfile to your child themefunctions.phpfile and edit it.Then for menu, it depends on which menu are you using. Then you can copy that function to your child theme
functions.phpfile. All menus are in filecatchresponsive-menus.php -
AuthorPosts
