Discussion on Bridge - Creative Elementor and WooCommerce WordPress Theme

Discussion on Bridge - Creative Elementor and WooCommerce WordPress Theme

By
Cart 222,591 sales
Recently Updated
Well Documented

QODE supports this item

Supported

26686 comments found.

Hi,
I like this great theme. :-) a remark:
I have tried your demo site on more mobile device.
Do you know that there is nothing under the “demos” menu?
I can see just a grey line there.
On PC alright. Here i can see the submenu of demos.
Is it a bug or ?

Hi,

Thanks for the note. :) This has been intentionally disabled for mobile on our demo site due to the extremely large amount of menu items (demos) which would open in the mobile menu if it was enabled, and it would not be very practical for users to scroll through such a large list.

Qode

Thanks,
I understand this but I would like to try your demo pages on mobile device.
Maybe you should place this in the main menu:
http://demo.qodeinteractive.com/bridge/demos/
And we can see your all demos on mobile devices. :-)
Before i would buy this theme i want to see it is working on all device perfect.
It is very important for me.

An other note:
Some fullscreen pages (eg: bridge54, 64) does not work well on mobile “Chrome” browser.I can’t scroll the home page. But it is working perfect in the built android browser.
And if i want to turn to landspace, these pages are total disintegrated. You can check it on an android mobile device.
Maybe is it some compatibility problem?
Regards, Attila

Hi,

Thanks for the feedback. We will pass on your suggestion regarding the “Demos” menu item to our development team for futher consideration.

Regarding the issue with the fullscreen sections demos in Chrome on mobile, we have notified our development team, and they will take a look at this issue to see how it can be solved.

Qode

Hello

For my portfolio page I am using the hover text type. I would like to remove the “view” button and tried to insert the following code in the custom css field in qode gereral:

.projects_holder.hover_text article a.preview { display: none; }

Unfortunalty it´s not working. Can you help me out on this?

Thanks!

Ulli

Hi,

Please try by adding the following code to your custom css field:

.projects_holder article a.preview {
  display: none;
}

If this doesn’t help, please submit a ticket to https://qode.ticksy.com/ with a link to your site and temp wp-admin access so our support team can take a closer look and help you out with this.

Qode

Hi, the Home page Slider images are not resizing when viewed on the smaller Mobile phone screen. I used this demo site as starting point: http://demo.qodeinteractive.com/bridge63 ..which DOES resizes correctly on Mobile. Here is the Home Slider that’s NOT resizing correctly on Mobile screens: http://www.alkibeachvolleyball.com/ ...any ideas on what might be going on?

I figured it out finally… there was a height setting in the slider short code. i deleted the height setting and that fixed it.

..but still the whole WIDTH of the Slider image is NOT showing on mobile phone screens, it cuts the images off in width… what could be causing that? I did not see a WIDTH setting in the slider short code..

Hi,

Could you please submit a ticket to https://qode.ticksy.com/ with a link to your site and temp wp-admin access so our support team can take a closer look and see what they can do to help.

Qode

Hi, is there some custom css I can use to centre VC “button 1” on a page? This option is not there as the VC Button1 defaults to left position on the page.

thanks

Hi,

You can set an element to be aligned in the center of a row by going to edit that row and in the row options setting the alignment to “center”: http://screencast.com/t/ivfWLm0XmPs7

Hope this is helpful.

Qode

Hello,

When using the sticky divided heading, is it possible to have the logo stay in place after scrolling? I notice that the logo disappears and I need it to remain.

Thanks.

Thanks for the code. I’ve had to modify it a bit for my site due to some previous changes but I’m still not able to get it working 100%.

Is it possible to have the sticky divided header remain fixed instead of it switching to the smaller header on scroll? So the initial size of the header and logo will stay on load and scroll.

Hello, Do you have any Ideas on how I can get the sticky divided menu to remain fixed?

Hi,

Unfortunately there is no option for a fixed divided header in our theme, however, you could try by setting the scroll amount for this header to 0, and setting both the initial height and the height after scroll to the same number so the header always stays the same size: http://screencast.com/t/yLK15l5Yrfc

Hope this is helpful.

Qode

Hi Guys, I am working on sample of website for potential client that needs to be ready by tomorrow….when I upload my own logo I get this error message

Warning: getimagesize(/var/chroot/home/content/40/8451340/html/wp-content/uploads/2015/03/GoRoma-web-size.png) [function.getimagesize]: failed to open stream: No such file or directory in /home/content/40/8451340/html/dragonflydanes/wp-content/themes/bridge/title.php on line 72

Please help me…

Hi,

Please submit a ticket to our support team at http://qode.ticksy.com/ and they’ll point you in the right direction in order to resolve this issue.

Qode

Hello

Looks like I am slowly coming to light because I start from scratch.

I have so many other questions

the blog andd contact page, the information don’t have space with the menu bar. How can I do this space?

And if I need insert code, where?

Thanks

Hi,

This really depends on your site layout. Could you please submit a ticket to our support team at http://qode.ticksy.com/ so that they could have a closer look and see what needs to be adjusted? Thank you.

Qode

Hi! Can you take a look at this ticket plz? #401378. It’s a simple private question that require only 1 minute to answer :)

And.. have a nice day Qode :D

Hi,

We’ve assigned this ticket ID to a member of our support team. They’ll get back to you on your ticket as soon as possible.

Qode

Thank you Qode. :)

You’re welcome :)

Qode

Hi, we have a problem with forms.

On iOS a text is visible in the gravity form, which should not be visible.

The text is: “Dieses Feld dient zur Validierung und sollte nicht verändert werden.”

My translation for you: “This field is for validation and should not be changed.”

Gravity gave us the following answer: Richard replied Mar 26, 5:16am Hi Joerg, The honeypot field should be hidden by the form stylesheets, as it isn’t it indicates the mobile theme is preventing the form stylesheets being included, you’ll need to contact the theme developer to find out how to prevent that from happening.

Can you help us, to hide the text? We need to go online with the website tomorrow!

Thank you very much for your support.

Best regards Joerg

Hi Joerg,

Please submit a ticket to our support team regarding this issue at http://qode.ticksy.com/ and they’ll get back to you on this as soon as possible.

Qode

Hi there, first: great theme, thank you! my problem: i can’t get the layer-slider full-width with the “full screen sections” template. there is a border to the left of the slider and it won’t resize responsive. i´ve imported sliders from flat-theme and from business-theme for testing. see: http://wordpress.blick-reich.de/?page_id=14833 any ideas?

Hi,

Thank you for the kind words.

Try using this CSS code to set the padding to zero on this particular page.

 body.page-id-14833 .full_screen_holder .full_screen_inner.fullpage-wrapper > .vc_row:first-of-type .fp-tableCell .vc_col-sm-12 {
    padding-left: 0 ;
}

Paste this CSS into WP Admin -> Qode Options -> General -> Custom CSS field.

As for the responsiveness issue, try modifying the settings in LayerSlider’s options in WP Admin -> LayerSlider WP -> Your Slider -> Slider settings:

http://screencast.com/t/NBFybxZujn4t


For further guidance of using this plugin please refer to the official documentation:

http://www.docs.purethemes.net/sukces/layerslider/documentation/documentation.html


Hope this helps.

Qode

Hi,

I would like to see in the header menu the icon about the card page. Can you help me ? Best.

Luigi

Hi Luigi,

Are you looking for showing the add to cart icon? If so, please go to WP Admin -> Appearance -> Widgets and in Header Bottom Right widget area place the WooCommerce Dropdown Cart widget – http://screencast.com/t/viouB3Zsu6CS

Hope this helps.

Qode

Could someone please let me know how to change heading font sizes? In the Qode options I can change their font style, color, line spacing, but not the size, it always stays the same. I even tried adding custom CSS code to set heading height, no luck. Can someone please help me? Thanks.

Hi,

Please go to your WP Admin -> Qode Options -> Fonts and you’ll have the Font size property for each of the Headings available:

http://screencast.com/t/T7UkWW9P

Also, note that you have to enter the absolute numeric value – for example 36 for 36 pixels, omitting the ‘px’ at the end.

If the issue persists, please submit a ticket to our support team at http://qode.ticksy.com/ with temp WP Admin access included and they’ll have a closer look at your settings in the back-end and help you resolve this.

Qode

Thanks for your reply. The Font Size property doesn’t seem to be working for me, and I have not been including the px, just a number. I’ll open a ticket as per your advice, thanks.

You’re welcome. :) Our support team will get back to you on your ticket.

Qode

Great theme! I was wondering how I am able to change the hover colour of the arrow on the right on the homepage.

It’s the one that appears when you scroll down and it’s function is to bring you to the top of the page.

I like it, but don’t know how to change the hover from orange to something else :)

any help would be much appreciated, thanks

Hi,

Could you please be a bit more specific of the demo you’re trying to modify?

If you’re referring to a Full Screen section template in one of our demos please paste this additional CSS code into WP Admin -> Qode Options -> General -> Custom CSS field:

.full_screen_navigation_inner i {
    color:#259fa8 !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.full_screen_navigation_inner:hover i {
    color:#000 !important;
}

And set the color values to your preference.

Feel free to follow up on this if needed.

Qode

Hi, great job, I am interested in buying, just let me know if I can implement a site like the one shown in the accompanying images and if the support. http://1drv.ms/1N5xfrg and http://1drv.ms/1CQ7a06 Greetings.

Hi,

Could you please send us your ticket ID?

Qode

hello, without the intention of causing trouble I would like to comment that before buying the theme prompted with the might mount a site according to specific images and their response was that they could easily implement the situation is that I could not move and I have applied for support via ticket # 402099, have answered me after 3 days but the signs have not worked for me, I resent replicates the ticket and I have no answer, please indicate to me when I will have one efciciente solution to my needs. Greetings.

Hi,

We have assigned your ticket to a member of our support team. They will take a look and get back to you as soon as possible. Please note that our support team is replying to all tickets in the order that they arrive into our ticketing system, and when the ticket is answered to it is pushed to the bottom of the line. Thank you for your patience.

Qode

I would like to compose a row like this http://snag.gy/YqajO.jpg 2 columns without space and the yellow box also an empty box but with same high as the image in the responsive ways.

Hi,

Simply create a Row element and use a two column division of your preference. Add a single image shortcode to one and empty space shortcode to another and adjust the heights of them so that they match. You can manipulate responsiveness further in the Width & Responsiveness tab of each column:

http://screencast.com/t/3YFVPutvI

If you need any further assistance regarding this matter please submit a ticket to our support team at http://qode.ticksy.com/ and they’ll have a closer look and see what needs to be adjusted.

Qode

Perfect! I would only know how to make this two box with no spaces between them. thanx

You’re welcome. Glad we could help. :)

Qode

I have a customised child theme and I am trying to update Bridge from the January version to the most recent one. The update breaks my child theme. The child theme is now active but the site looks like the main Bridge theme. I had to restore a backup. I tried it 3 ways: 1. auto-update 2. deleting Bridge folder and uploading the updated zip file through Dashboard 3. deleting the Bridge folder and uploading the updated folder with FTP.

Everytime the child theme “dies” although it stays on the server.

The custom CSS code in the child theme seems to stay OK but it has no effect. Please tell us how to update child themes.

Apart from that I like the theme very much, I did many customisations but now it looks exactly the way I wanted. I just need to be able to update it.

Can it be an interference from a security plugin? (I have Wordfence, Sucuri, iThemes)

Hi,

Please submit a ticket to our support team at http://qode.ticksy.com/ with your temp WP Admin access included and they’ll have a closer look at what might be the issue here and see what they can do to help you resolve this.

Qode

How could I put a carousel with Youtube videos in each carousel item? I tried using the “Qode Elements Holder” element, but I couldn’t get it to slide. I need like 3 columns with YouTube video’s in each, then slide to 3 more video’s. How can I do this using Bridge?

Hi,

Unfortunately there’s not an option to achieve this horizontal sliding effect with video content. What you could do is to have 3 videos slide vertically. Perhaps by using the Full Screen Sections template and in each of the two Rows set to be used as Full Screen sections have three columns holding a video.

Hope this helps.

Qode

What topic would you recommend to sell digital files to Dawnload (especially photos) like the original Bridg demo thank you very much and hopefully answer

Hi,

Thank you for your interest in our theme :)

All our theme demos feature available WooCommerce shop integration so it is really up to you and the demo design you find to be the most appealing and will match your product identity.

Qode

Hi i’m about to purchase, but is it compatible with yahoo hosting ? thanks

Hi,

Thank you for your interest in our theme :)

We’ve not tested our theme with this exact hosting and therefore cannot recommend you using it nor guarantee for full compliance. However, coming from the end users, our theme works fine with all the major hosting providers out there.

Feel free to follow up on this if you have any further questions.

Qode

Hello,

A couple days ago, my website (http://revocrete.com) started to do an infinite loading animation on the Gallery and Contact us pages on both english and french. The weird thing, is that is was working perfectly right before.

Also, on mobile the website display the shortcodes if I’m not mistaking. Here’s a screen shot : Mobile Revocrete problem.

Thanks and have a nice day!

Hi,

From the look of it one of the plugins that came with JetPack might be causing this. Could you please go to your WP Admin -> JetPack and disable one by one and check your site on a mobile device as you go through with this to see if that is the issue?

Let us know how this goes.

Qode

Hello,

Both problem have been fixed! I had to deactivate some plugins that my clients was using with facebook.

Thanks again!

We’re glad the issues have been solved. :)

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