dennyspirit
Forum Replies Created
-
Hello,
i also have the same problem with “Bockchain Pending”.
Any solution for this?I have the same problem.
Is there any solution for this?I forgot:
the filtering process is NOT working… if i try to filter something i get this error:VM354:1 Uncaught SyntaxError: Unexpected token
in JSON at position 32115
at JSON.parse (<anonymous>)
at Function.n.parseJSON (jquery.js:4)
at Function.a.parseJSON (jquery-migrate.min.js:2)
at Object.success (front.js?ver=3.0.4:343)
at i (jquery.js:2)
at Object.fireWith [as resolveWith] (jquery.js:2)
at y (jquery.js:4)
at XMLHttpRequest.c (jquery.js:4)after a refresh of the site, the filter is active. the same behavior is by removing a filter…
I did an update to FacetWP 3.0.4 but have still a similar problem.
the filtering process is now working but the “remove the filter” process is not working.. the filter can’t be removed if “nextGEN Gallery” is enabled.after disabling the plugin it works like a charme.
WordPress 4.8.3
NextGEN Gallery 2.2.14
FacetWP 3.0.4and edited the script below in glass.php to this:
<script> jQuery('.subscribe-btn').on('click', function () { subscribe(); }); jQuery('#cs_email, #cs_name').on('keypress', function (e) { if (e.which == 13) { subscribe(); } }); function subscribe() { jQuery.ajax({ url: '<?php echo admin_url('admin-ajax.php'); ?>', data: {action: 'subscribe_email', cs_email: jQuery("#cs_email").val(), cs_name: jQuery("#cs_name").val()}, dataType: 'json', success: function (data) { if (data['error']) { jQuery('.error-msg #error-msg-text').html(data['message']); jQuery('.error-msg').removeClass('hidden'); jQuery('.error-msg').addClass('animated fadeIn'); function hideMsg() { jQuery('.error-msg').addClass('fadeOut'); } setTimeout(hideMsg, 4000); function showMsg() { jQuery('.error-msg').addClass('hidden'); jQuery('.error-msg').removeClass('animated fadeIn fadeOut'); } setTimeout(showMsg, 4500); } else { jQuery('.subscribe').addClass('animated fadeOutDown'); jQuery('.thankyou').removeClass('hidden'); jQuery('.thankyou').addClass('animated fadeIn'); } } }); } </script>
- This reply was modified 7 years, 9 months ago by dennyspirit.
- This reply was modified 7 years, 9 months ago by dennyspirit.
- This reply was modified 7 years, 9 months ago by dennyspirit.
I included this in the glass.php:
<div class="row subscribe <?php echo (($the_cs_template_options['subscribe']) == 1) ? '' : 'hidden' ?>"> <div class="col-sm-8 col-sm-offset-2"> <div class="subscribe input-group"> <input type="name" id="cs_name" class="form-control" placeholder="<?php _e('Your Name', CSCS_TEXT_DOMAIN); ?>"> <input type="email" id="cs_email" class="form-control" placeholder="<?php _e('Your email address', CSCS_TEXT_DOMAIN); ?>"> <span class="input-group-btn"> <button class="btn btn-default subscribe-btn" id="subscribe-btn" type="button"><?php echo CSAdminOptions::getDefaultStrings('subscribe_text'); ?></button> </span> </div> </div> </div>
- This reply was modified 7 years, 9 months ago by dennyspirit.
it shared the post again… i mean it creates a new post on my facebook wall about this article and the older one is also there.. and for every editing, i get a new post about that on facebook wall… so if i edit 3 times the article on wordpress i got 3 post shares on facebook about the same article.
i hope you understand what i mean.
hehe okay perfect ?? i will wait for it !!! +gg+
do you know, under which name you will release the new plugin..? or it is a update of the currently one?
hello,
i deinstall complete plugin and delete my app again and installed the newest 1.2.4 version of the plugin and create a new app and now it works very well ?? !!!!
but 2 little question i have:
on my wordpress blog, i embed a Youtube Video Link… it is possible, that this video link or much better the embeded video is visible in the facebook post..?
and second: if i create a new Facebook comment, is it possible, that this comment automatical create a new wordpress blog article..? what i see, currently it is only possible to comment existing articles, but not to create a new article over facebook…
thanks for this cool plugin