• Resolved berlinger4378berlin

    (@berlinger4378berlin)


    1. need to disable clicking on category flags (not category menu items above the grid). clicking on them opens a messy somehow archive page on the clickes category. just the flags are good sticked on the shown post picture in the grid…..and
    2… if clickable, what archive template is created? where is it stored? how to edit?

    any help around? thanx so much!

Viewing 13 replies - 1 through 13 (of 13 total)
  • Plugin Author WP Royal

    (@wproyal)

    Hi,

    1.I can’t understand what you mean by “not category menu items above the grid” can you please provide a screenshot and I will do my best to help you

    2.You can learn about this here https://youtu.be/cwkhwO_rPuo?t=508

    Kind Regards,
    Nick

    Thread Starter berlinger4378berlin

    (@berlinger4378berlin)

    I meant the flags in the post grid. they are defined in the style section under “taxonomy style 2”. would like to have them unclickable as an option. right now, if you click them, an archive page with the category opens.

    Thread Starter berlinger4378berlin

    (@berlinger4378berlin)

    any idea to disable the flag-click?

    Plugin Author WP Royal

    (@wproyal)

    Hi, please share the page URL and screenshot of where exactly you want to disable click and our developer will help you.

    Kind Regards,
    Nick

    Thread Starter berlinger4378berlin

    (@berlinger4378berlin)

    Hi Nick,

    page is not published yet. How can I insert screenshot here?

    Thanx,
    Alex

    Thread Starter berlinger4378berlin

    (@berlinger4378berlin)

    Hi Nick,

    page is not published yet. How can I a insert screenshot here?

    Thanx,
    Alex

    Thread Starter berlinger4378berlin

    (@berlinger4378berlin)

    Nick, sorry again, i can narrow down the problem a bit:
    I mean the category fields that can be put over the post image via the menu elements/category/location:over media. can you set this category element to non-clickable/show only? hope it’s clearer now….

    best
    alex

    Plugin Contributor George

    (@rubeushagrid13)

    Hi again,
    you can download Custom CSS & JS plugin and place the code below in its custom js

    jQuery(document).ready(function( $ ){
    	$('.wpr-grid-media-hover').find(' .wpr-grid-item-category').find('.wpr-pointer-item').on('click', function(e) {
    		e.preventDefault();
    	});	
    });

    You can see example here in this image:

    View post on imgur.com

    Kind Regards,
    George

    • This reply was modified 2 years, 6 months ago by George.
    Thread Starter berlinger4378berlin

    (@berlinger4378berlin)

    Hi George,
    thanx for your reply. Unfortunately it did not work. The small red caregorie field on the top right (see picture) can still be clicked and then opens an archive page. Should there be a checkbox or so in the elements/category section to configure it after inserting the custom js?

    https://imgur.com/k3Jh9Hh

    Best
    Alex

    Plugin Contributor George

    (@rubeushagrid13)

    Hi again,

    Can you send us the screenshot of your custom js, it must work, maybe you placed it wrong way ?

    George

    Thread Starter berlinger4378berlin

    (@berlinger4378berlin)

    Thread Starter berlinger4378berlin

    (@berlinger4378berlin)

    i just found out, that js only works if page transitions and preloader are not activated…they interfere obviuosly….

    Plugin Author WP Royal

    (@wproyal)

    Yes, this is elementor “experiments” related issue as was mentioned before.

    Kind Regards,
    Nick

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘post grid category flags’ is closed to new replies.