Wilmër - Construction Theme

Wilmër - Construction Theme v3.4

No permission to download

hufffington

Member
Nov 10, 2019
46
15
8
@Tomz, 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

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,070
111,716
120
@Tomz, 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
 

cipherking87

New member
Oct 25, 2018
26
9
3
@Tomz 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

hufffington

Member
Nov 10, 2019
46
15
8
@Tomz 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!! :)
 

ggwp

Member
Jun 12, 2020
40
10
8
Hello, seems link is not working anymore. Can you upload it again, please?
Error 522 :/
 
  • Like
Reactions: foxyfox

ggwp

Member
Jun 12, 2020
40
10
8
Let me help a little bit. This is the 2.6.2 version (newest), but is not nulled (I just downloaded). Maybe @Tomz 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

:)
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,070
111,716
120
Let me help a little bit. This is the 2.6.2 version (newest), but is not nulled (I just downloaded). Maybe @Tomz 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

ggwp

Member
Jun 12, 2020
40
10
8
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: tanierlyons

ggwp

Member
Jun 12, 2020
40
10
8

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
 

foxyfox

New member
Nov 7, 2020
0
0
1

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

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