Forum Replies Created
-
AuthorPosts
-
Sakin
KeymasterHello Valerie,
Sorry the icon can be disable by custom css: only in category or individual page or individual post. But not all the post in particular category.
To disable in all post in particular category like “North America”. You need to build child theme and then create new
functions.phpfile in your child theme and then copycatcheverest_social_networks()function and edit the code.Just above your twitter code add if conditions. Like this
//Twitter if ( !empty( $options[ 'social_twitter' ] ) && !is_category('north-america') && !in_category( 'north-america' ) ) { $catcheverest_social_networks .= '<li class="twitter"><a href="'.esc_url( $options[ 'social_twitter' ] ).'" title="'.sprintf( esc_attr__( '%s on Twitter', 'catcheverest' ),get_bloginfo( 'name' ) ).'" target="_blank">'.get_bloginfo( 'name' ).' Twitter </a></li>'; }Be careful, this is bit technical and you might need to hire customizer to work on it.
Regards,
SakinSakin
Keymaster@klhaight: This is not supported by theme. So, you need to ask in plugin support forum
Sakin
Keymaster@melissanicholson71: Hello ParadigmVA,
Sorry this is king of Plugin and our website Server issues. So, you need to contact in plugin support forum or our website hosting support. Looking at this issue, it looks like Yoast WordPress SEO was not able to create “sitemap_index.xml” file in your server.
Regards,
SakinSakin
KeymasterHello Valerie,
For this you need to add in custom css for those particular category. So, can you send me your site URL and categories where you want to hide it. Then I will send you custom css that you can add in.
Regards,
SakinSakin
Keymaster@Dennis Bruus: Nice you fixed your issued. But you site is showing “503 Service Temporary Unavailable”. I hope you are aware of this. If not then please contact your website hosting server to fix it.
Sakin
KeymasterHi Helen,
For this, you can edit your admin user profile from “Users = All Users” and edit admin profile and then change “Display name publicly as” to “Mesmerize Candles” and then click on Update Profile.
Note: this “Display name publicly as” will give option to select name from “First Name” or “Last Name” or “Nickname”
Regards,
SakinSakin
Keymaster@sabine: Yes, this is not exactly the right place to ask for twitter support. But when I check in your site, I see twitter widget is working fine.
Sakin
Keymaster@shamwow: I don’t think adding border will look like. Ok you can try in adding the following css in “Appearance => Theme Options => Custom CSS” box.
.home #content { border: 1px solid #e6e6e6; padding: 5px 10px; }Sakin
Keymaster@helen68: Nice. Yes, this theme is designed like that. Many people don’t like Featured image in post. So, it depends on the choices.
Sakin
Keymaster@helen68: Are you sure about this as we don’t have any option in catch Evolution theme to show featured image in the individual post. It will only show in archive like your blog. The individual post will just show the content and images that you have added in that particular post.
We have option to show Featured image in post only in Catch Everest, Catch Kathmandu and Adventurous themes.
Sakin
Keymaster@Sanan94: Sorry I don’t get it what you mean, there is nothing changes in version 1.7. It’s just Italian language addition.
If you are using Featured Post Slider in Catch Kathmandu Free theme, then you can see it in Theme Instructions page at http://catchthemes.com/theme-instructions/catch-kathmandu/, that our Featured Post slider uses the image size of Width: 1280px and Height: 550px. So, if you add have added featured image larger then this size then it will crop in exact this size. But if you have added featured image smaller then this size then it will show the original image you have uploaded.
But we have Featured Image Slider in Pro version where you can upload image size of your own choice.
Sakin
Keymaster@helen68: I just check in your site Blog and see that you have set your “Content Layout” as “Full Content Display” from “Appearance => Theme Options => Layout Options”. When you choose this option, it will not show the featured image, instead it will show the content and image before your more tag in post. So, if you want your featured image mode back then you need to change the Content Layout as “Excerpt/Blog Display”
Sakin
Keymaster@ashrafashraf: Ok if you want to increase the height and then make that section at bottom. Then remove the previous css I gave you and add the following css. In the following css you can increase the padding top as per your need.
@media screen and (min-width: 961px) { #site-generator .copyright, #site-generator .powered { padding-top: 60px; } }Sakin
Keymaster@mkwan: You have to remove the custom css that you have added. So, remove the following css from your custom css.
.entry-header .entry-meta{display:none}Sakin
KeymasterHello A.J.,
Catch Box Pro theme is design with max width of 1000px. So, if you check the site with higher resolution screens then it will show in middle with 1000px. If you are look for large screen design then check our Catch Evolution Pro, Catch Kathmandu Pro and Catch Everest Pro.
Regards,
SakinSakin
Keymaster@helen68: Post ID and the Featured image has nothing to link with. So, can you edit your post and check if there is featured image or not. Setting Featured Image Screenshot. Also send me your post URL so that I can check in.
Sakin
Keymaster@sryu: Thanks for your appreciation and yes there has been bug report about rem in chrome and will be fixed soon by Chrome developers.
Sakin
KeymasterYou footer size is 80px. You can increase the height of footer by adding in css like
#site-generator { min-height: 100px; }But since this is responsive design site, so make the height increase only in large screen. then you can edit that css as:
@media screen and (min-width: 961px) { #site-generator { min-height: 100px; } }Sakin
KeymasterHeight depends on the height of the footer. So, I don’t know what the height of you site footer. You can measure it.
-
AuthorPosts
