-
AuthorPosts
-
November 21, 2019 at 10:01 am #1158764
Hello there
I am working on a site rebuild for a client (link in private content).
The buttons in the section ‘Featured Properties For Sale’ link to a property and open in a new window, but we need these to open in a pop-up window.
How is this achieved?
November 22, 2019 at 5:54 pm #1159251Hey whdsolutions,
Please have a look at the following thread:
https://kriesi.at/support/topic/open-popup-modal-with-button/#post-831660If you need further assistance please let us know.
Best regards,
VictoriaNovember 26, 2019 at 2:49 pm #1160342This did not work :-(
November 26, 2019 at 2:50 pm #1160343This is NOT for the slider
November 26, 2019 at 2:55 pm #1160345It still only pops up into a new window and it needs to be a button!!!
November 26, 2019 at 3:00 pm #1160346pages need to open in the pop up window like this https://www.housescape.org.uk/cgi-bin/full.pl?&pab1&&PAB1000374
- This reply was modified 5 years ago by whdsolutions.
November 27, 2019 at 4:01 pm #1160675This is the only thing that is holding up us releasing the site to the client?
Any news???
I have done everyting you mentions:
ADDED:
function popup_inline() { ?>
<script type=”text/javascript”>
jQuery(window).load(function(){
jQuery(‘.pu-link a’).addClass(‘open-popup-link’);
jQuery(‘.open-popup-link’).magnificPopup({
type:’inline’,
midClick: true // Allow opening popup on middle mouse click. Always set it to true if you don’t provide alternative source in href.
});
});
</script>
<?php }add_action(‘wp_head’, ‘popup_inline’);
Gave button class of pu-link
The button in question is the top left button under Featured Properties For Sale on the page in Private Content (St Johns Road – Chew Moor)
- This reply was modified 4 years, 12 months ago by whdsolutions.
November 28, 2019 at 10:56 am #1160900November 28, 2019 at 12:46 pm #1160928Hi whdsolutions,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
VictoriaNovember 28, 2019 at 2:38 pm #1160985Of course
November 29, 2019 at 5:05 pm #1161266Hi whdsolutions,
Best regards,
VictoriaNovember 29, 2019 at 5:19 pm #1161277It simply opens in a new window here
November 29, 2019 at 5:22 pm #1161280video attached
November 29, 2019 at 5:23 pm #1161281You know what – leave it, the client is not too bothered about this now as it is taking so long :-)
Thank you for you help :-)
November 29, 2019 at 10:48 pm #1161382Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonNovember 30, 2019 at 9:26 am #1161441it is not solved – but you link to the page which should pop-up ( https://www.housescape.org.uk/cgi-bin/full.pl?&pab1&&PAB1000374 ) is not helpfull.
Where is the page with the button?November 30, 2019 at 11:38 am #1161445We have given up on this feature. The actual site is live now.
December 3, 2019 at 1:39 pm #1162195 -
AuthorPosts
- The topic ‘Standard button link to open in a pop-up’ is closed to new replies.