mjrwebdesign
Forum Replies Created
-
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Search] No search-field anymore since 1.3Art Project Group:
Spot on! Well done guys. Works for me.
Thank you so much!
Kind regards
Robin
Does look like it! My last post was 9 months ago. Since then i’ve completely given up on wp-ecommerce. I’ve been using woocommerce for over 6 months and developed a number of websites for clients using the plugin.
I’ve found it better coded, better supported, extremely fast when compared to WPEC. There are also a really good selection of plugins and themes for that support Woocommerce.
I’d recommend giving this a go for your next project.
Forum: Hacks
In reply to: Trying to create plugin for results per page – WoocommerceHi Luke
I was using woocommerce 1.6.6 when I submitted the code. The pagination has had a overhaul in woocommerce 2.0. Are you using woocommerce’s built-in pagination or the theme’s pagination and have you got the newest version of the proffet theme.
I’m using flexishop 2 and i’m upgrading to woocommerce 2.0 this weeks so I will try and resolve this on my test site in the next few days as I will need this functionality when I upgrade the plugin for my client.
Forum: Hacks
In reply to: Trying to create plugin for results per page – WoocommerceLuke
What version of woocommerce are you using and are you using a pagination plugin or is it built into your theme?
Mark
Forum: Hacks
In reply to: Trying to create plugin for results per page – WoocommerceHi Everyone
Slight edit to code as the above wasn’t begin triggered in IE as IE doesn’t recognised ‘results’ as an object!
on Line 5 find… onchange=”document.forms[‘results’].submit();”>
change this to… onchange=”submit();”>Many thanks
Forum: Hacks
In reply to: Trying to create plugin for results per page – WoocommerceHi guys
I stumbled upon your post as I needed the same functionality.
I’ve played around with the code and got my select box working and it holds the value on page refresh without any cookies. i’m using woocommerce 1.6.6. Hope this helps anyone else who needs the same.
Here’s my code: Woocommerce Products per page filtering
I updated this plugin today to the newest release and I am getting the same error as @abstraction. I get this error both when I bulk smush.it and also when I got into media library and attempt to individually smush images.
Can the plugin author please look at this and advise us accordingly.
For the time being I have downloaded version 1.6.2 from the developer tab on https://www.ads-software.com/extend/plugins/wp-smushit/
This version is functioning perfectly for images up 1mb in size.Many Thanks
This post has been really helpful and although it has been solved I wanted to add that the below is working for me without the need for the datepicker function
$date = date_create(''.get_field('driver_start_date').'');
echo date_format($date,'d F Y');Hi
I don’t even get that far! Mine just hangs on and infinite please wait whilst trying to update CDN data. I’ve disabled every plugin other than jsdelivr and wp-ecommerce.
Only thing I can think is that the developers didn’t expect it to be such a popular plugin so quickly and the CDN is overloaded.
Can you assist us both please
Still no answer to this query and two new versions released. I’m running 0.8 of this plugin along with the latest version of wpec 3.8.8.5
Absolutely love the additions that have been made to the plugin these are great especially as I only wanted to show the symbols anyway.
I’m still get THBTHB for thai bhat and $$ ££ €€ for each of the currencies which is annoying.
i’m also getting a conversion back to my base currency (GBP) when the customer views cart. As I understand it this should happen when they opt to checkout.I’m running into the same problem on two separate sites running two separate themes so I can’t isolate it to a theme issue.
Can anyone assist and resolve these issues???
Hi guys
I’ve had this issue also. Its actually been covered in a previous thread. You may find the solution to your problem here:
https://support.lifeinthegrid.com/knowledgebase.php?article=12
If not read try this thread:
https://www.ads-software.com/support/topic/plugin-duplicator-empty-list-no-apparent-error?replies=13If neither are of use then keep monitoring this thread. I’m sure lifeinthegrid (developer) will be able to respond to you quite quickly.
Hi lifeinthegrid
Thanks very much for responding. I did actually try uninstalling and reinstalling duplicator 0.3.0 first through the plugin repository and then after it didn’t work I deleted it and installed it through ftp client and it still didn’t work.
The only way I could get a package was using 0.2.9. The security isn’t an issue as its developed on a test server and I always delete wp-snapshots (after a successful installation in a new location) anyway.
One thing I like about 0.2.9 over 0.3.0 is that it tells me the size of the package on the bar as i’m generating it and I don’t have to go to the pre-checks link to find out and then back to create the package. Maybe i’m just lazy but when your are designing and developing all day its sometimes nice to save clicks!
Good luck with this plugin, its fantastic. I’d really like to see it expand to include quick duplication across a multisite.
Hi there
I’m having the same issue as the original poster with version 3.0.
my environment is slightly different though as i duplicated a site and installed it on a new server. I then made adjustments to my duplicated site with the view of duplicating this and moving it to another live server. All servers are live and all on on justhosts web hosting. It works seamlessly on version 0.2.9. The only thing that could of caused my issue is that i duplicated the 1st site with 0.2.9 and tried to duplicate it again after changes with 0.3.0.
@lifeinthegrid
is this the expected functionality of the plugin. If I duplicate a site with version 0.2.9 must all subsequent duplicates of that site be duplicated with the same version?
This may well be usage of your plugin you had not considered as mostly people will create one package and upload that multiple times rather than as I have done essentially create a duplicate of the duplicate.Therefore I though I would raise this as in my instance 0.3.0 does not function it does not show as creating any packages and those that it does create in wp-snapshots fail at installation. Server checks and environment all indicate pass or good.
I’m with @rastarr on this one. I think a wp-kraken plugin has lots of mileage especially as it now has an api available and includes other tools like ico convertor (it would be great to convert your media library logo into a .ico file straight from the dashboard).
In my opinion Yahoo have missed a massive revenue stream with the smush.it service. They could of developed the plugin themselves and charged a fee for bulk usage over a certain amount of images. Very sad to see this useful web service so neglected.
Hi Josh
Removing the dash or hyphen and the name requires editing the plugin file – collision-testimonials.php
I’ve attached the complete code. replace the entire contents of the collision-testimonials.php file with code below.
The result will output no dash, no name and no comma before the hyphen.
I’ve commented out the name bit in the code with /* */ If you want to display it, just remove these from the code.[Massive chunk of code moderated as per the Forum Rules. Please use the pastebin]