Forum Replies Created

Viewing 20 posts - 8,741 through 8,760 (of 12,014 total)
  • Author
    Posts
  • in reply to: Update Theme #168274
    Skandha
    Member

    @rkolanup: Hello there,
    I replied to you in your previous post.
    https://catchthemes.com/support-forum/topic/new-version-updates-without-plugin/

    Let me know if the issue persists after you update the theme.
    Kind Regards,
    Skandha

    in reply to: New Version updates without plugin #168272
    Skandha
    Member

    @rkolanup: You can update the theme using FTP if you want to do it without the plugin. You can follow this link to know how you can update theme using FTP.

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    in reply to: Video banner not displaying on home page #168218
    Skandha
    Member

    @mikeymoo: Hello Mikey,
    I have sent you an email.

    Kind Regards,
    Skandha

    in reply to: Default Theme #168210
    Skandha
    Member

    @bhabass: Sorry for the inconvenience.
    For your site to look exactly like the demo you will need to have the same customizer settings like in the theme demo. The demo content file will import all the post page and image of the demo. So now to have the customizer settings you will need to use Catch Themes Demo Import Plugin. I will send you the customizer settings file through email.

    You will need to install and activate Catch Themes Demo Import plugin.
    Then Go to => Dashboard => Appearance => Import Demo Data => Choose a DAT file for customizer import: => Browse and select the file I have sent you via email and Click Import Demo Data.

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    in reply to: Blog page show's Archive #168203
    Skandha
    Member

    So at first you will need to create a child theme. For that you can use our Generate Child Theme Plugin. Install and Activate the plugin.
    Then Go to => Dashboard => Generate Child Theme => Select Parent Theme as Simple Persona Pro and fill other fields and then click on Generate.
    This will create and activate the child theme.

    Now, Go to => Child Theme Folder => functions.php and add the following Code.

    function simple_persona_header_title( $before = '', $after = '' ) {
    	if ( is_front_page() ) {
    		echo $before . wp_kses_post( get_theme_mod( 'simple_persona_header_media_title', esc_html__( 'Header Media', 'simple-persona-pro' ) ) ) . $after;
    	} elseif ( is_singular() ) {
    		the_title( $before, $after );
    	} elseif ( is_404() ) {
    		echo $before . esc_html__( 'Nothing Found', 'simple-persona-pro' ) . $after;
    	} elseif ( is_search() ) {
    		/* translators: %s: search query. */
    		echo $before . sprintf( esc_html__( 'Search Results for: %s', 'simple-persona-pro' ), '<span>' . get_search_query() . '</span>' ) . $after;
    	} else {
    		echo $before . 'Blog' . $after;
    	}
    }

    Replace Blog with the title you want to have.
    Let me know if this works out!
    Kind Regards,
    Skandha

    in reply to: how to remove cat and tag links from blog #168200
    Skandha
    Member

    Yeah sure. I suggest you keep a different nickname than your email so that I can tag you on my reply.

    Kind Regards,
    Skandha

    Skandha
    Member

    @dbatty: Hello Derek, I was not able to login to your site. I have replied to your mail.

    Kind Regards,
    Skandha

    in reply to: Everest PRO theme – Footer Areas One to Four #168197
    Skandha
    Member

    @infoeyeamamazed-com: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    body:not(.home) #ecwidlatestproducts-3 {
    	display:none;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    in reply to: Links no tema não funciona #168196
    Skandha
    Member

    @ronnie: Hello there,
    I have sent you an email asking for you WP admin credentials.

    Kind Regards,
    Skandha

    in reply to: How can I make the top menu sticky? #168195
    Skandha
    Member

    @cheryle123: If you are still having issue with the sticky menu do let me know.

    Kind Regards,
    Skandha

    in reply to: Resize header image #168194
    Skandha
    Member

    @catwingz: Maybe adding the following CSS can help you out.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (max-width:1000px) {
    	.custom-header-media img {
    		-o-object-fit:unset;
    		object-fit:unset;
    	}
    } 

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    in reply to: Blank space #168190
    Skandha
    Member

    @mithrand: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/adonis/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

    Skandha
    Member

    @carolin: Hello Carolin,
    Sorry for the delayed reply.
    Was the issue resolved completely after you added the CSS Code?

    Kind Regards,
    Skandha

    Skandha
    Member

    @johanna: Hello Johanna, there seems to be a little issue with sub menu arrows. The issue has been fixed and a theme update will be released very soon. I will let you know when the update is released.

    Kind Regards,
    Skandha

    in reply to: Adonis free #168186
    Skandha
    Member

    @stevieg: Hello Stevie,
    This is strange. We do the same thing on our site and it’s working fine. Also the script you added seems to be showing up on your site.

    Kind Regards,
    Skandha

    in reply to: Decree Pro theme Hero content button issue #168184
    Skandha
    Member

    @tomavatarws-com: Hello tom,
    There seems to be an issue with the Hero Content button. The issue will be fixed and a theme update will be released very soon. I will let you know when the update is released.
    Thank you for reporting us the issue.

    Kind Regards,
    Skandha

    in reply to: Remove author #168181
    Skandha
    Member

    Hello there,
    Please post in your site URL so that I can look into the issue and let me know where you want the author mentions to be removed.

    Kind Regards,
    Skandha

    in reply to: Blog page show's Archive #168180
    Skandha
    Member

    Hello Patrick,
    For that you will need to create a child theme a do a little bit of customization. Let me know if you are familiar with child theme customization so that I can guide you!

    Kind Regards,
    Skandha

    in reply to: lean to learn about catch free themes #168179
    Skandha
    Member

    @praveenrathour: Hello Praveen,
    You can download our free themes here.

    Kind Regards,
    Skandha

    in reply to: how to remove cat and tag links from blog #168054
    Skandha
    Member

    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .entry-footer {
    	display:none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 20 posts - 8,741 through 8,760 (of 12,014 total)