Discussion on Bridge - Creative Elementor and WooCommerce WordPress Theme

Discussion on Bridge - Creative Elementor and WooCommerce WordPress Theme

By
Cart 223,405 sales
Recently Updated
Well Documented

QODE supports this item

Supported

26721 comments found.

Used Bridge -one thing to note -it has so many JS files, you should add the options to toggle them.

Hello,

We improved our code to meet latest coding standards. We need to separate static and dynamic code and code that is under Bridge core or other plugins and those that is generated from theme code. Thanks for understanding.



Support Video Tutorials Qode

Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

Please! integrate with Elementor! and join best design to best builder!

HI,

Thank you for writing in and suggesting this. As a matter of fact, we are working on it currently since we have plan to integrate it with our theme :) Stay tuned!



Support Video Tutorials Qode

Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

Hello, in the options you can put the color of the header on the mobile, this is always the same on all pages. Is it possible to have the same color as in my desktop website where each page has a color?

Thk´s

This is my favorite theme

Hi,

Well, there is no option for that, since for mobile could be chosen one background color for header area. But, you could add custom css for each page. If you need further help with this, please, let us know. Thanks



Support Video Tutorials Qode

Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

Thks´I will be interested , I need further help with this

You could send us here your website link and we will provide you code for one page.



Support Video Tutorials Qode

Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

hi i would like to upgrade my Bridge version. Version today : 14.5 i tried with the latest version, an nothing works.

if it possible to have version 15.0 ?

Hello,

Latest version of our theme is 18.2 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.



Support Video Tutorials Qode

Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

Hi, once purchased with the regular license the theme can be used just for one website? Or I can use it multiple times? Thanks

Hello,

By regular licence terms by Envato, you are able to use one licence of the theme for one website. You are welcome.



Support Video Tutorials Qode

Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

Is there a way for people to claim a listing on the directory/listing posts?

Hello,

We included compatibility for this extension https://wpjobmanager.com/add-ons/wc-paid-listings/ that should be what you’re looking for. So, feel free to check the link above and explore included possibilities.



Support Video Tutorials Qode

Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

Hi, my google analytics stopped working. My ID is pasted where it should be in Qode Options > General. Can this be related to bridge or what? (www.spinazzegroup.com)

Hello,

As we could see you are using latest version of our theme, but you didn’t update Bridge Core plugin to latest version. Please, just go to Install > Plugins and update this plugin to latest version. On that way we will be sure that everything is fine with the code of theme. And when it comes to GA, it is not related to our theme, but if you need further help, just reach our support team at http://qode.ticksy.com Just open a ticket and include your website URL with wp-admin access and our agent will check it closer. Thanks



Support Video Tutorials Qode

Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

Hi there. Is it in your plan to integrate elementor in your theme?

Hi,

Yes, we are working on it. It should be added for some of our future updates. Stay tuned :)



Support Video Tutorials Qode

Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

Hi. Pre-purchase question. Can I have multiple layouts installed within the same website? Meaning two layouts in 1 website?

Thanks in advance :).

Hello,

Thank you for taking interest in our theme. You can mix and match features from different demo sites,as all of them are created from same theme :)



Support Video Tutorials Qode

Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

I cannot update the Layer Slide plugin included in Bridge Theme because I cannot find the purchase code in the documentation files. Please advise. Thank you

Hello,

There is no need to activate any plugin that came bundled within our theme using purchase code, and here you could find more about it: https://qode.ticksy.com/article/9426 And here is explanation how to update our plugins http://bridge.qodeinteractive.com/documentation/2-getting-started/2-4-installing-plugins/2-4-8-updating-plugins/ If you need any further help, reach our support team at https://qode.ticksy.com/



Support Video Tutorials Qode

Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

My Side Area isn’t working on mobile.

After than I updated the theme and plugin, it`s hid.

When I turn it off the plugin Bridge Core it`s working, but the site disfigurement.

https://ibb.co/sHdtfC7

site: sistemicoschool.com.br

I have no support, but if it is simple can you guide me?

Thank You

Hi again,

Try just to add this part of code in Custom Css:

@media only screen and (max-width: 768px) {
.has_header_fixed_right.stick.menu_bottom .header_inner_right {
    display: block;
}    
}



Support Video Tutorials Qode

Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

Now it’s working. Thank you! :)

You’re welcome.



Support Video Tutorials Qode

Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

hi there, i need an help as i have not any more control of the colors of the theme. I cannot select and change it. pls check this https://nimb.ws/oVyMXr could pls help me to solve it? the site is: www.workshopdifotografia.com thanks

Hello,

As we could see, there is some error in your console log. Please, try to deactivate all third party plugins you are using and then check this again. If the issue exist, reach our support team at https://qode.ticksy.com and our agent will gladly assist you. Just include your wp-admin access in your ticket. Thanks



Support Video Tutorials Qode

Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

Hi there,

Please could you add this to bridge-core/modules/shortcodes/shortcode-elements/_carousel/functions.php

$terms = get_terms('carousels_category');
if ( ! is_wp_error( $terms ) ) {  // new
    $count = count($terms);
    if ( $count > 0 ):
        foreach ( $terms as $term ):
            $carousel_output[$term->name] = $term->slug;
        endforeach;
    endif;
} // new

If you disable the Bridge custom post types, get_terms('carousels_category') returns WP Error which is uncountable in count($terms)

Hello,

Thanks for this suggestion. We will check this closer and if it is ok, we will add it in our future theme update.



Support Video Tutorials Qode

Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

Hi Qode! Quick questions…

1. How does the Smooth Scroll work, where or how can you tell the difference when it’s active or not? 2. Is there a way to diactivate it just for some elements with css overflow-y:scroll;?

Having this option active, it disables mouse wheel scroll from element with the overflow css.

Thanks as always!

Hello,

It is combination of css scroll behavior and jQuery animation and it could be either enabled or disabled. There is no option for partially enabling.



Support Video Tutorials Qode

Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

Hello, after the latest wp rocket and bridge updates it’s caused my qode sliders to break when the lazy load is enabled. I have been using this theme and wp rocket for several years and have never had this problem in the past. I have disabled the lazy load feature until you’re able to figure out the bug. Thanks

Hello there,

Please, send us here your website link so we could check this closer. Thanks



Support Video Tutorials Qode

Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

Seems like a bug in Options > Fonts > Page Text Above Title If you set the font there it doesn’t work. If I inspect CSS it gives me this:

.title .text_above_title { color: #f9f9f9; font-family: ” PT Sans&quot: ; font-weight: 800; font-style: normal; text-transform: uppercase; }

I selected font in Options > Fonts > Page Text Above Title, but it doesn’t change because of the &quot in font-family error.

Hello,

Thank you for reporting this. Try just to add this part of code:

.title .text_above_title {
    font-family:cursive;
}

in Custom Css with your desired font-family. And we will add fix in next theme update.



Support Video Tutorials Qode

Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

will i be able to use different landing pages on my different pages ?

Hi,

Thank you for writing in. You are able to set on more then one page to have Landing page template so those pages will be without header and footer area https://www.screencast.com/t/IhFaK2Eb49ht But if you want to enable maintenance mode, you’ll be able to choose just one page to be your coming soon page https://www.screencast.com/t/pjF0RIMAvfE

If there is anything else, please, let us know. Thanks



Support Video Tutorials Qode

Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

Hi I edited woocommerce/single-product/add-to-cart/variable.php file in the main theme. But i want to do this in child theme? Will it work if i copy variable.php file to child theme folder? Could you please help? Thanks.

Hello there,

Here you could find more about editing WooCommerce files inside child theme https://docs.woocommerce.com/document/set-up-and-use-a-child-theme/

We hope it will be helpful.



Support Video Tutorials Qode

Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

Hello,

This is title background image. So, just go to edit this page and under Qode Title panel, upload your desired image https://www.screencast.com/t/0DWdpxUQHX



Support Video Tutorials Qode

Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

Guys, I repurchased my support but I cant respond to tickets. I’ve tried logging in from multiple browsers. Please advise!!!

Hello,

Try just to clear the cache on your browser, since latest info when your support period is expired is remembered there. Or, just visit http://qode.ticksy.com from new browser and it should be resolved.



Support Video Tutorials Qode

Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

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