Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter papangames

    (@papangames)

    After Manually “uploading” / installing the current update via a zip-file, it’s working again.

    Thread Starter papangames

    (@papangames)

    I fixed it by using a link starting with “?” instead 🙂

    Thread Starter papangames

    (@papangames)

    Oh okay I see.

    In my Elementor page, I’m using this code to get it working:

    <style>.swiper-slide-image{cursor: pointer;} </style>
    
    <script>
    'use strict';
    
    document.addEventListener('DOMContentLoaded', function () {
    
    var filteredImages = document.querySelectorAll('.swiper-slide');
    
    //Edit the links HERE
    var links = [
    'https://papangames.dk/reviews/?taverntales', 
    
    ];
    
    var _loope = function _loope(i) {
    filteredImages[i].addEventListener('click', function () {
    let linkid = filteredImages[i].getAttribute("data-swiper-slide-index");
    location = links[linkid];
    });
    }
    
    for (var i = 0; i < filteredImages.length; i++) {
    _loope(i);
    }
    });

    And

    <script>
    
    document.addEventListener('DOMContentLoaded', function() {
    jQuery(function($){
    
    let desktoptitles = $('.premium-modal-trigger-img');
    
    let strings = [
    '?taverntales',
    ];
    
    strings.forEach( (string,i) => {
    if (window.location.href.indexOf(string) > -1) {
    desktoptitles.eq(i).click();
    $('html, body').animate({
    scrollTop: desktoptitles.eq(0).offset().top - 100
    },'slow');
    } } );
    }); });
    </script>

    Would something like this be possible to do too?

    • This reply was modified 3 years, 7 months ago by papangames.
    Thread Starter papangames

    (@papangames)

    Hi again

    I’m a noob.

    But I’m not sure what you’re trying to make me do, is what I need.

    So let me rephrase:
    On the https://papangames.dk/reviews/ theres a whole bunch of different reviews.
    I want to be able to (from a link on eg. Instagram or something else) to use a link, to get the page to open, and that specific modal to open up.

    Right now that’s possible because of a html code in the Elementor.
    (i can copy it here, if needed)

    But since I’ve switched to Gutenberg, and found your cool plugin, I need to re-think that code.

    I’m using the Image Click option and I see no where to input a “value” or “url”.

    Thank you in advance.

    Thread Starter papangames

    (@papangames)

    Maybe I could just have had linked my old website. It’s made in Elementor – And I want something similar. If you go to this link, my review of that specific game will be opened in a modal.

    That link, is made with an html code inside elementor.
    https://papangames.dk/reviews/?taverntales

    Perhaps something similar is possible with this plugin?

    Thread Starter papangames

    (@papangames)

    Hi again

    The strings are the same.

    Could you point me to where exactly i find that WP_trp?

    I’ve been looking in the Translatepress folder, but doesn’t seem to be there.

    Thread Starter papangames

    (@papangames)

    I fixed it, using a Height:80% as css.

    Thread Starter papangames

    (@papangames)

    Hi again,

    So figured out that I can use the Margin-top: 10% in a CSS edit, but the problem with that is, is that it will make a problem with the bottom.

    Is there anyway to make the modal pop have a “margin” in the bottom at all times, so that you can “see a bit of the website behind” and not “only the popup”

    Thank you advance.

    Thread Starter papangames

    (@papangames)

    Hi again,

    In there I can’t really see what kind of process it is. Only disable or activate different payment methods.

    The support team, says there’s probably a way to see it, but I just can’t find it.

    The gateway is Paylike.

Viewing 9 replies - 1 through 9 (of 9 total)