Lemonsprig
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Quark] Help – Product Rating Missing (woocommerce)Hi Anthony,
I just wanted to drop you a quick response to say that whatever you did fixed the issue, and it now works like a charm. If you get the time and feel inclined id be interested to know what change you made. I searched around for ages trying to work this out.
Thank again for producing such a great free starter theme.
Forum: Themes and Templates
In reply to: [Quark] Help – Product Rating Missing (woocommerce)Thanks Anthony, I will hopefully get a chance to try the new version over the weekend.
Forum: Themes and Templates
In reply to: [Quark] Help – Product Rating Missing (woocommerce)Hi anyone able to shed any light on the above? I really need to get the star rating/review functionality working
Thanks
Hi Jordy,
thanks for the quick response. I have also raised this with Jeremy.
Unfortunately I played around so much I cleared the logs and have do not seem to be able to re-create. I have wiped all images, re-uploaded, regenerated thumbnails, regenerated retina and still have the same issues, although I don’t see the issue in the log about @2x@2x.In answer to your questions this was happening on multiple images. In the media library it was definitely not named with @2x and I could verify by FTP that @2x.jpg images have been created at the correct sizes.
The latest logs have generated quite quite a few messages all indicating that the @2x files do not exist. However I can verify that they do in fact exist. Some samples from the log file below.
Here is a link to the site all of the products on this page seem to be affected, when changing variations ( I appreciate that this is one for Jeremy, but am just throwing it out there). Interetingly however I have noticed if I remove the images from the variations and just leave it on the parent product it works as expected. If the variation product image is also different it also works.
I don’t know if you can shed any light on the above but the question I do have for you is why am I seeing the messages below in the log files saying that the image file does not exist.
Thanks
2016-01-06 12:45:04: Retina file at ‘/home6/ianselby/public_html/myshop/wp-content/uploads/2016/01/[email protected]’ does not exist.
2016-01-06 12:45:04: WP’s srcset: 3 retina files added out of 4 image sizes
2016-01-06 12:45:04: Retina file at ‘/home6/ianselby/public_html/myshop/wp-content/uploads/2016/01/[email protected]’ does not exist.
2016-01-06 12:45:04: WP’s srcset: 3 retina files added out of 4 image sizes
2016-01-06 12:45:04: Retina file at ‘/home6/ianselby/public_html/myshop/wp-content/uploads/2016/01/[email protected]’ does not exist.
2016-01-06 12:45:04: WP’s srcset: 3 retina files added out of 4 image sizes
2016-01-06 12:45:11: Retina file at ‘/home6/ianselby/public_html/myshop/wp-content/uploads/2016/01/[email protected]’ does not exist.
2016-01-06 12:45:11: WP’s srcset: 3 retina files added out of 4 image sizes
2016-01-06 12:45:11: Retina file at ‘/home6/ianselby/public_html/myshop/wp-content/uploads/2016/01/[email protected]’ does not exist.
2016-01-06 12:45:11: WP’s srcset: 3 retina files added out of 4 image sizesForum: Themes and Templates
In reply to: [Quark] How to move the navigation menuDouble post – sorry pc was playing up
Hi Marios,
I think for what I am trying to do the query string option would definitely work. I am going to take a punt and opt for the pro version once I get home. Can you explain how I specifically tell it that it must contain /category/
Thanks,
Ian
Forum: Plugins
In reply to: [Real-Time Find and Replace] Replace everything between two pointsThanks Marios,
That did the trick. I did include the [] from your initial post, but tried it both ways as I wasn’t sure. I am still trying to wrap my head around regular expressions, it’s a bit confusing and some guides make it just look like a string of gibberish.
In any event, I have now achieved the desired effect. I think to achieve what I really want however will require an upgrade to the pro version. But I will raise a separate question for that so as not to confuse this one for others who may have a similar issue.
Thanks Again
Ian
Forum: Plugins
In reply to: [Real-Time Find and Replace] Replace everything between two pointsHi Marios,
thanks for letting me know it can be done. I am struggling however to get it to work, and now I am getting a blank page no matter what page I visit (even ones without the tags I am looking for). From the help I understand that this is due to incorrect regex formatting. Can you help please
this is what I have
/[<div class=”ERIngredients”>](.*)?[/<div class=”ERNutrition”></div>]/
So effectively I want to remove everything between
<div class=”ERIngredients”> and <div class=”ERNutrition”></div> ideally I would like to remove the actual tags themselves but I don’t know if that is possible.
Thanks
Ian
Forum: Plugins
In reply to: [EasyRecipe] How to show part recipes on categories list of postsHi Jayce,
thanks for the response. I think I understand what you are saying, so I amended the template so that when the category page is displayed it calls the_excerpt() instead of the_post()
This partially gives me what I want in that I don’t get the whole post but instead get what looks like to be the first part of the post but not formatted and even including save and print words ie.
Save Print Chilli A simple and easy to make vegetarian Author: Ian Selby Recipe type: Mains Serves: 4 Prep time: 5 mins Cook time: 65 mins Total time: 1 hour 10 mins Ingredients 1 Tin of tomatoes 1 Tin of baked beans 1 500g bag of Quorn mince 1 Medium onion 1 Tablespoon of oil 1 Packet…
What I would really like to do is show a partial formatted post. If you take a look at the following link
http://www.ianselby.com/Recipes/recipes/mains/chilli-con-simple/
what I really want to show is the first section which containst the name, description, cook and prep times. Is there a way to achieve this.
Hope that all makes sense, and I think the plugin is great, even though I have a need to twist it into something to meet my needs.
Thanks
Ian