Discussion on Bridge - Creative Elementor and WooCommerce WordPress Theme

Discussion on Bridge - Creative Elementor and WooCommerce WordPress Theme

By
Cart 222,569 sales
Recently Updated
Well Documented

QODE supports this item

Supported

26686 comments found.

i’m sorry, but the import process get stucked in 80%, how could i solve that?

Hi there,

Repeat demo import few times and increase PHP directives if possible as explained here https://qode.ticksy.com/article/9420/ . If you still need help with import then contact our support team by submitting a ticket at https://qode.ticksy.com and provide them with WordPress admin access.

Qode

Thanks, all PHP directives were increased and the import was completed !

Awesome! We are glad to hear that you managed to import demo data by following instructions from that article.

Qode

Using qode slider how could i set the time into slides in 8 secs????

Thanks

Hi there,

Change slide animation time in its shortcode. By default it is set to 6000. You can read more about using Qode Slider in theme docs http://bridge.qodeinteractive.com/documentation/8-qode-slider/8-6-using-the-slider/8-6-3-basic-usage/

Qode

Hi,

On my contact page, under the google map, I have a grey strip that cannot make it go away. How can I remove it? Screenshot of the problem is here https://imgur.com/a/SHlEZ

Many thanx

Thank you,

Google map holder have default bottom margin, so to remove it apply custom css code below from Qode options > General > custom CSS field:

.google_map {
    margin: 0;
}

Qode

Perfect, that worked, thank u so much :)

You’re welcome,

Qode

Hi,

I love this theme. It is the best on Envato.

Could you please tell me which fonts you used to build the ‘Music Festival’ theme please?

I need to redesign some graphics and text etc

Hello,

And thank you. We are glad to hear that you love it.

That demo is using Popins and Inconsolata fonts.

Qode

Thank you.

Is that the font that is being used on the big ‘X & O’ on the revolution slider?

Hi again,

No it isn’t. It is designers work, it is image not font. It could be that font is used as starting point but but there are several adjustments on in size, weight, and proportions.

Qode

Hi, i was searching for the slider to import it and couldn’t find it, i am trying to install the demo nº 10.

Hello,

If you are referring to this demo http://bridge10.qodeinteractive.com/ it is using Qode slider, so slider will be imported when you import this demo content.

Qode

HI, i need to add the woocommerce sidebar into single product page. How could i do that???

THANKS

Hello,

Such an option doesn’t exist but it is possible by modifying single product template. You can contact our support regarding that by submitting a ticket at https://qode.ticksy.com

Qode

Hello,

Is het possible to have some dropshadow under the header menu?

after scrolling down. So I can see where the header menu ends.

Cheers

Hello,

Bottom border can be enabled from Qode options > Header, and sticky header will have shadow by default https://www.screencast.com/t/gpURFRRbCdz . If you want css shadow our support can provide you with some code for that and you can contact them by submitting a ticket at https://qode.ticksy.com

Qode

Hi guys, I’m interested in this theme.

I’d like to know: - can I turn a one page theme into a “standard website” (no one page)? - is woocommerce compatible? - is possibile combine elements of different theme layout?

Best,

Hello,

Theme is the same and all inner pages will work. Demos which are showcasing one page layout have layout on just that page and usually menu items are anchored to different sections on that page but beside that you can always use inner pages if you have need for them.

Qode

ok great, an what about - is woocommerce compatible? - is possibile combine elements of different theme layout?

Hi again,

All demos are using same theme with just different possibilities and options so all demos are Woo compatible.

Regarding combining elements since you can only import one demo at the time it is good practice to import different demos on local PC installation in order to see which options were used and then to recreate them on your live site.

Qode

How to change the header image in life-coaching page and contact page. Some pages have the header image customization and pages like these two pages( life-coaching page and contact page) have no clue about header image.Please suggest..

Hi there,

If you are referring to this demo http://bridge79.qodeinteractive.com/ , home page have Revolution slider at the top so you need to edit that slider and to change image and text to your liking.

Contact page doesn’t have header image. If this is not right demo please share a link to it.

Thanks, Qode

Hi, I would like to remove the + icon completely from Accordion. Could you pls suggest custom CSS that I can use?

Ref: https://ibb.co/gPi6Qn

Hello,

Such an option doesn’t exist unfortunately, so that needs to be done with some css code. Just contact our support by submitting a ticket at https://qode.ticksy.com/ and they will gladly assist you with this.

Qode

Thanks for the quick reply. I figured out the css, so I’m good for now. Cheers!

Glad to hear that you managed to do it by yourself.

Bests!

Qode

Do you offer a resume style section as featured in these other themes (linked below)? Thanks!

http://oshinewptheme.com/v31/ (See “experience” section) https://jevelin.shufflehound.com/elements/timeline/ http://webredox.net/demo/wp/bionick/demo3/ (See “resume” section”) http://broly.la-studioweb.com/main-freelancer (Scroll down to “my experience” section)

Hello,

There are two resume demos for import: http://bridge69.qodeinteractive.com/ http://demo.qodeinteractive.com/bridge100/

Off course you can create your own version according to your needs by combining different Visual Composer elements.

Qode

Hi,

I have problems with JQuery. I write some code on the Quode Options, some of the parts of the funtions works (#lugar1,#lugar2, all the #tipo…) the others only works if I refresh the page (#lugar3, #lugar4, #lugar5, all the process..). The code is good writted so I don´t know how to solve it.

The web is

www.uniquehouses.es

I paste here the code:

function desactivar_casa(){ $j(”#casa1”).fadeOut(500); $j(”#casa2”).fadeOut(500); $j(”#casa3”).fadeOut(500); $j(”#casa4”).fadeOut(500); $j(”#casa5”).fadeOut(500); }

$j(”#lugar1”).click (function () { desactivar_casa() $j(”#casa1”).fadeToggle(500); });

$j(”#lugar2”).click (function () { desactivar_casa() $j(”#casa2”).fadeToggle(500); });

$j(”#lugar3”).click (function () { desactivar_casa() $j(”#casa3”).fadeToggle(500); });

$j(”#lugar4”).click (function () { desactivar_casa() $j(”#casa4”).fadeToggle(500); });

$j(”#lugar5”).click (function () { desactivar_casa() $j(”#casa5”).fadeToggle(500); });

function desactivar_process(){
   $j("#casaprocess1").fadeOut(500);
   $j("#casaprocess2").fadeOut(500);
    $j("#casaprocess3").fadeOut(500);  
    $j("#casaprocess4").fadeOut(500);  
   $j("#casaprocess5").fadeOut(500);
}

$j(”#process1”).click (function () { desactivar_process() $j(”#casaprocess1”).fadeToggle(500); });

$j(”#process2”).click (function () { desactivar_process() $j(”#casaprocess2”).fadeToggle(500); });

$j(”#process3”).click (function () { desactivar_process() $j(”#casaprocess3”).fadeToggle(500); });

$j(”#process4”).click (function () { desactivar_process() $j(”#casaprocess4”).fadeToggle(500); });

$j(”#process5”).click (function () { desactivar_process() $j(”#casaprocess5”).fadeToggle(500); });

function desactivar_tipo(){ $j(”#slider1”).fadeOut(500); $j(”#slider2”).fadeOut(500); $j(”#slider3”).fadeOut(500); $j(”#slider4”).fadeOut(500); $j(”#slider5”).fadeOut(500); $j(”#slider6”).fadeOut(500); $j(”#slider7”).fadeOut(500); }

$j(”#tipo1”).click (function () { desactivar_tipo() $j(”#slider1”).fadeToggle(500); });

$j(”#tipo2”).click (function () { desactivar_tipo() $j(”#slider2”).fadeToggle(500); });

$j(”#tipo3”).click (function () { desactivar_tipo() $j(”#slider3”).fadeToggle(500); });

$j(”#tipo4”).click (function () { desactivar_tipo() $j(”#slider4”).fadeToggle(500); });

$j(”#tipo5”).click (function () { desactivar_tipo() $j(”#slider5”).fadeToggle(500); });

$j(”#tipo6”).click (function () { desactivar_tipo() $j(”#slider6”).fadeToggle(500); });

$j(”#tipo7”).click (function () { desactivar_tipo() $j(”#slider7”).fadeToggle(500); });

});

Hello,

It is probably conflict with your code and our ajax page transitions. When transitions are turned on, header and footer are not reloaded, only content get reloaded. This can cause issues mostly with some plugins because they demand their scripts to be loaded in header or footer and they are not.​ If you happen to experience this later on while you are developing your site, note that first thing to do is to turn off page transitions.

Page transitions can be turned off from:

1. general options Qode Options > General​

2. local options (when you edit your pages), note that these settings will overwrite global settings from Qode Options for specific page

3. Also you can turn off page transitions for specific pages by writing page URLs from Qode options > General > ​​List of internal URLs loaded without AJAX (separated with comma)

Also, please for additional support related questions contact our support by submitting a ticket at https://qode.ticksy.com/

Thanks, Qode

Hi, i have bought a new license of this theme some days ago and i need support but when i try to submit a ticket with my user the system tell me that my support is expired….

can you help me to solve this problem and send correctly the ticket pls?

Tnx a lot

Hi there,

It could be that account data and support period is cached by the browser so try to clear browser cache and then login to Ticksy again by authorizing with your Envato account.

Qode

Hi!

I’ve this website and the slider is not responsive at all… http://109.199.120.152/~slowlif5/ – I would like to leave just the title of the slider in mobile devices and delete the subtitle and the button, but i don’t find the class of each one.

How can i do?

Thanks!

Hi again,

Edit slider and enable advanced responsiveness https://www.screencast.com/t/kHpoNnLDXNTL and then slider will be vertically centered – see https://www.screencast.com/t/mDLESPgb

Qode

Many thanks! Great support!

You’re welcome.

Hi,

Do you have an exactly like this one, especially the header layout using your theme?
https://www.apartmenttherapy.com/local/boston

Hello,

You can center logo and menu for sticky header type from Qode options > Header https://www.screencast.com/t/fyZ6XO72o2 , and also you can use widget areas one the left and right side of the logo https://www.screencast.com/t/7liOVFWVS42 but there is no option for toggle menu button in Bridge theme.

We don’t have exact demo like referred link but maybe you can make use of this demo http://bridge89.qodeinteractive.com/ or maybe magazine demo http://bridge92.qodeinteractive.com/ where you can remove widgets which you won’t be needing and also you can change amount of columns for each news element on a page.

Qode

Well, I am more interested on the header: https://prnt.sc/if3fbr

Can your theme be able to replicate exactly like that?

Hi again,

I have explained available options and elements from magazine demo which you can use to replicate that look, but to have exactly the same layout and functionality you will need some modifications so with our of the box options this isn’t possible.

Qode

Hi, can I use this theme to have visual editor in every product page? and is there option to make review and description below the visual editor edits?

Hello,

WP Bakery page builder can be enabled for custom post types and for WooCommerce product, but you will be able to add editor elements only for product description, so if you were thinking that you will be able to create entire product page by using element, that isn’t possible unfortunately.

Let us know if you have any additional questions.

Qode

Hello there.

I am trying to test of the theme. I liked the style used in this theme set up here: www.pixelmediastudio.com but the wide menu part is all jacked up. Can you tell me what to fix here please. I imported the demo and it’s all funky. I even reset and tried to re import it but still looks goofy. It’s not displaying the 4 columns correctly.

Hello,

You need to edit 1st level menu from Appearance > Menus and to set menu type to wide.

Qode

Hey Qode, is there a way to add a default sidebar to all pages? I don’t want to enable sidebar on every page. Thanks in advance.

Hi there,

Sidebar is crucial for posts, so there is option to enable it for all blog / archive pages from Qode options > Blog, but for pages, you can enable it only from per page options and global option for this doesn’t exist right now, sorry :(

Qode

Hi, I have a onepage website and I would like to be able to click on the home link and go back on the top of the website, is it possible ? How can I do this ?

Hello,

Logo is wrapped with home page url so if you have one page site you are already on your home page so page won’t be reloaded, but if you really need that functionality you can contact our support by submitting a ticket at https://qode.ticksy.com and they will try to provide you with some JS code for this.

Qode

Hello, do you have a demo that is already RTL ready and could be imported?

Hi there,

RTL stylesheet will be loaded only when WordPress language is set to some language in RTL orientation so even if we have some demos configured like this user will need to change WordPress language in order to load RTL stylesheet. We understand that it would be good to have some RTL demo so you can see how it will be displayed but we don’t have it at this time, sorry :(

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