Forum Replies Created
-
Hello,
What theme version are you running? Please make sure to have theme and all it’s included plugins updated. When did this started to happen? Did you perhaps install any new plugin before?
If so, disable them and try again.Let us know.
Best regards!
Hello,
I can see the menu is visible in mobile, please see screenshot: https://postimg.org/image/dtmkfiz7r/
https://postimg.org/image/tf3vzidqv/Please check and let me know.
Best regards!
in reply to: [SOLVED] How do I edit Codeless' embedded CSS?Hello,
That’s great. I am setting this topic as resolved. Please let us know if you need further help.
Best regards!
in reply to: All icons and any default colorsHello,
To disable zooming in mobile, go to file header.php, find this line:
<meta name="viewport" content="width=device-width, initial-scale=1">Replace with this:
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">This is not recommended as some of your users may need to zoom for better view of the text. However this is your choice.
Best regards!
in reply to: lightbox menu.This reply has been marked as private.in reply to: A few questions with formattingHello,
1-Hmm i think i misunderstood your point. The css i gave you, like you can see in the screenshot, reduces the distance between the title and text. To reduce the distance between images, add this code:
.wpb_row.standard_section { margin-bottom: 10px !important; }Add this code into the page’s custom css box, if you want it to affect only one page.
Result screenshot: https://postimg.org/image/3pxujdih3/4-To remove only the “Project Details” title, add this code:
.portfolio_single .span3 h4 { display: none; }Result: https://postimg.org/image/nkjw5o5g7/
5-Yes, there is. Please go to Tower > Styling Options > Headings Font Color. Screenshot: https://postimg.org/image/f2ag1ieev/
Let us know.
Best regards!
Hello,
All included plugins are located in the “plugins” folder inside theme main folder. Go to wordpress dashboard, Plugins > Add New. Import the zip file from the ‘plugins‘ folder and install.
Use only the included plugins as they are all tested and fully compatible with theme.
Best regards!
in reply to: All icons and any default colorsHello,
Download here the original file \woocommerce\myaccount\form-login.php: https://jmp.sh/33qr2LV
Now proceed like in the last reply. Find the string using Ctrl+F combination from your keyboard. And change the string to your wish.Best regards!
in reply to: Can’t edit with WPBakery Page BuilderGreat!
I am setting this ticket as resolved then.
Please open new ticket for future questions.Kind regards!
in reply to: custom code blockHey,
I am sorry to read that. Please let us know if you need any other help in the future.
Kind regards!
in reply to: Desert Instagram GridHello,
Do you mind sending us some wp credentials in a private reply? So we can give it a closer look.
Thanks!
in reply to: User welcomeHello,
Sorry this is not possible. You can add only the elements listed in the Codeless Builder > Add element (screenshot).
Or you can try with a custom membership plugin.Best regards!
in reply to: Site breakdown after installHello,
Can you please tell us what PHP version are you running in your server? It has to be at max 7.1.
Can you provide some wp credentials for us? So we can give it a closer look.Thanks!
in reply to: Importing dummy contentHello,
Glad to know you already found the reason. I have referred this to the theme developer. We will keep it in our to-do list for future theme updates.
Best regards!
Hello,
Yes, you can have the white background from this point in screen too. Just add this css too inside the
@mediablock:.header_wrapper { position: relative !important;} .background--dark #logo img.dark { display: block; visibility: visible; } .background--dark #logo img.light { display: none; visibility: hidden; } .background--dark header#header .header_tools .vert_mid > a { color: #222 !important; }Result code available here: https://codeshare.io/G6YQEo
-The code above should fix the positioning of header in Firefox as well. Please try and let me know.
Best regards!