Support Forum Support Forum GDPR Cookie Compliance Is it possible to set the Default view to the “Settings” View? – 3

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • Premium
    September 20, 2021 @ 2:10 pm

    Hello guys,

    i am answering you through this option because i can´t reply to my previous post (https://support.moovedagency.com/topic/is-it-possible-to-set-the-default-view-to-the-settings-view/). Somehow the user roles aren´t working correctly, i am not able to comment on my own post :/ Therefore i am writing you the answer through this new thread. it is nice to know that i can link directly to the displayed cookie page…but the main question ist…can i set it as default for new visitors? It would be nice if new website visitors get that exakt screen if they first open the website? Is it possible to set it up that way? If yes please let me know.

    BR, Maurice Möller

    Moove Agency
    September 20, 2021 @ 2:46 pm

    Hi Maurice

    Unfortunately what you’re trying to achieve doesn’t work, only the options we already shown you.

    Our users work correctly but it seems that you have two user logins and sometimes use one and sometimes the other before posting reply.

    Hope this helps.

    Premium
    September 21, 2021 @ 10:51 am

    Hello thanks,

    well that´s a weird problem but it seems that it is fixed right now. I can reply as you can see. 🙂 Is it somehow possible to implement that feature? It would really benefit our usecase. We´ve already experienced that your team is quite quick with changes…you´ve implemented the multipage feature for us. Would be nice to hear from your team regarding our request.

    BR, Maurice

    Moove Agency
    September 21, 2021 @ 10:56 am

    Hi Maurice

    Thanks for your kind words.

    Unfortunately we won’t be able to implement this feature as we always have to carefully balanced making the plugin over-bloated with lot of code and features that only few users would find useful.

    Given that we already have similar functionality as part of our plugin (Cookie Wall + Settings visible straight-away), we believe that’s sufficient for majority of users.

    Premium
    September 22, 2021 @ 3:31 pm

    Hello,

    do you know if i can alter the plugin my way with a quick fix? Normally it should only be a certain code that has to be priorized above the other one? If yes you would help me many times.

    BR, Maurice

    Premium
    September 24, 2021 @ 2:59 pm

    Any updates on that question? 🙂

    Premium
    September 28, 2021 @ 12:16 pm

    Hello Support team, do you´ve got any updates for me?

    Moove Agency
    September 28, 2021 @ 1:23 pm

    Hi Maurice,

    Our senior developers will check this ticket and respond early next week.

    Hope this helps.

    Moove Agency
    October 01, 2021 @ 10:09 am

    Hi Maurice,

    Thanks for your patience on this.

    You can try to add the following code snippet to your functions.php

    add_action('wp_footer', function(){
    	?>
    	<style>
    		body.gdpr-infobar-visible #moove_gdpr_cookie_info_bar {
    			opacity: 0;
    			visibility: hidden;
    		}
    	</style>
    	<script>
    		jQuery(document).ready(function() {
    			var gdpr_open = false;
    			jQuery('body').bind("DOMSubtreeModified", function() {
    			  if ( ! gdpr_open && jQuery('body').hasClass('gdpr-infobar-visible') ) {
    			  	gdpr_open = true;
    			  	jQuery('#moove_gdpr_save_popup_settings_button').trigger('click');
    			  }
    			});
    		});
    	</script>
    	<?php
    });

    Hope this helps.

    Premium
    October 08, 2021 @ 3:53 pm

    Hi Support Team,

    that fix didn´t really work out, it won´t work, wether through functions.php or a dedicated code snipped plugin, no luck :/ Is it possible it give you credentials so you could check that?

    BR, Maurice Möller

Viewing 10 posts - 1 through 10 (of 10 total)

The topic ‘Is it possible to set the Default view to the “Settings” View? – 3’ is closed to new replies.