Forum Replies Created
-
in reply to: shop by brand clickable
Hello,
Sorry but this is not possible in gallery element.
Best regards!
in reply to: Cannot change the label of button and centred itHello,
I see the button is already edited and centered. See screenshot: https://postimg.org/image/q95zx63d1/
Let us know if you need further help.
Best regards!
in reply to: GalleryHello,
I just set it off without any problem. See screenshot: https://postimg.org/image/q95zx63d1/
Perhaps it was a temporary situation from your server.
Best regards!
in reply to: June social Widget does not show youtube linkHello,
I made the changes.
Please clear cache and refresh page.
Screenshots: https://postimg.org/image/hbgom7qpx/
https://postimg.org/image/rlj3lkymt/Best regards!
in reply to: How to change to Blog Style 4?Hello,
I am not sure if i understand your right, but you can keep a copy of this page, renamed as “blog 4 demo” and make changes to your current/set in menu, blog page. Or at the very last, you can install theme again in a localhost. Import dummy data and copy page code again.
Let us know.Best regards!
in reply to: Media link to open in new tabHello,
There is no option for that. You have to change theme code in order to make single images open in new tab. Please keep in mind that by changing this, all media images will do the same. And you will need to redo the change sin case of a theme update. So we recommend keeping a backup of the edited file.
Go to file includes\codeless_builder\shortcodes\cl_media.php and find these lines:<?php if( $custom_link != '#' && ! empty( $custom_link ) ): ?> <a href="<?php echo esc_url( $custom_link ) ?>" class="custom-link"></a> <?php endif; ?>Replace with these:
<?php if( $custom_link != '#' && ! empty( $custom_link ) ): ?> <a href="<?php echo esc_url( $custom_link ) ?>" class="custom-link" target="_blank"></a> <?php endif; ?>Save changes.
Best regards!
in reply to: Slider not resizing on mobileHello,
I added this code into your custom css box in General Options:
.swiper-slide { background-size: contain !important; } .codeless-slider-container.swiper-parent.swiper_slider.codeless_slider { height: 163px !important; } .codeless_slider_wrapper { min-height: 100px !important; } .boxed_layout .codeless_slider_swiper { min-height: 164px !important; height: 163px !important; }This is the result screenshot: https://postimg.org/image/tm51sexlx/
Let us know.Best regards!
in reply to: portfolio display in safariHello,
Can you please provide some test credentials for this site? So we can give it a closer look.
Best regards!
in reply to: Turn off Woocommerce PaginationHello,
Can i please see a link of the page you want to remove the pagination? What element of Visual Composer are you using? In the Recent products element you can set up the number of products to show up in the elements options.
Let us know.
Best regards!in reply to: cannot edit the headerHello,
I removed it.
Also i edited in file assets/css/cl_builde.css in Codeless Builder plugin this block:.c-right .header-el:not(.cl-h-cl_header_menu) .cl_controls, .header-el.cl-h-cl_header_icon_text .cl_controls{ left:auto; right:0; /* top:130%;*/ width:127px; }By commenting out the
/* top:130%;*/the bin icon will be accessible easy now. We have added this to the to-do list as well.Best regards!
in reply to: How to change to Blog Style 4?Hello,
It’s not that you missed anything. You just need to be more familiar with theme and all it’s available elements. Every element you see in the demos is already present in your theme. You just need to find it.
PS: A (maybe dummy, but i have used it) way to save this for the future is to either make a copy of the page. Or save the shortcodes in the content in a file in your computer. See screenshot:
https://postimg.org/image/67dbbskb9/
However, you can always ask us. We can help you anytime you need it.Best regards!
in reply to: Featured image header on single blog post pagesHello,
I see. Sorry but i am afraidn this is not possible for the posts, using the current theme options.
Best regards!
in reply to: June social Widget does not show youtube linkHello,
The credentials are ok, but i can’t seem to find the folder where your wordress installation is. Please send me the path to the theme’s folder.
I have listed these changes in our to-do list (youtube icon issue). They will not desappear in the next theme update.Regards!
in reply to: WooCommerce 3.3.3 – old column fix no longer worksHello,
Please go to the same file and look for this block of code:
/** * Output the cart cross-sells. * * @param int $limit (default: 2). * @param int $columns (default: 2). * @param string $orderby (default: 'rand'). * @param string $order (default: 'desc'). */Change here the values of limit and columna from 2, to 4. Save changes and refresh page.
Let us know how it goes.Best regards!
in reply to: Cart Layout, Buttons, & Product TypographyHello,
Great! Thank you for letting us know.
Best regards!