Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@CameronW96: Sorry I haven’t got it. I will send you email. Please reply me there.
Sakin
Keymaster@CameronW96: It doesn’t help as I cannot check our site. It’s under construction.
Sakin
Keymaster@Shaura: I am able to do that easily. I just copy
content-single.phpfile in my child theme and then edit the following Codeif ( '' != $tag_list ) { $utility_text = __( 'This entry was posted in %1$s and tagged %2$s by <a href="%6$s">%5$s</a>. Bookmark the <a href="%3$s" title="Permalink to %4$s" rel="bookmark">permalink</a>.', 'catchbox' ); } elseif ( '' != $categories_list ) { $utility_text = __( 'This entry was posted in %1$s by <a href="%6$s">%5$s</a>. Bookmark the <a href="%3$s" title="Permalink to %4$s" rel="bookmark">permalink</a>.', 'catchbox' ); } else { $utility_text = __( 'This entry was posted by <a href="%6$s">%5$s</a>. Bookmark the <a href="%3$s" title="Permalink to %4$s" rel="bookmark">permalink</a>.', 'catchbox' ); }And changed to the following:
if ( '' != $tag_list ) { $utility_text = __( '<a href="%3$s" title="Permalink to %4$s" rel="bookmark">permalink</a>.', 'catchbox' ); } elseif ( '' != $categories_list ) { $utility_text = __( '<a href="%3$s" title="Permalink to %4$s" rel="bookmark">permalink</a>.', 'catchbox' ); } else { $utility_text = __( '<a href="%3$s" title="Permalink to %4$s" rel="bookmark">permalink</a>.', 'catchbox' ); }Sakin
Keymaster@Websiteguy: Width is flexible as it’s responsive design. The maximum width is 1140px.
Sakin
Keymaster@CameronW96: Yes you can add in Footer Menu. If you want to reduce the size then send me the site url after adding in and then I will send you the css to adjust the size.
Sakin
Keymaster@Websiteguy: Just copy
content-page.phpfile from your parent theme to your child theme and add it below the title as below. Here you need to replace SidebarID with yours sidebarid that you have created.
<?php if ( is_active_sidebar( 'SidebarID' ) ) : dynamic_sidebar( 'SidebarID' ); endif; ?>Sakin
Keymaster@Websiteguy: Please check above, I have already given you the CSS.
Sakin
Keymaster@mpetric: It’s strange as Simple Catch and Simple Catch Pro uses same code base for admin section. Can I take a look at your site admin. I will email you with the details.
Sakin
Keymaster@CameronW96: Sorry you don’t have that option in Free Version. It’s only available in Pro version.
Sakin
Keymaster@Shaura: Oh for that post, you can check content-single.php file where you will see
<a href="%6$s">%5$s</a>this is for author link.Sakin
Keymaster@Karin: Once you select 4 Columns in “Featured Content Layout”. You need to increase
“Number of Featured Content” as well.Sakin
Keymaster@Peter: Which version of Catch Box Pro theme are you using it. We have already update the menu icon to 3 Bars. See our demo page at http://catchthemes.com/demo/catchbox-pro/.
You can simply update your theme to latest version and it will be fine. For update instruction see theme instruction page at http://catchthemes.com/theme-instructions/catch-box-pro/
Sakin
Keymaster@habitat: Yes, it will be blank. There you need to add in your social profile URL. For example if I have to add the links I will add as below for my company:
Facebook URL: https://www.facebook.com/catchthemes
Twitter URL: https://twitter.com/catchthemesSakin
Keymaster@Shaura: Can you check your content.php . Looks like you have customize the theme as we don’t have author in footer entry meta in single post. We only have in header entry meta.
Sakin
Keymaster@EirikurVa: I have just emailed you the text file. You can just translate the text and send me.
Sakin
Keymaster@Websiteguy: Here goes the total css that you need to customize Comment section.
/* Margin below Comment Box */ #respond { margin-bottom: 50px; } /* Margin below comment title One thought on */ .comments-area .comments-title { margin-bottom: 50px; } /* Margin Below Leave a Comment title */ #reply-title { margin-bottom: 50px; } /* Margin and Padding below each comments */ .site-content .comments-area article { margin-bottom: 50px; padding-bottom: 50px; } /* Margin below each comment header */ .comments-area article header { margin-bottom: 30px; } /* Margin below paragraph of the comment */ .comments-area .comment-content p { margin-bottom: 40px; }Sakin
Keymaster@Websiteguy: If you are trying to center the text in the Footer Widget in http://www.kidsguide2theworld.com/, then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#supplementary .widget-area { text-align: center; }Sakin
Keymaster@CameronW96: You should not remove footer theme information “Theme: Catch Evolution” as this is only means of recognition that we receive for providing Free Themes and Free Support. Also this doesn’t disturb your personal site. But if you are build for profession and need to remove that then paying for Catch Evolution is the best idea where you have Footer Edition option at “Appearance => Theme Option”, through which you can edit or remove the text as per your need.
Sakin
Keymaster@Websiteguy: To give you the CSS, I need your site URL.
-
AuthorPosts
