styzer
Forum Replies Created
-
Forum: Plugins
In reply to: [Classic Editor] Thanks!Hi, I think you could be referring to this?
THANK YOU! That helped!
To make this form perfect, “IDEALLY” the new section title should be shown on the form layout (in the admin), and not just </>HTML.
Works awesome otherwise! ??
Regards,
Andre
Thank you! I’ll try this and report back. ??
Andre
Forum: Themes and Templates
In reply to: [Ashe] How to create responsive boxes/columns?Hi Thank you, you can see how I solved my need by using a carousel. But that’s not ideal.
https://letmedev.art/unboring/
Another issue is the social media links. Is that a widget? If so, could I not move my (purple) button on top? I don’t see any widget for this area.
This: ? “Want this website to be yours?”
Thanks!
- This reply was modified 1 month ago by styzer.
Forum: Themes and Templates
In reply to: [Ashe] How to create responsive boxes/columns?Well, I decided to give it another shot. I still want to create the 3 boxes under the header or lower. Is this why I should import the content? I find it gets complicated having to track everything to edit and replace content. But if that’s the way?
https://letmedev.art/unboring/
Andre
Forum: Themes and Templates
In reply to: [Astra] Your theme Preview has fatal PHP errorConfirmed, sadly showing the error again.
“Theme Preview for Astra not available due to PHP Fatal Error.”
Forum: Themes and Templates
In reply to: [Ashe] How to create responsive boxes/columns?I decided to use a different theme. I’m looking for simplicity. Ashe is great but way too complex and detailed for me. I get lost in the abundance of settings.
Regards,
Andre
- This reply was modified 1 month, 2 weeks ago by styzer.
Forum: Themes and Templates
In reply to: [Accelerate] How to create the three content boxes under slider?I could not edit. but wanted to clarify WHICH demo I’m addressing with the three boxes of content under the slider. It is this one in particular.
https://themegrilldemos.com/accelerate-demos/#//preview/accelerate-free
And on my page, the three boxes I created using tables, they don’t work on mobile, as they should stack up not bleed off screen.
- This reply was modified 1 month, 2 weeks ago by styzer.
Forum: Everything else WordPress
In reply to: How to create responsive boxes/columns?Thank you, done!
Although I did indicate it was not a theme issue: “No matter which theme I use – HOW can I create this type of content?“
Regards,
Andre
- This reply was modified 1 month, 2 weeks ago by styzer.
Forum: Themes and Templates
In reply to: [Astra] Your theme Preview has fatal PHP errorAll systems GO! ?? Thanks!
Forum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] Custom CSS not workingAh, great to hear! ?? Thanks for letting me know! I sometimes spend a lot of time trying all kinds of CSS permutations to force an outcome that doesn’t happen. Code can be finicky. Glad to have helped!
Regards,
styzer
- This reply was modified 6 months, 2 weeks ago by styzer.
Forum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] Custom CSS not workingNo problem. I know what it is to wait on very busy tech support…
So this is exactly the code they gave you?
.su-spoiler.my-custom-spoiler > .su-spoiler-title {
/* Text Size */
font-size: 48px !important;
}What if you removed the first bit and only put:
/* Text Size */
.su-spoiler-title {
font-size: 48px !important;
}Or try it without the (/*Text Size*/) within the code itself. It’s not usually best practice to put text comments inside the code, usually you place it before? I could be wrong, but I would never do this.
??
Forum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] Custom CSS not workingI don’t work for them, but am using this plugin.
Maybe you know this already, but the CSS you need to add should be put in Appearance/Customize/Additional CSS.
Try this? ▼
.su-spoiler.my-custom-spoiler > .su-spoiler-title {
/* Text Size */
font-size: 48px !important;
}Hope this helps! If I’m wrong, then forgive the intrusion. ??
Nevermind, I found the problem was a CSS snippet about “collapse.”
Thanks!
Hi, thank you! Setting the Sort By to Menu Order AND Ascending, that was it! ??
Thanks!
Andre