kelter
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [WP-Forge] How to set page width?OK – since we’re now well off topic here… There’s also a nice plugin that allows you to export and import the Customizer settings. https://www.ads-software.com/plugins/customizer-export-import/ It’s been handy when I’ve started playing around with WP-Forge, but then ultimately move the site into a WP-Starter child theme.
Forum: Themes and Templates
In reply to: [WP-Forge] How to set page width?Should also note you can use % (percentages) here too
e.g., 100% effectively gets full width rows.Forum: Plugins
In reply to: [SiteOrigin CSS] Limit Revisions – Feature RequestThanks @misplon
Forum: Plugins
In reply to: [SiteOrigin CSS] Hand coded CSS not being displayed by the UIThanks Greg – looking forward to it.
Useful for clients to edit their own stuff – I just need to remember to only use the UI for create/adjust things.Forum: Plugins
In reply to: [SiteOrigin CSS] Non-Responsive ButtonsSeems to correct the issue with Master Slider. ??
Forum: Plugins
In reply to: [SiteOrigin CSS] Non-Responsive ButtonsI have the same issue. I’m getting the following error:
Fatal error, cannot continue: null is not an object (evaluating 'reader.getLine')
In my case it’s somehow tied to an incompatibility with Master Slider https://www.ads-software.com/plugins/master-slider
Disabling Master Slider allows SiteOrigin CSS to function normally.Forum: Themes and Templates
In reply to: [WP-Forge] Need a way to customize active hover in top-bar menuHeh – I think I found the “issue” – the default for that is #272727, yet it still previews as the teal unless changed to something else in the customizer. Then something gets stored in options I guess. No biggie, I just was scratching my head looking for a blue to change and didn’t see it show up in the Customizer.
Forum: Themes and Templates
In reply to: [WP-Forge] Need a way to customize active hover in top-bar menuHi Thomas – odd I missed this. I see it now – “Select Top-Bar Active Hover Color”. I somehow clobbered it in the child theme. thanks. Marked as resolved.
Forum: Plugins
In reply to: [GM Site Admin] All Users listing is missing?Cool – thanks. Will update and check it out.
Forum: Plugins
In reply to: [Latest Posts Widget] Bold topic titlesTry adding the following to your theme’s stylesheet.
.latest-posts-widget .post-title { font-weight: normal !important; }
Forum: Plugins
In reply to: [FriendlyCase] FriendlyCase activation problem@david1103 There’s no button to format text via the Visual Editor. In FriendlyCase Settings you can set up specific rules for which words should remain lowercase, UPPERCASE or “as typed”. FriendlyCase then applies these rules to Post or Page Titles. FriendlyCase will not alter any other page elements unless it’s a title.
Perhaps Text Beautify – https://www.ads-software.com/plugins/text-beautify/ is more along the lines of what you need?
Forum: Plugins
In reply to: [FriendlyCase] FriendlyCase activation problem@nancyeashley Sorry I missed your post. To be clear, there is NO button on the visual editor (toolbar). FriendlyCase, simply follows the rules you set up in its Setting panel and makes changes to Titles on Posts and Pages.
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] Style of row@navilink can you just select the row, then choose Edit Row under the wrench icon. From there you should see Row Styles / Layout. You can add bottom margin there. Does that help?
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] Version 2.0 Not LoadingSomewhat related, I’ve also noticed on some sites you might need to clear the browser’s cache, otherwise the Page Builder UI gets rendered only in text.
Forum: Plugins
In reply to: [Front End Users] redirect based on a user fieldHmm – this still seems to be broken as of version 1.23
Anyone have this working? Looking for a code example.