26686 comments found.
Hello, I see you have moved the portfolio_list.php in the core plugin. I would like to add the excerpt (php the-excerpt()) in the portfolio standard list after the title and separator and I have been waiting for long time, but this option is not available, even in the latest releases. What is your suggestion? Is there a hook I can use, perhaps? Or what shall I do? I have a child theme, if that may help. Looking for suggestions, please. Best regards
Hi there,
Yes our portfolio_list is in the core plugin now, so the thing you would like to change will require some custom modifications. You would though have to change this file through parent theme as it can not be change in child theme.
Please open the following file:
wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_portfolio-list/templates/parts/title.php
...and insert this line of code: <?php echo ‘ ’.get_the_excerpt().’ ’; ?> ...here:
https://i.imgur.com/Sb05ZDY.pngSave changes, upload modified file to server and overwrite original file (backup original file first).
Then navigate to WP admin -> Qode Options -> General -> Custom CSS field and paste the CSS similar to this inside: .portfolio_excerpt { font-size: 13px; line-height: 19px; color: #7b7b7b; } The result should be:
https://i.imgur.com/f5o2G2O.png Hope I could help and for any additional questions I would kindly ask you to submit a request at our help center and our support team will be happy to help.Don’t forget to sign up for our newsletter and be the first to find out all the latest news.
Hi, thanks a lot for that, it makes sense. However, there’s no ‘templates’ folder under wp-content/plugins/bridge-core/modules/shortcodes/shortcode-elements/_portfolio-list/, but only a ‘modal’ folder. Do I have to create it, perhaps?
Well, I know why: the bridge core plugin version is 1.0.6 and has not updated to 2.0.5. How come? How to force the update?
Sorry, I found it. It’s all set now, thanks a lot!
Hi there,
Glad you have managed.
Don’t forget to sign up for our newsletter and be the first to find out all the latest news.
Hello~ Purchased and in use. I want to sell digital items (photos). Can I sell digital products using this theme?
Hi there,
You may use the theme to sell your product with our theme and through Woocommerce plugin without any issue.Don’t forget to sign up for our newsletter and be the first to find out all the latest news.
Just a quick qestion, then I going to renew my support:-) I imported the “Designer Presentation” but only the main frame looks like your demo, not the sections below, why?
Hi there,
We can see at the demo that there is a Revolution slider at the top of the page and after that our content is following and if it does not show it could be that you have missed to activate WPBakery plugin and therefor your content does not show well. Also it could be that your import of the demo content did not go through so please check our article about how to import demo content here.
If you are still encountering issues you would at least provide us with your website URL so we can check this on your behalf as well you are always opt to submit a request at our help center and our support team will be happy to help.
ThanksDon’t forget to sign up for our newsletter and be the first to find out all the latest news.
I am using Bridge for my work website – and want to also use it to create a work blog. It will be on a different domain, but on the same instance, and is part of the same work so i need to all look the same. Do i need to buy another license?
Hello,
Yes, by Envato regular license terms, you are able to use one license for one website. So, in this case, you’ll need another licence for a different domain.
Don’t forget to sign up for our newsletter and be the first to find out all the latest news.
Hi! I really like your demo “Designer Presentation”, is it possible to have a slider on the main frame?
Best Regards Lennart
Hello there Lennart,
Actually, this main frame is created with a slider. So, you could add new slides there if you want.
Don’t forget to sign up for our newsletter and be the first to find out all the latest news.
Thanks:-)
You are welcome.
Don’t forget to sign up for our newsletter and be the first to find out all the latest news.
Hello: Pre sale questions:
1. Is it possible to ad video to the product page? 2. Is it possible to ad extra custom tabs to the product page?
thanks, looks amazing!
I will also need to know if it’s possible to implement a dropshipping website… when a user buys something it sends the email order to another email.
Hello there,
Thank you for taking interest in our theme. 1) You could add it in product content. 2) This could be done only with custom coding.
Thank you for your kind words. WooCommerce has some extension for this purpose, feel free to check this link: https://woocommerce.com/products/woocommerce-dropshipping/ If there is anything else, please, let us know. ThanksDon’t forget to sign up for our newsletter and be the first to find out all the latest news.
Hi Guys,
The Wordpress compatibility on this Theme Forest page says ‘WordPress 5.2.x” (Not 5.3).
I recently tried to update various clients’ sites to Wordpress 5.3 and then updated all Bridge files, and it resulted in all sites “breaking” (logos disappearing etc).
Can you confirm when Bridge will be fully compatible with Wordpress 5.3?
Thank you.
Hello there,
We have just added these versions in Software compatibility box. Sorry about that. But when WordPress or WooCommerce releases a new version it is not already possible to check that box. Yes, you could update WordPress to latest version.
Don’t forget to sign up for our newsletter and be the first to find out all the latest news.
Hi, Purchased 2 licenses in november of 2017, but meantime we just need it one, so we didnt download other licenses till today . And today we downloaded other license and tried to install it says ” the link you followed has expired” ,is there limit time to download and install the theme ? thanks
Hi,
No, license is lifetime and it is actually not relate to your license. But here is article where this error with theme installation is explained: https://helpcenter.qodeinteractive.com/hc/en-us/articles/360002729757-How-To-Solve-The-Link-You-Have-Followed-Has-Expired-Issue So, you should just try to install the theme via FTP and everything should be working fine.Don’t forget to sign up for our newsletter and be the first to find out all the latest news.
Hello, I’m trying to use “Elementor” on my site. The page is broken when trying to edit with Elementor – see screenshot >> https://drive.google.com/open?id=1LkWn4y5pM6mxTe15PJxOK1T1o7wj5wNf
Why is that? I imported that demo before Elementor was released.
Hello,
As we could see from this screenshot you tried to edit page made in WPbakery within Elementor plugin. This is not possible. You could create your content in one or another plugin. For further assistance and explanation, we suggest reaching our support team at https://helpcenter.qodeinteractive.com just submit a request so our support agent could help you.Don’t forget to sign up for our newsletter and be the first to find out all the latest news.
The interactive icon showcase is no longer working properly on tablet when in vertical position. I wish I could attach a photo. But the circles close in over the text and it gets all jumbled. Here’s a link to the page and it’s in the YOUR SIGNATURE PRESENCE IS READY FOR PICK UP section. You can view it vertical wise in a table to see: https://www.presenting-u.com/
Hello,
We have just checked your page, and it is because there is no enough space, since there are 2 columns. So, we are suggesting to add this custom css:
@media only screen and (max-width:768px){
.element_from_right .vc_col-sm-6 {
width: 100%;
}
}
Don’t forget to sign up for our newsletter and be the first to find out all the latest news.
Hi, is it possible to set the pixels size below which the full width menu will become a mobile menu? How could I do it? Thanks!
Hi,
Mobile header is activating on 1000px and there is no option to change this without editing css. You could reach our support agent here: https://helpcenter.qodeinteractive.com just submit a request and include your website URL so they could assist you.Don’t forget to sign up for our newsletter and be the first to find out all the latest news.
code has been registered withIssue – I’m facing an issue regarding license key due to I already used the purchase code for another website.
Firstly, I installed theme in my local and setup everything but unfortunately there was a problem with hard disk and lost my hard disk data. Again i tried to install theme in my local and now the problem is when i entered existing key it is asking for license key.
Kindly, let me know what further procedure should i follow to work on license key? another domain
Hello,
Please, just email us here helpcenter@qodeinteractive.com and include your purchase code so our agent could do deregistration for you. And for furture just folow steps from this article: https://helpcenter.qodeinteractive.com/hc/en-us/articles/360003391778-How-To-Register-And-Activate-Themes-Registration-Activation-and-Deregistration-Framework-3-0Don’t forget to sign up for our newsletter and be the first to find out all the latest news.
I registered a site. Then I canceled the installation because I had problems. Now, after redoing the installation I can no longer activate my license because the system says “Code is already registered for other domain”. How can I do now?.
Hello,
We deregistrated your purchase code now. Please follow the instructions from this article regarding registration/deregistration of purchase code for the future: How To Register And Activate Themes (Registration, Activation and Deregistration) – Framework 3.0 https://helpcenter.qodeinteractive.com/hc/en-us/articles/360003391778-How-To-Register-And-Activate-Themes-Registration-Activation-and-Deregistration-Framework-3-0Don’t forget to sign up for our newsletter and be the first to find out all the latest news.
My gmail account was hacked and all linked accounts, including yours, were stolen as well. Now I have seen that they have registered the theme and I can no longer use my code. Can you perform a reset? Thank you
test
Hi there,
Thank you for reaching us!
Could you please send us a mail at helpcenter@qodeinteractive.com providing your purchase code in it and our support team can take a look at this on your end.
Thanks.Donít forget to sign up for our newsletter and be the first to find out all the latest news.
I solve it. Many thanks for the help.
Hi there,
Glad to hear this!
If you have any additional questions I would kindly ask you to submit a request at our help center and our support team will be happy to help.
Thanks.Donít forget to sign up for our newsletter and be the first to find out all the latest news.
Hi Guys
I have a site that is on Bridge 10.1.1 what is the best way to update to the latest version please
Many thanks in advance Hoey
Hi,
We are suggesting to follow step by step video tutorial for the update we have prepared: https://helpcenter.qodeinteractive.com/hc/en-us/articles/360002480038-How-To-Update-The-Bridge-WordPress-Theme-And-Bundled-PluginsDon’t forget to sign up for our newsletter and be the first to find out all the latest news.
Brilliant! Thanks guys all done successfully.
Hi there,
Glad we could help!
Don’t forget to sign up for our newsletter and be the first to find out all the latest news.
Hi, since the last update there is a Qode Purchase Code required to import demos. The envato purchase code is invalid. Is there a solution?
Hi,
Please, check this article from Envato to see how to find Purchase code: https://help.market.envato.com/hc/en-us/articles/202822600-Where-Is-My-Purchase-Code- and for registration, please, check this video tutorial we have prepared: https://helpcenter.qodeinteractive.com/hc/en-us/articles/360004041637-How-to-Register-the-Bridge-WordPress-Theme-and-Prepare-for-Demo-ImportDon’t forget to sign up for our newsletter and be the first to find out all the latest news.
hi, I’m triying to ad a gif as background image but it doesn’t work. How can do it? thanks!
Hi,
For any question like this one, that requires technical help, please, submit a request on our HelpCenter here and include your website link so our agent could check this closer and assist you there with anything that could be done within our theme.
Don’t forget to sign up for our newsletter and be the first to find out all the latest news.
Hi, how can we can change countdown color of text and if we want take out minutes and seconds, how can do it? Thanks!
Hi,
For any question like this one, that requires technical help, please, submit a request on our HelpCenter here and include your website link so our agent could check this closer and assist you there with anything that could be done within our theme.
Don’t forget to sign up for our newsletter and be the first to find out all the latest news.
Importing bridge108 and received the following error https://ibb.co/52Hx0FC. Although most of the theme was pulled through, the slider is missing. Can you tell me what the issue might be?
Fixed
Hi,
Thank you for the update. Glad to hear this has been sorted out.
Don’t forget to sign up for our newsletter and be the first to find out all the latest news.
Hello, Is it possible to receive : psd files for bridge238 ?
Hello there,
Yes, our support agent will provide it, just email us here with your purchase code. ThanksDon’t forget to sign up for our newsletter and be the first to find out all the latest news.
cool thank you
Don’t forget to sign up for our newsletter and be the first to find out all the latest news.
hello! i´ve activated the Qode Membership plugin. I´ve placed the Qode Login widget into my widget area, but i dont know how it works. I mean, i need another page with the login? my clients can go to his personal area to see files to download like photos, or pdf…? i can i use this plugin to have clients? can you help me?
maybe i need a crm.. or something like that, to upload documents, and my client download it..
Don’t forget to sign up for our newsletter and be the first to find out all the latest news.
thank you!
You are welcome.
Don’t forget to sign up for our newsletter and be the first to find out all the latest news.