• Resolved gwoman

    (@gwoman)


    Hi,

    I just noticed double header titles for the subscription forms.
    You can see what I mean in the.

    If I remove the title in the widget, both titles disappear together. So I think it is a scripting error?

    Kind regards,

    G-Woman

    • This topic was modified 3 years, 4 months ago by gwoman.

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi,

    Thanks for reporting this! Well spotted one!
    We’ve been able to reproduce the issue and we will fix this in the next version!

    You should be able to temporary fix it by using this CSS lines:

    .widget_acym_subscriptionform_widget + h2 {
        display: none;
    }

    Please give a try and let me know ??

    Thread Starter gwoman

    (@gwoman)

    @alexandre, I thought to just wait until the next update, but since it is taking longer than I thought, I did try and change it: it fixed for 2 of the 3 subscriptions forms. Somehow the header of the first form is still double?

    This does not work. The title is not generated as child.
    First there is:
    <div class="widget-title"><h3>Nieuws? Schrijf je in!</h3></div>
    And after this line:
    <div id="acym_subscriptionform_widget-2" class="widget-wrapper widget_acym_subscriptionform_widget"><div class="widget-title"><h3>Nieuws? Schrijf je in!</h3></div><script type="text/javascript">window.addEventListener('DOMContentLoaded',(event)=>{acymModule.excludeValu.....

    We experience this at all sites that use AcyMailing in WordPress.

    In my case this worked as a temp solution:

    div.widget-title:nth-child(12) > h3:nth-child(1){
        display: none;
    }

    In Chrome inspector: select the line and the right-click and check ‘copy CSS-selector’. The add the {display:none;}
    The child(nr) is site dependend.

    Selecting h2 or h3 does result in disapperaring all headers in the area since there is no special widget area assigned by ACYmailing in this ‘double header’.

    • This reply was modified 3 years, 4 months ago by Hendrik57.

    Thanks @hendrik57 for the tips!
    We’ve just released a new version which fixes the issue. Everything should be ok now ??

    Indeed, it’s ok now.

    The only thing we walk accross now is the WordPress 5.8 update release. Widgets that are in ‘area 1’ work, but all others are gone. We activated ‘classic widgets’ and in our own themes the we added a few lines to functions.php. That preserves also the option to display the widgets on pages and in areas we want it to be visable. But this is NOT an ACYMAILING cause!

    • This reply was modified 3 years, 3 months ago by Hendrik57.
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Double header title for subscription forms’ is closed to new replies.