Viewing 15 replies - 1 through 15 (of 37 total)
  • Mike

    (@michael-copestake)

    Hi @majofa

    It sounds like the settings have not been applied correctly.

    What are the sizes and positions set to? Can you attach a screenshot showing these settings?

    Cheers,
    Mike

    yeah. I am having the same issue. I actually deactivated wp-membership because I saw where it changed my role from “administrator” to “membership administrator”. Once that was done I tried popup again but still getting “You do not have sufficient permissions to access this page.”

    Mike

    (@michael-copestake)

    Hi @raisincanearts22

    Sorry can you re-explain that? When you enable PopUp, does the entire website say you don’t have permissions when you access the front end? Or is this in the admin area?

    What if you manually navigate back to /wp-admin, does it load as normal?

    Hey there.

    We haven’t heard from you in awhile, so I just wanted to check in to make sure all was good.

    This thread was marked resolved, but please, if you still need help then just respond and open it back up. We can then take it from there. πŸ™‚

    Hope you have a fantastic day!

    Hi,

    I think I may have the same problem on my site, skriftlig.no. (There’s supposed to be a popup on this post http://www.skriftlig.no/753/om-a-distribuere-pressemeldinger/)

    I installed the plugin, and created a popup, but the popup didn’t/doesn’t show even if all the rule(s) are true. (My rule now is “on a certain URL, but i have also tried others, alone and in combination. And I’ve tried different popups.) I don’t get any error message, the popup just doesn’t show – in “normal” browsing nor in incognito windows.

    • I tried disabling all other plugins, and removing an AddThis script I had installed.
    • I tried deleting the MailChimp form/script I had in the popup.
    • I tried deleting and reinstalling the popup plugin, but when I reinstalled, the popup I had created was still there, so obviously not everything was deleted.
    • Originally I had my WP installed in a subfolder, but I moved it back to the root (I was going to do that anyway).

    No dice.

    When I go to settings and try to change “Pop Up loaded using”, the entire page changes to say that I don’t have permissions to access that page, and the URL is only http://www.skriftlig.no/wp-admin/admin.php?page=

    When I try to activate the Add-on Test Head Footer, the page reloads, but the Add-on is still inactive.

    Having looked at so many different popup/popover plugins, this is the only one that seems to be any for what I need, so I would really appreciate it if you could help me figure out what’s wrong, and I could help you. πŸ™‚

    Hi guys,

    we have just released new version of the plugin 4.4.5.4 where the issue should be resolved.

    Thread Starter majofa

    (@majofa)

    Hi
    I have updated to the last version 4.4.5.4 and still canΒ΄t get the popup to show.
    No rules.

    When I apply the addon Test Head Footer, I get the following message:
    Your active theme:
    Is missing the call to <?php wp_head(); ?> which should appear directly before </head>
    Is missing the call to <?php wp_footer(); ?> which should appear directly before </body>

    But the calls are present in header.php and footer.php

    Im also having the same problem here: http://www.thechurchinfo.org/thechurchwelcome/

    Mike

    (@michael-copestake)

    Have either of you tried loading in the footer? Or custom load?

    This is done from Settings > Media

    Hey there.

    We haven’t heard from you in awhile, so I just wanted to check in to make sure all was good.

    If you wish to try loading in the footer, or the custom load and still have issues then please let us know.

    This thread was marked resolved, but please, if you still need help then just respond and open it back up. We can then take it from there. πŸ™‚

    Hope you have a fantastic day!

    Hello,

    I have the same problem than Christian K. Nordtomme.

    I activated the Test Head Footer and I get :

    Has the call to <?php wp_footer(); ?> but it is not called directly before </body>

    I have tried the 3 pop loading options, none are working.

    Hi @isaacx,

    Thanks for posting, sorry you’re experiencing some trouble with this. Let’s see how we can sort this.

    Could you please check your theme’s footer.php file to see if there’s a wp_footer() call in there before the </body> tag?

    You could check on that through your admin area at Appearance > Editor, then select the footer.php file from the list on the right.

    If that function doesn’t get called before the </body> tag, you might just be able to move it so that it does by cutting and pasting it.

    Cheers,
    David

    Hi David and thank you for getting back to me !

    I’m not sure about the answer so here is what the footer.php contains :

    <?php
    /**
     * The template for displaying the footer.
     *
     * Contains footer content and the closing of the
     * #main and #page div elements.
     *
     * @package WordPress
     * @subpackage Illustrate
     * @since Illustrate 1.0
     */
    ?>
    
        </div><!-- #main-content --> <?php // main-content opens in header.php ?>
    
                <footer id="footer" class="site-footer">
    
                    <div id="footer-widgets" class="container row clr">
    
                        <div class="footer-box <?php echo wpex_grid_class(wpex_get_data('footer_col','3')); ?> col clr-margin">
                            <?php dynamic_sidebar('footer-one'); ?>
                        </div><!-- .footer-box -->
    
                        <div class="footer-box <?php echo wpex_grid_class(wpex_get_data('footer_col','3')); ?> col">
                            <?php dynamic_sidebar('footer-two'); ?>
                        </div><!-- .footer-box -->
    
                        <div class="footer-box <?php echo wpex_grid_class(wpex_get_data('footer_col','3')); ?> col">
                            <?php dynamic_sidebar('footer-three'); ?>
                        </div><!-- .footer-box -->
    
                        <div class="footer-box <?php echo wpex_grid_class(wpex_get_data('footer_col','3')); ?> col">
                            <?php dynamic_sidebar('footer-four'); ?>
                        </div><!-- .footer-box -->
    
                    </div><!-- #footer-widgets -->
    
                    <div id="footer-bottom">
    
                        <div class="container row clr">
    
                            <div id="copyright" class="span_10 col clr-margin" role="contentinfo">
                                <?php if ( wpex_get_data('footer_text') !== '' ) {
                                        echo do_shortcode( wpex_get_data('footer_text') );
                                    } else { ?>
                                    <p><?php _e('Copyright','wpex'); ?> <?php echo date('Y'); ?> &middot; <a href="<?php echo home_url(); ?>" title="<?php bloginfo('name'); ?>"><?php bloginfo('name'); ?></a></p>
                                <?php } ?>
                            </div><!-- #copyright -->
    
                            <div id="footer-bottom-menu" class="span_14 col">
                               <?php wp_nav_menu( array(
    								'theme_location'	=> 'footer_menu',
    								'fallback_cb'		=> false,
    							) ); ?>
                            </div><!-- #footer-menu -->
    
                        </div><!-- .container -->
    
                    </div><!-- #footer-bottom -->
    
                </footer><!-- #footer -->
    
        </div><!-- #wrap -->
    
    <?php wp_footer(); ?>
    
        <div class="social-share">
            <div class="overflow">
            		<div>
            			<a class="a-like close">X</span></a>
            			<span class="top">-</span>
            			<a class="a-like end">Close forever</a>
            		</div>
    
            		<h2>Facebook</h2>
            		<iframe src="//www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2Fgeekxprod&width=292&height=258&show_faces=true&colorscheme=light&stream=false&show_border=false&header=false" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:292px; height:186px;" allowTransparency="true"></iframe>
    
            		<h2>Twitter</h2>
                    <a class="twitter-timeline" href="https://twitter.com/Geekxprod" data-widget-id="310494187034378240">Tweets by @Geekxprod</a>
                    <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
    
            		<h2>Tumblr</h2>
            		<iframe class="btn" frameborder="0" border="0" scrolling="no" allowtransparency="true" height="25" width="200" src="http://platform.tumblr.com/v1/follow_button.html?button_type=1&tumblelog=geek-x&color_scheme=light"></iframe>
            </div>
        </div>
    
    </div>
    
    </body>
    </html>

    Thank you very much for your help.

    @david

    Are you still here ? πŸ™‚

    Thank you

    EDIT : just found that there was a </body> but not a <body> how can that be possible ?

    Hi @isaacx,

    Yep, sorry for the delay, not sure how this feed got missed in my reader!

    Could I ask for you to try the following as a replacement for that and see how it works for you?

    <?php
    /**
     * The template for displaying the footer.
     *
     * Contains footer content and the closing of the
     * #main and #page div elements.
     *
     * @package WordPress
     * @subpackage Illustrate
     * @since Illustrate 1.0
     */
    ?>
    
        </div><!-- #main-content --> <?php // main-content opens in header.php ?>
    
                <footer id="footer" class="site-footer">
    
                    <div id="footer-widgets" class="container row clr">
    
                        <div class="footer-box <?php echo wpex_grid_class(wpex_get_data('footer_col','3')); ?> col clr-margin">
                            <?php dynamic_sidebar('footer-one'); ?>
                        </div><!-- .footer-box -->
    
                        <div class="footer-box <?php echo wpex_grid_class(wpex_get_data('footer_col','3')); ?> col">
                            <?php dynamic_sidebar('footer-two'); ?>
                        </div><!-- .footer-box -->
    
                        <div class="footer-box <?php echo wpex_grid_class(wpex_get_data('footer_col','3')); ?> col">
                            <?php dynamic_sidebar('footer-three'); ?>
                        </div><!-- .footer-box -->
    
                        <div class="footer-box <?php echo wpex_grid_class(wpex_get_data('footer_col','3')); ?> col">
                            <?php dynamic_sidebar('footer-four'); ?>
                        </div><!-- .footer-box -->
    
                    </div><!-- #footer-widgets -->
    
                    <div id="footer-bottom">
    
                        <div class="container row clr">
    
                            <div id="copyright" class="span_10 col clr-margin" role="contentinfo">
                                <?php if ( wpex_get_data('footer_text') !== '' ) {
                                        echo do_shortcode( wpex_get_data('footer_text') );
                                    } else { ?>
                                    <p><?php _e('Copyright','wpex'); ?> <?php echo date('Y'); ?> &middot; <a href="<?php echo home_url(); ?>" title="<?php bloginfo('name'); ?>"><?php bloginfo('name'); ?></a></p>
                                <?php } ?>
                            </div><!-- #copyright -->
    
                            <div id="footer-bottom-menu" class="span_14 col">
                               <?php wp_nav_menu( array(
    								'theme_location'	=> 'footer_menu',
    								'fallback_cb'		=> false,
    							) ); ?>
                            </div><!-- #footer-menu -->
    
                        </div><!-- .container -->
    
                    </div><!-- #footer-bottom -->
    
                </footer><!-- #footer -->
    
        </div><!-- #wrap -->
    
        <div class="social-share">
            <div class="overflow">
            		<div>
            			<a class="a-like close">X</span></a>
            			<span class="top">-</span>
            			<a class="a-like end">Close forever</a>
            		</div>
    
            		<h2>Facebook</h2>
            		<iframe src="//www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2Fgeekxprod&width=292&height=258&show_faces=true&colorscheme=light&stream=false&show_border=false&header=false" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:292px; height:186px;" allowTransparency="true"></iframe>
    
            		<h2>Twitter</h2>
                    <a class="twitter-timeline" href="https://twitter.com/Geekxprod" data-widget-id="310494187034378240">Tweets by @Geekxprod</a>
                    <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
    
            		<h2>Tumblr</h2>
            		<iframe class="btn" frameborder="0" border="0" scrolling="no" allowtransparency="true" height="25" width="200" src="http://platform.tumblr.com/v1/follow_button.html?button_type=1&tumblelog=geek-x&color_scheme=light"></iframe>
            </div>
        </div>
    
    </div>
    
    <?php wp_footer(); ?>
    </body>
    </html>

    It’s just moving the wp_footer() call to the bottom of the page. Not sure that’d sort it but it’d definitely place the call after all that JavaScript already on the page.

Viewing 15 replies - 1 through 15 (of 37 total)
  • The topic ‘PopUp not working in my site’ is closed to new replies.