• Resolved pyroflo

    (@pyroflo)


    Hi,

    Sorry, I’m using Google Translate … ??

    I’ve a problem a bit weird … I’ve the plugin Gwolle with the module on a site “one page” with the AVADA theme.
    When a visitor wants to correct a mistake in his text before validating it, he can’t! He is left with the HTML link of the page that fits into his text each time he selects his error.
    This problem is only on Firefox but not Safari or Opera (yes I know …. no one uses it ?? )
    Am I the only one with this problem?

    And something else, I put a pagination for the messages, but as soon as I move to the next page, it puts me back to the top of the site instead of staying at the level of messages. It does well the page change, but it returns to the level of the home.
    Can I easily fix this small inconvenience?

    Thank you for your answers.

    The page I need help with: [log in to see the link]

Viewing 13 replies - 1 through 13 (of 13 total)
  • Plugin Author Marcel Pol

    (@mpol)

    Hi,

    I am a bit lost on the first problem. I don’t see it happening on other website, and it might be specific to Avada. I thought it might have to do with the CSS for appearance:none; and -webkit-appearance:none;, but that doesn’t change it.

    The second issue is a known problem. This plugin doesn’t play nice with one-page designs. The one-page design expects an URL like https://example.com/guestbook/?pageNum=2#id_of_subpage but upon paging the #id_of_subpage gets lost. The plugin uses add_query_arg() function to add the pageNum parameter, but that function doesn’t use the anchor that you need.

    I don’t have a real solution for it.
    You could use infinite scroll, but that ony works when the guestbook is close to the bottom of the page.

    Plugin Author Marcel Pol

    (@mpol)

    Just thinking about that second issue…

    I could add a filter for the permalink, and you can then add the #livre in that filter. It seems to work.
    Would that work for you?

    Thread Starter pyroflo

    (@pyroflo)

    Hi Marcel,

    I want to test the filter for the permanent link.
    Otherwise, I will make a specific page for the guestbook, if that’s a problem.

    What annoys me most is the text that can’t be corrected on Firefox.

    In any case, thank you very much for your help!

    Plugin Author Marcel Pol

    (@mpol)

    You can get the development version here:
    https://www.ads-software.com/plugins/gwolle-gb/advanced/

    The filter with example code is here:
    https://plugins.trac.www.ads-software.com/browser/gwolle-gb/trunk/docs/filters/gwolle_gb_get_permalink.txt

    Make sure to use #livre as anchor, I think you used that.

    About the text editing, maybe ask at the Avada support? I haven’t seen it anywhere else.

    Also, I do see some JS errors in the console.
    You can right-click on the page, select “Inspect Element” and hit the Console-tab. After refreshing the fage, there are some errors. If you solve those, the issue might be resolved. They seem to be Fusion related.

    Thread Starter pyroflo

    (@pyroflo)

    I put the development version and the filter, but it does’t work …
    I will test in a separate page, I think it will be easier, finally, I hope! ??

    I will see with Avada support for the rest …

    Thank you !

    Thread Starter pyroflo

    (@pyroflo)

    Hello Marcel,

    The solution to my impossible text selection problem was found:
    I had put the code in the modal link element whereas it had to put it in the textblock element.

    Thank you again for your help.

    Plugin Author Marcel Pol

    (@mpol)

    Good that you found it ??

    I’m having the same issue with one page anchors. I installed the development version and added the filter #guestbook (which is my actual anchor name) and all it does is take me to the anchor, no pagination.

    Is there a solution to this?

    Plugin Author Marcel Pol

    (@mpol)

    Can you share the link to your website?
    The paging link should be a real link. It could be the theme sets an event on that element. Not sure if that happens and how it could be better.

    Sure, It’s on a dev site for now at https://devsunsethousebvi.com.bh-39.webhostbox.net/

    Scroll down to the Guestbook section

    Plugin Author Marcel Pol

    (@mpol)

    It is working as designed ??
    Without that filter for the permalink, it will just break down and cry.

    It doesn’t do AJAX or anything. It does a reload of the page with the right GET parameters.
    What else did you expect? (real question, not pushing)

    Once i put the permalink script in, all it does is go to the anchor now, it doesn’t paginate. I’m fine if it reloaded the page and brought you back down to the anchor as long as it moved it to the next set of guestbook entries.

    Plugin Author Marcel Pol

    (@mpol)

    Annoying, it works in Firefox, but not in Chrome.
    I will take a look at this, and see if there is anything I can do.

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Problem of text selection in Gwolle Guestbook’ is closed to new replies.