Forum Replies Created
-
AuthorPosts
-
August 20, 2014 at 9:41 pm in reply to: Changing the position and font color of a footer-menu #42800
Sakin
Keymaster@Kath: hum this looks complicated as we need to change the position and css. So, sorry you need to consider hiring customizer for this http://catchthemes.com/hire-customizer/
Sakin
Keymaster@Lina: This one is little difficult as we don’t have option for this.
So, you need to build child theme first. For child theme, you can download sample Simple Catch Child theme from http://catchthemes.com/blog/create-child-theme-wordpress/. Then copy
header.phpfile fromsimple-catchtheme directory to your child theme directory ‘simple-catch-child’. Then find the following code in yourheader.phpfile<?php // simplecatch_headersocialnetworks displays social links given from theme option in header if ( function_exists( 'simplecatch_custom_header_image' ) ) : simplecatch_custom_header_image(); endif; ?> <div id="mainmenu"> <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?> </div><!-- #mainmenu--> <div class="row-end"></div>Then replace it with the following code:
<div id="mainmenu"> <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?> </div><!-- #mainmenu--> <div class="row-end"></div> <?php // simplecatch_headersocialnetworks displays social links given from theme option in header if ( function_exists( 'simplecatch_custom_header_image' ) ) : simplecatch_custom_header_image(); endif; ?>Sakin
KeymasterHi Niel,
For slider, it giving issue as of your menu css. So, you can either add in the following css in “Appearance => Theme Options => Custom CSS” box or fix menu float:
#main-slider { clear: both; }For menu and color, I recommend you to remove the all the custom css from “Appearance => Theme Options => Custom CSS” box. Then use the color options in “Appearance => Theme Options => Color Options”
Then use other option that’s available in Theme Options panel. Then if you need any additional settings then let me know it in a list. Then I will send you correct custom css. As your custom css is all mixed and lot of wrong coding can be found.
Sakin
Keymaster@Wolfgang: Looks like plugin issue. Can you check your cachify settings or remove that.
Sakin
Keymasterthen remove that custom css to remove the background
Sakin
Keymasterare you talking about footer image that you have added in #site-generator. Then you can just change the image URL in your css.
Sakin
KeymasterSorry I am not design consultant. I am here just to help you with technical problem 🙂
Sakin
Keymaster@nac2311: Simple Catch and Simple Catch Pro is quite different in structure as Simple Catch used HTML4 and CSS2 technology where as Pro uses HTML5, CSS3 and responsive design technology. That is why the same custom css will not work.
So, in your css change
#headerto#brandingchange
#header #mainmenuto#branding #accessChange
#main #content ul.post-byto.entry-metaSakin
KeymasterDon’t know it’s not form our theme. Looks like it’s from the code you have added. So, you need to debug it. If that is from iframe code then we cannot change it.
Sakin
KeymasterJust go to “Appearance => Menus” and then in in your menu with the label Home, just click on right corner and it will expand it. Then you will see remove button. Then you can add back home menu.
August 19, 2014 at 11:28 pm in reply to: Changing the position and font color of a footer-menu #42757Sakin
Keymaster@Kath: I don’t know what you got. Can you explain with your site URL so that I can check in.
Sakin
Keymaster@ashrafashraf: You can add the following css in your custom css.
#branding { background: url("http://new.tinygrab.com/225cb604b3a0e2244f401e57a22401318b7a185a66.png") no-repeat scroll 0 0 transparent; }Sakin
Keymaster@ashrafashraf: Go to your Custom CSS box and replace the code
@media screen and (max-width: 960px) { .social-profile {display: none;} #site-generator { padding-top: 220px; } }With the following
@media screen and (max-width: 960px) { .social-profile, .social-icons {display: none;} #site-generator { padding-top: 220px; } }Sakin
Keymaster@Romany: Then you can add extra css just below that which will force to display tile in home.
.home.page .entry-title { display: block; }August 19, 2014 at 12:05 pm in reply to: How to decrease space in between widgets on R sidebar? #42735Sakin
KeymasterHi Kim,
You can add the following css in “Appearance => Theme Options => Custom CSS” box.
#secondary .widgetimg { margin-bottom: 0; }Regards,
SakinAugust 19, 2014 at 2:04 am in reply to: Changing the position and font color of a footer-menu #42726Sakin
Keymaster@Kath: Strange, can you refresh and check in or click here
Sakin
Keymaster1. Please follow the instruction carefully. I already told you if you don’t have “Open in New Window/Tab”, then in menu screen go to “Screen Option” and check in Link target. Then I share with you the screenshot showing how to do that. See this screenshot http://www.pinterest.com/pin/548594798329843253/
2. About the home menu, I already told you to watch this video http://catchthemes.com/blog/videos-blog/video-series-creating-wordpress-custom-menus/
3. For comment best option is to upgrade to pro version. For free we are not allowed to change as per the WordPress.org theme review guideline. You need to manually remove in all your old post and old pages. But for new post/page, you can just go to “Settings => Discussion” from your WordPress Dashboard and then in “Default article settings” uncheck “Allow link notifications from other blogs (pingbacks and trackbacks)” and “Allow people to post comments on new articles”If you want more help, then please consider hiring customizer at http://catchthemes.com/hire-customizer/
Sakin
KeymasterHi Phil,
1. I see that you are talking about opening you custom link in menu to new window. This is pretty simple. Go to “Appearance => Menus” and then edit your menu and then check in “Open Link in New Window/tab”. If you don’t need this option then check your screen options. See this screenshot http://www.pinterest.com/pin/548594798330834738/
2. Oh sorry the comment option is only there in Pro version. In free theme, you need to manually edit your page/post and then remove comment from there. See this screenshot http://www.pinterest.com/pin/548594798329843253/
3. I don’t know how you have added your home in menu. You home item in menu is linked to http://rice.voyage/wordpress/home-3/, You can change to http://rice.voyage/wordpress/. See this to see how you can add home. http://catchthemes.com/blog/videos-blog/video-series-creating-wordpress-custom-menus/Regards,
SakinSakin
Keymaster@Bouncedancer: Sorry I don’t get it what you mean. Do you mean the Post and Page main title. Then yes it’s build in HTML5 where each
<article>section need one mainH1tag. So, we have Page and Post title asH1tag. -
AuthorPosts
