adevandry
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Migration preview in progress , but never completesThank you for following up with this. I was also seeing more events in the migration that we actually had on the site.
Forum: Plugins
In reply to: [The Events Calendar] Migration preview in progress , but never completesSame problem here.
Total Scam.
Agreed.
I went to Paypal and asked for a refund, and the plugin author wrote to Paypal and refused the refund. So he’s out there, just being a complete thief.
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] Pro App is garbageThis plugin is dead. There is zero support anymore.
Forum: Plugins
In reply to: [Payment Gateway Payeezy for WooCommerce] Trasaction ErrorI am hoping for an answer to this also.
Forum: Plugins
In reply to: [Typed Js] How to inline the typed text?.typed-div-35341 { display: inline; font-size: 1em; color: #ffffff; margin: 0 auto; text-align: center; }
Update the number to reflect your own Type project.
Forum: Plugins
In reply to: [Reading Time WP] Get reading time by idThank you, Jason.
I used this code in functions.php
function readtimefunc( $atts ) { global $readingTimeWP; $reading_time = $readingTimeWP->rt_calculate_reading_time($atts['foo'], get_option('rt_reading_time_options') ); return $reading_time; } add_shortcode( 'readtimeshort', 'readtimefunc' );
Then I added this shortcode to Essential Grid
[readtimeshort foo='%post_id%']
It works, except it displays just a number, like “1”, rather than the value, “READING TIME: 1 MINUTE”
Forum: Plugins
In reply to: [Reading Time WP] Add Option – Disable ReadingTime on FrontPageUse CSS.
.home .rt-reading-time {display:none!important;}
Forum: Plugins
In reply to: [Reading Time WP] Get reading time by idI am looking for something like this as well.
I’m using Essential Grid, and would love for the posts to show the Reading Time.
Is there any shortcode to show reading time by passing post id?
I log in and try to make a payment 15 seconds later. And I’m getting the error notice. at coded.co.nz
Forum: Plugins
In reply to: [IMPress Listings] how to change the word "Listing" on the Listings pageI’m having trouble with this. My title bar says Archives instead of Listings. I *want* it to say Featured Listings.
I found the archive-listing.php file, copied it to my child theme, and I can;t figure out where to replace the “Archive” H1 text.
Forum: Plugins
In reply to: WordPress Blog Infected With Malware – Malware.fake_jquery.001Metbarton, your site has (had?) the Darkleech virus.
https://blog.sucuri.net/2015/03/pseudo-darkleech-server-root-infection.html
Forum: Plugins
In reply to: [Logo Carousel Slider] Logo Slider incompatible with Divi Theme?Put the shortcode into a fullwidth
module. Works great.
Forum: Plugins
In reply to: [Logo Carousel Slider] order of shown logos and gaps between logosThe order is reverse order of when the logos were added. So you can edit the upload date to change the order.