26722 comments found.
I noticed there’s no “Disable Row” option. How can I disable a row without permanently deleting it?
Hi,
You cannot disable row, but you can hide columns inside, please take a look – https://bit.ly/2w5vV8K
If you have any further questions, please submit a ticket on our support forum https://qode.ticksy.com/ and one of our support agents will assist you.
Qode
Interactive Icon Showcase when on mobile device the body text inside the circle disappears. Is there a way to have this text still remain visible on mobile devices?
Hello,
Thank you for reaching us.
Can you please send us the page in question? Thank you.
Qode
This is your sample page in the Bridge Demo. On desktop the body copy is visible and on mobile it is not. The same is happening on the webpage I am trying to build. http://bridgelanding.qodeinteractive.com/elements/interactive-icon-showcase/
Hi,
This is the way Interactive Icon Showcase element works. Because there’s no space for subtitle, it is hidden for small screens. Only the title is visible and all the icons.
Qode
Can the text and icons shrink a bit in the mobile environment so it is visible? Otherwise this renders the element not usable. If a website can’t communicate the same message to its end user in both desktop and mobile environments then what’s the purpose of having this element?
Hi,
Sure, you can overwrite the default CSS rules with these ones, that will ensure visibility of the subtitle on small screens.
.qode-showcase-content-cell h4 {
font-size: 10px !important;
}
.qode-showcase-content-inner {
display: block !important;
font-size: 5px !important;
}
So your element would look like this – https://bit.ly/2YDYgPR
Hope that works for you.
Qode
How can i change the font size of Advanced Tabs??? This is the site http://www.afernandez.com.ar/violencia-en-la-red-2/
i want to have bigger the text ACIVIDADES and PORTAL DE NOTICIAS at the end of the page.
Hi,
This is H6 tag and you can change it from Qode Options > Fonts.
If you have any further questions, please submit a ticket on our support forum https://qode.ticksy.com/ and one of our support agents will assist you.
Qode
Excellent! Thanks!
You’re welcome 
Hi,
How do I remove the logo from JUST the home page?
Hello,
Just use this part of code in custom Css:
.home .q_logo{
display: none;
}
best, Qode
Hello. Where do I find the activation code for the plugins?
Hello,
Please, check this article https://qode.ticksy.com/article/9426 There is explained that for plugins that came bundled, purchase code is not needed.
Best, Qode
Hello! Sorry to bother… Any updates coming soon now that also visual composer has been updated? Do you have an ETA? Thanks 
Hello,
We are working on new updates where latest versions of plugins will be added. We cannot provide you with precised date
Thanks for your patience.
Qode
Dear Qode,
See the following debug notice: PHP Notice: Undefined offset: 20 in /var/www/vhosts/domain.nl/httpdocs/wp-content/themes/bridge/includes/plugins/class-tgm-plugin-activation.php on line 1828
Qode already know and commented that we can disregard this. This has been going on for a few major releases now.
To be honest i’m quite fed up with this. Some of us are developers and need the debug_log, would be nice if things are tidy and i’m not confronted with loads of notices… Please fix ASAP.
Hello,
Thank you for reporting this. Of course it is good idea to disable debugger on your WP installation and since this is just notice you shouldn’t be worried. Anyhow, our team will check this closer. Please, just open a ticket at https://qode.ticksy.com/ and include your wp-admin access. Thanks
Qode
Do you guys have the latest WPBakery Page Builder 6.0.1 available? Normally I can find it in your !LatestPlugin dropbox folder.
Hello,
We are working on new updates where we will include this plugin. Please, note that we cannot provide you with just plugin files, because there need to be done some adjustments in our theme files in order to have everything compatible (theme and plugin).
Qode
Hi – I have WP bakery bundled with a the bridge theme. Recently our CPU usage was spiking dramatically on our server, to the point it was throttled.
On investigation it seems to be with a particular WP bakery page and builder making in excess of 40+ calls to admin-ajax.php (possibly for images??)
I have heard this mentioned in the past but thought this issue had been resolved?
WP bakery build is 5.7.
Thanks
It seems to be happening on a couple of pages both built, I think, after the major update to Bridge… older pages don’t seem to be kicking out so many admin-ajax.php requests…
It’s multiple (over 30) calls to load a script for – jquery-core,jquery-migrate,jquery-ui-core,jquery-ui-widget,jquery-ui-position,utils,jquery-ui-menu,wp-a11y,jquery-ui-autocomplet&load%5B%5D=e,underscore,wp-util,plupload,jquery-ui-tooltip&ver=4.8.9
Hello,
Latest WPbakery page builder should be significantly faster. So, if you are using all latest versions, there should be no recolonized issues. We will of course, check this closer, just reach us here https://qode.ticksy.com/ and include your website link and wp-admin access. Thanks
Qode
Hi – I’m trying to send a ticket via support but on SUBMIT nothing happens, pages just hangs?
Sorry – just too a while to submit – ticket number 2013715 – THANKS!
Hi,
Support agent has been informed, your ticket will be answered as soon as possible.
Qode
Hello, i want to check some features before I finalize the purchase. I’m trying to make a homepage which users can upload their own portfolio and images, not by me(admin). Is this possible? thanks. great UI.
Hello,
Thank you for writing in. You are able to create different users with different roles, for example you could create editors that will be able to create portfolio items. Or you could try with some plugin so you could provide to all of your users upload button from frontend. Please, let us know if there is any other doubt.
Best, Qode
Hi, I have sent private ticket yesterday but no response.
Please help how to add separator/line between accordion title Thanks.
Hello,
We located your ticket on our support forum and it has been assigned to our agent who already answered. Please, check response on ticksy.
Qode
Thank you for your help
You are welcome!
I’m thinking of buying this theme. Does it have an audio player that I can embed music / audio into? Not just a Soundcloud player? Thanks
Hello there,
Than you for taking interest in our theme. With our Qode Music plugin you are able to use Album Player shortcode https://www.screencast.com/t/Og0LnDYjIXw where you’ll choose desired from already uploaded Album to be played. Here is an example where it is shown https://bridge217.qodeinteractive.com/
Best, Qode
great thanks
You are welcome!
Hello, my support has expired recently, but i noticed that everytime I write the “&”-symbol it is showing an older version like this one: https://de.wikipedia.org/wiki/Datei:Et-ZeichenII.svg This used to work before. How can I fix this? Thank you for your help!
Hello,
Please, explain this further more? We are not sure on what exactly are you referring here.
Qode
Hello again,
Thanks for explanation. Please, send us here page link so we could check this closer. Thanks
Qode
Thank you for your reply! This is the page: https://nolde-partner.de/ You can find this bug on the main page at the main slide (the picture with the water drop) and when you scroll a bit further in the “icon with text”-element in some headlines.
Hi,
It is because of this custom css you’ve added for amp that is making this character too look like that https://www.screencast.com/t/RvRs03rIy2 Try just to remove it.
Best, Qode
Oh thank you. I somehow didn’t see that
You’re welcome.
Im triyng to work with the last update but it impossible. When i have the bridge plugins activated, the wp panel doesnt work. Dont know what to do. I need Bridge Core and Bakery VComposer to work, but its imopossible.
This error appears when this plugs are activated: https://bit.ly/2HuoI7xHello,
We are not sure what is here on this message since it is not in English. Just note that right procedure for doing update of Bridge is to: – first update our theme, here are instructions http://bridge.qodeinteractive.com/documentation/2-getting-started/2-3-installing-the-bridge-theme/2-3-4-theme-update/ – then to install/activate our new Bridge Core plugin and after you could update other of our plugins. Also, make sure to have parent theme activated while doing this update. Then if you have child theme and made some modification in functions.php code of your child theme, just check if you are using any method with “qode” prefix and replace it with “bridge_qode” After this, you are able to activate child theme, too. Everything should be working well. Please, let us know how it goes.
Best, Qode
Sorry i forgot to translate that message. In google translate its something like this: ” The site has technical problems. See if the instructions have arrived in the email tray of the site administrator.”
Im not updating a previus version, i install the last bridge version and this happens, with the essential plugs activated, that message is shown. If i change the name folder of the plugs in ftp, it works, but i cant do nothing, i dont have qode options, and theres no visual composer.
The plugs that are broken the site when they are activated are: LayerSlider Bridge Core Envato Market Visual Composer
Hello,
May we ask you to send us here your website URL. Thanks
Best, Qode
Hi, having some issues with the theme… Sent a support ticket but haven’t heard back.. Are you able to respond to the ticket? Thanks
Hi sorry.. My mistake ! I see you replied.. Thanks 
You are welcome 
Hello team, I want to change default opened tab for qode_advanced_tabs. So, I want to make active tab the second tab and not the first tab as it is in default. How can I make it. Please help.
Thank you in advance.
Hello,
No, there is no option for that in Tabs element. Only Old Accordion shortcode has that. If you want you could try to edit our files in order to get that.
Best, Qode
hello – how do i make 2 columns show side by side on mobile? ie : price list – one column is the item, second column is pricing. but on mobile it shows as one column stacked. i am using the visual composer plugin that came with theme. thanks.
Hello,
Please, just open a ticket at https://qode.ticksy.com and include your website URL with wp-admin access and our agent will gladly help you to achieve anything that could be done within our theme options.
Best, Qode
Hi there,
I have 3 licences with Bridge and when I try to update the sites above 18 version then they are not working properly. They all look funny even though I followed all the steps and installed core plugin also still things are not working properly. What should I do?
Hello,
Please, explain what is the issue you are facing with? Just note that right procedure for doing update of Bridge is to: - first update our theme, here are instructions http://bridge.qodeinteractive.com/documentation/2-getting-started/2-3-installing-the-bridge-theme/2-3-4-theme-update/ - then to install/activate our new Bridge Core plugin and after you could update other of our plugins. Also, make sure to have parent theme activated while doing this update. Then if you have child theme and made some modification in functions.php code of your child theme, just check if you are using any method with “qode” prefix and replace it with “bridge_qode” After this, you are able to activate child theme, too. Everything should be working well. Please, let us know how it goes. So, if you tried with these exact steps and it is not working well, please, provide us with website link so we could check this closer. Thanks
Best regards, Qode
Ok, activating parent theme and then updating theme solved the issues. Thanks.
Glad to hear this. Thank you for the update.
PRE SALE QUESTION:
On the listing layouts (like demos “City Listing”, “Travel”, and “Education Center”) the featured image for each listing item (on the main listings, not within the individual listing page) is a landscape image. Is it possible to change that to be a square or circle or other layout format? We’re looking to build a professional services providers site and each listing would likely feature a headshot but the landscape layout doesn’t work for that. We’d like to ensure that it can be changed before we purchase the theme.
Thank you!
Hello,
Thank you for taking interest in our Bridge theme. Yes, it could be square or circle. Here we just added added border radius so from landscape image is made ellipse https://www.screencast.com/t/R33XEhVSCq So, yes it could be changed.
Best regards, Qode
Pre sale question:
I love everything about your theme so far! But I’m struggling between Bridge and another well rated theme. The main reason is that the other theme offers a 4 column product carousel and your theme doesn’t, this is very important for me. Will you ever implement it? Or is it somewhere and I’ve failed to see it? Also, how customizable is the main menu? How many theme updates you do per year?
Hello,
Thank you for writing in. Glad to hear you like Bridge. - There is option to create shop page with for columns of products and here are some examples from our landing demo website http://bridgelanding.qodeinteractive.com/shop-four-columns/ http://bridgelanding.qodeinteractive.com/shop-four-columns-wide/ - There are a lot of options for header layout and menu area. Here you could explore headers further http://bridgelanding.qodeinteractive.com/elements/headers/ And here is screenshot from our backend Qode Options > header > menus https://www.screencast.com/t/TXh5BTIpy and in Qode Options > Fonts > header&menu are placed typography options https://www.screencast.com/t/YVR5GYTu - We are constantly working on new updates that are frequently released. We are adding new features, new demos, improving some options to make our theme even more user friendly and implement fixes. Here you could check our change log http://bridge.qodeinteractive.com/change-log/Please, let us know if there is any other doubt.
Best, Qode
Thank you for your answer
I’ve checked the shop options before, but what I’m looking for is a carousel, more interactivity.
Also, someone else pointed out that 2 columns are not achievable in mobile, and I don’t see the appeal in having just one under another, I bought another theme for another project and it wasn’t possible to have more than just 1 column, they said that’s how their theme is coded, and I’m afraid that if I buy it I will get the same answer. Could you please give me/us a clearer answer for this? Is it possible to have 2 columns on mobile yes or no?
Hello,
Yes, it is absolutely doable to get two columns in mobile. Please, check this screenshot https://www.screencast.com/t/NDylFamg So, with these minor css code you could get two columns in mobile. We hope this is what you’re looking for.
best, Qode