OptimizerWP
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Optimizer] Logo/menu bar on mobilePlease replace the code we provided earlier with this:
@media screen and (max-width: 480px){ body.home.has_trans_header .header {position: absolute!important;background: transparent!important;} }Forum: Themes and Templates
In reply to: [Optimizer] Gap on scroll between header and sliderCan you please try adding this to your Custom CSS:
body.home { background: #444;}Forum: Themes and Templates
In reply to: [Optimizer] Logo/menu bar on mobileCan you please share a screenshot of the issue with imgur.com ?
Thanks
Forum: Themes and Templates
In reply to: [Optimizer] Disabling/Hiding Slider Buttons & Menu helpJust checked your site. Looks like you have switched the theme.
Forum: Themes and Templates
In reply to: [Optimizer] Logo/menu bar on mobileAdd this to your Custom CSS:
@media screen and (max-width: 480px){ body .header_wrap .header, body.home.has_trans_header .header {position: absolute!important;background: transparent!important;} }Thanks
Hi,
Go to Customize > Misc > Custom Code > Custom CSS and add this:
.single-product #sidebar { display: none;} .single-product .single_wrap { width: 100%;}Thanks
Forum: Themes and Templates
In reply to: [Optimizer] Slider content font sizeTry adding this to your Custom CSS:
.stat_content_inner h1 { font-size: 50px; line-height: 44px;}And you can change the slider content width from Customize > Frontpage > Slider
Thanks
Forum: Themes and Templates
In reply to: [Optimizer] Deactivate Burger MenuTry adding this Custom CSS too:
@media screen and (max-width: 1024px){ body.is-ios #simple-menu { display: none!important;} }Thanks
Forum: Themes and Templates
In reply to: [Optimizer] Optimizer About header sizeHi,
Please go to Customize > Misc > Custom Code > Custom CSS and add this:
.about_header {font-size: 1.6em; letter-spacing: 0;}Thanks
Forum: Themes and Templates
In reply to: [Optimizer] Mobile Site Not Working ProperlyHi,
Just replied to your email 🙂
Forum: Reviews
In reply to: [Optimizer] One of a most flexible and intuitive WordPress themeMany Thanks for your Valuable feedback 🙂
Forum: Themes and Templates
In reply to: [Optimizer] tema nĂŁo responsivoIn Customize > Misc > Custom Code > Custom CSS.
Thanks
Forum: Themes and Templates
In reply to: [Optimizer] Unable to edit slider on frontpageJetpack Contact form module is causing this issue.
To disable it,
1. Go to Jetpack → Settings.
2. Scroll all the way to the bottom of that page and click “Debug”.
3. Select the “Access the full list of Jetpack modules available on your site” link to open the list.
4. Deactivate the “Contact Form” module.
This will fix the Customizer editor issue.
Thanks
Forum: Themes and Templates
In reply to: [Optimizer] tema nĂŁo responsivoPlease try adding this Custom CSS:
#copyright img { max-width: 100%;}Forum: Themes and Templates
In reply to: [Optimizer] Adding analytics tagHi,
Please use this plugin: https://wordpress.org/plugins/insert-headers-and-footers/
And add it like this: http://cdn.wpbeginner.com/wp-content/uploads/2017/02/addingcodeinwp.png
Thanks