Discussion on Bridge - Creative Elementor and WooCommerce WordPress Theme

Discussion on Bridge - Creative Elementor and WooCommerce WordPress Theme

By
Cart 222,603 sales
Recently Updated
Well Documented

QODE supports this item

Supported

26686 comments found.

Hi, I am trying to rename the additional information tab on Woocommerce. The code below works on other themes but not yours, is the tab named differently on bridge?

add_filter( ‘woocommerce_product_tabs’, ‘woo_rename_tabs’, 98 );

function woo_rename_tabs( $tabs ) {

global $product;
if( $product->has_attributes() || $product->has_dimensions() || $product->has_weight() ) { // Check if product has attributes, dimensions or weight
    $tabs'additional_information' = __( 'Product Data' );    // Rename the additional information tab
}
return $tabs;

}

Hi there,

What you can do is to translate the label to your needs, as editing the themes files will be overwritten if you update the theme.

So please take a look at our articles about translating labels in our theme 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, this seems a bit complex just to change the name of one tab I am using a child theme so can I not just edit functions.php or edit the name in one of the Woocommerce files? Thanks

Hi there,

It is very simple to translate a themes label and a lot of our customers use this, however if you are using a child theme you may check this file in your themes folder wp-content\themes\bridge\framework\modules\woocommerce\woocommerce-config.php

https://www.screencast.com/t/WX5XzSxQ8dk4



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 – Is it possible to have typewriter effect on header text within the Bridge theme? Or do I need to look for an external solution?

Thanks!

Hi there,

For the title text there is no option for this effect within the themes options for Title. However you could use our Custom Font shortcode and create your own Header title with this custom font style. In combination of setting the header transparency and disabling the Title area. So you can make your own Title area that would be on the top of the page.



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 would like to customise the archive page URLs so that they are cleaner. Currently, for example, the one of my archive links is:

http://localhost/byap/studio/?qode-ls-main-search-keyword=&qode-ls-main-search-listing-type=88&qode-ls-main-search-listing-region=all

I’d like to change it to something like: http://localhost/byap/studio/listing-type=yoga&region=all

Is there a way that I can achieve something like this?

Hello there,

This if unfortunatley not possible within the themes option as the search functionallity needs to generate all keywords from the database and which enables you to search through all your listing types.

Achieving this will require some custom coding,and it is not under our support policy :(



Support Video Tutorials Qode

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

Ok, thanks for providing the details :)

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.

It looks like there is a piece of HTML that is being returned as a string on the Woocommerce thank you page. I’ve found where it’s coming from woocommerce/packages/woocommerce-blocks/assets/js/components/product-preview/test/index.js. The price_html is returning a string so it shows up as $ 65.00 on the front end. Is this js file required or can it be removed?

Hi there,

This is a default Woocommerce thankyou.php file that your are referring to. However that file has been modified on our end and you may find it in wp-content\themes\bridge\woocommerce\checkout\thankyou.php

And it only shows the thank you note once you have purchased your items. https://www.screencast.com/t/uHBG8AbW6



Support Video Tutorials Qode

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

All demo pages open very slowly. I completed the demo installation logo is not displayed the first time most of the time I have to constantly refresh the pages I’ve had problems for a long time there are many problems in the theme. instagram plugin is a problem. The qode slider plugin does not work most of the time. I can add comments to those who are curious about the domain names I have set up, or I can forward them if the authorities want to review. Please help me waiting for your reply.

Hi there,

Sorry to hear that you are experiancing difficaulties. However I would kindly ask you to submit a request at our helpcenter.

So please navigate to our support forum

There you need to register (create account). After that, sign in and submit a request – describe what you want to achieve and include site URL. That way our support team will be able to investigate this on your end and provide you with adequate help.



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. Question. Does the sidebar work in a single tour? I dont want to have the booking form, but a sidebar. Even if i enable it, it wont show. OR the sidebar is only for the pages? Thanks.

Found it. ITs a sidebar in appearence special for the tours post.

Hi there,

In Appearance > Widgets you will find Tour single Sidebar where you can add your widgets that you prefer. Also on every Tour page you have the ability to set the appearance of the Sidebar as well choose a custom widget area that will be displayed. https://www.screencast.com/t/tZ2Ewuww

As booking form is a part of our single tour template page you could remove the booking form with custom css

.widget.qode-tours-booking-form-holder {
    display: none;
}

For any additional questions I would kindly ask you to submit a request at our helpcenter.

So please navigate to our support forum:

https://helpcenter.qodeinteractive.com/hc/en-us

There you need to register (create account). After that, sign in and submit a request – describe what you want to achieve and include site URL. Our support agents will answer as soon as possible.



Support Video Tutorials Qode

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

eliptical slider tutorial .. ???

Hi there,

Unfortunatley we do not have a tutorial on how to create an eliptical slider yet.

However I can suggest you to import the demo content. That way you will be provided with all our themes pages which you can easy edit to your needs.

For example once you have imported the demo content you will be able to access the page where Eliptical slider is built and edit it to your needs.



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 Dear , Theme Support Arabic ” RTL ” ?? translate automatic or need to code edit ? and please send me rtl Demo thanks

Hello,

Thank you for writing in. Yes, RTL is supported but it is not displayed in any demo site :(



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 sent an email a few days ago and didn’t receive any reply.

Hi,

It looks like you’ve replied to some closed ticket on our old support platform. The Qode Support Center has been moved to our centralized support platform. Please, just Submit a Request on our Helpcenter here: https://helpcenter.qodeinteractive.com/ and here is an article that explains how to Sign Up and Submit a Request: https://helpcenter.qodeinteractive.com/hc/en-us/articles/360002745418-Welcome-to-Qode-Interactive-Help-Center



Support Video Tutorials Qode

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

ok thanks, will send a new ticket

Hi there,

We can see that you have submitted a ticket and that it has been answered.



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 just got this problem. What can i do?

Warning: require_once(/home/ngojobsv/public_html/blessingmedia.id/wp-admin/includes/class-walker-nav-menu-checklist.php): failed to open stream: No such file or directory in /home/ngojobsv/public_html/blessingmedia.id/wp-admin/includes/nav-menu.php on line 14

Fatal error: require_once(): Failed opening required ’/home/ngojobsv/public_html/blessingmedia.id/wp-admin/includes/class-walker-nav-menu-checklist.php’ (include_path=’.:/opt/alt/php70/usr/share/pear’) in /home/ngojobsv/public_html/blessingmedia.id/wp-admin/includes/nav-menu.php on line 14

Hello,

Please, Submit A request on our HelpCenter https://helpcenter.qodeinteractive.com Just check this article https://helpcenter.qodeinteractive.com/hc/en-us/articles/360002745418-Welcome-to-Qode-Interactive-Help-Center to see how to Sign Up And Submit a Request 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.

Hi, is it possible to change the layout of the categories?

Is a demo available to see the panel settings?

Thanks.

HI,

Thanks for writing in. Categories are archive pages, so customization is not an option, but you are able to set desired layout in our theme options https://www.screencast.com/t/fZ7O0qPrStn There is no test demo server. But we could send you some screenshot from our backend if you are interested in some specific option to gain bigger picture about included options.



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 am unable to publish or update the page using WP bakery page builder

It will redirect to 404 page

Please give solution

Hello,

Please, for any question like this one, Submit A request on our HelpCenter Just check this article https://helpcenter.qodeinteractive.com/hc/en-us/articles/360002745418-Welcome-to-Qode-Interactive-Help-Center to see how to Sign Up And Submit a Request 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.

Hi, I updated the theme via FTP and it broke WP bakery page builder. I reinstalled the latest version of the plugin as well as added the code in .htaccess like one of your articles here: https://qode.ticksy.com//article/11730 But it still doesn’t show properly, it shows as simple text at the bottom of every page: https://imgur.com/a/8xVGCMl

Please help!

Hi there,

I would kindly ask you to provide your WP-admin access to our support mail: helpcenter@qodeinteractive.com So our support team will be able to check this on your end.

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.

Have emailed you, thank you for helping!

You’re 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 see in https://qode.ticksy.com/ : Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

how to create ticket? you stop Support?

Hi,

The Qode Support Center has been moved to our centralized support platform. Please, just Submit a Request on our Helpcenter here: https://helpcenter.qodeinteractive.com/ and here is an article that explains how to Sign Up and Submit a Request: https://helpcenter.qodeinteractive.com/hc/en-us/articles/360002745418-Welcome-to-Qode-Interactive-Help-Center



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. Quick question… Can I edit BRIDGE with Elementor? Thanks!

Hello,

In Upcoming days, we will release new Bridge update where Elementor will be supported. Until then, you can use Elementor but our shortcodes will not be available within it.



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 – noticed you seem to be changing your Support platform. If we already have a ticksy account for your support there, what do we do now?

Hi,

The Qode Support Center has been moved to our centralized support platform. Please, just Submit a Request on our Helpcenter here: https://helpcenter.qodeinteractive.com/ and here is an article that explains how to Sign Up and Submit a Request: https://helpcenter.qodeinteractive.com/hc/en-us/articles/360002745418-Welcome-to-Qode-Interactive-Help-Center



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 am looking to use Bridge for a listing site. Do you have these capabilities and are they included or will they require additional plugin purchases:

1. Create custom search forms for the directory page?

2. Edit the layout of the directory page so it does not include google maps?

3. Edit the single listing page? (Ideally I would like to just show the company logo at the top, without any banner image.)

4. Create multiple review criteria, like this: https://astoundify.com/products/wp-job-manager-reviews/

5. Companies can add their own listing through a listing submission page?

6. Companies can claim a listing?

7. Integrate with Buddypress?

8. Ajax search in header for product listings and/or blog posts?

9. Import using WP All Import?

10. Integrate with mailchimp?

11. Ability to have a “content library” on a single listing profile? For example, a company wants to upload their marketing materials onto their listing for users to download.

Thank you so much and sorry for all of the questions!

Hello,

Thank you for considering Bridge for your next project.

1) Here is how our Advanced search settings looks like https://www.screencast.com/t/rWdQv5okN5yr So, under this element you could enable/disable some fields, but it cannot be fully customized.

2) &3) It could be solved with minor custom css that our agent could provide you with.

4) There is just one review option https://www.screencast.com/t/3ICI3RQfM9 https://bridge91.qodeinteractive.com/job/brenda-lindas-french-soul-food-6/ But if there is add on from WP Job manager, it should work fine with Bridge.

5) Yes, you can use the following credentials to log in and check out the user dashboard and all the amazing options it provides username: test password: test

6) We included compatibility for this extension https://wpjobmanager.com/add-ons/wc-paid-listings/ that should be what you’re looking for. So, feel free to check the link above and explore included possibilities.

7) BuddyPress plugin is not fully tested, but some users are using it without problems, but since plugin is not officially supported, theme does not have styling for it, so you will need to add custom css in order to follow theme styling.

8) Unfortunately, no, this is not implemented.

9) We didn’t test it, but some of our customers used it for migration.

10) If you want to configure Contact Form 7 form in order to subscribe to mailchimp, you can try to use this plugin https://wordpress.org/plugins/contact-form-7-mailchimp-extension/

11) Please, check number 5 and see all options implemented for adding single listing.



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,

We’ve purchased this theme before (with a different account) but wanted to query something.

Is it possible to merge features from different demos once you have installed one? There are a few that we like but there isn’t a lone demo that has all the features we would like.

Best

Hello there,

Please, just Submit a Request on our Helpcenter here: https://helpcenter.qodeinteractive.com/hc/en-us/articles/360002745418-Welcome-to-Qode-Interactive-Help-Center and our agent will check this closer and help 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.

We have submitted a request, thanks.

Your request is answered. You could continue conversation on that thread.



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’m using The Events Calendar plugin. On the events page, the title defaults to “Archive”. I can’t change this anywhere. The plugin devs tell me is an issue with the theme. Would you please tell me how/where I can change this? It’s okay if it’s a site-wide change.

Hi,

Please, for any question like this one, Submit A request on our HelpCenter Just check this article https://helpcenter.qodeinteractive.com/hc/en-us/articles/360002745418-Welcome-to-Qode-Interactive-Help-Center to see how to Sign Up And Submit a Request 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.

Hello Support,

we have an evidence in the error_log file that it seems there is a problem with the plugin qode-news>

[29-Oct-2019 21:22:10 UTC] PHP Warning: array_flip() expects parameter 1 to be array, null given in /home/eu3cpixz/public_html/wp-content/plugins/qode-news/lib/shortcode-params-functions.php on line 553

My support license has expired, however can you give me help with this error?

Thank you Kindly regards

Hello there,

Please, emails us here support@qodeinteractive.com and include your website link with wp-admin access and our agent will check this closer.



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