OptimizerWP
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Optimizer] Twitter Icon Appearing for Google LinkHi,
Looks like you are using https://g.page/mehndinyc which is not a google plus page. Google plus link usually looks like: https://plus.google.com/..
To make your link display the google icon, Go to Customize > Misc > Custom Code > Custom Css and this in:
.social_bookmarks a[href*="g.page"] i::before { content: "\f0d5"!important;}Thanks
Forum: Themes and Templates
In reply to: [Optimizer] Remove Padding Above Slider on Front PageHi,
The spacing are actually being added by the slick slider plugin that you are using. Try contacting the plugin author about this.
Thanks
Hi,
This is how the theme was made. You will have to set your frontpage to “Your Latest Posts” to use the slider and the widgets.
Thanks
Forum: Themes and Templates
In reply to: [Optimizer] Can’t Add/Modify Existing Text in TEXT BlocksDid you try disabling all the plugins? Can you please share a screenshot of the issue?
Thanks
Forum: Themes and Templates
In reply to: [Optimizer] Top menu highlightGo to Customize > Basic > Basic Style, and change the “Other Elements Background Color” from white to anything else.
Thanks
Forum: Themes and Templates
In reply to: [Optimizer] Optimizer Pro update to 0.6.1Hi,
This is not the proper channel for Optimizer PRO support. Please contact us through this page for any Optimizer PRO related issues:
http://optimizerwp.com/contactThanks
Forum: Themes and Templates
In reply to: [Optimizer] Page shaking when hovering over menuHi,
Go to Customize > Misc > Custom Code > Custom CSS:
#topmenu .menu_hover > a { padding-bottom:20px;} #topmenu ul.menu>li:after, #frontsidebar .widget_nav_menu ul.menu>li:after{ display:none;} #topmenu ul li ul { display: block;visibility: hidden; opacity: 0; transition: all 0.2s linear;} #topmenu .menushow { visibility: visible; opacity: 1; display: block;} #topmenu .fadeInUp { animation: unset;}Thanks
Hi,
Looks like you have changed the layout and the signatures are not being cut off anymore.
Thanks
Forum: Themes and Templates
In reply to: [Optimizer] Lightbox not workingHi,
Did you try disabling all the plugins? This may happen if there is another lightbox plugin. And please share the page link where the lightbox is not working.
Thanks
Forum: Themes and Templates
In reply to: [Optimizer] Theme Optimizer para WordPressHi,
Please disable all the plugins and see if that fixes the issue.
Thanks
Forum: Themes and Templates
In reply to: [Optimizer] Mobile display logo overlapping the burger menuElias,
Elias,
The site looks nice. To fix the logo/hamburger overlap issue, please go to Customize > Misc > Custom Code > Custom CSS and add this:
.logo img { max-width: 285px; }Thanks
Forum: Themes and Templates
In reply to: [Optimizer] Page shaking when hovering over menuLooks like the code is still not formatted correctly, can you please replace the code with:
#topmenu .menu_hover a { padding-bottom:20px;} #topmenu ul.menu li:after, #frontsidebar .widget_nav_menu ul.menu li:after{ display:none;} #topmenu ul li ul { display: block;visibility: hidden; opacity: 0; transition: all 0.2s linear;} #topmenu .menushow { visibility: visible; opacity: 1; display: block;} #topmenu .fadeInUp { animation: unset;}Forum: Themes and Templates
In reply to: [Optimizer] Page shaking when hovering over menuHi,
Please remove the code. And then copy it again from here and then in the Custom css box right click and click “Paste as plain text”.
Thanks
Forum: Themes and Templates
In reply to: [Optimizer] Page shaking when hovering over menuHi,
kindly try adding this Custom css to fix the issue:
#topmenu .menu_hover > a { padding-bottom:20px;} #topmenu ul.menu>li:after, #frontsidebar .widget_nav_menu ul.menu>li:after{ display:none;} #topmenu ul li ul { display: block;visibility: hidden; opacity: 0; transition: all 0.2s linear;} #topmenu .menushow { visibility: visible; opacity: 1; display: block;} #topmenu .fadeInUp { animation: unset;}Thanks
Forum: Themes and Templates
In reply to: [Optimizer] Issue after changing domain nameClément,
Which version of WordPress are you using? Also let us know the php version.
Thanks