Forum Replies Created
-
AuthorPosts
-
hi Andy,
Yep – please do.
Kind regards
rog
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
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
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
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!
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
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
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!
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
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
HI guys – Peter – did you manage to get this working on Justin’s site?
Cheers
rog
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
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
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
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
-
AuthorPosts