Discussion on Bridge - Creative Elementor and WooCommerce WordPress Theme

Discussion on Bridge - Creative Elementor and WooCommerce WordPress Theme

By
Cart 222,651 sales
Recently Updated
Well Documented

QODE supports this item

Supported

26687 comments found.

Hey Guys, Could you change the following code on your functions.php to make the Google Fonts W3C compliant.

line 186: $google_fonts_string = implode( '%7C', $fonts_array);
line 191: printf("<link href='//fonts.googleapis.com/css?family=".$default_font_string."%s&subset=latin,latin-ext' rel='stylesheet' type='text/css'>\r\n", str_replace(' ', '+', "%7C".$google_fonts_string));

I have changed this in the functions.php and it is working.

Thanks

(do you have a semi public git for this?)

Hello,

Please, reach our support team at https://qode.ticksy.com// and provide us with this suggestion, so our support team could investigate and try to improve this. Thank you!

Qode

Hey Guys, Can you add the following code to the testimonials-carousel.php to help with the non existent alt tags…

$img_alt = get_post_meta( get_post_thumbnail_id(), '_wp_attachment_image_alt', true);

and add this to the $author_image section

$html .= '<img src="'. $testimonial_author_image[0] .'" alt="' . $img_alt . '" />';

I added it to the bridge-child but it didn’t pick it up so I had to add it to the parent ‘bridge’ theme.

Thanks

Hello,

Please, reach our support team at https://qode.ticksy.com// and provide us with this suggestion, so our support team could investigate and try to improve this. Thank you!

Qode

I am interested in using your new Listing functions. Does that work with WP Job Manager Field Editor? Would it also work with FacetWP for filtering the listings?

Hello,

Glad to hear you are interested in. Yes, we are using WPJob manager plugin. Unfortunately, we didn’t test plugins you’ve mentioned so we cannot provide you with any feedback :(

Best regards, Qode

I am trying to manually update my theme and it is asking for an API token. However, whenever I try to enter the token I get an error saying the token cannot be verified. Do you know what I can do to get around this?

Hello,

Here is part for Manual and Automatic update of our theme, just follow step by step instructions: http://bridge.qodeinteractive.com/documentation/2-getting-started/2-3-installing-the-bridge-theme/2-3-4-theme-update/ and everything should be working well.

Best, Qode

Can you let me know why my logo on mobile/ipad does not link to the homepage? Amazing theme!

https://massashairstudio.com/

Hi,

It’s because of this part of code you’ve added in Custom Css field:

header:not(.sticky) .main_menu_header_inner_right_holder {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
}

So, either remove it, or add this part of code in Custom Css field, too:

@media only screen and (max-width: 1000px) {
    .logo_wrapper {
        z-index: 9999;
    }    
}

Best, Qode

thank you so much! Love this theme! code works perfect.

Glad to hear this. Thank you for the update!

Hi how are you. I have one question. I need to change the style (colors) of the arrows to navigate through portfolio items (https://puu.sh/B2VlR.png) and i cant find where. Can you help me?

Thanks!

Hello,

For this icon is used an image. So, if you want it in some other color, best idea is to create desired image and upload it with the same name ‘portfolio_list_button.png’ on this path: wp-content\themes\bridge\css\img\portfolio_list_button.png .

Best, Qode

Oh thats perfect. Thanks. Anyway my client don’t need to change that right now, so i will have it in mind for the future!

Thanks for all.

You are welcome. Great.

Why, if i move my website i loose all portfolio images? I tried with the wordpress import plugin but it doesn’t work and it is a serious problem beacuse i have several images.

Hello,

Yes, your reply is correct. And here are step by step instructions how to do migration https://www.wpbeginner.com/wp-tutorials/how-to-move-wordpress-to-a-new-host-or-server-with-no-downtime/ Best, Qode

Thanks and congratulations, i think Bridge is still the best wordpress theme i ever bought.

Thank you very much for these kind words :) We are so glad to hear this!

Is there something wrong with your theme? We uploaded demo 231. We have no spacing between rows (secondary row within main row), some are negative making elements overlap.

Also, the angled background does not work

Hello,

We have just checked and it looks like this demo import is working well for this demo site. So, please, open a ticket at https://qode.ticksy.com/ and include your site URL with wp-admin access and our agent will help you there.

Best, Qode

Hi Just downloaded and tried to upload theme it is giving me an error…saying link is expired or something, I contacted my hosting provider and they said there is something wrong with the theme… can this be fixed please

Hi,

Please, just follow this part of our Official Manual to install our theme via FTP http://bridge.qodeinteractive.com/documentation/2-getting-started/2-3-installing-the-bridge-theme/2-3-2-ftp-installation/ For any further assistance, our support team is on your service at https://qode.ticksy.com/ Best regards, Qode

Hum, just for me, sorry. I solved

Demo sites should be working well now, since issue with servers uis resolved.

If there is anything else, please, let us know.

Best, Qode

Hi, does the landing page demo contents such as “filter by” menu section and “portfolio” exactly the same at http://bridgelanding.qodeinteractive.com/?

Hello,

May we ask you to explain this further more? We are not quite sure what is your question here. Thanks

Qode

Hi, here you go https://www.screencast.com/t/GENr2LcR. Does it available with Qode import? Tq.

Hello,

This part is added just for purposes of our landing page. But, you’ll will of course get filtering by categories option for Portfolio lists, here is an example http://demo.qodeinteractive.com/bridge/portfolio/gallery-style-condensed/two-columns-grid/

If you want to style it just like on your screenshot, it could be done with some custom css coding.

Best, Qode

Hi there, I have an issue with translation of “No products in cart.” in shopping_cart_dropdown” widget.

I works only on home page. Have a look at http://dystrybutordobra.pl On homepage it is translated “Koszyk jest pusty.” but on every other pages there is still in english.

Any idea?

Hello,

You can translate labels with poedit software, or you can try to use https://wordpress.org/plugins/loco-translate/ . If you continue to have problems, please submit a ticket to our support at https://qode.ticksy.com so our support can check this on your end. As we could see, you are using some third party plugins additionaly, so if you are still facing this issue, please, reach our support team at ticksy and they will investigate. Thanks

Qode

Hi! I’m currently using your Freelancer theme but I am having trouble setting up the contact page. For some reason, when a submission is made, the email I receive just contains this:

“From: [your-name] <[your-email]> Subject: [your-subject]

Message Body:

I’d like to continue using the Contact 7 form that’s designed for this theme, but how can I set it up so that I can see the name, email & message of whoever is filling it out on my site ?

Any help is appreciated.

Hello,

If you done it on that way, then everything should be ok. You are adding tags you want to see in your email, such as name, mail, website maybe, message body of course. For further assistance, feel free to reach our support team at https://qode.ticksy.com/ and include your site URL with wp-admin access.

Best regards, Qode

The screenshots that you sent aren’t the same as the contact form that’s uploaded on this theme. For the Freelancer theme, the tags are:

Form:

[text text-322 placeholder “gimme yr name”] [text text-322 placeholder “e-mail”] [textarea textarea-836 placeholder “write here”] [submit “Go”]

Mail:

To: lourdesukari@gmail.com From: [your-email*] <wordpress@lourdesukari.co> Subject:[your-subject] Additional Headers: Message Body: From: [your-name] <[your-email]> Subject: [your-subject]

Message Body: [your-message]

— This e-mail was sent from a contact form on Lourdes Sukari (http://lourdesukari.co) Yet it doesn’t work when I test the form. What you are showing me is for a contact form I don’t want to use. I’d like to use the form that is customized for the theme.

Hi,

Just generate different text tags and email https://www.screencast.com/t/aLi73y0Jh and then you should use those tags in mail tab. CF7 will tell you which are used tags https://www.screencast.com/t/Hj2UdjTljh Best, Qode

Hey guys,

I loved the template on the link below, I would like to use for my project. However, along with the blog capabilities, I will also sell a physical book in the website. So two questions arise:

- Can I link the template with Woocommerce? - Do you have a sample “product page” on that theme?

http://bridge164.qodeinteractive.com/contact/ Thank you.

You are welcome. You can find helpful tutorials regarding localhost installation like this one https://premium.wpmudev.org/blog/setting-up-xampp/

Best, Qode

Thanks!

You’re welcome!

I would like to purchase the theme but before I want to know if any plugin for “special needs people” is compatible with. In the below link you will find some plugins for accessibility: https://wordpress.org/plugins/tags/accessibility/. Is any of them compatible.

Hello,

Thank you for taking interest in our theme. Unfortunately, we didn’t test our theme with some of these plugins so we cannot confirm compatibility.

Qode

Thank you for your quick response. Could you please inform me if you have to suggest me any other accesibility plugin compatible with your theme, which supporting the greek language?

Hello,

You are welcome. Please, note that all labels are translatable so you could make whole website in Greek. It could be translated using poEdit software, or some plugin such as LocoTranslate. Or if you need multi language site, you could use WPML.

Best, Qode

Hello, pre-purchase questions, in woocommerce.

Can I customize and modify the checkout form, I mean incorporate custom fields and the elimination or addition of rows and columns? Add a shipping form which has a calendar to select dates?

In woocommerce, all countries with cities for local shipping configuration are enabled?

The visualization on mobile devices is resolved? Is it optimized for any mobile device? I have read comments that there are flaws in visualization on mobile devices and in the woocommerce version.

Is it possible to configure this theme for a beginner who does not have coding knowledge? What is the latest updated version of woocommerce?

Can you translate the theme and support into Spanish? Super important to me.

I appreciate all the answers.

Thank you very much

I had sent my question in Spanish, and I receive an email that will be sent again in English.

If this is the case for support, will I always have to make inquiries in English? I need Spanish and if the subject can be translated as well as the support?

Hello,

Thank you for taking interest in our Bridge theme. We will try to answer on all your questions, although most of those things are related to WooCommerce and to our theme. - There are some addons for this purpose you could try with https://woocommerce.com/products/woocommerce-order-delivery/ When it comes to fields. woocommerce allow overriding of checkout fields, and you are able to do it using filters. - Here you could check more about shipping zones https://docs.woocommerce.com/document/setting-up-shipping-zones/ - Yes, our theme is fully responsive. Feel free to check any demo you like on mobile device. - Yes, you don’t need coding knowledge. It is for WordPress beginners, too. We have great documentation with video tutorials you could check here http://bridge.qodeinteractive.com/ Latest WooCommerce version is 3.4.3 and Bridge is compatible with it. - Yes, you could translate theme in Spanish. When it comes to help from our support team at https://qode.ticksy.com it is in English.

Our support team will gladly help you to setup your site within our theme. We hope this is helpful, and if there is any other doubt, please, let us know. Thanks

Qode

Hi Bridge,

Is it possible to have a “plus sign” (icon) in the menu header. (when viewing the website on desktop screen)

When there is a “2nd Level Menu” so the visitors of the website will see immediately there is a second row in the menu header.

Doesn’t matter what kind of icon or sign it is.

But it has to be clear that there are more pages under the category: Cursussen

It’s about this website: https://www.ghion.nl/

Hello,

We tried to explain in first response. Just go to Appearance > Menus and there under each menu item you could choose Icon pack and icon that will be next to menu item label.

Best, Qode

Hello Qode,

There is an icon next to a menu item label, but the icon is on the left side. I would like to have the icon on the right side of the menu item label.

Is that possible?

If you add this part of code in Custom Css:

nav.main_menu>ul>li>a .menu_icon { 
 position: absolute; 
 top: 50%; 
 transform: translate(0,-50%); 
 right: -5px; 
}

icons will be on the right side of menu items label.

Best, Qode

Hello. I am trying to download the alternative band demo, however it was not loading. I’ve been going through previous comments to see what PHP setting i should have it on and got my host to increase it but it isn’t working. And nothing else is working for me that you guys suggested it is stuck at 80%

Hello,

We located your ticket on our support forum and it has been assigned to our agent who is working on it and will gladly help you with import part.

Best regards, Qode

Hi, I have been using demo of bridge theme and its great theme but would like to purchase full theme and have few question, do you have any live chat support where i can chat withh yor support team or give me detail of the following:

A. Purchase of Qode Bridge theme comes with visual composer plugin and other required plugin or i need to make purcahase of plugins. B. Can i use it in creating multiple website.

Hello,

Thank you! We do not have live chat support, but here is our support forum https://qode.ticksy.com

A) All required plugins came bundled within our themes, so there is no need for separate purchases.

B) By regular licence terms, one licence is for one domain https://themeforest.net/licenses/terms/regular

If there is any other doubt, please, let us know. Thanks

Qode

Hello again,

I have made a purchased of your theme and i try to install but i have some problem which i want to discuss privately and for that i send a request for support through private ticket and i have got no reply or support till now..

Hello,

Glad to hear you’ve purchased Bridge. We located your ticket and it has been assigned to our agent who already answered. Please, check whole response on ticksy.

Best, Qode

demo site is down

Hello,

Thank you for writing in! We are sorry for this temporary issue with our servers. We have already reported this to our hosting company. We are taking business seriously, and we got feedback that this will be resolved for the 24hours from creation of report for the issue. We need to ask you to be patient and you could try to check again soon, since servers should be available. Thank you!

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