Forum Replies Created
-
Hello,
I made a test in home page and contact menu items, they all can be opened in new tab. See screenshot:
https://postimg.cc/image/t73abpqh3/
https://postimg.cc/image/yii6whpfb/
If you are referring to the buttons in contact page in contact form and subscribe, they are buttons that take data from the form after the click action. You can not open this type of buttons in other tab. It can’t be.Let me know if i understand well your question.
Best regards!
in reply to: Demo Content / Content BlocksHello,
There are only two builders available. The main Codeless Builder (created from theme authors), based on Gutenberg logic and workflow. I recommend you get familiar with this builder because it will be the main builder in many themes in the future (not only ours).
But since Visual Composer (Wp Bakery VC) is already wide spread, many users feel more comfortable using a builder they’re familiar with. So we include it too.
-The video tutorials for June theme can be found here: https://youtu.be/ZQuasOcvCZI
Please check them first for a live preview of how to use the builder.Let us know if you have further questions.
Best regards!in reply to: Header disappears into menu after text edit in WPHello,
Please go to Page Options (from Customize Page & Options) > Header Over Content (Transparent), set it to ‘No transparent’. See screenshot: https://postimg.cc/image/jvh8eudyf/
Let me know.
Best regards!in reply to: Header issuesHello,
Yes, you can have sticky header and centered menu. What i am saying is that the centered menu sticky style is like you see it, only logo included.
-Please add this css for the responsive layout:@media (max-widht: 480px){ .header_button { top: 20% !important; } }Change the value to your wish.
-Yes, add this css:
.btn-bt.default { color: #fff !important; background: #6dab3c !important; border-color: #6dab3c !important; font-size: 13px; text-transform: uppercase; letter-spacing: 1.5px; }Best regards!
in reply to: Responsive Menu IncorrectThis reply has been marked as private.in reply to: Some Issue\'s Fix ASAPHello,
1-Please contact your host provider and ask their help with setting up max execution time limit. This is a server related feature.
2-Apart from the message showed in the log file, are you experiencing actual issues within your site? What exactly?
Let us know.Best regards!
in reply to: Quick view is not working in mobileHello,
I understand and as promised these changes will be added to theme in the next update.
Please keep in mind that you are not getting anything less than the demo you first saw online and chose to get!
If any feature you saw in the demo, is not being showed in your site, we will fix immediately. As for other additional features, you will have to wait till the update is available.Best regards!
Hello,
I understand and as promised these changes will be added to theme in the next update.
Please keep in mind that you are not getting anything less than the demo you first saw online and chose to get!
If any feature you saw in the demo, is not being showed in your site, we will fix immediately. As for other additional features, you will have to wait till the update is available.Best regards!
in reply to: Variable Product have layout issue on QuickviewHello,
Can you please send me the link of one product you have this situation? I checked but i don’t see any problem with it.
Let me know.
Best regards!in reply to: Button Opens Page in New WindowHello,
Please go to file \includes\codeless_builder\shortcodes\cl_button.php and find this line:
<a href="<?php echo esc_url( $link ) ?>" class="<?php echo esc_attr( $this->generateClasses('.cl-btn') ); ?> <?php echo esc_attr( $extra_classes ); ?>" <?php $this->generateStyle('.cl-btn', '', true) ?> > <span><?php echo cl_remove_empty_p( cl_remove_wpautop($btn_title, true) ) ?></span></a>Replace with this:
<a href="<?php echo esc_url( $link ) ?>" target="_blank" class="<?php echo esc_attr( $this->generateClasses('.cl-btn') ); ?> <?php echo esc_attr( $extra_classes ); ?>" <?php $this->generateStyle('.cl-btn', '', true) ?> > <span><?php echo cl_remove_empty_p( cl_remove_wpautop($btn_title, true) ) ?></span></a>Let me know.
Best regards!in reply to: Author Showing as AdminGreat!
I am assigning this ticket as resolved.
Please open new ticket for future questions.Best regards!
in reply to: Header displaying off-screenHello,
I tried login in but the user is not valid. See screenshot: https://postimg.cc/image/g74v1a40n/
Can you please check?
Thanks!
in reply to: Product RegistrationHello,
-You can send us screenshots using any free image sharing service. Such as https://postimages.org/ https://imgbb.com/login etc. Send us the link of the screenshot.
1-The element calls the posts and lists them out in the homepage. If you do not have any post created, the “no posts found” message will show up. Please add some posts first.2-We have purchased extended licenses for all included plugins. This means they can be used by any one purchasing our theme as long as they use the version included in theme folder. To use them, just install plugin from Plugins menu and activate again from the Plugins menu. This is enough to use the sliders normally. There is no need to activate it in the slider’s options.
The only restriction of this type of licence is that you can not update it on your own terms.
The rules of the marketplace don’t allow us to give the plugin activation code. You can use the existing version without any problem. We update frequently all theme plugins to their latest versions in almost every theme release or in case when an urgent update is needed. So they are always fully compatible with the current theme version.If you want to buy a license by yourself this is allowed, but we thought that this isn’t needed because the version included works perfectly.
You are free to make the choice that best fits your needs.-However, i do see the Visual Composer is showing all elements correctly. See screenshot:
https://postimg.cc/image/nkk906iwn/
https://postimg.cc/image/at62tvr6v/3-I see the shop page is showing products correctly. What do you want to change here? Please know that every demo online is created from the very same theme options. So you can create every look you see.
Let me know how you want it so i can help you by customizing it directly.PS: I see there are errors showing up in your dashboard (screenshot). In order to exclude any third party plugin conflict with theme features, we recommend you either check this up or remove the plugin.
Best regards!
in reply to: Demo Content / Content BlocksHello,
The demos you see online are all created using Codeless Builder. If you intent to use Visual Composer, it’s ok. But you can not have shortcodes of both composers in one page.
We can definitely create the demo you want from the online demo list, but keep in mind that all elements will be created with Codeless Builder.What demo do you want? Let me know.
Best regards!
in reply to: Author Showing as AdminHello,
Please add some valid wp credentials (with admin rights) in your profile data. So i can test this closely.
Read this article for more information.Best regards!