Forum Replies Created

Viewing 20 posts - 7,281 through 7,300 (of 14,497 total)
  • Author
    Posts
  • in reply to: Can't Acess Admin on my Site!! Help! #34139
    Sakin
    Keymaster

    Hello Kevin,

    This is not theme issue, I can guarantee that. If that is plugin issue then can you log in to your FTP access and then rename plugin directory and try to check in. Once you rename the plugin directory. All your plugin will be disable.

    Regards,
    Sakin

    in reply to: Embedding Media #34082
    Sakin
    Keymaster

    @Ena: Thanks but your embed code is not clear. You should have posted in http://gist.github.com/ and send me the link here. Anyway, I send to the site AmericaNowNews.com and see that that you have option to copy embed code in their video. Just copy that code and then go to your post and paste it when you are in “Text” mode in your editor not in “Visual” mode in your editor.

    in reply to: Google Chrome not displaying silder images correctly #34080
    Sakin
    Keymaster

    Dear Sbartsch,

    Yes for now you can add that css in your Custom CSS box and later you can delete it after Chrome fixes the issue.

    Regards,
    Sakin

    in reply to: Social Widget #34079
    Sakin
    Keymaster

    Hello 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.php file in your child theme and then copy catcheverest_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,
    Sakin

    in reply to: No Featured Image in RSS Feed #34077
    Sakin
    Keymaster

    @klhaight: This is not supported by theme. So, you need to ask in plugin support forum

    in reply to: Yoast WordPress SEO: XML Sitemapp Plugin #34041
    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,
    Sakin

    in reply to: Social Widget #34040
    Sakin
    Keymaster

    Hello 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,
    Sakin

    in reply to: Headline problem #34039
    Sakin
    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.

    in reply to: 'Next page' tag not working #34038
    Sakin
    Keymaster

    @dmcleman: No problem. Cheers 🙂

    in reply to: Remove Author and Date Text from Posts #34037
    Sakin
    Keymaster

    Hi 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,
    Sakin

    in reply to: Twitter Widget #33966
    Sakin
    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.

    in reply to: Add Latest Posts #33965
    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;
    }
    in reply to: feature image with post disappeared #33963
    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.

    in reply to: feature image with post disappeared #33955
    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.

    in reply to: Copped images on Slideshow #33902
    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.

    in reply to: feature image with post disappeared #33900
    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”

    in reply to: add image #33898
    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;
    }
    }
    in reply to: Display Author & Date of post #33867
    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}

    in reply to: space #33866
    Sakin
    Keymaster

    Hello 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,
    Sakin

    in reply to: feature image with post disappeared #33865
    Sakin
    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.

Viewing 20 posts - 7,281 through 7,300 (of 14,497 total)