mar-deleon
Forum Replies Created
-
I have already tried what is shown on the screen shot. My problem is i want to add dynamic elements to the pop up based on what is clicked.
example:
In page :
<label>Title1<label> Pop Me
<label>Title2<label> Pop Me
.
.
<label>Title100<label> Pop MeIn pop up:
[dynamic title] Title 100
[contact form — dynamically filled up based on title ]
————————-
i have tried `$(“.cdb-pop”).on(“click”, function(e) {
var popupObj = SGPBPopup.createPopupObjById(popupId);
popupObj.prepareOpen();
});`but has error Uncaught TypeError: popupObj.prepareOpen is not a function
Forum: Plugins
In reply to: [YITH WooCommerce Social Login] Google+ login is not workingI have the same problem. This is showing up in my URL
/wp-login.php?ywsl_social=google&redirect=https%3A%2F%2Fmydomain.com%3A443%2Fmy-account%2F# but the redirect and login is not working.Can anyone help me? I tried to add this code on my functions.php but it’s not working?
add_filter(‘heateor_ss_new_user_notification’, ‘custom_send_wc_email’, 10, 2);
function custom_send_wc_email( $userId ) {
$wc = new WC_Email_Customer_New_Account();
$wc->trigger( $userId );
}Forum: Plugins
In reply to: [WP-DownloadManager] wrong links?Thanks, that solved it.
I uploaded my files in cpanel under /wp-content/whitepapers/ & specified the absolute path in Download Options.
then on path URL I originally set is up as “https://krinetix.com/wp-content/whitepapers”, when it only needed “/wp-content/whitepapers”
hi thanks for the quick response,
Deactivating & reactivating the plugins seemed to work for me.
There was an instance though on the first try that the captcha re-appeared but instead of redirecting to wp-admin, it said it couldnt find the dashboard. But on the succeeding attempts it finally logged me in.