• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Wilmër - Construction Theme

Wilmër - Construction Theme 3.2.1 Nulled

No permission to download
@Babak, Swipe slider is not working on mobile, can you have a look on that please? desktop version works smoothly, I tried all possible solutions but no luck :(

Thanks in advance.
 
  • Like
Reactions: cipherking87
@Babak, Swipe slider is not working on mobile, can you have a look on that please? desktop version works smoothly, I tried all possible solutions but no luck :(

Thanks in advance.
bro we cant support items / maybe its bug and they fix in next update
also even better :D suggest disable slider on mobile :D not good for ranking
 
@Babak is right, though i have slider working with this theme but not swipe. Revslider is doing great. I dont know if i can post the link where i installed it; otherwise you may check.
 
  • Like
Reactions: hufffington
@Babak is right, though i have slider working with this theme but not swipe. Revslider is doing great. I dont know if i can post the link where i installed it; otherwise you may check.
2.41 Swipe slider works perfect if you would like to use it, I heavily customised and now it's perfect!! :)
 
Hello, seems link is not working anymore. Can you upload it again, please?
Error 522 :/
 
  • Like
Reactions: foxyfox
Let me help a little bit. This is the 2.6.2 version (newest), but is not nulled (I just downloaded). Maybe @Babak can help us.


Since version 2.5:
- Improved theme registration - code already used case
- Improved theme registration to block Shortcodes and CPT loading if the theme is not registered

:)
 
Let me help a little bit. This is the 2.6.2 version (newest), but is not nulled (I just downloaded). Maybe @Babak can help us.


Since version 2.5:


:)
thanks so much but remove your dl link
The first and most important thing to do: if you upload resources from codecanyon or themeforest please make sure that you remove from your archive name the unique identifier number found right after codecanyon word
Example:
themeforest-SBMJuqoG-coowhm-multipurpose-whmcs-template.zip
remove SBMJuqoG code so the archive name will be:
themeforest-coowhm-multipurpose-whmcs-template.zip

i will update it now
thanks again
 
  • Like
Reactions: foxyfox and ggwp
thanks so much but remove your dl link
The first and most important thing to do: if you upload resources from codecanyon or themeforest please make sure that you remove from your archive name the unique identifier number found right after codecanyon word
Example:
themeforest-SBMJuqoG-coowhm-multipurpose-whmcs-template.zip
remove SBMJuqoG code so the archive name will be:
themeforest-coowhm-multipurpose-whmcs-template.zip

i will update it now
thanks again
Oh! Thanks for the advice, I'll take it...
 
  • Love
Reactions: Babak

Hello, Maybe someone can explain me the following: I think the untouched version needs a registration code for theme works ok. Then a nulled version is needed, right?

Check this:
Since 2.5 version of this theme...

- Improved theme registration to block Shortcodes and CPT loading if the theme is not registered
 

For Wilmër - Construction WordPress Themes v2.6.2 Nulled​

replace the file functions.php with attached one

or edit it, I just adding the following code after the 2nd line:

Code:
$theme_slug   = get_option( 'template' );
$theme_author = wp_get_theme( $theme_slug )->get( 'Author' );
$theme_domain = ( 'Qode Interactive' === $theme_author ) ? 'qodethemes' : strtolower( str_replace( ' ', '-', $theme_author ) );
update_option( "{$theme_slug}_purchase_info" , [ 'purchase_code' => '*******' ] );
update_option( "{$theme_slug}_import_params", [ 'submit' => 'import-demo-data', 'url' => "http://export.{$theme_domain}.com/" ] );

add_filter( 'pre_http_request', function( $pre, $parsed_args, $url ){
    if ( strpos( $url, 'https://api.qodeinteractive.com/purchase-code-validation.php' ) !== false ) {
        return [
            'response' => [ 'code' => 200, 'message' => 'ОК' ],
            'body'     => json_encode( [ 'success' => true ] )
        ];
    } else {
        return false;
    }
}, 10, 3 );
 

Attachments

  • functions.zip
    7 KB · Views: 22
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock