Discussion on Bridge - Creative Elementor and WooCommerce WordPress Theme

Discussion on Bridge - Creative Elementor and WooCommerce WordPress Theme

By
Cart 222,590 sales
Recently Updated
Well Documented

QODE supports this item

Supported

26686 comments found.

Hi,

Noticed a general bug concerning the theme Agency.

If you go to http://demo.qodeinteractive.com/bridge54/ and expand the menu on the left-hand side, the more tab rows you have in Firefox the more the menu links will shift downwards and overlap other items below in the menu.

I use Tab mix plus, where I can set Firefox to have several rows of tabs.

However, this issue doesn’t seem to occur with some of the other themes with left-hand side menu, for instance http://demo.qodeinteractive.com/bridge29/.

Just wanted to help and might be interested in purchasing.

With regards, Cross

Hi,

Thanks for the note. We will pass this on to our development team for further inspection.

Qode

Is it possible to add content underneath the home page slider?

Hi,

Yes, all content that you add to your page via Visual Composer is added bellow the Slider at the top of the page, as you can see in our demo sites: http://demo.qodeinteractive.com/bridge/

Qode

Hi. Is it possible to have the home page slider move on mouse click instead of scrolling.

Hi,

This is lot of custom behavior. We don’t have that built-in, but you can custom code it :)

Qode

Could you please lead me in the right direction with regards to achieving this kind of thing

Hi,

This would require additional coding of our theme files and extending the back-end logic to work properly. Unfortunately we are not in a position to accept any custom work at the moment, because we primarily need to focus on providing Theme Support to all customers. We hope you understand.

In case you are not familiar with programming, you could hire someone to do this for you. You could look for someone who you can hire for this kind of job at the following link: – http://studio.envato.com

Thanks for understanding.

Qode

Hello,

I have just purchase Bridge theme I want to create portfolio the same as in your demo at the following link: http://demo.qodeinteractive.com/bridge25/ But I cannot find the how to make it.

Please advice, Regards, Yosi

Hi,

To create a portfolio you first need to create your portfolio single items by going to Portfolio > Add new and there uploading your images/videos, setting up the options and adding any desired text. Please also make sure to add a featured image to each of your portfolios, as this is the image that will appear on the portfolio list.

After you have created your portfolio single items, please go to the page you would like your portfolio on from the back end and via Visual Composer add a “Portfolio List” element to the page and set the Portfolio List type to “Masonry With Spaces”: http://screencast.com/t/jl2X95Sn

Finally, to achieve the same style of the hover and buttons, please add the following code to your custom css field:

.projects_holder article span.text_holder {
  background-color: rgba(255,255,255,0.9);
}

.qbutton.white {
  border-color: #3c3c3c;
  color: #ffffff;
  background-color: #3c3c3c;
    border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

.qbutton.white:hover, .portfolio_slides .hover_feature_holder_inner .qbutton:hover {
  border-color: #b5b5b5;
  color: #ffffff;
  background-color: #b5b5b5;
}

Another option is to import the Portfolio Pinterest demo, and use it as a starting point for your site.

If this doesn’t help, please submit a ticket to https://qode.ticksy.com/ with a link to your site so our support team can take a closer look and see what they can do to help.

Qode

Hi, I am just going to purchase the theme. Few questions in my mind. Is the demo pages for all the style layout is included in the package like i am using the winery first so is it ready with the set up and everything when i purchase ?

Thanks

Hi,

You can sort your products into categories, and you can also add the sizes to the product names. You can also create products with variable attributes and add a size attribute to them. You can read more about variable products in woocommerce at the following link: http://docs.woothemes.com/document/variable-product/

You can see an example of a shop page in our theme at the following link, and you can see categories : http://demo.qodeinteractive.com/bridge/shop/

Hope this is helpful.

Qode

I will purchase it shortly :) Thanks

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

Qode

Hi, viewing my site on a mobile phone screen there are menu “burger icons” on both sides at the top. Both sides is fine, but the left one functions different that the right side one.

http://www.alkibeachvolleyball.com/

I’d prefer the RIGHT side icon functionality on both sides, how can I achieve this?

Thanks.

Hi,

Unfortunately there is no way to enable the right side functionality on both sides, however, you could hide the left menu icon and only leave the right one. The right side icon is the full screen menu. If you would like only this on your site, and would like to hide the regular mobile menu (which is the menu on the left), please add the following code to your custom css:

.mobile_menu_button{
display: none !important;
}

Hope this helps.

Qode

I am having issue with the button element, specifically the hover function. When you put the cursor over the button for the first time after the page has loaded it changes colour to the hover over colours, however if you take the cursor off the button, then put it back over it the colours don’t change to the hover colours as they should.

I don’t have this issue with the button embedded in the Contact Us form, but I am having it with the buttons I have inserted into posts with shortcode and in call to actions.

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, i’m trying to get this “Call To Action” code to span the entire width of the page… /vc_column_text /vc_column vc_row row_type=”row” use_row_as_full_screen_section=”yes” type=”full_width” text_align=”left” background_image_as_pattern=”without_pattern” [action full_width=”yes” content_in_grid=”yes” type=”normal” show_button=”yes” button_target=”_self” background_color=”#81d742” button_text=”Click Here” button_link=”http://www.alkibeachvolleyball.com/ava-2015-season-announced/”] See All 2015 AVA Events /action [/vc_row] but instead it’s stuck in the right column..

...but instead it’s stuck in the right hand column of this page: http://www.alkibeachvolleyball.com/ava-2015-season-announced/ any idea how to get it to span the entire width and get the text and button centered as it is in your demo pages here… http://demo.qodeinteractive.com/bridge/call-to-action/

[/vc_column_text]

[vc_separator type=”transparent” position=”center” up=”2” down=”0”]

[/vc_column]

[/vc_row]

[vc_row row_type=”row” use_row_as_full_screen_section=”yes” type=”full_width” text_align=”left” background_image_as_pattern=”without_pattern”]

[vc_column width=”1/1”]

[action full_width=”yes” content_in_grid=”yes” type=”normal” show_button=”yes” button_target=”_self” background_color=”#81d742” button_text=”Click Here” button_link=”http://www.alkibeachvolleyball.com/ava-2015-season-announced/”]

See All 2015 AVA Events

[/action]

[/vc_column]

[/vc_row]

Hi,

Please go to the page in question from the backend and first make sure that your page template is set to full width: http://screencast.com/t/ipgki5PAWD

Then go to edit the row you have set your call to action in, and make sure that that is set to full width also: http://screencast.com/t/alniwfGOagt2

Then edit your call to action element, and if you would like the text to be the full width of the screen also, set “content in grid” to “no”: http://screencast.com/t/AxmuR1vW

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 see what they can do to help.

Qode

Hello,

I’m trying to get a transparent footer background that works in all browsers. Currently, I have CSS that works in Firefox and IE, but not in Chrome. Is there a way to have a transparent footer for all browsers?

This is the CSS I’m using now:

.footer_top_holder {background-color: rgba(0, 0, 0, 0.6) !important;}

I can give you the link to the site or login info if needed.

Hi,

We have tested the code you sent above in Chrome and it is working on our side, as you can see from the following two screenshots:

1. Without the css: http://screencast.com/t/f06Te8nsA

2. With the css added: http://screencast.com/t/9ookZzXWG2HV

If you are still experiencing an issue with this, please submit a ticket to https://qode.ticksy.com/ with a link to your site and temp wp-admin access and also please note which browsers, browser version, and operating system you are viewing the site from, so our support team can inspect the issue and see what they can do to help.

Qode

Yes, the CSS does work. The issue I’m having in Chrome is that the transparency doesn’t show the image that is underneath the footer. I’ve submitted a ticket on your support site with screenshots that explains the matter in detail.

Okay, thanks. Our support team will get back to you on your ticket.

Qode

Hi, created with a ROW with the following configuration:

Row Type: Row— Use Row as Full Screen Section: No— Application type: In Grid— Anchor ID: blanck— Row in content menu: NO— Text Align: Left— Video background: NO— Background image: Yes 1920×530 (pg type)— Padding Top: blanck— Padding Bottom: 30— CSS Animation: blanck— Transition Delay (ms): blanck—

Within the same I have included a block of text with an inscription that position obviously over the image in the background.

Well, when I decide to enlarge the font of the character of the writing of the text block in the background image is enlarged in turn, following the enlargement of the font.

How is this possible?

Where am I wrong?

Can you help?

Best.

Luigi

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, one question, i’m using the ajax loader with my own logo, can you telling me how i set a 100% witdh and height about 80% transparency white background so the whole page will be not display on loading time, only the loading logo, THX!!

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

Hey great theme, one pre sale question it’s possible make a one page website where the menu doesn’t change the page only move the layout?

Hi,

Thanks for your interest in our theme. :)

Yes, it’s possible to create a one page site, and you can see an example of a one page site created with Bridge in our One Page demo at the following link: http://demo.qodeinteractive.com/bridge10/

Hope this is helpful.

Qode

Where can I find a list of all the image sizes for the Bridge theme?

Hi,

Unfortunately we don’t have a list of all the image sizes used. However, you can always submit a ticket to our support forum at http://qode.ticksy.com/ asking for the image size for some specific image in one of our demos and our support team will be glad to let you know.

Qode

Hello. I can incorporate the theme links from Youtube and Sound Cloud?

Hi,

Thanks for your interest in our theme. :)

Yes, you can incorporate embedded Youtube videos using the Visual Composer video player element, and you can embed soundcloud links using the Raw HTML element and inputting the html embed link from soundcloud this way.

Qode

Great! The theme has some native player to play music?

Hi,

The theme doesn’t have a native music player, but you can embedd soundcloud links, add audio via the html5 audio tag, and create audio blog posts, which you can see an example of here: http://demo.qodeinteractive.com/bridge/josh-woodward-already-there/

Qode

is there any way in backend to set body background color or image?

or I have to do it automatically on every page under row style?

Hi,

You can set a body background color or image in Qode Options > General, but this will only be visible if you set your site to the boxed layout: http://screencast.com/t/fTOadAUc

If you are not using the boxed layout, then you need to set this on a page to page basis, because the content area covers the body so even if you could set a background image or color on the body, it would not be visible from the content area.

Qode

Hello, how to receive a license to activate Layer Slider?

Hi,

Since we bought an extended license for the LayerSlider plugin, we can’t give you the purchase code of this plugin because of policy and terms of Themeforest. The plugin will work fine, and you can ignore the notice in your plugins panel asking for a license. We update the plugin through theme updates, and you will get newer versions of this plugin with future theme updates when necessary, so please wait future theme release.

Qode

merci

Hello I bought the Theme,

I want to add an social networking and some text option in the top (Above logo) only on Mobile screen. How can I do this?

Thank you

Hi,

Could you please send us the ticket ID of the support ticket you opened, so we can assign it to a member of our support team for further inspection.

Qode

Hi,

Our support team will take a look and get back to you as soon as possible.

Qode

?Honestly, PRETTY PPPPPPPPPPPPPERFECT !!!!!!!!!!!!! As usual…. I’m 7 years old on themeforest. I’ve never seen in my life as good support as you guys. Thumbs Up. Seriously. You can be proud.

Only one ticket left & i’m done ;) https://qode.ticksy.com/ticket/405329

Hi,

Thanks for the kind words. :)

Our support team will take a look at your ticket and get back to you as soon as possible.

Qode

Hi, I absolutelly love your theme, excellent job. I have one problem. Please go to: http://www.cloudistics.com From homepage, you select contact us or a job description, the page scrolls to the top and then transitions to the new page. This makes the sequence flicker and not smooth. It should go directly to the target page without scrolling to the top. How shall I do that ?

Thank you in advance for your help.

Kind Regards, Alexandra

Hi,

Please go to Qode Options > General and set the “Page Transition” field to some other animation of your choice, or set it to “no animation” if you don’t want any page transition animation at all: http://screencast.com/t/j24HFg0VX

Hope this is helpful.

Qode

Hi, I have purchased and installed bridge. When I activate the VC plugin all I get is a blank page. I then have to go through FTP to delete the plugin. At that point everything works fine again. Any ideas. I have tried multiple versions of the theme with all plugins off etc. Ticket No. is Ticket: #405167 Thanks Lee

Hi,

Our support team will take a look and get back to you on your ticket as soon as possible.

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