enigma2k
Forum Replies Created
-
Forum: Plugins
In reply to: [Super Progressive Web Apps] iOS Splash Screen@superpwa could you please clarify the Splash screen situation for iOS with your plugin since it is working on iOS for superpwa.com and there are also other sites it is working on like tinder.com.
Forum: Plugins
In reply to: [Site Reviews] plugin suddenly brokenThanks for the quick reply! I have started with version 4 and was never below version 4.
I have now run the “Migrate Plugin” under tools and then clicked again on the recalculate but it did not fix it.
Do you know what else could be wrong?
Forum: Plugins
In reply to: [Site Reviews] adding custom rating where you define the rating?Thank you, this is working perfectly!
Is there also a way to change the color with css? I tried it with “fill:” since it is svg but this won’t work.
Forum: Plugins
In reply to: [Site Reviews] adding custom rating where you define the rating?wow, this is amazing what you’ve already built in! Feeling kind of stupid not having looked under functions. :/
I have never worked with functions before, so could you tell me please if I have to add a separate function for every kind of rating from 0 to 5? This would be 11 functions in total then that I have to add to function.php.
I guess it would look something like:
function rating_3.5() {
echo apply_filters(‘glsr_star_rating’, null, 3.5);
add_shortcode(‘rating3-5’, ‘rating_3.5’);}
I’m sure, the code I wrote above is not right but this is just what I mixed together from a function –> shortcode tutorial I was just reading.
Thanks
Thank you a lot Ben for this amazing support you offer here!
1. sorry, totally missed it the first time I looked through the settings 🙁
3. thank this was the problem. Didn’t thought it was a dummy text
Would it be possible to add actual links into the content of the infobox so can’t only have one link per box?
thank you for your quick reply!
1) the problem is actually the title. In one box the title is longer and then jumps to the next line which makes the box bigger. So changing the content size doesn’t help here. this is the link: http://stefans1.sg-host.com/
2) I got it to working using the row margin set to “-40”.
3) I also put in a “learn more” for the first two boxes but these buttons are very small. Changing the font size in the block settings in the “learn more settings” doesn’t make a difference. I can only change the padding of it but this also changes the size of the entire info box. I doubt that this is normal that the default settings show such a small box. (I put it into the green and red box here: http://stefans1.sg-host.com/ )
Forum: Plugins
In reply to: [Site Reviews] unapproved user review showing up for the user?Thank you very much for this extensive support! 🙂
Forum: Plugins
In reply to: [Site Reviews] unapproved user review showing up for the user?Thank you for the code! Really appreciate your support!
I’ve put it into functions.php of the Theme Child and it is working (which I hope it is the right way to do this).
It is working for logged in users. But users will actually need an account for this which is not often the case since most review sites are public.
Is there a way to make it instead show up for users who just have written a review using a cookie or maybe using their IP address? or maybe there is an even simpler way?
thank you!
I have already seen the great support you offer here that is why I asked! 🙂
I really appreciate the quality work you are doing here and I am looking forward to the premium features that you will add as they really sound great!
Forum: Themes and Templates
In reply to: [GeneratePress] dynamic secondary navigation menu?thank you, I will give it a try! I hope this plugin doesn’t slow this theme down… 🙂
Forum: Fixing WordPress
In reply to: How to view all sent emails through WordPress?I’ve managed to get the “Email Log” plugin to work. The only issue I have with it, is that it shows me the server time (CST) and not the time I have set up in WordPress.
Unfortunately, I can’t change the server time, as I am on a shared server.Is there any workaround to this?
Forum: Fixing WordPress
In reply to: How to view all sent emails through WordPress?Thanks viky081!
I’ve already tried this plugin, but I got this error message “Fatal error: Class ‘WP_Screen’ not found in /home/user/public_html/wp-content/plugins/email-log/email-log.php on line 110”Forum: Plugins
In reply to: Change specific text parts on multiple pages at once?Thanks esmi!
Any specific settings I should use? Because when I do a search I get about 300 results because it also searches through the old versions (revisions) of the pages ?
Forum: Fixing WordPress
In reply to: Comment author is not 'nofollow' – why?Ok I have managed it myself, I had to write rel=”external nofollow” instead of rel=’external nofollow’.
Anybody knows why this is so?