Discussion on Bridge - Creative Elementor and WooCommerce WordPress Theme

Discussion on Bridge - Creative Elementor and WooCommerce WordPress Theme

By
Cart 223,408 sales
Recently Updated
Well Documented

QODE supports this item

Supported

26722 comments found.

Good Night Bridge team:

I have a huge concern about the procedure to enable sound on quode video slider of a one single slide that i have set on my landing page.

Yesterday i have found an answer to that seeaking on the google, and i found the follow answer: remove the “mute” word in the sintax of the video slider line:

(<video class=\"video\" width=\"1920\" height=\"800\" poster=\"\'.$video_image.\'\" controls=\"controls\" preload=\"auto\" loop autoplay muted>\';)

Then i go over the FILE MANAGER OVER THE CPANEL IN THE SERVER and search the exact path of that .php file:

domainname >wp-content > themes > bridge > includes>shortcodes>shortcodes.php

What goes next was that i didnt find that line of code, instead of that the file shows a pure php sintax as follows:

<?php if (!function_exists(‘register_button’)){ function register_button( $buttons ){ array_push( $buttons, ”|”, “qode_shortcodes” ); return $buttons; } }

if (!function_exists(‘add_plugin’)){ function add_plugin( $plugin_array ) { $plugin_array[‘qode_shortcodes’] = get_template_directory_uri() . ’/includes/shortcodes/qode_shortcodes.js’; return $plugin_array; } }

if (!function_exists(‘qode_shortcodes_button’)){ function qode_shortcodes_button(){ if ( ! current_user_can(‘edit_posts’) && ! current_user_can(‘edit_pages’) ) { return; } } add_action(‘init’, ‘qode_shortcodes_button’);

if ( get_user_option('rich_editing') == 'true' ) {
        add_filter( 'mce_external_plugins', 'add_plugin' );
        add_filter( 'mce_buttons', 'register_button' );
    }
}

if (!function_exists(‘num_shortcodes’)){ function num_shortcodes($content){ $columns = substr_count( $content, ‘[pricing_cell’ ); return $columns; } }

include_once QODE_ROOT_DIR.’/includes/shortcodes/shortcode-elements/accordion.php’; include_once QODE_ROOT_DIR.’/includes/shortcodes/shortcode-elements/action.php’; include_once QODE_ROOT_DIR.’/includes/shortcodes/shortcode-elements/animation-holder.php’; include_once QODE_ROOT_DIR.’/includes/shortcodes/shortcode-elements/banner.php’; include_once QODE_ROOT_DIR.’/includes/shortcodes/shortcode-elements/blockquote.php’; include_once QODE_ROOT_DIR.’/includes/shortcodes/shortcode-elements/blog-slider.php’; include_once QODE_ROOT_DIR.’/includes/shortcodes/shortcode-elements/button.php’; include_once QODE_ROOT_DIR.’/includes/shortcodes/shortcode-elements/carousel.php’; include_once QODE_ROOT_DIR.’/includes/shortcodes/shortcode-elements/countdown.php’; include_once QODE_ROOT_DIR.’/includes/shortcodes/shortcode-elements/counter.php’; include_once QODE_ROOT_DIR.’/includes/shortcodes/shortcode-elements/cover-boxes.php’; include_once QODE_ROOT_DIR.’/includes/shortcodes/shortcode-elements/custom-font.php’; include_once QODE_ROOT_DIR.’/includes/shortcodes/shortcode-elements/dropcaps.php’; include_once QODE_ROOT_DIR.’/includes/shortcodes/shortcode-elements/expanding-images.php’; include_once QODE_ROOT_DIR.’/includes/shortcodes/shortcode-elements/google-map.php’; include_once QODE_ROOT_DIR.’/includes/shortcodes/shortcode-elements/highlights.php’; include_once QODE_ROOT_DIR.’/includes/shortcodes/shortcode-elements/icon.php’; include_once QODE_ROOT_DIR.’/includes/shortcodes/shortcode-elements/icon-list-item.php’; include_once QODE_ROOT_DIR.’/includes/shortcodes/shortcode-elements/icon-text.php’; include_once QODE_ROOT_DIR.’/includes/shortcodes/shortcode-elements/image-hover.php’; include_once QODE_ROOT_DIR.’/includes/shortcodes/shortcode-elements/image-slider-no-space.php’; include_once QODE_ROOT_DIR.’/includes/shortcodes/shortcode-elements/image-with-text.php’; include_once QODE_ROOT_DIR.’/includes/shortcodes/shortcode-elements/image-with-text-over.php’; include_once QODE_ROOT_DIR.’/includes/shortcodes/shortcode-elements/latest-posts.php’; include_once QODE_ROOT_DIR.’/includes/shortcodes/shortcode-elements/latest-posts-two.php’; include_once QODE_ROOT_DIR.’/includes/shortcodes/shortcode-elements/line-graph.php’; include_once QODE_ROOT_DIR.’/includes/shortcodes/shortcode-elements/masonry-blog.php’; include_once QODE_ROOT_DIR.’/includes/shortcodes/shortcode-elements/masonry-gallery.php’; include_once QODE_ROOT_DIR.’/includes/shortcodes/shortcode-elements/message.php’; include_once QODE_ROOT_DIR.’/includes/shortcodes/shortcode-elements/ordered-list.php’; include_once QODE_ROOT_DIR.’/includes/shortcodes/shortcode-elements/parallax-layers.php’; include_once QODE_ROOT_DIR.’/includes/shortcodes/shortcode-elements/pie-chart.php’; include_once QODE_ROOT_DIR.’/includes/shortcodes/shortcode-elements/pie-chart-doughnut.php’; include_once QODE_ROOT_DIR.’/includes/shortcodes/shortcode-elements/pie-chart-full.php’; include_once QODE_ROOT_DIR.’/includes/shortcodes/shortcode-elements/pie-chart-with-icon.php’; include_once QODE_ROOT_DIR.’/includes/shortcodes/shortcode-elements/portfolio-list.php’; include_once QODE_ROOT_DIR.’/includes/shortcodes/shortcode-elements/portfolio-slider.php’; include_once QODE_ROOT_DIR.’/includes/shortcodes/shortcode-elements/product-list-elegant.php’; include_once QODE_ROOT_DIR.’/includes/shortcodes/shortcode-elements/product-list-masonry.php’; include_once QODE_ROOT_DIR.’/includes/shortcodes/shortcode-elements/product-list-pinterest.php’; include_once QODE_ROOT_DIR.’/includes/shortcodes/shortcode-elements/progress-bar.php’; include_once QODE_ROOT_DIR.’/includes/shortcodes/shortcode-elements/progress-bar-icon.php’; include_once QODE_ROOT_DIR.’/includes/shortcodes/shortcode-elements/progress-bar-vertical.php’; include_once QODE_ROOT_DIR.’/includes/shortcodes/shortcode-elements/separator-with-icon.php’; include_once QODE_ROOT_DIR.’/includes/shortcodes/shortcode-elements/service-table.php’; include_once QODE_ROOT_DIR.’/includes/shortcodes/shortcode-elements/slider.php’; include_once QODE_ROOT_DIR.’/includes/shortcodes/shortcode-elements/social-icons.php’; include_once QODE_ROOT_DIR.’/includes/shortcodes/shortcode-elements/social-share.php’; include_once QODE_ROOT_DIR.’/includes/shortcodes/shortcode-elements/social-share-list.php’; include_once QODE_ROOT_DIR.’/includes/shortcodes/shortcode-elements/team.php’; include_once QODE_ROOT_DIR.’/includes/shortcodes/shortcode-elements/testimonials.php’; include_once QODE_ROOT_DIR.’/includes/shortcodes/shortcode-elements/testimonials-carousel.php’; include_once QODE_ROOT_DIR.’/includes/shortcodes/shortcode-elements/testimonials-masonry.php’; include_once QODE_ROOT_DIR.’/includes/shortcodes/shortcode-elements/text-marquee.php’; include_once QODE_ROOT_DIR.’/includes/shortcodes/shortcode-elements/unordered-list.php’; include_once QODE_ROOT_DIR.’/includes/shortcodes/shortcode-elements/video-box.php’;

//shortcodes v2 if(!function_exists(‘qode_load_shortcode_interface’)) { function qode_load_shortcode_interface() { include_once QODE_ROOT_DIR.’/includes/shortcodes/lib/shortcode-interface.php’; include_once QODE_ROOT_DIR.’/includes/shortcodes/lib/load.php’; } add_action(‘qode_before_options_map’, ‘qode_load_shortcode_interface’); }

if(!function_exists(‘qode_load_shortcodes’)) { /* * Loades all shortcodes by going through all folders that are placed directly in shortcodes/shortcode-elements folder * and loads load.php file in each. Hooks to qode_after_options_map action * * @see http://php.net/manual/en/function.glob.php */ function qode_load_shortcodes() { foreach(glob(QODE_ROOT_DIR.’/includes/shortcodes/shortcode-elements//load.php’) as $shortcode_load) { include_once $shortcode_load; }

include_once QODE_ROOT_DIR.'/includes/shortcodes/lib/shortcode-loader.inc';
}
add_action('qode_before_options_map', 'qode_load_shortcodes');

I need to find that line of code to remove the “muted” word, but its been a hard stuff to find it….

Im very glady to think that its a few thing, and you can please help me doing this, as i dont have renew the support license…...

But your theam is awsome quode, please help me ! ...

Hello there,

In future, please ask support related questions over our ticketing system by submitting a ticket at https://qode.ticksy.com/

Code is refactored a bit in newer versions and you should look inside this file:

wp-content\themes\bridge\includes\shortcodes\shortcode-elements\slider.php

Also, please note that we are not supporting modifications, and if you encounter some issues, please restore to defaults.

Qode

Thank you very much for replying, but in the answer i cant see how to activate the sound on, due to the response i saw yesterday was basically to remove the “muted ” word on the code line.

Please im just looking up onto that file, and i cant see that line of code, can u please tell me what to type on or remove ?

Hello,

You are welcome. Please, check this screenshot where we marked path to the file and also line of code where muted is added https://www.screencast.com/t/GE0nn3gP So, just remove it and problem is solved.

Best, Qode

Hi, I am using Icon Box with Text and when you box the image the actual icon is on the top line of the box. How do I reposition it so that it appears below the top line of the box (though still centered)

Hello,

Please submit a ticket at https://qode.ticksy.com so our support can investigate this on your end. Also provide additional info in your ticket. Also provide a link to your site with WordPress admin credentials in your ticket.

Thanks, Qode

I’m having difficulty getting my videos to play correctly within the Qode Slider. I have several videos loaded onto the main homepage, however each video only plays for a second or two, then starts, and plays again before moving on the next video, at which point the same skipping and restarting occurs. I have .mp4, .webm, and .ogv files loaded each file size is about 2MB or so. I also set the bitrate to about 2,000 kbps. Please assist with getting the videos to play correctly. Website is beltwaymilitaryliving.com

Hello,

All video slides needs to have same duration, and after that you have to set slider duration to same value or close to that value http://bridge.qodeinteractive.com/documentation/8-qode-slider/8-4-creating-a-slide-with-video-background/

In case that you want more control, you can use one of included slider plugins, Layer Slider or Slider Revolution.

Qode

For the right side menu, where do you change the logo on the right side menu?

Hello,

You can change it by editing Side Area text widget, and by replacing path to logo image. If you need further assistance, please submit a private ticket at https://qode.ticksy.com and share WordPress admin access, and our support will gladly assist you with this.

Qode

Hello,

Having a lot of problems with the header section. The header area seems to be covering part of the content and the menu is not showing please advise. I can send a photo if that helps?

Thanks

Hello,

Try to enable Always put content below header option from Qode options > General. If you need additional assistance, please submit a ticket at https://qode.ticksy.com/ and provide WordPress admin access in your ticket.

Qode

So now Revolution Slider is showing up behind the text? huckfinnjubilee.com

Hello,

As we can see, you are using Qode slider on your home page and it is showing fine. Can you explain what is the issue, or you managed to resolve it in the meantime?

Qode

Hi, All my pictos from Awesome have disappeared, arrows, icons networks … I spent the site in https but apparently even if I go back in http it does not work. Thank you for your help Best Regards

Hello,

Please submit a ticket at https://qode.ticksy.com so our support can investigate this on your end. Also provide a link your site in a ticket.

Qode

How can i put the sidebar on the right side on product category pages? example: http://dev.brachaprinting.com/product-category/banners/

Hello,

Sidebar position will be set to all pages according to setting on your shop page, so edit shop page, and set sidebar position from there https://www.screencast.com/t/omE9LehkHyGI .

Qode

Hi we installed the Bridge Corporation Demo theme on our website but none of the icons are displaying at all. Is there a setting that needs to be changed as even when we change to Font Awesome set it displays boxes instead of the icons.

Hello,

It seems that iconic fonts couldn’t be loaded because of cors origin error which is related to server configuration. Please submit a ticket to our support at https://qode.ticksy.com and include a link to your site so they can investigate this.

Qode

Hi,

Once I have chosen a demo, is it possible to change how the menu appears?

I chose one that has a left menu, and I’d like to change it to a top menu from another demo.

Is this possible?

Hi there,

Yes combinations are possible in each demo because it is same theme. In order to change from vertical to top menu, disable left menu by setting Switch to left menu option to NO from Qode options > Header https://www.screencast.com/t/6BDymRmckDy

Qode

That’s great, thanks. I have disabled the left menu, but when I choose any of the fixed menu options, the menu links appear almost at the bottom of the screen, not below the logo. I don’t have any custom CSS being applied.

Hi again,

Explanation for each header type is explained in theme documentation http://bridge.qodeinteractive.com/documentation/6-header-setup/ . If you continue to have problems, please submit a ticket to our support at https://qode.ticksy.com/ and include a link to your website with WordPress admin credentials so they can assist you with this.

Qode

I absolutely love this theme and have repurchased it several times for individual clients. Question: is there a developers price where I can purchase it once and for all for future sites and not have to keep on rebuying it?

Hi there,

Thanks you for choosing our theme, and for repurchasing it several times.

Beside regular license, you can choose extended license, but most developers decide to purchase theme for each project or to instruct their clients to purchase the theme. In case that you choose to purchase extended license an overview about all licenses can be found here: http://themeforest.net/licenses

Qode

Thanks very much!

You’re welcome.

layers slider has new version and the old one has problem, do you kno when will you update? also can I use the layer slider if I purchase from them?

Hello,

Layer slider ins’t available yet. We will integrate it in next theme release. If there is some issue wich you are experiencing wiht current version, please contact our support by submitting a ticket at https://qode.ticksy.com

Qode

hi,my images are not uploading to gallery.:(

Hi there,

Commonly this is http upload error and it is related to hosting company but first read this article and follow the solutions from it, http://www.wpbeginner.com/wp-tutorials/how-to-fix-image-upload-issue-in-wordpress/

then check the upload again.

Also note, that our theme requires way more resources that default WordPress themes. So, make sure to contact your host and ask them to increase this server parameters:

max_execution_time = 300

memory_limit = 128M

upload_max_filesize = 64M

post_max_size = 256M

If you continue to have problems, contact your host and ask them to inspect this, or you can contact our support by submitting a ticket to them at https://qode.ticksy.com and they will gladly investigate this on your side. Also please provide WordPress admin access in your ticket.

Qode

Hi there. Urgently waiting on an answer to ticket #1067798 from two days ago. Thanks!

Hello,

Support agent has been informed, and your ticket will be answered shortly.

Qode

Hello,

Currently I am having an issue with the installation. After uploading the bridge folder to the site, when trying to activate it wordpress shows me a blank page. I tried many solutions, but nothing worked.

Kind regards,

Christian DR

Hello Christian,

Probably it is due to low PHP version. Try to contact your host and ask them to increase PHP to 5.6, although please note that WordPress now recommends PHP 7 https://wordpress.org/about/requirements/

Qode

What is the import typed called for http://bridge2.qodeinteractive.com/ (Creative Agency)?

Hi there,

It is New Demo 2 https://www.screencast.com/t/Zgs9FkeG but make sure that you are using latest theme version.

Qode

Hello, I’m currently creating posts for the blog part of my website. The problem is that I don’t know how to create a post template I can use for all my future post without having to change the settings for each new post.

To explain myself better, I would like all my blog posts to look like that one: http://www.lemeilleurstagedumonde.com/projet-test-1/​, to set its settings as “standard” so I won’t have to change the settings one by one for each new post.

Thanks a lot Best, Bruno

Hello Bruno,

Setting global theme options from WordPress admin > Qode options will set option in same way for all posts / pages, but if you need to set some options from per post / page options, these options will override global options and you will have to change them from per page options for each new post. If this is the case then best solution is to use some duplicator plugin like this one https://wordpress.org/plugins/duplicate-post/

Qode

Thanks for your answer :)

You’re welcome :)

Hello,

I am trying to set up a page where I have a portfolio list. I have created all of the categories, I have put the products. So far so good. However, I have a trouble controlling the dimensions of the products. When I choose 3 products to be showed in each column, the dimensions of them are pretty big. When I choose 6 products in each column, then the dimension of them is the ideal. So my question is how can control the exact dimension of my products in the portfolio list? The ideal scenario would be, to have 3-4 products in each column but with the dimension that 6-product in each column has. Is that possible?

Thank you in advance,

Konstantinos

Hello Konstantinos,

Dimensions are set in percentages because of responsive behavior, and with of 3 columns layout will appear smaller on smaller screen, because container will be smaller and also image inside. If were looking for fixed dimension for your portfolio items, unfortunately that cannot be achieved. If you need additional help in setting you portfolio you can contact our support by submitting a ticket at https://qode.ticksy.com

Qode

Hi, small question: Is the latest version (6.1.6) of the Layerslider available through the Bridge theme? Thank you for answering. Regards, Richard

Hi Richard,

6.1.6 Layer slider ins’t available yet. We will integrate it in future theme release. If you need it urgently because of some new effect or anything else, please contact our support.

Qode

Hi, Thanks for your reply.

No urgency needed. I just wandered as the plugin indicated that it needs an update.

Regards, Richard

You’re welcome Richard,

And thanks for using our theme.

Qode

One more time thanks for support, great as always and I will buy it again 3 more time the theme for sure. Have a nice day

You’re welcome,

And thanks for using our theme.

Best Regards, 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