Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@david: Thanks for your appreciation. I don’t see project page in this website and also there is no secondary menu.
Sakin
Keymaster@Dhuan: Please post in your site URL and explain. As when you disable comment, it shouldn’t show any message.
Sakin
Keymaster@kurt: Thanks for our appreciation and it would be great if you could write review and rating for Catch Base theme at https://wordpress.org/support/view/theme-reviews/catch-base?rate=5#postform
For Translation to Danish translation, you need to create da_DK.po and da_DK.mo file using free software from http://poedit.net/ and send it to us.
If you want to help in translation then let me know it. Then I can send you email and then we can work together.
Sakin
Keymaster@Alvin: Still not sure, as in our demo http://catchthemes.com/demo/adventurous/, the homepage don’t have page/post. It has promotion headline and featured content just below the slider where as in other pages, it have page content. So, I think you want to remove that content padding top. For that, try adding the following css in “Appearance => Theme Options => Custom CSS” box:
#content-sidebar { padding-top: 0; }Sakin
Keymaster@Grant: Ok then replace the your following previous css:
#main .hentry img { background-color: #000; }
With the following css:#main .hentry img { background-color: #000; border-color: #bbb; }Sakin
Keymaster@Dhuan: Sorry I don’t get it what you mean.. If you don’t need that option then you can leave it.
Sakin
Keymaster@Ken: I see that you have WP-Super-Cache plugin install. So, go to “WP-Super-Cache” plugin settings and clear you cache. Then check in.
Sakin
Keymaster@Gregory: Thanks for your appreciation and if you like my support and theme then please post in your valuable review and rating at https://wordpress.org/support/view/theme-reviews/catch-box?rate=5#postform
Sakin
Keymaster@Gregory: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
.entry-content .attachment-full { margin-bottom: 20px; }Sakin
Keymaster@barbyma31: Sorry I don’t get it what you mean by second menu equal to the live preview. Can you explain please.
To add Yoast plugin breadcrumbs, you need to add that function in theme. For that you need to build child theme and the following function where you need it.
<?php if ( function_exists('yoast_breadcrumb') ) {yoast_breadcrumb('<p id="breadcrumbs">','</p>');} ?>See this for more details http://kb.yoast.com/article/245-implement-wordpress-seo-breadcrumbs
Sakin
Keymaster@Alvin: Sorry I am but confused. Can you explain in detail in reference with your site URL.
Sakin
Keymaster@david: Yes, you can hide that in other pages. For, that first you need to use Catch Responsive Pro theme and then let me know it. After that I will send you custom css.
Sakin
Keymaster@Ken: This is control my WordPress Settings. For this, you need to go to “Settings => Reading” and then change number in “Blog pages show at most”.
Sakin
Keymaster@Ken: Please don’t post same question in 2 places. I have already answered you at http://catchthemes.com/support-forum/topic/warping-text-in-menu/
Sakin
Keymaster@Artur: Can you check in your settings at “Appearance => Theme Options => Homepage/Frontpage Category Setting”. If it’s not this issue then post in your site URl and then I can check in.
Sakin
Keymaster@Gregory: If you want full image then replace your code
<?php if( has_post_thumbnail() ): if ( $options['sidebar_layout']= 'no-sidebar-full-width' ) { the_post_thumbnail( 'featured-slider-larger' ); } else { the_post_thumbnail( 'featured-slider' ); } endif; ?>With the following:
<?php if( has_post_thumbnail() ): the_post_thumbnail( 'full' ); endif; ?>Sakin
Keymaster@Christine: It’s working fine in both iPhone5 and iPhone6 plus with latest version IOS 9.0.2. Can you fresh your browser and check in. Also you might want to clear cache in your browser can check in.
Sakin
Keymaster@Michaela: Please post in your site URL so that I can check in. If it was working before and it’s not working now. This looks like more of plugin conflict. So, try disable plugin one by one and check in.
-
AuthorPosts
