gambitph
Forum Replies Created
-
Hi there!
Unfortunately, the Featured Grid does not support this but you can add some additional css to achieve this effect.
Hereβs the CSS code:
.ugb-feature-grid .ugb-feature-grid__item { overflow: visible; } .ugb-feature-grid .ugb-feature-grid__image { margin-top: -100px; }Hope this helps!
Hi there!
Our Feature Grid can only add up to 3 columns.
Hey Nick!
Glad to hear that you fixed your problem. π
This issue has bee addressed in one of the updates. Please update to the latest version.
Hi @nickfreiling!
Are you referring to Stackable theme by any chance? I tried what you’ve mentioned about using Easy Google Fonts with our theme and the fonts were working fine and were able to change the content even when I logged out.
In styling issues like this, what we usually do is to check for caching plugins and performing a clear cache both on the plugin and browsers (this will make the changes to reflect after refresh), checking if the setting didn’t work in a particular content or if the CSS selector needs to be fixed to be overridden.
Forum: Plugins
In reply to: [Stackable - Page Builder Gutenberg Blocks] Upgrade V2 Premium CostsHi Lu,
Yes, the upgrade for V2 is free!
About the release, it will be announced in our blog and newsletter. π
Hi @mediatoolbox,
Have you updated to version 1.15.4? Doing so should fix the issue with the Custom CSS field causing an error with the blocks.
Forum: Plugins
In reply to: [Stackable - Page Builder Gutenberg Blocks] Change H2 in Feature BlockHi there! Content tags can’t be changed yet. If you want a similar setup to Feature block but using your own HTML tags, you can also mix and match container and column tags.
Containers and Columns would allow raw HTML, changing H1-H6 tags and shortcodes. π
In any case, I’ll add the capability to change texts in different codes as a suggestion.
Forum: Plugins
In reply to: [Stackable - Page Builder Gutenberg Blocks] Integration with SmushThe current version isn’t integrated with WP Smush yet. Including the responsive image sizes is in our list of updates. Once we add this, it should be able to support WP Smush as well. π
Forum: Plugins
In reply to: [Stackable - Page Builder Gutenberg Blocks] Separator widthSeparator block works best with background images from Container, Header or Call to Action block. This has something to do with creating a design between background images and solid color backgrounds. The container, header and CTA blocks can also be adjusted the to full-width to align with your separator.
You can also check our demo (https://wpstackable.com/separator-block/) if you want more insights on working with separator blocks. π
Forum: Plugins
In reply to: [Stackable - Page Builder Gutenberg Blocks] Change Currency SymbolHi @mrblista,
The currency symbols can be typed manually from the block. π
Forum: Plugins
In reply to: [Stackable - Page Builder Gutenberg Blocks] Accordion arrow icon stylingHi there! π
Currently, the accordion block arrows are using SVG arrows and can’t be changed to another icon. Adding a circle background behind the arrow is possible though.
You can add an Additional CSS Class on your accordion block so that the changes will only apply to the specific accordion. Here’s a sample CSS if you want:
.custom-class svg { background-color: red; /* Arrow Size */ height: 50px; width: 50px; /* Gap between the arrow and background color */ padding: 5px 5px; /* Roundness */ border-radius: 20px; }This can be added via Appearance > Customize > Additional CSS or through a Custom CSS plugin. π
Nice idea anyway! I’ll note your idea to add icon selection for the accordion block.
Forum: Plugins
In reply to: [Stackable - Page Builder Gutenberg Blocks] Impossible to installHello,
Do you still encounter the issue? From the error you encountered, this may happen if you tried to upload the plugin that has been corrupted in the process. If this may be the case, redownloading should normally fix this issue.
If the problem persists though, you might have to check your maximum upload size/executions since upload limits will stop the upload midway.
Alternatively, if you can access your FTP, you can also download the plugin and extract the zip file. Then upload it via wp-content/plugins
Forum: Plugins
In reply to: [Stackable - Page Builder Gutenberg Blocks] TranslationHi! Stackable isn’t translated yet, we’ll add this soon though. π
Forum: Plugins
In reply to: [Stackable - Page Builder Gutenberg Blocks] Inline ButtonsHi there!
Full-width buttons and any other blocks are possible. This is rather a feature with Gutenberg ready themes.
If you’re using a Gutenberg ready theme, the block editor will add some additional settings to change your block width.
For best results, you can also add the button (set as full-width) inside a full-width container if you want it to extend on your entire screen.