Forum Replies Created

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • in reply to: Magnific popup not opening in responsive mode #651367

    hi Andy,

    Yep – please do.

    Kind regards

    rog

    in reply to: Magnific popup not opening in responsive mode #650130

    Thanks for looking into it Ismael,

    I think it will probably give a better UX if I just pop the contact form on a normal page.

    Kind regards

    rog

    in reply to: Magnific popup not opening in responsive mode #649093

    Hi Ismael,

    Thanks for taking a look.

    The menu link is #form_popup with a link relationship of ‘magnific’
    The popup is hidden into the copyright line – using this rather than the analytics field means you can include shortcodes!
    The popup div is <div id=”form_popup” class=”white-popup mfp-hide”>
    The popup script is as follows:

    /* new popup function */
    add_action( 'wp_head', 'enfold_customization_add_magnific_handler' );
    function enfold_customization_add_magnific_handler() {
    	?>
    	<script type = "text/javascript">
    	jQuery(document).ready(function() {
    		jQuery('a[rel=magnific]').magnificPopup({
    			type: 'inline',
    			preloader: false,
    		});
    	});
    	</script>
    <?php
    }

    Cheers

    rog

    in reply to: Magnific popup not opening in responsive mode #647669

    Hi Basilis,

    I tried it on Chrome for Android, but it is also showing the same effect in Chrome for OSX if you reduce the width of the browser window.

    Cheers

    rog

    in reply to: Google Maps not displaying map layer #370663

    Thanks Yigit – all fixed! The reason I couldn’t upload is that the hosting account had reached its quota, so couldn’t write the temp files.

    Thanks for the prompt response!

    in reply to: Avia Layout Builder clashing with MailPoet plugin #244523

    Hi all,

    Yep – plugin authors came back confirming all okay to delete and reinstall. I’m always a little nervous about that in case the plugin delete’s gracefully and removes its bits from the database. All done and back to being a happy bunny!

    Cheers

    rog

    in reply to: Avia Layout Builder clashing with MailPoet plugin #243256

    I got the same response as well. Derek – did you lose old data / newsletters when you removed MailPoet?

    Peter – thanks for the suggestions. I’ll put Tribulant and MyMail on my hit list of things to look at.

    Cheers

    rog

    in reply to: "Post_gallery" filter? #232842

    Woohoo! Fixed it! All you need to do is set the ‘Use Lightbox?’ to ‘No, open the images in a browser window’ and it works!!!

    I so love this theme!

    in reply to: "Post_gallery" filter? #232773

    HI guys, I got it working on my site using Peter’s latest version of the function. However, I was hoping the links would work from the thumbnail as well as the main image. The url appears at the bottom of the screen, but it doesn’t click through. Any ideas???

    rog

    in reply to: "Post_gallery" filter? #219574

    Awesome! When’s 2.4.5 due for release? I must admit, you guys are great at enhancing and tweaking your existing themes – if only all developers did that!

    Cheers

    rog

    in reply to: "Post_gallery" filter? #219553

    HI guys – Peter – did you manage to get this working on Justin’s site?

    Cheers

    rog

    in reply to: "Post_gallery" filter? #213992

    Hi Peter – If you get it working for sbrohamm, can you post the solution and I’ll try on mine, otherwise, can I post you my login???

    Cheers

    rog

    in reply to: "Post_gallery" filter? #213795

    Sorry – its still not working – the sites back up with the revised code (thanks Peter), but the function is not calling the links. I’m still using the Wp-Gallery customer links plugin, as when I disable the plugin, there’s no option to include a custom url when adding images.

    Any ideas???

    Thanks

    rog

    in reply to: "Post_gallery" filter? #210271

    Wow! I’ve been looking into this very issue this evening and have the same problem – I want to use the gallery, but need to link to pages rather than the image files. I came up with the same idea you had, based on FAQ 6 on the plugin site (http://wordpress.org/plugins/wp-gallery-custom-links/faq/). I think I’ve found the right enfold file (gallery.php), but I dont have a clue where the post_gallery filter needs to go. I’m also a little nervous about editing the theme’s core code – it would be much nicer to have the hook included in an update.

    Cheers

    rog

    in reply to: Missing shortcodes #178465

    Aha! – genius! I should have thought of that (I’ve been copying the shortcodes from a post editing page).

    Thanks for coming back to us Yigit.

    Rog

Viewing 15 posts - 1 through 15 (of 15 total)