paulluxford
Forum Replies Created
-
Forum: Reviews
In reply to: [Greenshift - animation and page builder blocks] terrible plugin@readysite, why not just explain your issue more clearly so the plugin support can help. I suspect your rating and complaint is spam, unless you decide to explain in more detail. I have used the Greenshift plugin since it’s beginning and it is awesome and support is always quick and helpful, so not sure why you are complaining, unless you have a REAL complaint and share in more details.
- This reply was modified 3 days, 19 hours ago by paulluxford.
- This reply was modified 3 days, 19 hours ago by paulluxford.
Awesome, yes the update fixed the issue. Thanks so much for the really fast action on this. Incredible!
Totally understandable and thanks for clarifying Kevin. Much appreciated for your speedy replies ??
Hi Kevin
Thank you, some more context to what I am trying to achieve.
I have a block template website where I provide block editor code so a user can just copy the code and paste it directly into the WP block editor.
You can see the example template here > https://gstemplates.com/design/feature-beta/
So under the Get the Code accordion, you’ll see I have added code in the Code Block for that specific template design.
I am doing this all manually and I want to be able to use an ACF field (text or WYSIWG in text mode or other) to then have that code display dynamically in the code block. So that way I can create a custom post type template and just use fields to populate the data instead of adding the Get the Code accordion block in manually each time.
Hope that makes sense.
Forum: Plugins
In reply to: [Widgets for Google Reviews] Reviews are not updatedHey @liditrudex
Just want to chime in here as well. I have manually updated the reviews (under the my reveiws tab) on a client site and the reviews do indeed update, but the number of reviews has not changed. The client has 512 reviews on Google, but on the website (shortcode display) the number is still the same at the previous reviews count.
I think there is an issue with the reviews count output for the layout display.
If you visit this link > https://fumanchuoriental.com/, you’ll see the Google reviews section. Then see where is says Based on 492 reviews, if you visit the actual Google page reviews on this link > https://www.google.com/search?client=firefox-b-d&q=Fu+Manchu+Oriental+-+Chevron+Island#lrd=0x6b9105c0b36bc22f:0x7204c2c5c5cbd2cf,1,,,, you’ll see the number of reviews is 512. This number should also show on the website.
I think this is what @desarrollomarksonoma is referring to.
- This reply was modified 1 year, 1 month ago by paulluxford.
Oh, that’s awesome, thanks for letting me know Adrian ??
- This reply was modified 1 year, 6 months ago by paulluxford.
Update – I figured out how to do it with a couple of filters. This is what I used.
add_filter( 'groundhogg/email_template/pre_unsubscribe_text', function(){ return ""; } ); add_filter( 'groundhogg/email_template/unsubscribe_text', function(){ return ""; } );
It blanks out the content on the email but still leaves a space at the bottom, which is fine. If the footer can be completely removed by a filter / function that would be nice to know.
Forum: Plugins
In reply to: [VS Event List] Latest Update (15.5) Resets All the Start & End TimesThanks Guido
I found the issue. There was a corruption with the site database.
It’s all good now. It was nothing to do with your plugin.
Thanks very much for your time and help with this one.
Best Regards
Paul
Forum: Plugins
In reply to: [VS Event List] Latest Update (15.5) Resets All the Start & End TimesHi Guido
To be honest I just took over the site as admin and not familiar with your plugin.
All I can see is these fields https://www.awesomescreenshot.com/image/33777321?key=3fae2b8bbd878cf0d69bb87ca8edae90 for the times.
Not sure what you mean by “old” or “new” fields, unless I am missing something.
Thank you.
Forum: Plugins
In reply to: [Greenshift - animation and page builder blocks] Advanced Heading IssuesThank you for confirming that is the correct method and again, I appreciate your time with this one.
Forum: Plugins
In reply to: [Greenshift - animation and page builder blocks] Advanced Heading IssuesBefore the recent update to Greenshift (4.0), whenever I added the Advanced Heading block, I would add 0 margin top and bottom in block settings, which would remove the spacing.
The update (4.0), removed the priority of 0 top and bottom margin and assigned that to the theme, hence why I could not reduce the spacing unless in the theme settings.
Now that you have added the priority back again, it works as before.
But is it ideal? Is that how it is supposed to work? I don’t know, I am just used to a certain way of doing things and when changes happen I think it is broken, maybe it’s me and I need to change what I am doing, maybe I am not doing things correctly (user error).
When I look at the core WP Heading block, it does not have any settings for margins and even Kadence Advanced Heading block also needs to have 0 top and bottom margin settings applied to look correct (based on my tests with the Blocksy theme).
I appreciate your help with this.
Forum: Plugins
In reply to: [Greenshift - animation and page builder blocks] Advanced Heading IssuesHi again. I reached out to Blocksy support and they responded with the following:
—
Actually, this isn’t really an issue. Every WordPress theme has some defaults for their elements and in this case, Blocksy has some too. All you should do is set a margin-top to zero for that specific heading if you don’t want it.Alternatively, you can use a little bit of CSS to remove those margins globally, but that will affect all headings. Something like this perhaps —
.entry-content *+:is(h1,h2,h3,h4,h5,h6) {
margin-top: 0 !important;
}But again, modifying the Greenshift block using its settings should do the trick, as this is the expected default behaviour for Gutenberg blocks.
—
The CSS option looks to be the way to go for global heading spacing.
- This reply was modified 2 years, 5 months ago by paulluxford.
- This reply was modified 2 years, 5 months ago by paulluxford.
- This reply was modified 2 years, 5 months ago by paulluxford.
Forum: Plugins
In reply to: [Greenshift - animation and page builder blocks] Advanced Heading IssuesLegendary! Thank you very much for that update.
I’ll reach out to Blocksy and bring it their attention. They are generally very good to respond with compatibilities, so I’ll let you know the outcome.
Thanks again!
Forum: Plugins
In reply to: [Greenshift - animation and page builder blocks] Advanced Heading IssuesAgh, yes you are right about the line height, thanks for clarifying. I did set that to 0 in the theme settings.
There is still a big space (margin) above the Advanced Header, when I place a block above it. https://www.awesomescreenshot.com/image/33441360?key=9a3a0dd3e9e73ee97cfd07d50833bd2d
I notice that Blocksy is creating that spacing under their “Entry Content > Content Spacing” settings. If I set it to None, the spacing disappears https://www.awesomescreenshot.com/image/33441435?key=a08d42da76c3d2d12af4a88cbb752de8
Is this a Blocksy issue? It was not doing that before for me when I had everything set as default in the theme, the spacing issue only started happening after the latest Greenshift updates, hence why I am bringing it up.
Thanks again for you help.
- This reply was modified 2 years, 5 months ago by paulluxford.
Thank you very much ??