Discussion on Bridge - Creative Elementor and WooCommerce WordPress Theme

Discussion on Bridge - Creative Elementor and WooCommerce WordPress Theme

By
Cart 222,639 sales
Recently Updated
Well Documented

QODE supports this item

Supported

26687 comments found.

Hi, How to make my images in qode slider responsive? Best regards, Romuald

Hello,

Please, check this part from our Official Manual.

Best, Qode

Hi, I am trying to use qodeslider for the homepage with a videobackground. IN the laptop it fits well but when you see tablet or mobile view there is a gray block tha appears. I assume this is a problem with the font/padding mobile version, but i cannot find where I can find the option to modify these options. I checked in the Qdoe options->Qode Slider playing around with the Slider Height but it didnt work…, sometimes i manage to reduce a bit the gray block but there is always the block

Hi,

May we ask you, please, to open a ticket on our support forum . Just include your site URL with wp-admin access and our agent will check this closer. Thanks

Qode

Hello, in the page that I have attached some cover boxes, that when I open it with an ipad, I do not get responsive, that is to say on the computer when passing over the image it goes to the left and the text appears but in the ipad does not move anything. How could we put it? Each cover in a line? Thank you

Hello,

Please, open a ticket on our support forum and include your site URL with wp-admin access and our agent will check this closer and try to help you there.

Best, Qode

Hello, Is there any possibitiy to make mobile header transparent or to see the logo above the slider in the mobile version? Thank you

Hello,

Try to add this part of code:

@media only screen and (max-width: 1000px) {
    .content {
    margin-top: -100px !important;
    }
    .header_bottom {
     background-color: transparent!important;
    }
}

in Custom css field.

Best regards, Qode

Hello,

Why do I get the errror below when I activate the theme?

Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in /var/www/vhosts/trusling.com/staging/wp-content/themes/bridge/framework/lib/qode.layout.php on line 3622

Hi there,

That is because of low PHP version, probably below 5.3. Just ask your host to increase PHP version or check if option is available from hosting Cpanel. It would be good to increase it to PHP 7 as WordPress and WooCommerce now recommend that version https://wordpress.org/about/requirements/ .

Best, Qode

The demo page has been down for a couple days. Any idea when this will be back up? Thanks

Hello,

Thank you for writing in! We are sorry for this temporary issue with our servers.Our hosting company unfortunately prolonged with fixing this. At the moment, everything should be working well and demo sites are up, so please, try to check again.Thank you!

Qode

Hi, i think my ip was banned from your server http://bridgelanding.qodeinteractive.com/. I can’t see your demos anyway. My Ip is 93.144.218.48 Sorry for my post out of place! Thank’s

Hello,

Demo sites should be working well now, since issue with servers is resolved. Please, check our landing page now. Thank you!

Best, Qode

Sorry, but not result for me!

Hi,

We are sorry for that. There are some temporary issue that is caused by our hosting company. We got feedback it will be solved soon. We need to ask you to be patient a while and try later to access. Thank you!

Qode

Hey There, Love this theme. Could you tell me however how i activate the add to cart animations i see in some of the demos such as URBN WEAR

Hello,

Really glad to hear you like Bridge :) We are using Product List shortcode there and important thing is to set “Info Below Image” for Product Info position option under settings for this shortcode in order to get this behavior like in this screenshot https://www.screencast.com/t/Y8mQWuBwgYEE .

Best regards, Qode

Hi,

I used google’s lighthouse tool to assess the site and it warned that the site two javascript libraries with known security vulnerabilities.

These are:

jQuery@1.12.4 jQuery UI@1.11.4

How can I fix this?

Hello,

These two files are included by default in WordPress package. If you need any further help, our support team could check. Just open a ticket here and include your site URL with wp-admin access.

Best, Qode

Thank you for your response, I’m looking at designs for a gift shop and all bridge options do not show the shopping cart when viewed on the cell phone

Hello,

You are welcome. Is is hidden by default because of lack of space on smaller screens. Anyway, using simple css code it could be shown on mobile devices, too. Please, check this screenshot https://www.screencast.com/t/kXzA6pA8 . We hope it is what you’re looking for.

Best, Qode

Hello,

On the new Trendy Blog demo (#232), the latest posts on the homepage (under the big featured post) are using thumbnails of 326×243. When I import the demo on my site, they are loading the 150×150 thumbnails and I don’t see any options to change it to a larger size.. any idea why it would be loading the 150×150?

Hello,

It depends on which type of latest post are you using. If you decide to use Boxes, it will be bigger then thumb size https://www.screencast.com/t/JY0yLw4GM30Z But you are able to set ‘latest_post_boxes’ instead of $thumb_size in this file wp-content\themes\bridge\includes\shortcodes\shortcode-elements\latest-posts\templates\latest-posts-image_on_the_left_boxed-featured-item.php if you are using type Image on a left-boxed withn featured item. Please, check this screenshot https://www.screencast.com/t/zDvVyUCFPQ1 .

That should be helpful. After making this change, just regenerate thumbnails to apply new sizes on your images.

Best, Qode

Hi,

I imported the demo from theme options for http://bridge232.qodeinteractive.com/ So it’s using “latest_post_holder image_on_the_left_boxed”

This is a fresh download/install, why would the file need to be edited?

This is the specific section I am referring to: https://www.screencast.com/t/jRHE0BoNQJ

Hello,

Please, reach us here support@qodeinteractive.com and include your site URL with wp-admin access so we could help you to get same layout. Thanks

Qode

How do i add cart icon on mobile, i see search but no cart icon?

Hello,

It is hidden on mobile because of lack of space on smaller screens. Try just to add this part of code:

@media only screen and (max-width: 420px){
    .shopping_cart_outer {
        display: block;
    }    
}

in Custom css field.

Best, Qode

I have a accent colour of pink, however on the checkout page i cant see the words total and the price, i added this custom css

.woocommerce form.checkout table.shop_table tfoot tr.order-total td span.amount, .woocommerce form.checkout table.shop_table tfoot tr.order-total th { color: #000000 !important; }

however its just being ignored, any reason why?

Hi,

Could you, please, send us here your page link so we could take a closer look. Thanks

Qode

Hi

On checkout, ive noticed the country selector is overlaying the first line of address, when i use google inspector with this css .woocommerce form.checkout .col2-set .form-row-wide { float: left !important; }

the first line of address pops, its sitting underneath the country selector, however when i add the following

.woocommerce form.checkout .col2-set .form-row-wide { float: left !important; }

to custom css, it ignores it, seems any custom css applied on checkout page is being ignored

Hi,

Could you, please, send us here your page link so we could take a closer look. Thanks

Qode

Hello. Looks like there is something wrong with the demos – I just tried importing #69 Urban Fashion and takes like 5 seconds and says complete but there are no pages or anything! Is this likely to be fixed soon?

Hello,

Please, check this article https://qode.ticksy.com/article/9420 where demo import and solution for common issue is explained. That should be helpful.

Best, Qode

PRE SALE QUESTION hi guys have this theme a page builder? Ty

Hello,

Thank you for taking interest in Bridge. Yes, our main page builder is WPBakery page builder and it came bundled within our theme. We included a lot of powerful shortcodes into it.

Best regards, Qode

Hi, another presale question. Do you have a team section in your theme so you add your info on your team in one area and then add that shortcode in other pages and it pulls through? So say you needed to edit info on one team member you edit in one place rather than every page?

Hi,

Thank you for taking interest in our theme. Team is element you could use on any page with desired set of options under this shortcode https://www.screencast.com/t/yOFhbFRfiyjU if you want to have it on more then one pages, you are able to easily copy that part for theme on another page. We hope that could be helpful to achieve your desired layout for the website purpose.

Best regards, Qode

Hi, the URL sent doesn’t work. So if I create the team member and I update it in one place will it update everywhere? Or will I have to update every page it is on?

No, unfortunately, it will not be updated on all places when you make change on one, but after creating team shortcode in desired state, you are able to copy it on other pages.

Please, try again with this link

Hi, If I purchase this bundle, will I get complete website with JS/CSS/HTMLs ? Or I can only use this with wordpress only? I want standalone themes.

Also, can I purchase a single theme in it?

Hello,

Thank you for taking interest in our Bridge theme. We are focused on development of WordPress themes, where dynamic content and easy management is offered. So, you’ll get all assets (js and css files) included. Please, note that we are not creating HTML files at all. Yes, it is for wordpress.org software.

May we ask you to explain further more this last question? Thank you

Best, Qode

Thanks for your reply! My last question is about purchasing just below theme only. http://websites.envatousercontent.com/design/bridge-simple-photography/s6gmnd/preview?layout=desktop But it seems like I have to buy whole bundle costing $59 having 376+ themes?

Is there any way I can get HTML too because my requirement is to create a standalone websites using these themes without using wordpress?

You are welcome.

You will get all demo sites included in our one theme costing $59. Unfortunately, not, since we do not have static HTML files.

Best regards, Qode

Problem with qode search (search type)

Dear agent,

We’ve noticed that there is a problem with the qode search type. When choosing for example ‘slide from header’ or ‘search covers header’ and click on the search icon and click the icon to close it again, all clickable links on the page are disabled although it shows the hand cursor icon.

I also tested it on a demo website: http://bridge16.qodeinteractive.com/

Reproduce: - Click search icon - Click close icon (or anywhere else to close the search) - Try and click random button/link

I hope this can get fixed asap. I’m looking forward to your reply,

Kind regards

Hello there,

Thank you very much for writing in and reporting this. We will check this with our dev team and try to implement fix asap. We are always working on improvement of our themes, so any feedback like this one is really appreciated. Thanks a lot!

Wish you all the best. Qode

Dear agent,

Unfortunately this problem still exists. Is there a quick way to fix this?

Hello,

Until we found better solution, you could use this part of code:

$j(document).ready(function(){
    $j('a').click(function(e){
        e.stopPropagation();
    });
});

Just paste it in Qode Options > general > Custom Code > Custom Css.

best, Qode

I am also trying to create Listing Categories. I have added two new categories, but when I attempt to add a listing, there is no Category Taxonomy. I do not see this in the meta area at the bottom of the listing either, just the “type”

Hello,

in Listings > Settings you could enable categories like here https://www.screencast.com/t/bUk4kUJhw Then in meta boxes, under each Listing you’ll see checkboxes for each created category to assign it to single listing https://www.screencast.com/t/EP9qF4ddXJ0 That should be helpful.

Best regards, 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