Forum Replies Created
-
in reply to: Redux Framework Warning
Hello,
Is this the only change you are not being able to save? Can you save other changes?
Please disable third party plugins you have installed, one by one and try to change something at options, to find out if any of the plugins is causing the conflict.I would suggest to perform a database optimization too. Contact your host and ask them to help you optimize tables.
For now, try adding this code into you custom css box:#logo img { height: 111px !important; margin-top: -62px !important; }Change the values to your wish. Let us know how it goes.
Best regards!
in reply to: mobile menu buttonHello,
That’s great!
Thanks for sharing your code.
Let us know for anything.Best regards!
in reply to: image gallery loadingHello,
Sorry can you help me out a bit more? Where exactly do you have these animation icons? I can’t seem to find them in the home page..
Let us know.Best regards!
Hello,
Can you please provide some ftp credentials as well? We need to check the woocommerce files.
You can add them into your profile data, just like the wp credentials.
Let us know.Best regards!
in reply to: mobile menu buttonHello,
The
.mobile_small_menu { margin-top: 45px !important; }in the custom css added, is the culprit. Comment it out and try again. See screenshot:
https://postimg.org/image/2zew9p88ej/Best regards!
in reply to: Testimonials Carousal Slider Dots are missing.Hello,
This is a change dictated from the update of the carousel scripts. It can not be achieved with solely custom css. We will look into this closely and include a fix in the upcoming theme update.
Thank you for noticing it. We kindly ask for your patience till the update is available.Best regards!
in reply to: Columns not displaying correctlyHello,
I can see what you mean. It’s indeed strange. The second column is set inside the first one when the contact form is entered. So reducing the 2/3 column width, will not result in more space for the 1/3 column. Like it should be normally.
I can’t tell for sure why is this happening,(most probably a css conflict from the additional plugins) but i managed to set up a work around page for you. Please check here: https://globimus.com/clearpathalerts/contact-test/
Let us know.Best regards!
in reply to: Tower: Mobile Logo Overlapping & Not ResponsiveHello,
The wp login is nore than enough for now. I removed the duplicated menu items and this is the result:
ipad landscape: https://postimg.org/image/1l2pryalqj/
ipad profile: https://postimg.org/image/83dozfvb0b/
iphone landscape: https://postimg.org/image/59nb05rxa3/
iphone profile: https://postimg.org/image/1t87twdpe3/Let us know if there is anything else you wish to change here.
Best regards!
in reply to: Analytics code in SpecularHello,
The tracking box is the right place to paste your code. Please make sure you have copied the right code from the google analytic site. The
<script>tags should not be pasted. Check this example code: https://postimg.org/image/6kaim63xu3/
Let us know.Best regards!
in reply to: Redux Framework WarningHello,
Reinstalling the template won’t do anything because this is not a template issue. As the message says: “CDN unavailable. Some controls may not render properly. Please wait a few minutes, then try refreshing the page. Unable to load some remotely hosted scripts..“. Check your internet connection and refresh again.
I checked this site: https://liznierzwicki.com/ and no errors are present in the console. Except for the warnings, what issues are you having exactly?
Let us know.Regards!
in reply to: new codeless accountThis reply has been marked as private.in reply to: Tower: Mobile Logo Overlapping & Not ResponsiveHello,
What changes did you do to the site? The menu items are duplicated. Please fill in the wp login information on the extra information fields of your profile data. So we can give it a closer look.
Read this article for more information.
Best regards!
in reply to: Stuck loading Customise screenThat’s great news for us too :).
If you like our theme and our Support, leave a review in theme’s profile in Themeforest.Thanks!
in reply to: There is some invisible space on mobileHello,
Please add this code into your custom css box:
@media(max-width: 480px){ .viewport { overflow-x: hidden;} }Let us know.
Best regards!
in reply to: Columns not displaying correctlyHello,
The contact form is itself inside a row. This gives it tha css class of an full width column. See screenshot: https://postimg.org/image/7yxn9onua3/
So instead of putting all elements inside an inner row in the first column, just add them all in the column. Remove the inner row.
Screenshot: https://postimg.org/image/8f9xbe3isr/
So that the column’s css classes can take effect.Best regards!