Lenny Warren
Forum Replies Created
-
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Add images with thumbnailMany thanks,
Lenny
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Add images with thumbnailThanks Tobias, did you see my workaround above?
I’ve added a link to an image store din my Media Library. How do I add a thumbnail that links to a full size image though?
Regards,
LennyForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Add images with thumbnailI may have sorted a workaround. I add a link, enter the url to the image in my media library. I then add the link text as PHOTO.
When you click the link, the pic opens in a sort of lightbox. Seems to work on my iphone as well.
Any better way to do this?
Forum: Plugins
In reply to: [Site Reviews] Wrong feedback leftSuperb, that worked beautifully. Again amazing support. ??
Forum: Plugins
In reply to: [Site Reviews] Colour of stars?I really appreciate all the help on this…
I have added the Safe SVG plugin, uploaded my images, copied the url’s and all is working fine.
I’ll still use Code Snippets as don’t want to muck around with my theme. ??
Many thanks, all working well. Just excited about upcoming images. ??
Forum: Plugins
In reply to: [Site Reviews] Colour of stars?Ok, have added a directory to the theme and used this line, that works ok..
get_stylesheet_directory_uri().'/site-reviews/star-emptyNF.svg'
However, as you say that may be lost when theme updates, maybe I should use the SVG Support PLugin, alhtough I normally try to keep plugins at a minimum. I’m already using Code Snippets.
Forum: Plugins
In reply to: [Site Reviews] Colour of stars?Thanks, so the SVG Support PLugin may be the best option to avoid losing things?
What would the syntax be in the functions.php file be then?
`$config[‘:star-empty’] = get_stylesheet_directory_uri().’/assets/images/star-emptyNF.svg‘;
Forum: Plugins
In reply to: [Site Reviews] Colour of stars?I put the images in here, as that’s where yours were…
`wp-content/plugins/site-reviews/assets/images
as there is no
/wp-content/themes/generatepress/assets/images/
directory on my server
- This reply was modified 5 years, 8 months ago by Lenny Warren.
Forum: Plugins
In reply to: [Site Reviews] Colour of stars?I try adding the following to my theme’s function.php manually and using the Code Snippets plugin and neither work. The stars don’t show up. If I remove the code the stars come back…
/**
* Customises the stars used by Site Reviews.
* Simply change and edit the URLs to match those of your custom images.
* Paste this in your active theme’s functions.php file.
* @return array
*/
add_filter( ‘site-reviews/config/inline-styles’, function( array $config ) {
$config[‘:star-empty’] = get_stylesheet_directory_uri().’/assets/images/star-emptyNF.svg’;
$config[‘:star-error’] = get_stylesheet_directory_uri().’/assets/images/star-error.svg’;
$config[‘:star-full’] = get_stylesheet_directory_uri().’/assets/images/star-fullNF.svg’;
$config[‘:star-half’] = get_stylesheet_directory_uri().’/assets/images/star-halfNF.svg’;
return $config;
});Forum: Plugins
In reply to: [Site Reviews] Colour of stars?I noticed I now have a submit button, presuming that came from the edit to the WP Forms settings?
VERY impressed with support… ??
Forum: Plugins
In reply to: [Site Reviews] Colour of stars?Thank you, I downloaded the stars, edited the colour and just overwrote your stars, that ok? Rather than edit the functions.php file. ??
Forum: Plugins
In reply to: [Site Reviews] Colour of stars?Thanks for the rapid support, impressed. ??
Done as you said, but the colour has only changed on the bar (on excellent) and not the stars…
https://www.newhousefishery.co.uk/about-us/
Cleared my cache as well,any thoughts?
Lenny
EDIT: hiold on, misread your reply, that CSS is just for the bar, let me read the FAQ. ??
- This reply was modified 5 years, 8 months ago by Lenny Warren.
Ideal, seems to have solved it..
Cheers,
LennyIt seems to be my caching ptogram, WP Rocket, and I also use Cloudflare.
What’s the best thing with caching software, disable it on certain Ultimate Member pages, or ???
Forum: Plugins
In reply to: [Booster for WooCommerce] Quantity not removedSorted by Tom, appreciated. ??