SiteOrigin
Forum Replies Created
-
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] Mobile Bottom margin not workingThanks for the update. Inline Styles can be re-activated after the next Page Builder release.
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] Update Twitter icon to new ‘X’ symbol?Hi, thanks for posting.
The icon will be updated via the next Vantage update.Forum: Themes and Templates
In reply to: [Vantage] Theme ErrorsHi jahrat
Thanks for the info; much appreciated. The version you’re using was last updated on the 2nd of this month; it’s not obsolete.
Thanks for letting us know about the warnings. We’ll address them in the next update. If the warnings are printing to your site front-end, please, set debug display to false in your WordPress wp-config.php file as follows:
// Disable display of errors and warnings define( 'WP_DEBUG_DISPLAY', false ); @ini_set( 'display_errors', 0 );
Forum: Plugins
In reply to: [SiteOrigin Widgets Bundle] SiteOrigin Tabs – font sizeHi, please, re-insert the Custom CSS so I can take a look with it in place.
Thanks
Andrew
Forum: Plugins
In reply to: [SiteOrigin CSS] code editor not working?Hi, thanks for the update.
Ideally, theme support would be assisting with this theme-related customization. If you have any queries about the basic usage functions of SiteOrigin CSS, for example, the discussion we had about selectors and declarations, we can certainly assist within our free support scope.
Try removing your rules added for the menu and add the following:
.ast-mobile-header-wrap .ast-mobile-header-content, .ast-desktop-header-content { background: rgba(255, 255, 255, 0.8); } .ast-header-break-point .main-header-menu { background-color: transparent; } .ast-header-break-point .main-navigation ul .menu-item .menu-link { border-color: #000; color: #000; } [data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg.ast-close-svg { fill: #000; }
That’ll add a slightly transparent mobile menu background with black links. I hope that helps as a starting point. You can set the 0.8 value to 0 if you want the background to be fully transparent. Unfortunately, I can’t assist with this customization much further but if you have any basic usage questions about the plugin, I’d be happy to help.
Thanks again.
Andrew
Forum: Themes and Templates
In reply to: [Vantage] How to remove RELATED POSTSHi
Thanks for reaching out.
Related posts display is available at:
Appearance > Customize > Theme Settings > Blog: Related Posts.
https://siteorigin.com/vantage-documentation/customizing-vantage/theme-settings/blog/
All the best with your site.
Hi again
Alex and I are having a hard time replicating this issue at the moment. Do you perhaps have a local installation or a dev site you could test on?
Hi Athena
When able, please, could you confirm that you’ve updated to Page Builder 2.15.2. If you have, please, could you send us the page layout? To do so, click Layouts > Import/Export > Download Layout. Upload the JSON file to WeTransfer or any similar location like Drive/Dropbox etc. and send the link.
Thanks
Forum: Plugins
In reply to: [SiteOrigin CSS] ‘Navigate to’ the page in question does not workHi Joan
Thanks for reporting the issue. We’ll look into it shortly.
Have you been able to navigate to pages by minimizing the inspector panel and using your site navigation directly?
Forum: Plugins
In reply to: [SiteOrigin CSS] Work with Discy theme ?Hi, thanks for reaching out.
SiteOrigin works with any theme.
All the best.
Forum: Themes and Templates
In reply to: [SiteOrigin Corp] Landing pageHi, thanks for reaching out.
Please, see our CSS Snippets page for rules to remove the header and footer: https://siteorigin.com/corp-documentation/css-snippets/.
The sidebar can be removed using page settings: https://siteorigin.com/corp-documentation/page-settings/.
Hi, thanks for reaching out.
You can perhaps try a plugin conflict test. Temporarily deactivate all plugins except for Page Buidler and the Widgets Bundle. In that state, does the issue persist?
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] How to do bulk editingHi dutt
Sorry for missing your thread.
SiteOrigin Premium offers a Mirror Widgets addon that allows you to manage a widget or multiple widgets in a single location. More on that addon here. At the moment we, unfortunately, don’t have an easy method of doing this without the Mirror Widgets addon.
Forum: Themes and Templates
In reply to: [Vantage] How to remove generation of image copiesHere is to remove sizes https://developer.www.ads-software.com/reference/functions/remove_image_size/. Examples are listed further down the page.
Forum: Themes and Templates
In reply to: [Vantage] HTML search formIt’s a bit beyond our free support scope but you can use your child theme and output the form via a theme action hook.
You can use this hook https://github.com/siteorigin/vantage/blob/develop/header.php#L48.
Alternatively, to use a shortcode you’d need to create one first https://wp-mix.com/wordpress-shortcode-display-search-form/.