Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1420372

    enigmatik2
    Participant

    I just bought X theme. I wanted to install Integrity 1 demo (which I did). But there was basically no demo to install. There were a few generic placeholders but certainly not lined up or in the right places. I spent 2 days trying to make the top of my page look like integrity 1 demo. I couldn’t get anything to show up. I think, “I wasted my $70 because I wanted to buy a demo then customize the site from there” but that didn’t happen. So I am about to delete X theme and go buy another theme. (i have installed and modified 16 websites with various WP themes in the past so I am not a beginner. I also know html5, css and php).

    Before I abandon it, however, I decide to install one of the expanded demo’s to see if I can start there and build my site. I don’t want my site to look like any of those demo’s, but I choose Church and install it. However, it doesn’t look much like the demo. Something is wrong. Many elements are stacked vertically instead of horizontally. But the telling sign is that the counters do not animate and they do not display horizontally. So is none of the JS working? That’s my only guess.

    #1420373

    enigmatik2
    Participant
    This reply has been marked as private.
    #1420579

    Christian
    Moderator

    Hey there,

    Thanks for writing in. Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your login page
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #1420736

    enigmatik2
    Participant
    This reply has been marked as private.
    #1421077

    Rue Nel
    Moderator

    Hello There,

    Thank you for providing the information. I have investigated the issue and it turns out that you have made your own child theme. In your child theme, there is no necessary functions that loads the correct X theme styles properly. That you why your site look so messed up.

    So I went ahead an fixed the issue for you. I made some updates in your child theme’s functions.php files. In your child theme’s functions.php file, the contents should be like this:

    <?php
    
    // =============================================================================
    // FUNCTIONS.PHP
    // -----------------------------------------------------------------------------
    // Overwrite or add your own custom functions to X in this file.
    // =============================================================================
    
    // =============================================================================
    // TABLE OF CONTENTS
    // -----------------------------------------------------------------------------
    //   01. Enqueue Parent Stylesheet
    //   02. Additional Functions
    // =============================================================================
    
    // Enqueue Parent Stylesheet
    // =============================================================================
    
    add_filter( 'x_enqueue_parent_stylesheet', '__return_true' );
    
    // Additional Functions
    // =============================================================================

    Please do check out or better make use our own Child theme which you can check out from here: https://community.theme.co/kb/how-to-setup-child-themes/

    And by the way, we have standard demos and expanded demos. To know more above the demo contents, please check this out: https://community.theme.co/kb/demo-content/

    Hope this helps.

    #1421085

    enigmatik2
    Participant

    Oh my gosh. Thank you so much! I never thought to look at the child theme I created. I just downloaded some “EZ child theme creator” plugin and used that to create a child theme.

    Thank you.

    #1421226

    Rue Nel
    Moderator

    Hello There,

    You’re most welcome. We are always happy to help you.
    If you need anything else we can help you with, don’t hesitate to open another thread.

    Best Regards.