royalguy
Forum Replies Created
-
Forum: Plugins
In reply to: [SliceShow] White screen mediauploaderin js/custom-js.js
near line 22replace
window.send_to_editor = function(html) { imgurl = jQuery('img',html).attr('src'); classes = jQuery('img', html).attr('class'); id = classes.replace(/(.*?)wp-image-/, ''); formfield.val(id); preview.attr('src', imgurl); tb_remove(); }
with
window.send_to_editor = function(html) { jQuery('body').append('<div id="myTmpDiv">'+html+'</div>'); imgurl = jQuery('#myTmpDiv img').attr('src'); classes = jQuery('#myTmpDiv img').attr('class'); jQuery('#myTmpDiv').remove(); id = classes.replace(/(.*?)wp-image-/, ''); formfield.val(id); preview.attr('src', imgurl); tb_remove(); }
here, first, i set html response to temp div and then read IMG SRC and CLASSES from there and then remove that temp div.
Good luck
Forum: Reviews
In reply to: [Category Thumbnails] No option showing to add/select thumbnail.Never mind.
i found the solution.
all we need to do is, add
add_theme_support( 'category-thumbnails' );
in theme’s functions.php file.GREAT plugin.
Thanks
Forum: Reviews
In reply to: [Category Thumbnails] NiceHi
Can u please help me to start, i unable to find that how to set thumbnail.
No option showing to add/select thumbnail.
Thanks in advance.
Forum: Plugins
In reply to: [SendPress Newsletters] Not receiving Newsletter(email automatically)Hi,
No, no post notifications.
I mean just simple newsletter functionality i.e. when someone subscribes to our newsletter and s/he starts receiving newsletter/emails automatically.
Daily or weekly newslettersMy case:
i created two emails(named as :English, German ) and same with lists
i created two lists (public can subscribe to any).
now, i want to send English email to English List Subscribers
& same with Spanish.Q. is there any way to send emails/newsletter automatically instead of adding them to queue for each send.
Thanks
Forum: Plugins
In reply to: [SendPress Newsletters] Not receiving Newsletter(email automatically)Hi
first of all thanks for your time.
no email in queue.
1. is this plugin sends auto emails(newsletter) to all of subscribers or only option is to send from backend.2.if yes, i have 2 emails and 2 lists (named as english, german)
point is that how plugin came to know that which email is for which list.Thanks
Forum: Reviews
In reply to: [SendPress Newsletters] Fantastic Newsletter SolutionThanks for your time.
i just posted same with System Info here:
https://www.ads-software.com/support/topic/not-receiving-newsletteremail-automatically?replies=1