Forum Replies Created
-
in reply to: Handel Theme, Services Section, Image display
Hello,
Please make sure to have enough memory limit set to your wordpress installation. For the Builder to load faster.
How are you adding the ordered list? Using a Visual Composer list element or just by creating it from tags in text editor? The Visual Composer list element generated the un-ordered list using a loop. So it’s not possible to make the items links. But if you are creating it as simple lists from the text editor, then you can just add the anchor using the<a href>tag.-I edited this file js/codeless-main.js for the lightbox issue. I edited this line:
linkElement : 'a:not([target="_blank"]):not([href^="#"]):not(.lightbox-gallery):not(.entry-link.lightbox):not([class^="ilightbox-"]):not(.zoom):not(.prettyphoto)'To this:
linkElement : 'a:not([target="_blank"]):not([href^="#"]):not(.lightbox-gallery):not(.entry-lightbox):not(.entry-link.lightbox):not([class^="ilightbox-"]):not(.zoom):not(.prettyphoto)'We will include the changes in the next theme update so you won’t have to worry to redo them again.
Please clear cache and refresh page.
Sorry for any inconvenience. Let us know if you need further help.Best regards!
in reply to: broken visualHello,
I see you are using RTL. This is a result of the RTL layout. Please add this code into your Custom Css box in General Options:
.services_medium.style_3 .icon_wrapper { left: -111px !important; margin-left: 0 !important; }It should fix the position of the icons.
Let us know.Best regards!
in reply to: How do I add youtube videosHello,
1.You can add videos using the Media element. Then go to the “Media” options > Select Media Type > Video with Placeholder (screenshot);
Then scroll down to the Video section. Select either Youtube or Vimeo from the drop-down list in “Video Background” option.
Add the youtube video id for it to show up. The id is the last digits you see in a normal youtube video link (screenshot). Same goes for vimeo videos.2. To hide the additional information tab in the product page, add this custom css into Customize > General > Custom Codes > Custom Css:
.woocommerce-tabs ul.tabs li#tab-title-additional_information { display: none; }3. Mobile menu has different style because is defined from the small screen. What do you want to change to it?
4. Hover over the header tools to open the options to hide/show the search and cart. See screenshot: https://postimg.cc/image/ipgo6g2uj/
5.Add a mega menu just like any other theme. By assigning the columns you want as mega menu columns in the Appearance > Menus.
Screenshot: https://postimg.cc/image/6ov85mnp7/
This is the WordPress default mega-menu.Let us know.
Best regards!
in reply to: Service icons not appearingHello,
Well you do have some pages content created using Visual Composer. So for the VC elements, you need to edit them out from the VC element’s options.
As for page’s where only Codeless Builder elements are used, then you will need to open the Codeless Builder in order to edit them.Best regards!
in reply to: Problem with Select ListHello,
Sorry for the late reply.
I tried selecting a state in your checkout page and then added a city for that state, all went ok. See screenshot: https://postimg.cc/image/780bef23v/
What issues are you having with this?Best regards!
in reply to: Import + SliderHello,
You can import some demo products by uploading this file: https://jmp.sh/Ki6WhrX
into Tools > Import > WooCommerce products (CSV). Run the importer and match up the fields as given by default.
See screenshots: https://postimg.cc/image/v58smg6sr/
https://postimg.cc/image/z2w2bclqz/
https://postimg.cc/image/y0lvsynjv/-The newsletter signup form requires Mailchimp plugin to be installed first. Create a form in it and then add the signup element in homepage.
The same goes for the contact form. You need to install and configure the contact Form 7 plugin first.
Both plugins are available for free.Let us know if you have further questions after this.
Best regards!
in reply to: Solved: Cannot edit logo in codeless builderHello,
Glad to know it’s solved! Thank you for sharing your case and solution to it.
Best regards!
in reply to: BLOG – infinite scroll not workingHello,
Can you please check your site? I am not able to access it no matter from what browser i use. See screenshot: https://postimg.cc/image/94sg5fyaz/
Let us know.Best regards!
in reply to: Shop sidebar won’t showHello,
1-The shop page is designed to be fullwidth. This is not a shop theme so the shop styles are limited. We will add more in future theme updates.
2-The copyright is divided into two spans taking each 50% of the space of the copyright section. To center the current text, i added this custom css into your Customize > General > Additional Css menu:
@media (min-width: 768px){ #copyright .col-sm-6 { width: 100% !important; left: 36% !important; }}Let us now.
Best regards!
in reply to: Set anchor link to an imageHello,
I just tested it and it does work ok on my side. Did you try adding the row id in the “Row settings > Extra Class Name” field instead? Also the id set here should not have any # (diesis) sign. And then add the full link into your media element options.
See screenshots: https://postimg.cc/gallery/10fdwvhy4/
Please try and let us know.Best regards!
in reply to: Centering CopyHello,
1-Sorry but can you post a link of where you have this? There are a lot of layouts including the tags.
If you do not want to use tags at all, then you can remove them from single product options. So eventually there will be no tags to show.2-You can use the centered layout for this. See an example here: https://codeless.co/june/default/?product=asymmetric-backpack
To center a product just go to that product options > Product Data > Product Single Style, select “All centered”. See screenshot: https://postimg.cc/image/txq9gg9a3/
Let us know.Best regards!
in reply to: Cant view colors and other options in filtersHello,
1-The product tags/categories layout is defined by a file in the theme’s folder. To change that you need to change the code of the file.
Sorry but this is a customization not included in our support.2-You can set this up by having different product sub-categories in different rows, just add a new row > than add a ‘shop‘ element inside it. Select the category you want to show in it. Repeat the steps for the other rows.
Or use tabs to organize them in tabs like the “Featured-Top Sellers-new Arrivals” section in homepage.Let us know.
best regards!
in reply to: Cant view colors and other options in filtersHello,
Have you assigned these products as variable products?
Can you send us some valid wp credentials in a private reply? So we can check it closely?Best regards!
in reply to: Cannot register my licenseHello,
@Alexa,
Are you running your site under a secure connection? Please deactivate the https from the server settings, register theme and then activate it again.
Let us know.Best regards!
Hello,
Please try this css:
@media screen and (max-width: 768px){ div.animate_onoffset { -webkit-animation-duration: none; animation-duration: none; -webkit-animation-fill-mode: none; animation-fill-mode: none; }}Let us know.
Best regards!