Forum Replies Created
-
in reply to: Website layout is all messed up
Hello,
Apologies for the late reply.
We are currently looking into this. You will be notified shortly.
Thank you for the patience!Best regards!
in reply to: codeless slider fontHello,
My apologies for the late reply.
It’s not that your topic has been neglected. We have been actually reviewing this.
I noticed that only the first steps as per instructed in this article, was performed.
I checked all files that you should have edited out and only the first step of adding a custom font was done. This is why the font is not showing up in the font list.
I already did all the necessary changes (as instructed in the article).By doing the same actions, the font is added and it shows up in the typography list on our side, but something is impeding it from showing up in your site.
Neither the menu is showing up the font you have added.I have forwarded your topic to our theme developers for more professional review. We will get back to your asap.
Best regards!
in reply to: Demo Data IssueHello,
I am using the credentials provided in your profile data. Please see screenshot of it: https://pho.to/AQmEG
Best regards!
in reply to: Sticky Nav ( Tower)Hello,
@solveler,
Are you perhaps using a Codeless slider? Please make sure to have selected the dark version of logo in the slider’s slides as well. Go to your Codeless Slider > Layout > Menu & Slider Navigation Color. Screenshot.
Let us know.Best regards!
Hello,
Add this code into your custom css box:
.contact_information { padding-right: 75px !Important; }Result: https://www.clipular.com/c/5307405093306368.png?k=FvW37UqNgC8-pyJgmpwx28DGcgo
Best regards!
in reply to: tower woocommerceHello,
Please add this code if you want to remove it:
li#wpmenucartli { display: none; }Result screenshot.
Or add this in case you want to move it:
li#wpmenucartli { padding-left: 75px !important; }Result screenshot. Edit the value to your wish.
Best regards!
in reply to: Share not working on postsHello,
It’s not possible to access dashboard with the credentials provided. See screenshot.
Can you please check?Best regards!
in reply to: Demo Data IssueHello,
No we do not need the ftp credentials. I need username/password for the pop up form. It’s not possible access the admin panel with the current wp credentials you send us.
Let us know.
Best regards!
in reply to: Lost images on posts after migrationHello,
This is not a theme issue. Most probably the images have been lost during the site transfer. If you already checked the database and the issue persists, i suggest you to assign the images once again in the online version.
Best regards!
in reply to: responsive ( Tower)Hello,
The 480px width includes all mobile devices with screen dimensions smaller than 480 up to 480px.
If you are not satisfied with the result, just edit the value. Example:margin-right: -40px !important;-> result screenshot.Best regards!
in reply to: Button link and hamburger menuHello,
1-By default there is no button to automatically open in new tab. But you can use the “button” element of Visual Composer. It is programmed to open in new tab.
There isn’t a specific code snippet to make all available buttons open in new tabs. You have to find the responsible file and add the “target=_blank” into it.
2-You can change this using custom css. Add this code into your custom css box:
@media (max-width: 979px){ .mobile_small_menu { padding-right: 20px !important;} #logo { left: 0 !important; right: 0 !important; }}Edit the values until you get what are you looking for.
Let us know if you have further questions.Best regards!
in reply to: Center Page Header TitleHello,
Please add this code into the page’s custom css box:
.header_page h1 { padding-left: 29% !important; }Result screenshot.
Best regards!
in reply to: Layout to tab headingsHello,
Yes, it can be done with css but styling it requires some time. But since this is not an included service, we can not spend that time. I suggest you hire a designer or learn more about css (tutorial) to change the site’s style to your desire.
I hope you understand us.Best regards!
in reply to: Demo Data IssueHello,
First, please know that “adding social icons to the top right widget area but not having them circular like in the demo” is not an issue. It’s just personal preference on socials style.
I am happy to help you set up the site like the demo but i’m not able to pass the pop up with these credentials (wp credentials). Can you please check it?
Screenshot.Let us know.
Best regards!
Hello,
That’s because the header style you have selected does not have the header widgetized area in it’s layout. If you want to use them, you must change the header style to one of these:
Modern style;
Below the logo navigation with bg;
Left/Right side header;
Navigation with border separators, below logo;Best regards!