blueblast
Forum Replies Created
-
Thanks for the reply.
That is not going to work because we are using category podcasting and will be running 4 podcasts (2 in Hindi, 1 in Punjabi & 1 in English). We need to declare different show language for each feed.Forum: Fixing WordPress
In reply to: How to highlight author comments the right way? π€Hi
I faced this problem too. I am using jetpack and I customised author comments with css but the replies were getting the same treatment. After googling for hours and a bunch of hit & tries I’ve found the solution. Hope it helps you or anyone else who comes stumbling on this page in the future. You just have to add > .comment-block like this:.bypostauthor > .comment-block { background: #fff7c6; }Forum: Themes and Templates
In reply to: [Avani] How to Highlight Author Comments (without reply’s)Hi
I faced this problem too. I am using jetpack and I customised author comments with css but the replies were getting the same treatment. After googling for hours and a bunch of hit & tries I’ve found the solution. Hope it helps you or anyone else who comes stumbling on this page in the future. You just have to add > .comment-block like this:.bypostauthor > .comment-block { background: #fff7c6; }- This reply was modified 8 years, 11 months ago by blueblast.
Forum: Plugins
In reply to: [WooCommerce ShareASale Merchant Tracking] Settings menu missingWC Shareasale – Merchant should appear in the menu
Forum: Plugins
In reply to: [Image Watermark] Latest Update breaks watermark+1 on this
watermark doesnt apply after updating to the latest version
Forum: Plugins
In reply to: [WP2Social Auto Publish] recycled posts being published to facebook againthe problem still persists.
when the publish date is changed to today (on an old post already published in the past) the plugin pushes it to facebook.
similar thing in twitter auto publish too.
Forum: Plugins
In reply to: [WP2Social Auto Publish] Post published twice after new versionposts publishing twice – yep same here
also, f1logic please check my own thread, the publish date change issue still persists
thanks!
hey!
your filter breaks my siteit shows an error:
syntax error, unexpected ‘add_filter’ (T_STRING)what gives?
Forum: Plugins
In reply to: [Eyes Only: User Access Shortcode] role overlap – two shortcodes[eyesonly logged="out"] You need to be <a href="/my-account" target="_blank">logged in</a> to see this content. [/eyesonly] [eyesonly level="customer"] [contact-form-7 id="17940" title="Vendor Application"] [/eyesonly] [eyesonly level="vendor"] You have a vendor account already! [/eyesonly]I was able to use this
STRICT ROLE MATCHING was turned off so I turned it on. Thanks!Thanks a lot!!
thanks a lot for this!
Forum: Plugins
In reply to: [Comments - wpDiscuz] change link for login link textit worked, thanks!
Forum: Plugins
In reply to: [Comments - wpDiscuz] change link for login link textcould you tell me what to change where?
should i changeadd_filter( 'login_url', 'my_login_linkchanger'); function my_login_linkchanger( $link ) { /*whatever you need to do with the link*/ return $link; }to
add_filter( 'login_url', 'my_login_linkchanger'); function my_login_linkchanger( $link ) { /*whatever you need to do with the link*/ return home_url( '/my-account'); }???
Forum: Plugins
In reply to: [Abandoned Cart Lite for WooCommerce] Emails not sendingYou need to set up a cron job from your web host’s settings.
Cron is like an automatic push of a button.In this case it will send out pending emails at the interval you set. I have set it to run every 30 mins. So every half hour cron looks for pending cart reminder mails. If there is one it sends it out.
You will have to set up cron for the file:
“woocommerce-abandon-cart-lite/cron/send_email.php”I have hostgator and I set up cron by using these two help pages:
http://support.hostgator.in/articles/cpanel/what-do-i-put-for-the-cron-job-command
http://support.hostgator.in/articles/cpanel/how-do-i-create-and-delete-a-cron-job
Your host may have their own documentation.After setting up cron, this plugin is working fine for me.
Cheers!