Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Daniel Iser

    (@danieliser)

    @grigriouaibdesign – You can see the issue outlined here https://github.com/PopupMaker/Popup-Maker/issues/279. We are working on it and it is a top priority for our next series of updates.

    The problem is how they and we map relations, more precisely you set up a popup targeting pagex. Pagex is in language1. When you tranlsate it and the popup you now have pagey which is the language2 translation of pagex, but the popup is still targeting pagex. There is no straight forward resolution that we have found that will work reliably. All possible solutions that we are aware of have been outlined there as well.

    You can follow that issue or add yourself to the list of notifications if you like. Or we would be happy to have you contribute code or ideas.

    Would definitely like this wonderful plugin with polylang.

    Plugin Author Daniel Iser

    (@danieliser)

    @chetan.p.deshmukh – It is certainly coming. ?? Hope you can find a temporary solution til then.

    Thread Starter grigriouaibdesign

    (@grigriouaibdesign)

    @danieliser,
    i’m glad to read your answer and hope the 100% compatibility in fews weeks ?

    first i would say to you that your plugin is very useful, with plenty of parameters, theme and so on thanks for this big work !

    1) it’s work,
    the 2 plugins ‘popup maker’ and ‘polylang’ works together, there is mistake in my database with the options tables with polylang config fields missing argument, i correct it. i don’t use all the functions with tag and other, but i can make 2 popups in 2 different language and the right popup appear only on the right language ??

    2) but,
    i’ve got a bug :
    if there no translation for a page, when i clic on the language switcher for example in a menu, there is a incorrect redirect !
    example
    a) from a page in french :
    https://domain/blog/mypage (the french is my default language with hidden the language prefix)
    b) the link on a hover is correct :
    https://domain/blog/en/
    c) i clic and the final url landing :
    https://domain/blog/en/popup/nameofpopupwithfisrttimeinaccordingtothesettingsofpopupmaker
    and of course is a 404 page ! ??

    if the clic on language switcher from a page with translation, no problem. the redirect is ok…

    what’s wrong ???

    did you test popup maker v1.3.9 with polylang v1.8.1 (the latest version available) ?

    Plugin Author Daniel Iser

    (@danieliser)

    @grigriouaibdesign – Popups do not by default have public urls. So /popup/ links will always be 404.

    I am not familiar with PolyLang as I haven’t had a need for it directly as of yet. It is on my list to test

    @grigriouaibdesign
    Do you mind giving me more details on how to get Popup Maker working with Polylang?
    I have two different languages pages for my website (english and french) and I would like to set the Popup in FR and EN accordingly.
    I will really appreciate if you can help me with this.

    Thanks in advance!

    Thread Starter grigriouaibdesign

    (@grigriouaibdesign)

    @danieliser,
    hello, sorry for the wait. I will try to explain how to reproduce the bug:

    Settings in polylang menu:
    /options-general.php?page=mlang&tab=settings
    a) radio button : language is define by name of directory in permalink
    b) check box is checked : hide information of language in url for default language
    c) radio button : remove /language/ in permalink (mywebsite.com/en)
    d) check box is checked : homepage url contains language code instead of name of page (mywebsite.com/) instead of (mywebsite.com/accueil)

    Create popup from popupmaker menus:
    a create 1 popup in 2 languages. So we have 2 popups with same settings
    in FRENCH
    – mypopfr
    in ENGLISH
    – mypopen

    Create pages:
    in FRENCH
    https://mywebsite.com/ (here is the page “accueil”)
    https://mywebsite.com/nouscontacter/
    in ENGLISH
    https://mywebsite.com/en/ (here is the page “home”)
    https://mywebsite.com/en/contactus/

    Now we are ready to test !

    1) from
    https://mywebsite.com/nouscontacter/
    the popup mypopfr appear !
    if i clic on language switcher (https://mywebsite.com/en/contactus/ show in statusbar)
    the landing page is correct = https://mywebsite.com/en/contactus/
    the popup mypopen appear !
    the rewriting works fine = OK
    the popup works fine the good language popup appears = OK

    2) from
    https://mywebsite.com/
    the popup mypopfr appear !
    if i clic on language switcher (https://mywebsite.com/en/ show in statusbar)
    the landing page is incorrect = https://mywebsite.com/en/popup/mypopen/
    the rewriting works bad = BUG

    if i change the settings in polylang with the check box d) unchecked
    (mywebsite.com/accueil) instead of (mywebsite.com/) it’s works fine = OK
    but i don’t want to use https://mywebsite.com/en/home/ i would like to use https://mywebsite.com/en/ i would like to hide the name of my homepage just have the language code according the settings in polylang

    here is the bug,
    what going wrong ???

    Thread Starter grigriouaibdesign

    (@grigriouaibdesign)

    i found !!!
    i have a key in redirection settings… i delete it and the bug disappear ??
    so sorry
    thanks for our fantastic plugin

    Plugin Author Daniel Iser

    (@danieliser)

    @grigriouaibdesign – Awesome, so glad you found it.

    Please take a moment to rate and review the plugin and or support.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘popup maker and polylang compatible ?’ is closed to new replies.