Bridge - Creative Multi-purpose WordPress Theme By QODE

Bridge - Creative Multi-purpose WordPress Theme By QODE v30.8.7.1

No permission to download

MrSam_1

Well-known member
Administrative
Trusted Seller
Dec 1, 2018
23,708
27,057
120
No working :( even with bridge-core plugin file :( thanks anyway
Can you elaborate on your issue rather than just say "No Working". We might be able to help you. Although this particular theme is a pain in the ass.
 

fredwagon

New member
Nov 25, 2019
7
1
3
Can you elaborate on your issue rather than just say "No Working". We might be able to help you. Although this particular theme is a pain in the ass.
ok, sorry, everything works fine when replacing the bridge-core file but at the time of importing the demo it stays at 72% and does not load more, try loading several demos and the same thing happened, thanks!
 

MrSam_1

Well-known member
Administrative
Trusted Seller
Dec 1, 2018
23,708
27,057
120
ok, sorry, everything works fine when replacing the bridge-core file but at the time of importing the demo it stays at 72% and does not load more, try loading several demos and the same thing happened, thanks!
Yeah sadly that is a known issue. I've had it stuck at 72% for several hours before and go nowhere. You can manually import the demos but it takes a bit of work to recreate them exactly.
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,085
111,721
120
Tomz updated Bridge - Creative Multi-Purpose WordPress Theme with a new update entry:

Bridge Theme v20.3

Download Bridge v20.3 - Creative Multi-Purpose WordPress Theme Nulled Free
v20.3 – FEBRUARY 29TH, 2020

– Added Author Blog demo
– Added Fashion Retail demo
– Added App Demonstration demo
– Added Construction Firm demo
– Updated Bridge Core to 2.1.6
– Improved ‘Elliptical Slider’ shortcode RTL compatibility
– Improved Elementor Sidebar widget to use theme default style and theme style options for sidebar
– Fixed Elementor Sidebar widget when used with Widget Area that has Qode Sticky...

Read the rest of this update entry...
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,085
111,721
120
Tomz updated Bridge - Creative Multi-Purpose WordPress Theme with a new update entry:

Bridge Theme v20.4

Download Bridge v20.4 - Creative Multi-Purpose WordPress Theme Nulled Free
VERSION 20.4 – MARCH 7TH, 2020

– Added Agency Creative demo
– Added Food Truck demo
– Added Oil Industry demo
– Added Performance panel in Qode Options
– Added option to disable various Icon Packs in Qode Options -> Performance
– Added ‘Developer Tool’ tab for ‘Button’, ‘Button V2′, ‘Icon’, ‘Icon List Item’, ‘Icon With Text’, ‘Social Icons’, ‘Social Share’ and ‘Social Share List’ elementor widgets in which you...

Read the rest of this update entry...
 

intox26

Member
Nov 12, 2018
82
16
8
MEGA link to replace bridge-core generate errors.
Can you post a nulled version or tips to get it nulled without errors?

Thank you very much for your time bros.
 

intox26

Member
Nov 12, 2018
82
16
8
Ok i merged the last nulled version :

Here it is. A thank you would be nice for this 5min process ;)


password is my name

HF.
 
Last edited:

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,085
111,721
120
Tomz updated Bridge - Creative Multi-Purpose WordPress Theme with a new update entry:

Bridge Theme v20.5

Download Bridge v20.5 - Creative Multi-Purpose WordPress Theme Nulled Free
v20.5 – March 13th, 2020

– Added Gaming Parallax demo
– Added Paintball demo
– Added Chiropractic demo
– Added Font Awesome 5 as separate icon pack
– Added option to disable Font Awesome 5 icon pack in Qode Options -> Performance
– Added WooCommerce 4.0.0 compatibility
– Updated Bridge Core to 2.1.8
– Updated Revolution Slider to 6.1.7
– Updated LayerSlider to 6.10.2
– Fixed ‘Icon With Text’ Icon Hover Color...

Read the rest of this update entry...
 

666

Active member
Nov 10, 2018
145
30
28
ok, sorry, everything works fine when replacing the bridge-core file but at the time of importing the demo it stays at 72% and does not load more, try loading several demos and the same thing happened, thanks!
The import process may take some time. Please be patient. 72%

I encountered the same problem as you, and I even thought it was an error on my server. After several attempts, it was found that the problem remained.
 

TassieNZ

Premium Uploader and Sometimes Hacker!
Jan 17, 2019
9,017
19,812
120
New Zealand
The import process may take some time. Please be patient. 72%

I encountered the same problem as you, and I even thought it was an error on my server. After several attempts, it was found that the problem remained.
Check your PM. :)
 

NullMaster

Well-known member
Null Master
Trusted Uploader
Jul 25, 2018
12,059
22,063
120
v20.50.1

Go to WordPress Admin Panel > Tools > Import > WordPress > Install Now > Import your XML Files

Bridge XML Import Files
 
  • Like
Reactions: Player_007

NullMaster

Well-known member
Null Master
Trusted Uploader
Jul 25, 2018
12,059
22,063
120
v20.6

Code:
php settings.

1: Theme Functions File

There are cases where we have seen that just by adding the following code in theme’s functions.php file, you can increase the upload size:

@ini_set( 'upload_max_size' , '64M' );
@ini_set( 'post_max_size', '64M');
@ini_set( 'max_execution_time', '300' );
2. Create or Edit an existing PHP.INI file

For this method you will need to access your WordPress site’s root folder by using FTP or File Manager app in your hosting account’s cPanel dashboard.

In most cases if you are on a shared host, then you will not see a php.ini file in your directory. If you do not see one, then create a file called php.ini and upload it in the root folder. In that file add the following code:
    
upload_max_filesize = 64M
post_max_size = 64M
max_execution_time = 300

This method is reported to work for many users. Remember if 64 doesn’t work, then try 10MB (sometimes that work).
3. htaccess Method

Some people have tried using the .htaccess method where by modifying the .htaccess file in the root directory, you can increase the maximum upload size in WordPress. Edit the .htaccess file in your WordPress site’s root folder and add the following code:
    
php_value upload_max_filesize 64M
php_value post_max_size 64M
php_value max_execution_time 300
php_value max_input_time 300
 
Last edited:

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu