Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@JUAN ARTURO: It look like you might have change any of these files
sidebar-footer.phporfooter.phporadventurous-menus.php. Please check these files with the original files. It should work fine.If you want me to look at you theme files then let me know it. I will email you the details.
Sakin
Keymaster@ToddWilliam: Can you check in your comment setting of that post. Edit that post and check in “Discussion” box, where you need to check “Allow Comments”. See this screenshot http://www.pinterest.com/pin/548594798329843253/
Sakin
Keymaster@Adenilson Tomé: Catch Everest Free theme don’t have option to add menu and search in Header Right Section link the screenshot you send in. As it doesn’t have Header Right Sidebar option. If you were using Catch Everest Pro theme, then you can add custom menu and search from “Appearance => Widgets” to Header Right Sidebar and then I can give you Custom CSS to align it in same line.
Sakin
Keymaster@sparklypony: Can you post in your site URL and also let me know how much you want to decrease then I can check in and send you Custom CSS.
Sakin
KeymasterYes mike for that you need to edit the code in
catchbox_comment()function.Sakin
Keymaster@Vampyre777: That’s the design in Catch Everest Theme. If you want to add it then you can add the following css in “Appearance => Theme Options => Custom CSS” box.
#content table { border-left: 1px solid #e6e6e6; } #content th { border-right: 1px solid #e6e6e6; border-top: 1px solid #e6e6e6; font-weight: bold; padding-left: 10px; } #content td { border-right: 1px solid #e6e6e6; padding-left: 10px; }Sakin
Keymaster@JUAN ARTURO: I hope you have not customize the core theme files. As footer menu is working fine in our server. So, can you check in details.
Have you created custom menu form “Appearance => Menus” and assigned your custom menu to “Footer Menu” theme locations from “Appearance => Menus => Manage Locations”.
Check this http://catchthemes.com/blog/videos-blog/video-series-creating-wordpress-custom-menus/Sakin
KeymasterHi Mike,
In Catch Box Theme comment form, we use
get_comment_author_link()to add link of the commenter. If you want to change this, then you can build child theme and then create newfunctions.phpfile and just copycatchbox_comment()functions from Catch Box themefunctions.phpfile and edit the URL as per your need.This is bit technical and you might need to hire a customizer for this.
Regards,
SakinSakin
Keymaster@Vampyre777: Please post in the URL where you have issue. Then I can check in and send you custom css.
Sakin
Keymaster@rshaw876: Ok then the css to change the font color in your main menu will be as below:
#branding ul.menu a, #branding ul.menu ul a, #branding ul.menu li:hover > a, #branding ul.menu a:focus { color: #ffcc00; }Sakin
Keymaster@rshaw876: You can find the details Color Options in Catch Box Pro version. For free version, you need to send me the color code that you want to change to and then I will send you the css. Please post in your site URL as well.
For example, you can try to change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box, which will change the font color in main menu.
#branding ul.menu a { color: #eee; }Sakin
KeymasterHi Andrew,
I am not sure what you are you talking about. When you want to remove image from Gallery, yes you need to remove it form media.
Regards,
SakinSakin
Keymaster@damjanza: It’s problem in all browsers with small screens. I see that you have added custom css but without following responsive design. So, when you change the CSS specially related to width, margin and padding, you need to be careful and write for specific screen sizes. You can see the style in
responsive.cssfor more details.The basic mistake like the following css that you have added in “Custom CSS”, where you have added fixed width and margin. Which is good if you are viewing from the screen size higher then 1400px. But for small it will be problem. So, remove those css and it will be fine.
.container { margin: 0 166px; position: relative; width: 1250px; height: auto; }Sakin
Keymaster@Prov: There is one option to disable it. Go to “Appearance => Theme Options => Header Options” and then check in “Disable Header Right Sidebar” and save changes.
Sakin
Keymaster@Siegfried: You can find the sample image URL in readme.txt file. So, you can find from there.
Sakin
KeymasterHello Nelson,
I see that you have added large logo and site title. Then it why, the header right sidebar when down. The maximum you can do, is to add minus margin top in social search icon. For that you can add the following css in “Appearance => Theme Options => Custom CSS” box.
#header .social-search { margin-top: -100px; }Regards,
SakinSakin
Keymaster@Roy: If you want to add back title back only in pages then you can add the following css in “Appearance => Theme Options => Custom CSS” box.
.type-page .entry-header { display: block; }Sakin
Keymaster@Brad: You can add link in Promotion button but I don’t get it what you mean by Aweber forum link. It accepts link.
Sakin
Keymaster@workwithleads: You you upgrade to pro version. Then you could have just create Custom Menu from “Appearance => Menus” and then assign Menu location to Secondary menu as shown in demo page http://catchthemes.com/demo/catch-kathmandu/. But you are using Free version where you only have option to add in primary menu.
So, try adding in the following css in “Appearance => Theme Options => Custom CSS” box.
#header-right { clear: both; width: 100%; } #header-right .widget { text-align: center; width: 100%; } .header-sidebar .menu { float: none; }Sakin
Keymaster@Michelle: Yes it will show featured image by default. So, changing the featured image is a good option. I see that you are using Jetpack plugin and if you have activate “Sharing or Publicize module” in Jetpack plugin that it automatically add featured image as Open Graph image. See this http://jetpack.me/tag/open-graph/
-
AuthorPosts
