Discussion on Bridge - Creative Elementor and WooCommerce WordPress Theme

Discussion on Bridge - Creative Elementor and WooCommerce WordPress Theme

By
Cart 223,412 sales
Recently Updated
Well Documented

QODE supports this item

Supported

26722 comments found.

Can you please do a demo for flower/florist? Many thanks

Hello,

We don’t have demo built exactly for it at the moment, but there are plenty that you could use like a start point for that kind of website of course.

Make sure to check all the available demos at http://bridgelanding.qodeinteractive.com/choose-your-demo/

Qode

hi there, I´m trying to insert the google tag manager but the site crush and it blocks my IP, I try it with plugin duracell plugin tag manager, with the wpbeginner plugin, inserting the code on the header, but all gives me nothing, the site falls, please I love your theme since I bought it, best buy ever. thanks you

where is this file header.php??? please. I really appreciate the help Thank you, I can´t leave a ticket on your forum and I have a user name there :(

THANK U !!!! I fix the problem, thanks again ;)

Really glad to hear that! you’re welcome :)

Vimeo video frame in portfolio post has extra black. How can I remove the black around my 16:9 video from vimeo? Anyone solve this problem? Thanks!

Hi,

Try to add this css in Qode Options -> General -> Custom CSS field:

.portfolio_single .fluid-width-video-wrapper {
  padding-top: 57% !important;
}

Qode

There is a small (roughly 15px) margin on either side of the title image in chrome that is not in Firefox. My support has run out so if I need to renew to get help with this issue I will but it seems like a quirk and not something I just don’t know how to do. Please see image (chrome on left and firefox on right). Thanks! http://lizybloom.com/bridgepage.jpg

Hi,

Is it possible for us to see the page somehow, so we can inspect this and help?

Qode

I fixed it! Thanks:)

Glad to hear that :)

Hi there, regarding some of the themes whose image sliders cover the header (like the one below), is there a way to have the image-free header? THX! http://imgur.com/a/lvimZ

Also, I installed W3 Total Cache and this is the error that I now get on my dashboard “e files appear to be missing or out of place. Please re-install plugin or remove /home3/tennisaf/public_html/africantennisfoundation/wp-content/db.php.W3 Total Cache Error: some files appear to be missing or out of place. Please re-install plugin or remove /home3/tennisaf/public_html/africantennisfoundation/wp-content/object-cache.php.”

Since I already uninstalled and reinstalled my Wordpress install, the plugin is no longer installed but the error still appears. Please help. THX!

Disregard the W3 Total Cache issue :)

Hi,

For your first questions – if we understood it right – you don’t need to have the slider or title area image at all on some page. You can have totally image free header yes.

Qode

Guys you are the best, Love every Demo. Congratulations

Thanks a lot for this nice message :)

Hello. I have setup the auto update feature. But is that exactly automatic? Or do we have to go into the backend and click the “update automatically” button every time we need to update?

OR is there a way to setup the theme to update itself every time there is a new theme update?

Hi,

If you’re using Envato’s automatic update plugin – it sends you the notification whenever the new theme update is available.

Then you just need to click the “update automatically” button , in order to start the update, and it will do all the rest.

Qode

The Right before appeared on the menu, and now no longer appears on the menu , I tried in every way .

Hi,

Please submit a ticket to https://qode.ticksy.com, and include a link to your site, and explain to our support team what exactly is missing in your menu, so they can help.

Qode

solved… was another plugin in use…

Thanks for updating this comment :)

Hi,

Congrats on V 10.0. Really digging some of the new demos! Where can I see the full list of shortcodes and custom Visual Composer elements?

Hi,

Thanks a lot.

For the moment – the full list of available shortcodes can be seen in your WP admin , when you want to add some element on the page (of course, you should have new theme version ) http://screencast.com/t/uJ7jRqCuMJBo

On our original demo, http://demo.qodeinteractive.com/bridge/ under elements navigation item, you can see majority of elements.

Some of the newest ones are not shown there – we used those in new demos.

We’re currently thinking about some new presentation that will include all the available shortcodes/elements.

Qode

We badly need classes for the Qode Elements Holder and Item VC blocks. Otherwise please make the now default Equal Height Columns feature in the VC compatible with Bridge. This is a HUGE feature for us on many sites and the Qode version isn’t nearly as helpful as the default built-in functionality which is currently disabled. Please advise.

Hi,

They have some default css classes we used for them, and you can always give some custom class to the column/row that’s holding your elements holder, and to target it based on that.

If you need any help with this, submit a ticket to https://qode.ticksy.com , explain to our support what would you like to achieve, so they can help.

Qode

The trouble is with targeting the elements holder. If we have 2 or 3 inside of a row on the page how do I effectively target them separately?

Hi again,

That can be done with some advances css selectors. Hard to write precise css without seeing the page. You can send us here the link to your page is possible, or submit a ticket to https://qode.ticksy.com/ and include a link to this page, and we will write precise css for this, and explain the syntax so you can use it for some other pages as well.

Qode

How do I set the search option on the right side nav of a split (center logo) menu? I choose the option to show the search icon, but it doesn’t show up.

Hi,

If you’re using Sticky Divided header type, unfortunately, search icon can’t be displayed with that header type because of its specific design, sorry. You would have to use some other header type if you need that search icon.

You can read more about different header types here: http://bridge.qodeinteractive.com/documentation/6-header-setup/

Qode

Problem with Google Maps… marker is not showing

Hi,

If you’re using Qode Google Map element from Visual Composer, we have just tested it, and the pin is properly showing for that element. The same for default contact page template.

So please submit a ticket to https://qode.ticksy.com with a link to your site, so we can check this and help.

Qode

Hi guys, do you provide with an editable file to build mockups before builiding a site?

Hello,

If your referring to PSD files, we can share some available PSD on request via email. Just write us to support@qodeinteractive.com

Qode

Thanks, email sent.

We have replied :)

“qode call to action section” have issues :

- No option to change text color to light / white - Link goes to http://%24link/ - No option to change font size

I know my support is expired, but this is not support request. Just for your information.

Hi,

Of course, thanks for your message! We will check this now, and correct any possible misses.

Qode

Hi ! Is it possible to have one navigation item with different styling than others? I’m trying to have a download button as the last item, (with a stroke around it) similar to the navigation on this website – https://elementor.com/

Thanks for any help-logan

Hi again,

Try adding this css code in Qode Options -> General -> Custom CSS field, that should do it:

@media only screen and (min-width: 1000px) {
     #menu-main-navigation > li:last-child span:not(.plus) {
        border: 2px solid #000;
        border-radius: 4px;
        padding: 10px 15px;
    }
}

Qode

AWESOME! Thank you so much great customer service -logan

You’re welcome Logan :)

WOW! What an amazing update you brought to the community. Bridge 10.0 sounds amazing. I’ve asked this in the past – you’re creating so many new features, shortcodes, etc. Do you plan on updating the Bridge Original theme to illustrate all these new features? It’s really useful when working with clients to get a single place to show them all the features. Thanks!

Hi,

Yup, 10.0 is officially released :)

Understand. For the moment, we’re not editing original demo with new features. Our new demos are introduced to present new features.

Of course, you can combine them with original demo. We will look about preparing some full presentation for all available elements in the future.

Qode

Dear Sirs,

I have a huge problem with my website. Website doesn’t work and it seems like somebody hacked it.

Link to my website is: www.hicom.rs

Please help me.

Best regards

Hi again,

Try updating your theme to the latest released version 10.0 first: http://bridge.qodeinteractive.com/documentation/2-getting-started/2-3-installing-the-bridge-theme/2-3-4-theme-update/

After it – update Visual Composer plugin, since you have a very old version of it for the moment. You should update to 4.12 version that we included in latest theme updates: http://bridge.qodeinteractive.com/documentation/2-getting-started/2-4-installing-plugins/2-4-8-updating-plugins/

Write us back did it help.

Qode

Dear Sirs,

Thank you very much for help. It works now!

Best regards, Milan

You’re welcome Milan, really glad to hear that :)

Hi guys, I need to change the different word in a single project (category, description…) and also add new labels. I have read about pluging codestyling-localization but it seem does not exist anymore. How could I do it? Thanks

set featured image for video

Hi,

Please read the following instructions on how to translate default theme labels https://themeforest.net/item/bridge-creative-multipurpose-wordpress-theme/7315054/faqs/24794

When it comes to your second message, what exactly do you mean by set featured image for video ?

Qode

Hi, i have a bunch of really dumb questions. Once i created a slide on Qode slider, how do I put it into a slider? I probably am blind, but I can’t find where to link slides to a slider I created. Then, how can i put a slider for example in a row? I only managed to put it into the page header. Thank you!

Hello,

There are no dumb questions :)

When you have created your Qode Slide, you need to assign it into some existing slider, or into a new one , check my screenshot http://screencast.com/t/J6DGIPtI

Also, make sure to read this for full Qode Slider instructions: http://bridge.qodeinteractive.com/documentation/8-qode-slider/

Note please that this slider can only be used into Layer or Qode Slider shortcode field, and displayed on top of the page, it can’t go in the content area.

For that, you would need to use Layer Slider.

Qode

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey