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.

Hello,

Just wondering if the shopping cart here: https://bridge220.qodeinteractive.com/checkout/

CAn be re-styled as I cannot see the fields borders ?

Hi,

Yes, of course it could be set on desired way.

Best, Qode

Hi there,

I have purchased the theme, can you explain how I make the field backgrounds on the checkout page a different colour than white, at present the fields bg are white, the same colour as the page bg, so it is hard to see all the fields

Hello,

We located your ticket on our support forum and it is assigned to our agent who will respond to you asap.



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 can you reduce the height size of the header on mobile devices? I see you have 50px on your landing page using the theme… Is it possible? 2. Do you recommend a performance plugin to reduce loading speed in general? If so, which one? Thanks as always :)

Hello there,

1) Try to use this part of code with your desired hegiht value

@media only screen and (max-width: 1000px){
      .logo_wrapper, .mobile_menu_button {
            height: 150px!important;
    }    
}

and paste it in Qode Options > General > Custom Code > Custom Css.

2) Here are some general tips for speeding up your website: 1. Consider optimizing your images with a tool like this one: www.jpegmini.com 2. You can also install a plugin for cache, like WP Fastest Cache or another one: https://wordpress.org/plugins/wp-fastest-cache/ https://wordpress.org/plugins/wp-super-cache/ https://wordpress.org/plugins/w3-total-cache/ Please note that you should activate the caching plugin after you’ve finished editing the website as it may cause your pages to appear as though they are not saving the latest edits. 3. Enable gzip compression on your server. You can read more about it here: http://www.feedthebot.com/pagespeed/enable-compression.html but it comes down to pasting this code to .htaccess file located in your folder: <ifModule mod_gzip.c>mod_gzip_on Yes mod_gzip_dechunk Yes mod_gzip_item_include file .(html?|txt|css|js|php|pl)$ mod_gzip_item_include handler ^cgi-script$ mod_gzip_item_include mime ^text/.* mod_gzip_item_include mime ^application/x-javascript.* mod_gzip_item_exclude mime ^image/.* mod_gzip_item_exclude rspheader ^Content-Encoding:.gzip. </ifModule> This step is often quite helpful. 4. Leverage browser caching, read more about it and how to apply it here: http://www.feedthebot.com/pagespeed/leverage-browser-caching.html This has also proven to be helpful. 5. Use at least PHP 5.6.x or greater in order to process PHP code faster. We hope this improves your website speed some.

Best regards, Qode

Awesome, thanks for the tips! I tried the CSS code, but something else was pushing it too… on the responsive.min.css found .shopping_cart_inner & .side_menu_button with a 100px !important height, change it too and works great now. You should but and option to chenge this value, that would be great… Thanks again for the help and tips!

You are welcome. We are really glad to hear this was helpful.

Hello. I’m trying to set my columns to equal height. I’ve contacted WPBakery support, and they say it is a theme issue. Something to do with “vc_remove_param”. Does this make sense to you? How can I fix it in order to get the feature back again? Thanks.

Hello,

This feature is disabled in our theme using this vc_remove_param method. Anyhow, instead of that, we added our Qode Elements Holder element, where you could choose desired number of columns and all will have same height.

Best regards, Qode

I’m installing the most recent update as of 5/30/19 and the visualcomposer plugin is repeatedly failing. I should not have to pay for support for something that comes with the product that I paid for that should be working… help please!

This is the error I’m getting. I’m on managed wordpress with godaddy and can’t edit my file structure: – Destination folder already exists. /home/content/p3pnexwpnas08_data02/53/42638153/html/wp-content/plugins/js_composer/

Hello,

There is no need to pay support for this. This could happen when update is not performed well, or on some servers, when files cannot be overridden. Anyhow, all you should do is to go to wp-content/plugin and remove completely this folder js_composer. Then install/activate this plugin from dashboard just by following message about this plugin. That should be enough.

Best regards, Qode

Where do I find out what the latest updates are to the theme?

How to I speed up my page loading?

https://gtmetrix.com/reports/designsq.com/ztjggVbu

The GT Metrix indicates the theme’s Javascript is slow among other things.

Hello,

Here you could check our change log: http://bridge.qodeinteractive.com/change-log/ When it comes to page load time, as we could see for first response from server is waiting too long as you could see from this screenshot https://www.screencast.com/t/IP58sv09K and also there is big waiting for this emoji script https://www.screencast.com/t/wCn5Jhv58q5H We are not sure why this is happening on your website. It is best idea to contact your hosting provider to check this with them.

Best, Qode

Hi since you have released 18 version I have had a lot of problems with pretty photo.js, it is impossible to save qode options (so i can’t see the logo, images and so on). I’m a little bit disappointed since until 18 version every update worked like a charm. thanks

Hi,

As we could see, you are still using old version of our theme and core plugin https://www.screencast.com/t/9pCvjRIabXP If you updated it, please, try just to clear the cache if you are using any plugin for this, so we could see the changes, and so you could try to test this again. 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 Thanks for the reply.

Here is the code in my site. Yesterday I have disabled cache plugin.

<body class=”home page-template page-template-full_width page-template-full_width-php page page-id-15234 logged-in admin-bar no-customize-support bridge-core-1.0.6 qode-title-hidden qode-child-theme-ver-2019-05-30 qode-theme-ver-18.2 qode-theme-bridge qode_header_in_grid wpb-js-composer js-comp-ver-6.0.5 vc_responsive” itemscope itemtype=”http://schema.org/WebPage”>

I can’t edit pages (they are blank) since I get this error: TypeError: wp.media is undefined on qode-tax-custom-fields.js

thanks

We still see old version.

So, we could suggest to reach us via email again and to add your wp-admin access. 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 know my support is over, but I just had a chance to use this theme, can you help really quick? I am using the Interactive Agency (208) theme, and when I imported it, the testimonial section looks weird. See here: https://webmaniac.com.au/

Hello,

Please, try just to add this part of code:

@media screen and (min-width: 768px) {
.testimonials_c .testimonial_content {
    margin-right: 30px;
}
}

in Qode Options > General > Custom Code > Custom Css.

Best regards, Qode

Please create better documentation. It is almost impossible to recreate elements in the demos.

Hello,

Please, note that here is our Official manual http://bridge.qodeinteractive.com/ where you could also find links for video tutorials about Getting Started. You should watch demo import video and you’ll be able to get all pages from one demo website on your installation. Then, it is pretty easy to edit our content and add your own images/text instead. Additionally, for any further help, our support team is on your service at https://qode.ticksy.com/ Just open a ticket and include your wp-admin access and there and our agent will help you with any doubt you have using our theme.

Best, Qode

Heads up people. This theme has very pretty demos but good luck finding ANY info on how to use some of the features or recreate what you see in the demos.

button styles, link styles? All guess work.

Hello,

Please, note that here is our Official manual http://bridge.qodeinteractive.com/ where you could also find links for video tutorials about Getting Started. You should watch demo import video and you’ll be able to get all pages from one demo website on your installation. Then, it is pretty easy to edit our content and add your own images/text instead. Additionally, for any further help, our support team is on your service at https://qode.ticksy.com/ Just open a ticket and include your wp-admin access and there and our agent will help you with any doubt you have using our theme.

Best, Qode

Hi guys I have a problem with a menù, when the DOM is ready the menù appear with a padding, after scrolling a few it returns in the right position.

https://goblinviaggi.it/medio-oriente/giordania-classica/

Hello,

Try just to add this part of code:

nav.main_menu.left {
    left: 62px!important;
}

in Custom Css.

Best, Qode

Hi there! after last update to get version 18.0 my website doesn’t work properly, some pages ok other not at all! ,if Bridge Core Plugin is not activated works good! please help me! thanks

Hello,

Please, send us here your website link and we will check it closer. Thanks

Best, Qode

Thanks. We have checked your website but we are not sure what is not working well. We could see some errors in your console log that are related to listings, and it looks like Qode Listing plugin is not updated to latest version that is 2.0.2 And it looks like you’ve added some Custom Js that is causing some conflict https://www.screencast.com/t/garwOrF01 Please, explain the issue you are facing off further more and update all Qode plugins you are using to latest version so we could check again after. Thank you!

Best, Qode

resolved!

Hi Qode team!

What a wonderful theme :)

I know my support is over…. maybe you can help with a little CSS magic…

I have a little issue on my woocommerce product page in mobile version: the gallery does not display.

Note that i am using the shop demo 239 test site: http://prod7.lverbeeck.com/product/striped-swimsuit/

Thank you in advance!

Hello,

Thank you so much for your kind words. As we could see, you are using some third party plugins for shop. Anyhow, try to use this part of code:

.qode-product-with-gallery .caroufredsel_wrapper{
    overflow: visible!important;;
}

and paste it in Custom Css in order to see gallery on mobile.

Best regards. Qode

Hi Guys. Are you planing update for WP 5.2? thanks

Hello,

Our theme is fully compatible with latest WP version.

best, Qode

thanks

You are welcome!

Hio, there is no hover pointer when i hover links. I need the hand when I hover. Any ideas?

Hello,

In our stylesheet is added cursor: pointer for links. But, you could also try to add it manually in Qode Options > General > Custom Code > Custom Css:

a{
    cursor: pointer;
}

Qode

Hi. My comments section has gone missing. Settings -> Discussion -> Allow people to post comments on new articles is checked. Allow comments is enabled on pages. No comments section in either child them or main theme. Simply changing to a default theme (2019) show comments section and comments on those pages which have comments. Disable and delete all plugins except Core and problem persists. Disable Core and comments section is displayed. Enable Core they’re gone again. Any help on how to fix this?

Hello,

Please, reach us here support@qodeinteractive.com and include your website URL with wp-admin access and we will check it closer. Thanks

Qode

Thank you. Will do.

You are welcome!

SSL Padlock won’t show due to Issue with Logo in BRIDGE.

Please view the link below for details:

https://www.whynopadlock.com/results/cd171621-f7a5-4ef9-a138-104193adbc48

I have deleted and re-uploaded the image file as recommended in an old support thread by you but it makes no difference.

Regards Steven

Hello,

It shouldn’t happen. So, we need to suggest to check if you are using any caching system if cache is cleared?

Best, Qode

Yes. Cache is cleared. Besides, that would only stop padlock appearing on my local machine. Have you checked the https://www.whynopadlock.com link above??? This is NOT a local issue!

Hi,

We assumed it is caching on your server. Now, we checked and as we could see, you assigned your own images. But it looks like these images are uploaded before adding SSL, so now those image are server via http instead via https https://www.screencast.com/t/MY0e6hU6p Try, just to upload new image for logo now and then assign that new image to all logo fields.

Best, Qode

I want a normale menu (no hamburger menu) i use the https://bridge6.qodeinteractive.com. How can i switch

Hello,

In Qode Options > Header you are choosing desired header type https://www.screencast.com/t/2QXWVuhUPQ

Best, Qode

sorry, but i changed it, but nothing happens: http://www.raam67.nl

Hi,

Please, for any further assistance, open a ticket at https://qode.ticksy.com/ and our agent will assist you.

Qode

Hello my support has expire but I have one problem after update to Bridge 18.0.9. there is a mixed content problem. A logo is called via http. it is a logo with class popup and its called logo-urban.png. I have looked everywhere but cannot find where to change the logo. Can you help me?

Hello,

If you enable FullScreen Menu in Qode Options > Header then you’ll get this panel of options for this header type and there you’ll be able to upload your own logo image https://www.screencast.com/t/enWczLsYc

Best, Qode

that works on the top menu but I use the left menu and then the logo is still there > https://www.fullcirclestudio.nl/

As we could see, at the moment, there is just one error in console log for this image https://www.screencast.com/t/gbQphQwtGGD So, try just to upload again this image Full-Circle-Studio-Amsterdam-Pilates-Gyrotonic-Yoga.png and this will be resolved.

Best, Qode

Hi! I found some issues with Wordpress 5.2.1.. there’s any incompatibility with Bridge 18.0.9 ?? Post pages are not displaying properly :s. Here you can see: https://mediterraneanguitar.com/musica-per-a-aprendre-a-viure/ (I’ve deactivated all plugins to check and the problem continues..). All I need to know if there’s an incompatibility to come back to old version of wordpress until you update Bridge and visual composer as well. Thanks! ;)

Hello,

It is because this css is set in media query and it will be applied just for resolutions bigger then 1000px https://www.screencast.com/t/VZcONoL9IEj So, feel free to remove this media query that is set.

Best, Qode

Hi!!! OMG you’re right.. ! haha I had an unclosed bracket on a CSS class.. All I’ve been need to do is close it! haha Sorry! Thank you so much for the help! :D

Glad to hear this is resolved. Thank you for the update! You are most welcome :)

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