Forum Replies Created
-
in reply to: Mobile – Banner Image – Complete
Hello,
I understand what you want now. Please edit the code to this:
@media (max-width: 767px) { .bg-layer{ background-position: center center !important; background-size: initial !important; }}Try removing one of the attributes at a time and check the result. You can keep them both (position and size), or keep just one..depending on the result you want.
Let me know.
Best regards!in reply to: No VIsual Builder in Demo ContentHello,
The WP Bakery is a different content builder. Theme is build with Codeless Builder and it’s strongly recommended to use it to get the exact demo look.
However, if you wish to use the WP Bakery visual composer, then do not use any of the Codeless Builder shortcodes. It’s not possible to have two builders in the same time.
Best regards!
in reply to: Changing pictures in Handel Project Management ThemeHello,
I changed the first service’s image without any issue. See screenshot: https://postimg.cc/94dmtpXZ
Check the page directly: https://www.turkeysolar.net/en/#Please clear cache and try again. There is no problem with it.
Best regards!
in reply to: block is not displayed on the mobileHello,
Please add this code into your Custom Css box in General > Custom Codes:
.cl_row-equal_height > .cl_column.align-v-middle > .cl_col_wrapper { align-self: auto !important; }Let me know.
Best regards!
in reply to: header search tagsHello,
Just hover over the element and click on the bin icon to delete it. Se screenshot: https://postimg.cc/V50jgWFV
Best regards!
in reply to: Not savingHello,
I made some test changes in this page: https://juliaw.growfio.com/portfolio-grid/ (as mentioned in your other tickets). I saved changes successfully every time. Are you still having this problem?
Let us know.
Best regards!in reply to: How can I edit this?Hello,
The controls were covering it. i edited the css responsible for it and moved the controls down a bit. You can now just click on the text to edit it out. I already tried it with the phone number in top-header.
Please clear cache and check.Best regards!
in reply to: Front end editor not respondingHello,
I just tested both front-end and back-end. I added a row and the shop tabbed element in it. Also i edited the text under the title. All changes are saved well. Check it here: https://juliaw.growfio.com/portfolio-grid/
See screenshot: https://postimg.cc/JHnsvMw8
Can you please clear cache and hard refresh page? Let me know.Best regards!
in reply to: CSS Editor brokenHello,
Sorry but i don’t understand you issue. The custom css box is exactly where it should be. In Customize > General > Custom Code > Custom css. Just like in you screenshot.
What can you not do here?
Let us know.Best regards!
in reply to: buttons different sizes in mobile versionHello,
Can you please clear cache and hard refresh? I checked and the buttons look the same. See screenshot of it in an actual device: https://postimg.cc/5Yqf9vmS
Best regards!
in reply to: Logo link in headerHello,
You can not do that by default. To change the logo link, go to file: includes/codeless_builder/header-elements/cl_header_logo.php
and find this line:$logo = "<a href='".esc_url(home_url('/'))."' class=\"logo_font cl-responsive_color_".esc_attr( codeless_get_mod( 'logo_font_responsive_color', 'dark' ) )."\">".$logo."</a>"; }Change the link here.
Best regards!
in reply to: Image custom link doesn't workHello,
Can i please see a link of the site? I checked it and the link in media does not have any issue.
Best regards!
in reply to: Mobile – Banner Image – CompleteHello,
Please add this code to remove the background line in mobile:
@media(max-width:767px){ #viewport { overflow-x: hidden; } }I checked the mobile header background and it looks ok. See screenshot: https://postimg.cc/bSggTkD3
I suggest you clear cache and hard refresh site.Let us know.
Best regards!
in reply to: WPBakery Builder User Guide for Picante ThemeHello,
WP Bakery is the same in Picante as it is for every other theme where it’s used. This is an independent builder. If you have the plugin, you can install and use it in other theme’s you have as well.
I can suggest you these video tutorials: https://youtu.be/DCGGyy4jdSE
https://youtu.be/Vp7TaaJZKeU
Or the official support page of the plugin: https://wpbakery.com/video-tutorials/Let me know.
Best regards!