OptimizerWP
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Optimizer] Mobile Menu not workingHi,
Sorry for the late reply. This may happen when there is a plugin conflict. Try disabling each plugin one by one and find out which plugin is causing this issue.
Thanks
Forum: Themes and Templates
In reply to: [Optimizer] Embed google calendar into a blockCan you please share the page link where you added the embed code?
Forum: Themes and Templates
In reply to: [Optimizer] Embed google calendar into a blockNeil,
You can only do this with an HTML Code widget. To insert a HTML widget, click the Add Widget button and then click the “Other” tab.
Thanks
Forum: Themes and Templates
In reply to: [Optimizer] Delete buttonsHi,
Go to Customize > Frontpage > Slider and click the “Button 1” and “Button 2” and clear out the Button Text and Link field to hide them.
Thanks
Hi,
It sounds like a bug. We will try to fix the issue in the next version. Can you please let us know what shortcode you inserted in the widget?
Thanks
Forum: Themes and Templates
In reply to: [Optimizer] How to remove optimize logoHi,
To remove these logo or text follow below steps:
1. Go to Dashboard->Appearance -> Customize -> Front Page -> Slider
2. Click on “Edit Content” from Static Slide Content
3. Select all text and change it ( Its white on white, that’s why you are having difficulty)
4. Click “Save & close“
https://optimizerwp.com/documentation/setting-up-static-image-slider/
Thanks
Great! If you like the plugin, would you be kind enough to leave a review? It would mean a lot to us.
https://wordpress.org/support/plugin/brave-popup-builder/reviews/
Thanks
Forum: Themes and Templates
In reply to: [Optimizer] Optimizer theme posts widgetFor now, you can disable the error logging plugin/options to hide those warnings.
Thanks
Forum: Themes and Templates
In reply to: [Optimizer] Optimizer theme posts widgetVianmora,
Thanks for letting us know about these issues. We will release a new update within the next few weeks, which should fix these issues.
Thanks
Forum: Themes and Templates
In reply to: [Optimizer] Advanced Text responsive background imageHi,
Sorry for the late reply. Not sure how we missed this thread. We will make the Advanced text widget’s background responsive in the next version.
For now, add this Custom CSS in Customize > Miscellaneous > Custom Code > Custom CSS:
.text_block { background-size: cover; }Thanks
Forum: Reviews
In reply to: [Optimizer] Flexible theme, great supportThank You So much for the Great Review! 🙂
Forum: Themes and Templates
In reply to: [Optimizer] Move Menu Up on All PagesHI,
If you like the theme and the support kindly rate theme. It would mean a lot 🙂
https://wordpress.org/support/theme/optimizer/reviews/#new-postThanks
Forum: Themes and Templates
In reply to: [Optimizer] Move Menu Up on All PagesHI,
The menu is currently set to center. Do you want the menu to start right after the logo? If so, try adding this custom css:
#topmenu {padding-left: 185px; text-align: left;}Thanks
Forum: Themes and Templates
In reply to: [Optimizer] Twitter Icon Appearing for Google LinkLooks like you have replaced the
\f0d5withG. That’s a good alternative. Can you please try replacing the G with\f0d5and see if that works?We will try to fix this in the next version.
Thanks
Forum: Themes and Templates
In reply to: [Optimizer] Remove Padding Above Slider on Front PageHi,
Try adding this Custom CSS:
.page #content { margin-top: 0; }