Dan
Forum Replies Created
-
Seems today’s update doesn’t have this problem, but I am hesitant to update.
Trying on local it gives me sketchy feelings…Any thoughts?
- This reply was modified 8 months, 1 week ago by Dan.
Same, fetched an old version of the plugin and replaced on the server…
Seems they have changed author… and someone has been busy ??
https://plugins.trac.www.ads-software.com/log/seur/Same here!
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] Little cssIt fixes just a visual effect:
imgur.com/a/jZO7uug
- This reply was modified 3 years, 9 months ago by Dan.
Forum: Plugins
In reply to: [Themify - WooCommerce Product Filter] Order byHi!
The plugin deactivates some woocommerce functions, if you add the following script it reactivates the orderby woocommerce function. I’ve been trying and it doesn’t seem to conflict at all!
<script> jQuery( function( $ ) { $( '.woocommerce-ordering' ).on( 'change', 'select.orderby', function() { $( this ).closest( 'form' ).trigger( 'submit' ); }); }); </script>
Do you see any conflict with it?
It actually was checked as Yes.
As I had a good rest (I spended hours on this) I just realized that it may work creating an events archive page (as I was displaying them customly I hadn’t created it), and it did!Sorry for the lost of time,
and for anyone that reads this: Don’t spend more than 20 minutes in a row stuck in a problem! take a rest, do other things, and give it a diferent perspective.
Glad to help!
Hi there!
My aim was to change the html tag ul that wraps the slides like this:
<div id="metaslider-id-69" class="ml-slider-..."> <div id="metaslider_container_69"> <div id="metaslider_69" class="flexslider"> <ul aria-live="polite" class="slides"> <li .../> <li .../> <li .../> </ul> .... </div> </div> </div>
to an ol html tag with this output:
<div id="metaslider-id-69" class="ml-slider-..."> <div id="metaslider_container_69"> <div id="metaslider_69" class="flexslider"> <ol aria-live="polite" class="slides"> <li .../> <li .../> <li .../> </ol> .... </div> </div> </div>
As it involves html, css and js files to be changed I chose another way to acomplish my real objective, so I don’t really need to change this anymore.
I don’t think there’s an easy way to subtitute that ul tag for an ol, i hadn’t seen it neither on the pro version, but if you know there is, it may be helpful for someone in the future.
Otherwise just close this report.
Thanks for your time!