26721 comments found.
Hi, congratulations for this great Theme,
i bought the theme, and I would like know if is possible install one of yours Layout concepts?
http://demo.qodeinteractive.com/bridge119/if is possible… where can i get it?
Thank you very much 
Hello,
Yes of course. After you have installed and activated our theme – you can either start your work from zero, or import one of our demo sites you like most, and see how it’s all done in the back-end, and modify it easily with your content and styles 
So you can import this concept you like. You just need to go to Qode Import in your WP admin, select the demo you want, choose ALL and attachments if you want all content, and import it, that’s it.
Read this for the full instructions:
http://bridge.qodeinteractive.com/documentation/3-demo-content/Qode
WOH! thank you so much! you were so fast!
im gonna try it
No problem, you’re welcome 
Hello again, have another question that i can’t solve.
Layer Slider plugin is notifying me that a new version (6.5.3) it´s available, but i need enter my purchase code. If i enter the ThemeForest code nothing happen, and if i try to uninstall and reinstall the plugin nothing happens too.
So… What can i do?
Hello again,
The 5.6.3 version is only available with the auto-update feature currently, it is not yet uploaded to CodeCanyon. As soon as they officially release it, we will include it into our theme.
Qode
I’m using Visual Composer and Bridge together to build a lot of sites, and I am not able to use the Widget block in VC – it’s only there on other themes. Is there a patch for this, or something I can do to make it work? I am using recent versions of both the theme and the plugin, and it’s making me a little nuts.
Hello,
Note that we have removed some of the default Visual Composer’s elements within our theme, because plenty of our own shortcodes were included.
That’s why widget element is missing. For each page – you can enable sidebar or content bottom to display your custom widget area.
Qode
I want to enable a widget within the page content in several places. Can I re-enable the widget block?
Hello,
Yes, you need to delete some code that we used to remove it. I recommend you to submit a ticket to https://qode.ticksy.com , and our support team will provide you the instruction on what changes you need to make to re-enable it.
Qode
I can’t submit a ticket there because my purchase code is outdated. I don’t think I should have to pay for support to enable something you shouldn’t have disabled in the first place. What is my next step?
Hi,
Please email us at support@qodeinteractive.com and provide your purchase code there and we will help you.
Qode
Hi,
I’m trying to set a page wide background image in the Bridge theme but i can’t get it done.
I’ve added the following code but while reloading the page it initially is visible for a split second but after that overruled by the set background color.
body { background-image: url(”...”); }
Can anyone tell me how to achieve this via code or option in the Bridge template?
Hello,
That’s the right code to go for, but note that it will only work if you set transparent background color for your site , and for the row elements!
So, in Qode Options -> General, set page background color to transparent http://screencast.com/t/1HCGekJQsA
And If you set background for some row, that will be over your image of course , so that should be removed for every row .
Qode
It doesn’t work yet. I’ve set all options to blank and added additionally this code:
html { background-color: transparent; background: url(...); }
Any other suggestions?
Thank you in advance.
Kind regards Niels
Hi again Niels,
Like advised – in order for this to work , body and wrapper need to have transparent background, as well as each row in visual composer.
Try with adding this css as well for example:
body,
.vc_row,
.full_width,
.content,
.wrapper {
background-color: transparent!important;
}
but the best would be to contact our support by submitting a ticket to https://qode.ticksy.com , with a link to your site, so that our support can have a look and provide precise answer.
Qode
Hi,
Is it possible to change the space between the headline and the content in a page?
Thank you in advance.
Kind regards, Niels
Hi again Niels,
In Qode Options -> Title, you can set margin after title, to define the space between headline/title area and the page content
http://screencast.com/t/eLYdM3gztbMthis option can also be set individually for each page, in Pages -> each page -> Qode Title panel.
Qode
Thank you but i want it’s value to be less then zero, there is still a significant space between the title and the content with value 0.
Hello again,
If you set this value to 0, and make sure that for the very first row of content, you have top padding set to 0 as well – there will be no space at all between content and title area. http://screencast.com/t/zoGxr6gT
If you still have that (significant) space, submit a ticket to https://qode.ticksy.com , with a link to your site, so that our support team can see where’s it coming from and help remove it.
Qode
Hello, my google maps element doesn’t work when I use it as an element in an expandable row.
What can I do please ?
Thanks in advance.
Hello,
Can you please submit a ticket to https://qode.ticksy.com , with a link to your page, so that our support team can have a look and provide some help to make this work properly.
Qode
Hi, We have a small issue with portfolio permalink: What we want is to replace the ”/portfolio_page/” slug to ”/portfolio/” or maybe ”/case-studies/” ... we looked at functions.php file but I did see where can I edit it without loosing current portfolio data.
Kind Regards.
Hello,
No need to edit anything in functions.php file for this. In your WP admin, go to Qode Options -> Portfolio -> Portfolio Single, and set your desired slug there , just make sure that it’s unique (you didn’t use it for some page name)
http://screencast.com/t/ZchOxARSwQode
Hello,
Thank you for your prompt satisfying response 
Kind Regards.
You’re welcome 
Hi,
In “tabs” as at this adress http://demo.qodeinteractive.com/bridge/tabs/ , how to change the text color, text hover color and text color active of the tabs ?
We can only with custom CSS ?
Thank you !
Hello,
Yes, there are no direct options for this. The hover color is by default taking the First Main Color you’ve set in Qode Options -> General.
You can add this css in Qode Options -> General -> Custom CSS field:
.q_tabs .tabs-nav li.active a {
color: red;
}
.q_tabs .tabs-nav li a {
color: black;
}
.q_tabs .tabs-nav li a:hover {
color: blue;
}
and just set the colors you want, for active, initial and hover state, respectively.
Qode
Good !
Thank you very much !
On the other side, it must be added ”!important” at code “hover” otherwise it doesn’t work 
Hello again,
You’re welcome.
Tested it now and !important is not required by default, but it might be that you applied some more color options/settings, so it’s necessary actually.
Qode
Hello! Bridge Winery Theme – how do i add header background image? Plus can i change Header top – drop down menu background color? Thanks in advance! Winery a lovely theme it is!
Hello,
Glad you like our theme and demos 
1. There’s no direct options for setting header background image. You can set titile area background image, either generally for entire site in Qode Options -> Title, or individually for each page in Pages -> each Page -> Qode Title panel.
Or , if you want the background photo for header, you can set it with some custom css. Add this code in Qode Options -> General -> Custom CSS field:
.header_bottom {
background-image: url('http://demo.qodeinteractive.com/bridge13/wp-content/uploads/2014/06/basement.jpg');
}
and just set the url to your image you want for header background.
2.In Qode Options -> Header -> Set Dropdown menu background color you want http://screencast.com/t/KMLnchZ2tLi
Qode
Any pointer-direction ..will greatly appreciate!
Hello again,
The css for background image for header bottom should work, just make sure that you didn’t set any background color for your header area, and that your existing css code in Qode Options -> General -> Custom CSS field doesn’t have some errors, that would stop this from rendering properly.
For header top area dropdown, you need to apply some css as well. We recommend you submit a ticket to our support at https://qode.ticksy.com , with a link to your site, so they can provide precise css for this.
Qode
Found a bug on mobile, how can fix it?
About: ?????test.talentconcept.nl/sollicitatietips:
The theme doens’t break the long word ‘Sollicitatietips’ on mobile. It’s now going out of screen. Can you please fix it or tell how to fix?
Hello,
The main idea is to make your headlines smaller on mobiles. In Qode Options -> Fonts, for all your headlines, you can enter font-sizes for responsiveness mode :
http://screencast.com/t/y4UfHg2VQode
I don’t see responsive responsive heading options in my Qcode Options. I only see Headings – Text – Header & Menu – Page Title – Page Subtitle – Footer.
Hello again,
The new theme update with this options included should be released today or on Monday, so you will get all this once you update to the latest version, so you don’t have to write custom css for this.
Qode
I have successfully installed all demo contents from bridge demo3, but Layerslider is empty. How can I import Layerslider too? Seems that just the Layerslider demo was not imported. Thank you
Hello,
Using Qode Import option, does not automatically import Layer Slider!
What you need to do, is to go to LayerSlider WP inside your admin area, see the field named Import Sliders, click to choose files, and in xml export folder you have got with your theme, find the LayerSlider_Export_Bridge zip file for your Demo. Import it, and once you have done it, you will see a shortcode for that slider in a table above, copy that shortcode to your Page (paste it in a fieldLayer Slider or Qode Slider shortcode)
Qode
Hi, the text block on the last update on Visual Composer is not working …... can you help
Hello,
Which version of Visual Composer you have? Bridge latest version is compatible and includes 4.9.2 version of Visual Composer, so we recommend keeping that one, until we release new update that will include compatibility with latest VC version.
Qode
datepicker not working at http://spicehotelkuwait.com/reservations/
Hello,
Add this css code in Qode Options -> General -> Custom CSS field:
.ui-datepicker.ui-widget {
z-index: 9999!important;
}
.ui-datepicker.ui-widget .ui-datepicker-calendar .ui-state-default {
text-align: center;
}
Qode
Hello
Thank you for the reply.
But it still difficult for me .
Below is a style that I see . http://graphicvirus.comYou are able to bridge this theme?
I want to decorate a text style. Can I hide the entire header?
Thanks
Hello,
You can activate Left Menu in Qode Options -> Header, so you have your menu on the left side, like on the link you sent.
And header can be hidden with custom css, it’s not a problem at all. Text can also be decorated in desired way, in Qode Options -> Fonts, you can style all the headlines, links, paragraphs…
Qode
Hey Support,
Can you check on my ticket please?
Its ticket #704680
Thanks.
Hello,
An agent has been assigned to it, it will be processed soon, you should receive a reply on ticksy.
Qode
Apparently my support expired and I’m trying to purchase more support but every time I click “Renew Support” it just takes me to the page to purchase Bridge again but doesn’t allow me to actually purchase the support again anywhere. Is there a link you can send me so I can purchase support again?
Hello,
When you login to your profile here on theme forest, and go to Bridge page, and follow the instructions from the screenshots http://screencast.com/t/ZSyjxQsQA http://screencast.com/t/nLcXXNoR
Qode
Hello
I would like to reduce the space when item menu have more one line. Like my picture. Like: http://normandrajotte.com/2016/wp-content/uploads/2016/03/menu.png
Regards Bruno?
Hello Bruno,
You can reduce the line-height of your menu items.
In your WP admin -> go to Qode Options -> Fonts, and under Header & Menu you can set your desired styles for all levels of your menu
http://screencast.com/t/BAw2ajjTWeLIf your using Left Menu, these settings can be found in Qode Options -> Header.
Qode
The fullscreen navigation on my site is no longer working. None of the fullscreen navigation links work anymore when navigating to anchors on the same page; they only work if navigating to a different page. I have tested the navigation with all plugins deactivated. I have tried replacing page + anchor links with custom url links. Nothing fixes the problem. Top menu works fine, only fullscreen menu is messed up. Is this a known issue for which a fix is coming in the next update?
Hello,
We don’t have this problem reported, full screen menu links work properly. Could you please contact our support team by submitting a ticket to https://qode.ticksy.com , with a link to your site, so they can inspect this.
Just make sure that your links in fullscreen menu have anchor class assigned (some custom JS is mostly used for this), so they can work as anchors, if that’s the way you use them.
Qode
Thanks for the response. My support has expired, and I don’t want to buy a new license just to get the theme to work again—it was working fine when I built the site last year. I’ll redesign to use top navigation only, as there’s no problem with that. (Obviously the issue is not my failure to use anchors properly.)
Thanks for the response. My support has expired, and I don’t want to buy a new license just to get the theme to work again—it was working fine when I built the site last year. I’ll redesign to use top navigation only, as there’s no problem with that. (Obviously the issue is not my failure to use anchors properly.)
Sorry for the double comments. Themeforest responded so slowly that I didn’t realize my comments had been submitted.
Hello,
You’re welcome. By default, when users want to use anchors from the Fullscreen menu, some JS to assign links class=”anchors” to the links is necessary in order for this to work properly, that’s why we recommended to consult support team.
Qode
Hello,
Your theme looks great. I have an existing WordPress site and I want to change the look and feel and this theme is the kind of theme I have been looking for.
However, I cannot change my site overnight, as there have been changes made by others. So wondering if you have any thoughts on whether two themes can co-reside (Your theme and the existing one), so that I can gradually change my site over – the important pages first, kind of thing.
I have not tried to run two themes on one site, so not sure if possible.
Any thoughts?
Cheers Paul
Hi Paul,
You can not run two themes at the same time. So, what you could do, is to install Bridge on subdomain, and start the work on your redesigned site there, and keep the current one until this is done.
Then you can simply migrate this redesigned site to your main domain, so it becomes your actual site 
Qode
Hi QODE,
I’m hoping you can help me with this. I installed the “original Bridge demo” theme. While cleaning up the home page for things I did not need, I accidentally deleted a row of images with light boxes that are listed just under “our recent work” on the home page. I attempted to attach a screenshot to show you here in the comments but could not find an upload area to show you what I deleted by accident. The row of images have various clothing/shoes and the light boxes say “view” and “zoom” when you hover over them. Can you please advise how I can get this back onto the home page? Is there a certain VC element to install to be able to have the images with the light boxes when one hovers over the image?
Also, is there a way for me to have a “navigation” button installed on the bottom of the main home photo page slider so people know to “scroll down”? I saw in the QODE Options navigations buttons for the slider “left to right” but I need one showing to scroll down. Is that possible?
Thanks again!
Hello,
1. Yes, that element you deleted is actually Portfolio Slider element from Visual Composer http://screencast.com/t/mF1veUdTDePv
Here are some settings we used for it on original demo: http://screencast.com/t/Uyz6QeQKV http://screencast.com/t/LhxEJZ2Gqf2. Again yes, the idea for this is to assign anchor ID to the first row of content on that page http://screencast.com/t/AUEwz5cvhgV
and then , in Qode Slider -> Slides, for the slides that are used on your homepage, for each slide enter #AnchorID you’ve set for the row in Scroll To Section field, http://screencast.com/t/TCMYl1BheF
and that will create and arrow, to point users to scroll down, and also when they click on arrow, they will be automatically scrolled to the first row.
Qode
Thank you so much Qode. Appreciate the links to see what to do and also the insight into the downward navigation button. Can you tell me though, where do I add the images for the portfolio slider? When I set everything up as you pointed out, I did not see an option in the portfolio slider element to “add images”.
Hello again,
Portfolio slider is showing a slider of your existing portfolio items – and the images shown are featured images of each portfolio item you have.
So, make sure that in your WP admin -> Portfolio -> you have created your portfolio items, and assigned a featured image to each of them.
Qode
Hi! I just added a Qode Slider to the top of my website, it is with parallax. The problem is, that all content below somehow has transparent background! I’ve tried to set the row background AND designbackground to white, and even tried an image – but nothing works.
When I scroll down, all images and text come on top of the slider, but not the background of the rows. Looks like crap – HELP ME!
Hello,
Could you please submit a ticket to https://qode.ticksy.com , and include a link to your site, so that our support team can see the actual page and provide help.
The right idea is to set background for the rows/content that follows the slider of course, that should work properly.
Qode