Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@northforkconnectors: Yes this is known issue and we have already fixed it and submitted the new version to WordPress.org. They will release the update soon. Till them you can use the Media Uploader from “Media => Add New” and then copy the image link and paste it in the image url.
Sakin
KeymasterHello 2 Brown Dawgs Blog,
I just check in your site Homepage and see that you have caption in image for article “Wordless Wednesday–Bringing The Greens” as this article doesn’t have any content and just a single image. So, the homepage take the the image as it is. If you have content on this page like your order posts then it will not show the caption.
But still if you want to disable caption in the homepage then you can add the following css in “Appearance => Theme Options => Custom CSS” box.
.home #content .wp-caption { background: none transparent; max-width: 100%; padding: 0; } .home #content .wp-caption .wp-caption-text { display: none; }Sakin
Keymaster@Steven: Can you share your site URL so that I can check in? Header Right Menu (Primary) Menu space depends on the logo that you have added. If you logo is big then, it will push your menu down as there is no space in the right. Similarly, if you have lot of menu item and if there is not enough space then it will push menu down.
When you are using Primary menu, then we recommend you to use small logo and few menu items. If you wan to use large logo and then long menu items then you can use secondary menu. If you need more information about menu the check in http://catchthemes.com/blog/custom-menus-wordpress-themes/ and theme instructions page at http://catchthemes.com/theme-instructions/catch-kathmandu-pro/
Sakin
KeymasterHi Toni,
You can add the following css in “Appearance => Theme Options => Custom CSS” box to add top right and left corner as the rounded corner fro all widgets.
#secondary .widget, #third .widget { border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; }Regards,
SakinSakin
Keymaster@Michael: I also see that you have directly edit files inside
adventurous-protheme directory. Please don’t do that, as all the edits insideadventurous-protheme will be reverted back to original when you update the theme.To change the images in the slider, you just select Featured Image slider and add it which is shown in http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-slider/ and further you can see detail theme instructions at http://catchthemes.com/theme-instructions/adventurous-pro/
Sakin
Keymaster@Michael: You can add the following css in “Appearance => Theme Options => Custom CSS” box.
#masthead.fixed-header #site-logo img { max-height: 134px; }Sakin
KeymasterHello Christine,
You can add the following css in “Appearance => Theme Options => Custom CSS” box.
.entry-meta { display: none; } .single .entry-header .entry-meta { display: block; }Regards,
SakinSakin
KeymasterHi Marek,
This is strange. I check in Adventurous theme as you said and it’s working fine. We are not loosing any data. There is only one change that you might have open Theme Options panel in 2 browser or 2 tabs or 2 computer. Where when you save it the Facebook, the featured content must be empty. Other, it should be working fine.
Regards,
SakinSakin
Keymaster@KingBetts: We have already submitted to WordPress.org so now it’s on their had to release the update. So, it can be fast by tomorrow or can take up to 7 days.
Sakin
Keymaster@KingBetts: You can replace the following code:
<?php if ( get_next_posts_link() ) : ?> <div class="nav-previous"><?php next_posts_link( __( '<span class="meta-nav">←</span> Older posts', 'catcheverest' ) ); ?></div> <?php endif; ?> <?php if ( get_previous_posts_link() ) : ?> <div class="nav-next"><?php previous_posts_link( __( 'Newer posts <span class="meta-nav">→</span>', 'catcheverest' ) ); ?></div> <?php endif; ?>with the the following:
<?php if ( function_exists('wp_pagenavi' ) ) : wp_pagenavi(); endif; ?>But it’s better you wait for the update.
Sakin
Keymaster@KingBetts: Oh you are talking about same post pagination. Yes, as it’s the same post it will show same featured image in your second, third and so on pages. This is WordPress default function and we don’t have control in it.
Oh Sorry the
wp_pagenavi()function is not there in Catch Everest theme. We will be adding this in next version update. Either you can wait for the new release or you can just build child theme and edittemplate-tags.phpfile and add the functions there incatcheverest_content_query_navandcatcheverest_content_navfunctions.Sakin
Keymaster@j9hagop: I check in your ad code and it’s working fine. But I see that this ad code is not responsive design and has fixed 300px width. It’s better to have responsive ads so it’s shows nicely in mobile devices as well.
So, in this ad code you mean that you have problem only when there is gourmet ads. I am not been able to find the issue. So, can you check with your ad publisher support forum.
Sakin
Keymaster@luke76: Can you add the following css in “Appearance => Theme Options => Custom CSS” box.
#header-content { padding: 0; }Sakin
Keymaster@Jungho: You can add html code in that text widget. For example:
<a href="http://catchthemes.com" title="Catch Themes">For more information click here</a>You can read more about HTML hyperlink at http://www.w3schools.com/html/html_links.asp
Sakin
Keymaster@makiko:
1. Oh sorry there is no option to do that for Header Featured Image, you can only do it from “Appearance => Header”. For this you need to build child theme and edit the core functions.2. Yes, you can remove it by adding following css in “Appearance => Theme Options => Custom CSS” box.
.category-sticky { border-top: none; }Sakin
KeymasterHi Toni,
To remove the spacing, you can add the following css.
#main { padding-top: 0; }Again the second question is not so clear. If you want to change the color of title text, then you can change the color code in the following css and add it in Custom CSS box.
#secondary .widget-title, #third .widget-title { color: #222; }Regards,
SakinSakin
Keymaster@KingBetts: Now the pagination should work but I see that you have installed WP Super Catch Plugin installed. So, can you go to WP Super Cache plugin and clear the cache and check in.
I don’t see the repeat featured image.
Sakin
KeymasterHi Toni,
Can you post in your site URL so that I can check in the way to eliminate the gap between menu and the content. About the color, I don’t understand it. Can you explain in reference with your site URL or post screenshot link.
Regards,
SakinSakin
Keymaster@KingBetts: I see that you have install WP PageNavi Style plugin and not the WP PageNavi. You need to install WP PageNavi plugin.
What have you customize it. Your site is showing Panda Junction 2014 // Photo Coverage only in the homepage.
About the featured image, it will just show the image which is attached to the post. See this http://catchthemes.com/blog/videos-blog/video-series-adding-featured-image-wordpress-postpage/
Sakin
KeymasterHello DRH,
If you want to use Full Width Slider, then you can use Adventurous Pro theme http://catchthemes.com/themes/adventurous-pro/. See the demo http://catchthemes.com/demo/adventurous/
Regards,
Sakin -
AuthorPosts
