Gin
Forum Replies Created
-
@xuyunzeng, you can set this globally in Blocks:
Open a template, on the right handside at the top there is a round black and white icon (this is where you apply various styles…), click on it then look for Blocks then Image > Expand on click.Forum: Themes and Templates
In reply to: [Twenty Twenty-Four] margin between footer and post templateHi @edtwodth, I had issues with this as well, so came up with:
/hide small footer gap/
.footer-start-gap {
margin-block-start: 0;
}Then manually added the ‘footer-start-gap’ class to the footer in various templates: Advanced > ADDITIONAL CSS CLASS(ES).
Is your code ok? If so I would rather set this globally.
Forum: Themes and Templates
In reply to: [Twenty Twenty-Four] Breakpoints issueHi again @fixingwpthemes,
Just tested it — it’s still going from 3 x columns straight to 1 x column 🙁
Forum: Themes and Templates
In reply to: [Twenty Twenty-Four] Breakpoints issueHi @fixingwpthemes,
Thank you so much, will try this asap and will report back!
That code looks more advanced, I knew it wasn’t gonna be something ‘straightforward’.
Forum: Themes and Templates
In reply to: [Twenty Twenty-Four] Breakpoints issueHi again,
I am re-considering using 2024 for a <span style=”text-decoration: underline;”>personal project</span>, so if anyone knows how to add the extra CSS breakpoints for mobile responsiveness in the Query loop / Archives, I would still be interested.
I still think that going from 3 or 4 x columns straight to 1 x doesn’t make any practical sense at all!
Who agrees / disagrees?
Forum: Themes and Templates
In reply to: [Twenty Twenty-Four] Breakpoints issueHi @joredesign,
Thanks for your reply. I was testing 2024 locally. Few days ago I decided to go with GeneratePress and Blocks which is very similar in fact, so will have all the options I was missing.
I was nearly there with 2024, but I am not a coder / developer so it wouldn’t have been easy to get the result I was looking for…
I have to say, I was very impressed with 2024, and I am sure it will get even more flexible eventually.
Hi Jose,
Some updates 🙂
Previously I was testing Essential Form with 2024 when I first posted; now I am moving to GeneratePress + Blocks, and now your form has a much better formatting; button and padding look good. Great!
A last suggestion, it would be good to have some integration with MailChimp, maybe by adding/showing another tick box at the front end next to the terms agreement; subscribe to ours news letter or something… I understand that this will add extra weight and complexity to the script and it might defeat the object?
After careful considerations; I have spent nearly two weeks with 2024 and I have decided to go with GeneratePress and GenerateBlocks (lots similarities in fact) — tons og great tutorials out there. If you want something a bit more bespoke and flexible it’s not going to be straight forward with 2024 unless you are a developers, there are many too many limitations.
All the best,
GinForum: Themes and Templates
In reply to: [Twenty Twenty-Four] Functions.php in Child themeHi @jordesign,
Thank you for your reply and input—duly noted.
Hi Jose,
Thank you for your reply and the code snippets, much appreicatted.
Lately I was using Elementor with their native built-in contact form, and there was some spam protection; I was still receiving spam and decided to use reCAPTCHA v3, and it worked great.
I don’t know much about the ‘spam industry’, couldn’t tell if they were bots or real humans though!
I think I will give your contact form plugin a try, at the moment I am testing it locally and managed to style the button. Will definitely leave positive rating if I end up using it live.
A couple of suggestion / feedback:
1) As I am testing Gutenberg blocks with the latest 2024 WP theme, when you insert the shortcode on the page you don’t see the form, so it’s not ideal for styling in the backend.2) Maybe the button could inherits the style from the theme, so we don’t need to add extra css?
3) Not sure if this is straight forward, but maybe an option to reject links, url/http… with an error popping saying that their not allowed in the form if they submit.
Otherwise, your super light contact form is a really great idea and will be much appreciated by many I believe. I am 99% sure that I will be using it 🙂
Forum: Themes and Templates
In reply to: [Twenty Twenty-Four] Cloning and applying templatesThanks Carolina, yes I spotted all this already. It’s just that this theme is a bit confusing to me (and others…), still reading the doc and not everything makes sense — we need more clear videos on the topic, with real life scenarios. And yes, I watched all the YouTube videos already.
For the record, I have used and built sites with Oxygen, Elementor pro, and Themify not name a few, and was able to learn their interface-thanks to YouTube videos and the doc.
Now I would like to ‘try’ to stick with the WordPress native theme (if possible…) but there are few limitations. For example, I still haven’t find a way to implement 3 x break points with the Query loop, this should be simple. It’s hard coded with 2 x break points, I looked at the CSS and it’s alien territory to me. Going from 3 or 4 x columns straight to 1 doesn’t make any sense at all design wise, visually and technically—this is my biggest issue right now.
Thanks, it’s very useful (still reading the doc…)!
Forum: Themes and Templates
In reply to: [Twenty Twenty-Four] Functions.php in Child themeThe following post is very helpful: https://www.smashingmagazine.com/2016/01/create-customize-wordpress-child-theme/
But would rather hear from the developers to do it right.
Forum: Themes and Templates
In reply to: [Twenty Twenty-Four] functions.php ?Thanks Felipe, I was replying this topic to minimise the clutter; in some forums often they tell you: ‘there is already a thread about it…’ I am happy to start a new topic!
Forum: Themes and Templates
In reply to: [Twenty Twenty-Four] Cloning and applying templatesHi Felipe,
Thank you, I spent some time reading the docs (and still reading…).
It looks like it’s not possible.
But to clone a template (to have a spare backup), and please correct me if I am wrong:
You would have to copy the content and create a pattern, then paste the pattern in the newly created template. This is useful if you want to check the default setting on the original template and re-apply some of it in the new template; instead or resetting the template to default everytime. Does it make sense?