Forum Replies Created

Viewing 20 posts - 321 through 340 (of 503 total)
  • Author
    Posts
  • in reply to: No luck using plugin #6034
    Skandha
    Participant

    @webadminjnlcom-com: Hello there,
    Are you trying to use the Infinite Scroll on Coffee Glazed Pork Ribs page?

    Kind Regards,
    Skandha

    in reply to: No luck using plugin #6015
    Skandha
    Participant

    @webadminjnlcom-com: Hello there,
    Please post in your site URL and let me know where you are trying to use the infinite scroll.

    Kind Regards,
    Skandha

    in reply to: Cannot move To Top button #6008
    Skandha
    Participant

    @chrisfurness: Hello Chris,
    Sorry for the confusion regarding the recommended plugin.

    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/plugin/to-top/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

    in reply to: Cannot move To Top button #6004
    Skandha
    Participant

    @chrisfurness: Hello Chris,
    As I mentioned earlier the Scroll Up option is already available in the theme that is the reason you are still seeing a back to top button on your site.

    Go to => Appearance => Customize => Theme Options => Scrollup Options to change the setting.

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

    in reply to: BreadCrumb category name #6003
    Skandha
    Participant

    @animedy: Hello Edo,
    We will consider the change you mentioned in the Upcoming Update. Also thank you for your wonderful review. Have a good day! 🙂

    Kind Regards,
    Skandha

    in reply to: itemListElement #6002
    Skandha
    Participant

    @sebigbos: 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/plugin/catch-breadcrumb/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

    in reply to: Cannot move To Top button #5995
    Skandha
    Participant

    @chrisfurness: Hello Chris,
    Can you let me know on which site the issue is still showing up?

    Catch Web Tools also has a To top feature. If you have Catch Web Tools enabled Go to => Dashboard => Catch Web Tools => To Top => Uncheck the option Check to enable and Save Changes.

    Let me know if this resolves your issue.
    Kind Regards,
    Skandha

    in reply to: BreadCrumb category name #5994
    Skandha
    Participant

    @animedy: Hello Edo, 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/plugin/catch-breadcrumb/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

    in reply to: BreadCrumb category name #5981
    Skandha
    Participant

    @animedy: Hello Edo,
    We would be glad if you bought the Pro version. Let me know if you have anymore issues.

    Kind Regards,
    Skandha

    in reply to: Cannot move To Top button #5972
    Skandha
    Participant

    @chrisfurness: Hello Chris,
    The Scroll Up option is already available in the theme so I don’t think you need the To Top plugin.

    Go to => Appearance => Customize => Theme Options => Scrollup Options to change the setting.

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

    in reply to: BreadCrumb category name #5971
    Skandha
    Participant

    @animedy: Hello Edo,
    Go to => Child Theme Folder => functions.php and add the following Code.

    function filter_category(){
    add_filter(
    	'get_the_archive_title',
    	function ( $title ) {
    		if ( is_category() ) {
    			$title = single_cat_title( '', false );
    		} elseif ( is_tag() ) {
    			$title = single_tag_title( '', false );
    		} elseif ( is_author() ) {
    			$title = '<span class="vcard">' . get_the_author() . '</span>';
    		} elseif ( is_tax() ) { //for custom post types
    			$title = sprintf( __( '%1$s' ), single_term_title( '', false ) );
    		}
    		return $title;
    	}
    );
    }
    add_action('init', 'filter_category');

    Let me know if this solves your issue.
    Kind Regards,
    Skandha

    in reply to: Cannot move To Top button #5960
    Skandha
    Participant

    @chrisfurness: Hello Chris,
    Can you please post in your site URL so that I can look into the issue?

    Kind Regards,
    Skandha

    in reply to: itemListElement #5959
    Skandha
    Participant

    @marius: Hello there,
    Can you please post in your site URL? Did you update the plugin to version 1.5.3?

    Kind Regards,
    Skandha

    in reply to: BreadCrumb category name #5944
    Skandha
    Participant

    @animedy: Hello Edo,
    To remove the text Kategorija: you will need to create a child theme and do a little bit of customization. Let me know if you are familiar with child theme customization so that I can help you out.

    Kind Regards,
    Skandha

    in reply to: itemListElement #5941
    Skandha
    Participant

    @marius: Hello there,
    The update has been released. Please update the plugin and let me know if the issue is resolved.

    Kind Regards,
    Skandha

    in reply to: itemListElement #5932
    Skandha
    Participant

    Hello guys,
    We are very sorry for the inconvenience caused. The issue will be fixed very early tomorrow and an update will be released. Please bear with us.

    Kind Regards,
    Skandha

    in reply to: Breadcrumb for Portfolio #5920
    Skandha
    Participant

    @lbourgeois: 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/plugin/essential-content-types/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 great weekend! 🙂

    Kind Regards,
    Skandha

    in reply to: itemListElement #5919
    Skandha
    Participant

    @marius: Hello there,
    Did you the update the plugin to version 1.5.2? Are you still having issue after updating to the latest version?

    Kind Regards,
    Skandha

    in reply to: BreadCrumb category name #5892
    Skandha
    Participant

    @animedy: Hello Edo,
    Since you are on a category page the text Kategorija: is showing up before the actual category Radionice.

    Let me know what you would like to do.
    Kind Regards,
    Skandha

    in reply to: BreadCrumb category name #5886
    Skandha
    Participant

    @animedy: Hello Edo,
    Can you please post in your site URL? I will need to look into your site to debug the issue.

    Kind Regards,
    Skandha

Viewing 20 posts - 321 through 340 (of 503 total)