OptimizerWP
Forum Replies Created
-
Hi,
You can only change the color of the Header background in the free version. You can do that from Customize > Header > Header.
Thanks
Forum: Themes and Templates
In reply to: [Optimizer] Mobile homepage different than desktopHi,
Sounds like you are using jetpack. Please disable the jetpack mobile module.
Thanks
Forum: Themes and Templates
In reply to: [Optimizer] Problems with blog paginationCan you please set it to “Default” and see if that works?
Forum: Themes and Templates
In reply to: [Optimizer] Problems with blog paginationHi,
Please go to Settings > Permalink and save the settings and see if the issue is still there.
Thanks
Forum: Themes and Templates
In reply to: [Optimizer] blog page difficultyHi,
Please follow this instruction on how to setup a blog page with Optimizer:
https://optimizerwp.com/documentation/how-to-setup-blog-page/And then go to Customize > Misc > Custom Code > Custom CSS and add this:
.lay4 .hentry { background: rgba(0, 0, 0, 0.5);}Thanks
Forum: Themes and Templates
In reply to: [Optimizer] Vertical position forced to bottom on slider@@gepot The Slider content vertical option in backend may not give you live feedback on laptops or 13″ screens we will fix that in the next version.
Thanks
Forum: Themes and Templates
In reply to: [Optimizer] Custom Control of Related PostsValerie,
We are sorry to say thats not possible. It will require a lots of customization.
It would be better if you use a third party related posts plugin.
Thanks
Forum: Themes and Templates
In reply to: [Optimizer] Personalize functions not respondingHi,
Whats your site address?
Forum: Themes and Templates
In reply to: [Optimizer] Blocks Frontpage WidgetTry adding this too:
@media screen and (max-width: 960px) and (min-width: 481px){ .midrow_blocks .midrow_block:first-child:nth-last-child(3), .midrow_block:first-child:nth-last-child(3) ~ .midrow_block { width: 33.333%!important; } }Thanks
Forum: Themes and Templates
In reply to: [Optimizer] Blocks Frontpage WidgetTry adding this to your Custom CSS:
#slidera { overflow: hidden;} @media screen and (max-width: 960px){ .midrow_block { width: 100%!important;} .midrow_wrap { width: 100%;} }Forum: Themes and Templates
In reply to: [Optimizer] Web Dorado Photo GalleryYou can disable it from Customize > Misc > Other > Lightbox Feature.
Thanks
Forum: Themes and Templates
In reply to: [Optimizer] styling conflict backend.cssWe will change the class name in the next version. Thanks for the heads up.
Forum: Themes and Templates
In reply to: [Optimizer] Footer Height decreaseYes 🙂
Forum: Themes and Templates
In reply to: [Optimizer] Footer Height decreasereplace the 10px with 0px and see if that suits your need.
Forum: Themes and Templates
In reply to: [Optimizer] Disabling/Hiding Slider Buttons & Menu helpHi,
1. Please go to Customize > Frontpage > Slider and clear out the CTA Buttons fields to hide the buttons.
2. Go to Customize > Frontpage > Header > Menu > Menu font size and set it to
14px.Thanks