Discussion on Bridge - Creative Elementor and WooCommerce WordPress Theme

Discussion on Bridge - Creative Elementor and WooCommerce WordPress Theme

By
Cart 222,614 sales
Recently Updated
Well Documented

QODE supports this item

Supported

26686 comments found.

Hello!

The problem, after the update “bridge”, comments do not work in various topics.

Checked according to the instructions: https://qode.ticksy.com//ticket/1916381/ But the problem still persists, writes: No Comments Sorry, the comment form is closed at this time.

Why did they stop working? How to enable comments?

Thank!

Hi,

Ticket instructions say that you should go inside theme options > blog and inside settings > discussion, but what we asked you to check are per post options for comments. On top of that the ticket you shared is for Satellite7 theme, not for Bridge.



Support Video Tutorials Qode

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

Thanks for your quick answer.

The problem was that in addition to the inclusion of the “comments” function on the page, it was necessary to go to the page properties from the list of pages and check the box “include comments” there. This is also desirable to indicate in the toolkit.

Thank!

Hi,

we have indicated that twice already here in the comments section. We’re glad you managed to solve this!

If there’s anything else, please let us know.



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 guys, On mobile, the menu icon is too small, how to change the size? 2 ° The qode slider button on mobile is too small, how to change the size of the font? 3 ° The font in the footer is too small, where to change the size please?

Thank you very much for your precious help

Best regards, Romuald

Hello Romuald,

Thank you for reaching us!

Since author’s dashboard is meant for general inquiries and pre-sale questions, we would appreciate if you could submit a ticket to our forum and include your website URL along with wp-admin access and one of our support agents will assist you.



Support Video Tutorials Qode

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

Suggestion: I like Qode Slider’s ability to add a pattern image that lays over the background image, but underneath any actual slide content. I think it would be a great addition elsewhere in “Design Options” for other elements like rows, etc. to add contrast between background images/color and content laid on top. Thanks for listening.

Hello,

Thank you for reaching us!

This is rather a request for WPBakery, as we use their page builder for page content, but thank you for writing in. We already extended some of their features for row options, like adding a pattern background image or anchor ID. We appreciate for getting in touch and we’ll definitely write down your suggestion.



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 i installed bridge here is my link https://globalapparelllc.com/ footer is not display suddenly

Hello,

Thank you for reaching us!

Since author’s dashboard is meant for general inquiries and pre-sale questions, we would appreciate if you could submit a ticket to our forum and include your website URL along with wp-admin access and one of our support agents will assist you.



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, Google map in the contact page does not work! the location of the google map (in contact page) remains empty, and I have correctly entered the address… Can’you help me ?

Hello,

Please, check this article https://qode.ticksy.com/article/9439 where it is explained. And if you need further help, reach our support team at https://qode.ticksy.com/ and include your website URL with wp-admin access.



Support Video Tutorials Qode

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

It’s ok thanks Bests regards

You’re welcome, all the best.



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,

Can i change the logo on every page?I try this css code:

body:not(.home) .q_logo a{

background-image: url(/wp-content/uploads/2019/09/Blanche_SZENTENDRE_atlatszo_hatter_png.png); }

body:not(.home) .q_logo img { display: none; }

Thanks.

G.

Hello there,

You could achieve that only if you choose different header skin for some pages, for example you are using Light header skin in global settings, and on one page you’ll set Dark header skin. Then, for dark logo image you’ll upload different image. We hope this solution is ok.



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, I would be interested in the theme with the following layout: https://demo.qodeinteractive.com/bridge37/ – is a one page website possible with this header? Best regeards

Hello,

Yes, you could create one page website with this type of header. On this demo website, we are using Regular Header type with centered logo area.



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 have a problem that I do not understand. I would like the left menu transparent and a background image in cover. On this page, it works http://www.re-play.ch/fr/contact/, on this one no http://www.re-play.ch/fr/ – and homepage is a duplicate of the contact page :-/ this is insane.

Could you help me?

Hello,

Please, for any question like this one, open a ticket at http://qode.ticksy.com and include your website URL with wp-admin access and our agent will gladly investigate and assist you there.



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, we have a problem on our website but we don’t get it. Everytime you surf first on a page the Advanced Image Gallery will not show up: https://maisonmusitowski.com/hartmut_noerenberg/ If you reload the site it will show up. Please help us.

Hello,

This is most probably happening because of conflict of some plugin with ajax script. So, try to go to Qode Options > General > Page transitions and set No animation and save. Then test this again. If the issue persist, open a ticket at https://qode.ticksy.com and include your website URL with wp-admin access.



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 had updated theme and now in login section to wordpress show me this notice: Notice: login_headertitle ha quedado obsoleto desde la versión 5.2.0. Utiliza login_headertext en su lugar. El uso del atributo title en el logo de inicio de sesión no se recomienda por razones de accesibilidad. Utiliza el texto del enlace en su lugar. in /home/termas/public_html/wp-includes/functions.php on line 4711

thanks for you help!

HI,

This doesn’t look like it is related to our theme, since file you mentioned is default WordPress file. Anyhow, we will gladly check this closer, just reach our support team at http://qode.ticksy.com and include your website URL with wp-admin access and our agent will 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.

How can I show ‘header bottom right ’ widget into mobile menu? Currently I am showing a button into my header bottom right on desktop version.

[button size="default" target="_self" hover_type="default" link="/contact/" text="Contact Us"]

I want to show this button onto mobile version instead of header search button. How can I do that?

Thanks. You could try to add this part of code:

@media only screen and (max-width: 768px) {
  .header_bottom_right_widget_holder {
     display: table-cell;
     padding:0;
 }    
.header_bottom_right_widget_holder .qbutton{
      padding: 0 5px;
      font-size: 10px;
  }
 }

in Custom Css.



Support Video Tutorials Qode

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

Wow! It’s work perfectly. Thank you very much Qode!

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.

Hello,

There is an image on the site that is causing pages to re-direct.

Could you please let me know how to remove the reference to this image:

home-rowbackground-image-1-2.jpg?id=9

This is the information I can extract, but I can’t find where to edit the custom css that has a hard link to that image? Help would be much appreciated.

‘1529’, ‘313’, ‘_wpb_shortcodes_custom_css’, ’.vc_custom_1521733599837{padding-top: 81px !important;padding-bottom: 74px !important;background-image: url(http://www.cadcamorthotics.com.au/wp-content/uploads/2018/03/home-row-background-image-1-2.jpg?id=9) !important;}.vc_custom_1521709990349{padding-top: 130px !important;padding-bottom: 90px !important;}.vc_custom_1521714643420{padding-top: 173px !important;padding-bottom: 211px !important;background-image: url(http://bridge194.qodeinteractive.com/wp-content/uploads/2018/03/home-row-background-2.jpg?id=50) !important;}.vc_custom_1521797991979{padding-top: 24px !important;padding-bottom: 100px !important;}.vc_custom_1521718960869{padding-bottom: 150px !important;}’

HI there,

Please, reach our support team at http://qode.ticksy.com and include your website URL with wp-admin access and our agent will check this closer and assist you there.



Support Video Tutorials Qode

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

New issue on chrome where the menu bar jumps around.

Hello there,

It should be already resolved in newest version of Google Chrome, but here is solution for it https://qode.ticksy.com/article/15296



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, recently I’m having an issue in gogole chrome with centered header menus jumping on hover. I cn’t figure out what it is I’ve tried reducing menu font size and padding but no luck. Here’s what happens https://www.loom.com/share/d6b99c0da80e427d83d98afd6a230b3e any idea why this randomly started happening or how I can fix it?

Hello,

This has been actually resolved in latest Google Chrome update. Anyhow, just follow instructions from this article in order to resolve this https://qode.ticksy.com/article/15296



Support Video Tutorials Qode

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

Where can I Change ”view” in the the Portfolio preview? I want to rename it. I am using demo 83 (construction theme – one page) of the theme Bridge. Thank you

Hello,

Please, follow this part from our Official Manual in order to translate this label http://bridge.qodeinteractive.com/documentation/2-getting-started/2-4-installing-plugins/2-4-6-translating-labels-loco-translate-poedit/ That should 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.

Hi Dear Team i face some issues at bridge word press theme . when i saw demo there testimonials slider is ok but when i install demo at my bridge theme then testimonials casual goes wrong what is the issue and how to fix this please help

hers is link

https://ibb.co/xhLxdP2 https://shazahsan.com/modus/

Hello,

Please, just update our theme and all included plugins such as WPBakery page builder to latest version, since this has been fixed. Everything should be working well after.



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,

I installed the Lab theme but there are no rev sliders for this theme https://bridge151.qodeinteractive.com/ – where can i download them from? I checked the demo / xml folder and nothing is in there.

Your help appreciated Thank you Anthony Rome

Hello Anthony,

When you open this index.html file from xml export folder https://www.screencast.com/t/FtWBYJitK9 you’ll be able to download this rev slider https://www.screencast.com/t/mlKmTXdze7



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, thank you so much! I will know for next time :)

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.

Hello, I would like to buy your theme to make a travel agency website as this yours demo: https://bridge224.qodeinteractive.com/?_ga=2.215843287.1904507523.1568968524-908137936.1568968524

I would like every tour to have a choice of date, number of people and online payment and your demo does this.

Some important things for me are: - search for city + period from X to Y - if a tour is bought for a certain period, it should no longer appear in the search - do you use woocommerce to manage the tours?

Is possible with your theme?

Thanks

Hello there,

Thank you for taking interest in our theme. Glad to hear you like our Travel demo website. You are able to search by city and to filter it by month like it is shown in this search element https://www.screencast.com/t/ijCbtQuZyET5 And when all tickets for the tour are booked, tour will still be part of search results, just when you check availability for booking you’ll get info about it https://www.screencast.com/t/VB6l7wWozZD For tours payment is included PayPal if you enable it https://www.screencast.com/t/NfUOfkZE and if this option is disabled then your customer will be able to book the tour, and after you get booking reservation, you could arrange payment with him personally.

If there is any other doubt, we are here.



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,

Also I installed demo content and its not exactly same as demo page. The headings such as Brand Identity are different on https://bridge238.qodeinteractive.com/ and https://www.spiritofwomankind.com/

Could you please let me know how to fix this asap?

I want to start making changes asap.

Thanks

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.

I have logged a ticket but no response from support from last three days. Could you please follow up on this?

Hi,

We located tickets from you on our support forum, but as we could see those are submitted during weekend. It is why you waited a bit longer. Your tickets are now assigned to our agent who is working on it and will reply 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,

I tried to install demo content for 238 demo. But its stuck on 90% and never reach 100%

Tried this few times but didnt work. It gives below error: Revolution Slider Error: Slider with alias home not found.

Website is https://www.spiritofwomankind.com/

Could you please let me know how to fix this asap?

Thanks

Hello there,

Please, reach our support team at https://qode.ticksy.com and include your website URL with wp-admin access and our agent will assist you.



Support Video Tutorials Qode

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

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.

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