er777
Forum Replies Created
-
Forum: Plugins
In reply to: [Reading Time WP] All ACF posts are still under 1 minuteSo I created a small snippet to check the content on that page.. get a word count, and do some math to get the mins
php if( have_rows('flexible_content') ): while ( have_rows('flexible_content') ) : the_row(); if( get_row_layout() == 'editable_text' ): $the_content = wp_strip_all_tags( get_sub_field('editable_text', $post->ID) ); $word_count = count( preg_split( '/\s+/', $the_content ) ); $reading_time = $word_count / 200; echo $reading_time; endif; endwhile; endif;
And this is the only way to return the value of an ACF nested field.. it’s inside the check for that parent field… doesn’t work
- This reply was modified 1 year, 8 months ago by er777.
Forum: Plugins
In reply to: [NS Cloner - Site Copier] Clone to new DomainI have define(‘SUBDOMAIN_INSTALL’, true); but I still only get an option to do a subdomain under the present URL, not a completely new domain.
Is that the way this tool works? Everything must be “under” the present domain?
Forum: Plugins
In reply to: [Gmedia Photo Gallery] Rotate not workingAlso, the actual gallery in front:
Forum: Plugins
In reply to: [Gmedia Photo Gallery] Rotate not workingNote the problem:
https://www.dropbox.com/s/bj4siiod7hndajq/rotate-problem.jpg?dl=0
Forum: Plugins
In reply to: [Gmedia Photo Gallery] Music PlayerThanks
Forum: Plugins
In reply to: [Simple Product Options for WooCommerce] Plugin Stopped workingThanks for the response!
I believe it is javascript:
https://www.dropbox.com/s/mpk3gojw5o99k8k/error.png?dl=0but I have just de-activated a new plugin I installed and the error disappeared…!
So I must sleuth it. Can I ask – This data that is causing the problem: ( extend ?, config ?, optionData?)
I am trying to find help here: https://dmitripavlutin.com/7-tips-to-handle-undefined-in-javascript/
Thank you!
Forum: Plugins
In reply to: [Network Posts Extended] Pagination 404sYes, the date problem was due to the following:
I had tags that were named mars as well as categories named mars, and that caused the problem. You may want to specify the specific taxonomy choice of categories or tags in the next update…?
Thank you!
Forum: Plugins
In reply to: [Network Posts Extended] Pagination 404sI created pages and have a better result, but here is a page with a problem:
shows the latest post as being 9/12/2016
but if you go the blog where most of these Mars posts come from, you will see there are many more recent posts:https://cosmic.erdd.us/lfenton/
The shortcode:
[netsposts taxonomy=”mars,hirise images” titles_only=”false” thumbnail=”true” size=”324,216″ image_class=”alignleft” auto_excerpt=”true” excerpt_length=”100″ show_author=”true” paginate=”true” mid_size=”8″ end_size=”5″ list=”10″ order_post_by=”date_order desc”]Thoughts?
Forum: Plugins
In reply to: [Network Posts Extended] Pagination 404sHi,
Thanks for your response!
The above link is a category result. The shortcode is embedded in category.php inside of the child theme.
As you indicate, the plugin works fine on the main page:
https://cosmic.erdd.us/but fails on these category result pages. Is there some modification I can make?
Tx
Forum: Plugins
In reply to: [Network Posts Extended] Pagination URL not working for my instanceHello,
The pagination does not work on blog category lists. I get 404s…
Is this a related issue?
Forum: Plugins
In reply to: [Network Posts Extended] Duplicate PostsThanks for the response – I found out that the duplicates are not caused by your plugin.
Cheers.
Forum: Plugins
In reply to: [WP2Social Auto Publish] Pages do not publishI see that the plugin is working, but it does not post where I want.
How do I accomplish the following? ( As from your FAQ.)
2. Can I post to Facebook pages instead of profile ?
Yes, you can select the pages to which you need to publish after authorizing Facebook application.Forum: Plugins
In reply to: [Gallery Manager] Captions don't show from linksThank you – it worked!
Forum: Plugins
In reply to: [WooCommerce Weight Based Shipping] No shipping methods availableI’m sure many people have had and will encounter this error – thanks for being on top of it!
Dan, I’ve never seen such diligent support! Awesome, even though I had already fixed my problem.
Forum: Plugins
In reply to: [WooCommerce Weight Based Shipping] No shipping methods availableWow – I didn’t know Woo Commerce caches for an hour – that could also help explain why I was scratching my head for so long!