Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@regenesys: Need to check in what is the customization you have done with the site. As you can see the latest version of Catch Box Theme live at http://catchthemes.com/demo/catchbox/ and everything looks fine. So, can you setup the latest version of Catch Box Theme and check your child theme.
Either, you need to put your site live somewhere and send me the url or check your css.
Sakin
Keymaster@thivi: That is just a sample ID on the basis of your post. You can add the ID as you required. But it has to be post id not page id. Ok I will email you.
Sakin
Keymaster@Cory: Your customization in complex. So, consider hiring customizer. For menu cernter in Simple Catch Pro add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#access ul { display: block; line-height: 0; margin: 0; text-align: center; } #access ul li { border: none; display: inline-block; float: none; margin-bottom: 0; } #access ul li ul li { display: inline-block; float: left; text-align: left; width: 185px; } #access ul li.default-menu { display: none; }To Put the social icons above the logo, you need to build child theme and add the functions. There is no easy way to do that. Maybe we will add in future version update.
For space, can you specify how much you want to reduce it.
Sakin
Keymaster@adminleah: Yes you can. Send me your site URL and then I will check in.
Sakin
Keymaster@cpuss: You can adjust the margin in the following CSS and then add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header-right #dc_jqaccordion_widget-7.widget, #header-right .widget.widget_catcheverest_social_widget { margin-bottom: 5px; }Sakin
Keymaster@shazcat: Do you mean your site at http://gordonatkinson.com.au/wordpress/. When I check in your site, I see that you are using Free Simple Catch Theme 2.3.3 and have modified the footer.php as well. It is not recommended to edit footer copyright information in free theme. This is the only reason we provide Free Theme and Free Support. If you want to edit the footer copyright information then please upgrade to Simple Catch Pro Theme where you have easy to edit Footer Editor option in your theme options panel.
Also the slider is not working due to your edit in Footer.php. So, just upgrade your theme to latest version 2.6.2 and your footer will be reverted back and will work.
Sakin
Keymaster@Artem: Thanks and yes when you upgrade to pro, you need to make few adjustment through your Appearance tab. Such as menus, backgrounds, custom header images and widgets.
Sakin
Keymaster@gcal.angola: Yes, you need to upgrade your plugin and themes. Then only you need to update your WordPress Version. Thanks for sharing your experience and I hope it will be helpful to others as well.
Thanks a lot.
Sakin
Keymaster@suchi: Are you talking about the Footer area where you have logos. If so then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#footer-sidebar .widget_simpleimage p { margin-bottom: 0; } #footer-sidebar { background-color: #fff; } #footer-sidebar .widget img { box-shadow: none; }Sakin
Keymaster@prayer0house: Sorry I don’t understand what are you trying to say. Maybe you can post your site URL and explain with your content what is not working.
Sakin
Keymaster@Heinrich: It is not recommended to make it unlimited as it will load your server. If you want, you can try maximizing the number of posts from “Settings => Readings”.
Sakin
Keymaster@k.capelli: This is bit advance level of customization with your background in the menu. So, sorry you need to hire cutomizer.
Sakin
Keymaster@Cecilia Linda: Then I need to check in your site admin section. So, I will contact you through email and will solve it there.
Sakin
Keymaster@thivi: When I check in your site. Your slider is working fine. I think you have same post ID in all three Featured Post ID. Try adding different IDS. For example in
#1 Featured Post ID: 55
#2 Featured Post ID: 51
#3 Featured Post ID: 41Sakin
Keymaster@k.capelli: Yes, the image you have added is not responsive. Either, you need to disable responsive from “Appearance => Theme Options => Responsive Design” or you need to create the custom responsive menu. Otherwise, just leave to default and change the color only.
Sakin
Keymaster@tdovale: It’s not the theme or update issue. It’s your Custom CSS. You can just remove the the following CSS from “Appearance => Theme Options => Custom CSS” box and it will be fine. The line-height is causing issues.
#header-menu ul.menu a, #colophon #access-footer ul.menu a { line-height: 4rem; padding: 0 0.5rem; }Or you can just add Custom CSS to match with your current line height.
#header-menu ul.menu ul { top: 4rem; top: 40px; }Sakin
Keymaster@thivi: I see that you have customize the Theme and that is why the scripts are not working. Please revert back to the original theme and it will work. Also you have changed the footer copyright in Simple Catch Free theme. It is not recommended to change it in Free version as this is the only reason we provide free themes and free support. Please add back.
If you want to edit footer then use Simple Catch Pro theme where you have easy to edit Footer Editor in Theme Options panel. Read more about simple catch pro theme at http://catchthemes.com/theme-instructions/simple-catch-pro
Sakin
Keymaster@Teabear: The customization that you have done though Theme Optional panel and WordPress default will not be modified. But if you have customize any core theme files such as index.php, functions.php, header.php, style.css and so in then these files will be reverted back to original.
So, let me know the level of customization you have done and how can I help you with.
Sakin
Keymaster@Ayisids: It’s because you have customize the site in Wrong way. I just check in your custom css. Can you remove the following CSS from your Custom CSS.
body { background-color:white; margin-right: 150px; margin-left: 150px; border-right-style:solid; border-left-style:solid; border-width:5px; border-color:#B81456; }Then you will see your site will work fine. But if you want to add border around the site then the best option will be to create child theme and edit it. But if you want same css then it should be as below:
body { background-color: #fff; border-left: 5px solid #b81456; border-right: 5px solid #b81456; display: block; margin: 0 auto; width: 998px; } -
AuthorPosts
