Phlox Pro - Elementor Multi-Purpose WordPress Theme

Phlox Pro - Elementor Multi-Purpose WordPress Theme v5.17.6

No permission to download

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,097
111,735
120
The thread is about Phlox but whenever clicking on the download button it redirects me to a Mega page and it says Lotus...

8a2be2d4cefeae8ee1f578cc2f08330b.png
in themeforest you can change the theme name but u cant change permalink :D
so old theme is Lotus :D
 
  • Haha
Reactions: RogerM

gandalf91

Active member
Trusted Uploader
Sep 3, 2018
119
93
28
Babiato
Another day, another update lol

Phlox Pro Theme v5.3.13
Phlox Core Elements v2.5.16

Untouched for nulling - @Tomz @TassieNZ @NullMaster


Thanks and here is the Nulled version


But for demos to work we need the demo.json file that the theme creates when importing demo as on this line "413"
PHP:
auxin-elements\includes\classes\class-auxin-demo-importer.php:413

the theme will remove this line if all import steps were successful as inline 1180

Code:
    public function prepare_site() {
        // Remove local demo file
        wp_delete_file( $this->get_theme_dir() . '/demo.json' );
        // Send final success message
        wp_send_json_success( array( 'step' => 'prepare_site', 'next' => 'final', 'message' => __( 'All steps are successful', 'auxin-elements' ) ) );
    }


ــــــــــــــــــــــ
@Tomz @TassieNZ @NullMaster @medw1311
 
  • Like
Reactions: JRGWxRxZ

cteq1

Active member
Sep 18, 2018
246
94
28
Hey anyone using this theme? It has changed all the header customization in customise option, I want to make the menu to be static not sticky. I cant find setting, documentation shows older version.
 

MrSam_1

Well-known member
Administrative
Trusted Seller
Dec 1, 2018
23,770
27,108
120
Hey anyone using this theme? It has changed all the header customization in customise option, I want to make the menu to be static not sticky. I cant find setting, documentation shows older version.
It looks like you need to use/create a Header Template section in Elementor and then in Phlox Customizer make sure Header > Header Templates Setting > Enable Sticky header is not selected.
 

cteq1

Active member
Sep 18, 2018
246
94
28
It looks like you need to use/create a Header Template section in Elementor and then in Phlox Customizer make sure Header > Header Templates Setting > Enable Sticky header is not selected.

Thanks I saw it, done the changes.
 

daya143

Active member
Apr 5, 2020
189
36
28
Hello, is it possible to disable loading themes/phlox/css/images/svg/symbols.svg & themes/phlox/css/fonts/fontastic/auxicon/auxin-front.woff from the front page? If yes, please say how
 

inmygreed

New member
Apr 29, 2020
13
2
3
i just download and install updated version, but when i want to import the "pro only" demo, it require license activation. I though it was nulled, anyone know how to bypass it?

thanks before 😘
 

NullMaster

Well-known member
Null Master
Trusted Uploader
Jul 25, 2018
12,059
22,063
120
i just download and install updated version, but when i want to import the "pro only" demo, it require license activation. I though it was nulled, anyone know how to bypass it?

thanks before 😘
Paste the auxin-elements-nulled.zip file into the plugin directory.
 

inmygreed

New member
Apr 29, 2020
13
2
3
Darn it, i miss that point.

Thank u so much.. really love this forum, gonna contributed my envato script collection too
 
  • Like
Reactions: NullMaster

cteq1

Active member
Sep 18, 2018
246
94
28
I like the ability to track order on the theme, how can I duplicate on another theme? The page has short code [woocommerce_order_tracking] but dont see any special plugin. Thanks
 

Attachments

  • track.JPG
    track.JPG
    81.4 KB · Views: 8

inmygreed

New member
Apr 29, 2020
13
2
3
now, i got another problem. When i try import the demo, the import demo not working, so i see the console. It says
Code:
{…}

data: {…}

message: "Invalid license ID provided"

<prototype>: Object { … }

success: false

<prototype>: Object { … }
plugins.min.js:1:28547
 

Ledzepy

Well-known member
Null Master
Trusted Uploader
Apr 10, 2020
677
1,836
120
Brazil
Paste the auxin-elements-nulled.zip file into the plugin directory.

the theme remains as activated, however, the import does not work.
does not leave this screen.
 

Attachments

  • Sem título.jpg
    Sem título.jpg
    94.8 KB · Views: 10

inmygreed

New member
Apr 29, 2020
13
2
3
I found the solution. If u can't import demo, u need to do this :

Download Demo JSON Here :

And then extract it on "wp-content/plugins/auxin-elements/"

After that, edit file "wp-content/plugins/auxin-elements/includes/classes/class-auxin-demo-importer.php"

Go to line 204 or find text :

PHP:
$data = json_decode( $this->parse( 'https://demo.phlox.pro/api/v2/data/' . $demo_ID, 'insert', 'post' ), true );

Replace with :

PHP:
$demo_path = ABSPATH . '/wp-content/plugins/auxin-elements/demos/' . $demo_ID . '.json';
        if ( file_exists( $demo_path ) ) {
            $data = file_get_contents( $demo_path );
            file_put_contents( ABSPATH . '/wp-content/uploads/phlox-pro/demo.json', $data );
        } else {
            $data = json_decode( $this->parse( 'https://demo.phlox.pro/api/v2/data/' . $demo_ID, 'insert', 'post' ), true );
        }

Done.
 
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