Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #1978700
problems with upgrade
Closed

Comments

  • thedesignpub started the conversation

    string(12) "dragutenberg"

    I get the text above showing on the upper left hand corner of the web site after upgrade.

  •  1,845
    Elated replied

    Hi there,

    Sorry for the late response, we are having a lot of tickets due the major theme updates we are doing these days. 

    Please, update the theme again (download again files from themeforest), this was fixed in the meantime. 

    Let me know if you still have some issues with this and provide me admin credentials so I can remove that for you. Thanks! 

    Best regards,

    Marie


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  •   thedesignpub replied privately
  •  1,845
    Elated replied

    Hello there,

    I apologize for the late reply, we have been getting a lot of messages daily and are trying our best to keep up with every request. I hope you can understand.

    Try to deactivate all of your third-party plugins to make sure they are not causing this issue. If the issue goes away, then you can enable them one by one to find out which one is causing the issue. If you still have issues after you have deactivated all of your plugins, please let us know so that we could take a closer look at this.

    Also it would be helpful if you could provide us with your ftp access credentials(in a private ticket) so we can log in and investigate your code if needed.

    Thank you in advance.

    Hope this helps if there is anything else that we can help you with please don't hesitate to ask.

    Kind regards,

    Sean


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  • thedesignpub replied

    http://dev.vdgatl.com/dd/portfolio-item/signage/?preview_id=5248&preview_nonce=dd808f172c&_thumbnail_id=-1&preview=true

    I fixed the first problem. The Core was out of date and I updated that.


    Now I have another problem. I am getting errors when I view any portfolio. See Below: The link is above.

    Notice: Undefined offset: 0 in /home/devvdgatl/public_html/dd/wp-content/plugins/js_composer/include/classes/core/class-vc-base.php on line 447

    Notice: Trying to get property of non-object in /home/devvdgatl/public_html/dd/wp-content/plugins/js_composer/include/classes/core/class-vc-base.php on line 447

    Notice: Undefined offset: 0 in /home/devvdgatl/public_html/dd/wp-content/plugins/js_composer/include/classes/core/class-vc-base.php on line 483

    Notice: Trying to get property of non-object in /home/devvdgatl/public_html/dd/wp-content/plugins/js_composer/include/classes/core/class-vc-base.php on line 483



  •  1,845
    Elated replied

    Hello there,

    I apologize for the late reply, we have been getting a lot of messages daily and are trying our best to keep up with every request. I hope you can understand.

    The issues have been fixed. Please double check this to make sure.

    If there is anything else that we can help you with please don't hesitate to ask.

    Kind regards,

    Sean


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  • thedesignpub replied

    I still don't see the portfolio working. It just shows one item. It used to show all of the images on the page. Can you look into this one more time please?

  • thedesignpub replied

    I figured it out. The child theme doesn't work properly. It is being caused the the functions.php content. Enque scripts is not working.

  •  1,845
    Elated replied

    Hello,

    It is possible that some code that you've added within child theme (functions.php file) can cause some issue on your end. Generally, child theme that comes with this theme works fine. I've attached child-theme zip file below.

    I've just checked this out on our side and it seems like child theme works fine →

    6789577968.png

    Our child-theme functions.php file → 

    <?php
    /*** Child Theme Function  ***/
    if ( ! function_exists( 'sahel_elated_child_theme_enqueue_scripts' ) ) {
    function sahel_elated_child_theme_enqueue_scripts() {
    $parent_style = 'sahel-elated-default-style';

    wp_enqueue_style( 'sahel-elated-child-style', get_stylesheet_directory_uri() . '/style.css', array( $parent_style ) );
    }

    add_action( 'wp_enqueue_scripts', 'sahel_elated_child_theme_enqueue_scripts' );
    }

    Anyhow, I'm glad you've already managed to solved this issue.

    8328953990.png


    If the problem still persists, please be more specific about it, let me know how to reproduce it on our side and I will try to assist you with that as soon as possible. Some screenshot can be helpful as well.

    For any other issue you are facing please feel free to ask us and we will assist you as soon as possible. I will give my best to help you building your site.

    Thanks & Regards, 
    Vladimir


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.