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 #1442869
category page
Closed

Comments

  • Mediawebsocial started the conversation

    I'm working with your nice theme ESMARTS.

    By now I have managed myself to customize some details of the theme in order to accomodate the functionality to our scenario (learning a lot by the way). Most of the work was done on the plugin (eltdf_lms). 

    Besides some other questions I have an important issue with the category page regarding to courses. I was reading code here and there when I realized that you have the same problem on your own demo site: e.g. the page 'http://esmarts.elated-themes.com/course-category/it-software/' should list only courses belonging to the 'it-software' category but, as you can see, it shows all kind of courses.

    Can you please help me solving this problem?. I feel comfortable working with code but in this case I have not enough investigate-time available.

    If you need it I can give you access to my site, it's a development site-

    Thank you in advance.

  •   Elated replied privately
  •  1,845
    Elated replied

    Hello,

    Update.

    Just go to alter this file >> wp-content\plugins\eltdf-lms\post-types\course\templates\archive-course.php

    and then replace entire code with this one below:

    <?php
    get_header();
    esmarts_elated_get_title();
    do_action( 'esmarts_elated_action_before_main_content' ); ?>
    <div class="eltdf-container eltdf-default-page-template">
     <?php do_action( 'esmarts_elated_action_after_container_open' ); ?>
     <div class="eltdf-container-inner clearfix">
      <?php
      $eltdf_taxonomy_id   = get_queried_object_id();
      $eltdf_taxonomy_type = is_tax( 'course-tag' ) ? 'course-tag' : 'course-category';
      $eltdf_taxonomy      = ! empty( $eltdf_taxonomy_id ) ? get_term_by( 'id', $eltdf_taxonomy_id, $eltdf_taxonomy_type ) : '';
      $eltdf_taxonomy_slug = ! empty( $eltdf_taxonomy ) ? $eltdf_taxonomy->slug : '';
      $eltdf_taxonomy_name = ! empty( $eltdf_taxonomy ) ? $eltdf_taxonomy->taxonomy : '';
      
      eltdf_lms_get_archive_course_list( $eltdf_taxonomy_slug, $eltdf_taxonomy_name );
      ?>
     </div>
     <?php do_action( 'esmarts_elated_action_before_container_close' ); ?>
    </div>
    <?php get_footer(); ?>

    That should do the job.


    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.

  • Mediawebsocial replied

    Hello, perfect, now works. You did an excelent job, thanks again.

    Best regards

  •  1,845
    Elated replied

    Hello,

    You're welcome. Please let us know if there is anything else we can do for you, thanks!

    We hope it’s not too much trouble, but we’d really appreciate it if you could rate our theme on ThemeForest. Just visit the following link and select five stars next to our theme’s name: http://themeforest.net/downloads  This way you’ll be helping us improve our support services and make them even more efficient.


    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.

  • Mediawebsocial replied

    Hello, we did it. We rated your theme with five stars. 

    Only two questions:

    1._ Visual composer seems to be stripping out paragraphs in the wysiwyg editor and the HTML versions. (I saw the same problem in other customer)

    2.- Is it the theme optimizided? It seems too slow and we dont know the causes of it. We use the pluggin Pagespeed Ninja in order to optimizided the web. Any ideas?


    Thanks

  • Mediawebsocial replied

    Sorry, we forgot the url, www.estamosenello.org.es. Tell us If you need wp-admin access

  •  1,845
    Elated replied

    Hello,

    Thank you. 

    1. Please note that some HMTL tags are disabled within Text Block shortcode. You can use separate Text Block for each Paragraph and then add Empty Space element among them. In that way we built all our demo pages.

    2. Users can optimize site for speed, but good percentage is caused by server itself, so end users should increase performance on their own, and to to make sure that they are using reliable hosting service providers with high resources, and with fast and secure servers.

        Here are some general tips for speeding up your website, and please note, you can't minimize files like js.php and css.php, because they are dynamically created.

        1) You can check how to optimize your website here: (in this part, minimization of those files will be mentioned): https://gtmetrix.com/

        2) Optimize your images with some tool: www.jpegmini.com/

        3) Also you can install some plugin for cache, like WP Fastest Cache:

        https://sr.wordpress.org/plugins/wp-fastest-cache/ http://wordpress.org/plugins/wp-super-cache/

        https://wordpress.org/plugins/w3-total-cache/

        or premium one http://wp-rocket.me/

        4) You can enable gzip compression on your server. You should paste this code to .htaccess file located in your folder:

        <ifModule mod_gzip.c>
        mod_gzip_on Yes
        mod_gzip_dechunk Yes
        mod_gzip_item_include file .(html?|txt|css|js|php|pl)$
        mod_gzip_item_include handler ^cgi-script$
        mod_gzip_item_include mime ^text/.*
        mod_gzip_item_include mime ^application/x-javascript.*
        mod_gzip_item_exclude mime ^image/.*
        mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.*
        </ifModule>


        http://www.feedthebot.com/pagespeed/enable-compression.html

        5) Leverage browser caching: http://www.feedthebot.com/pagespeed/leverage-browser-caching.html

        6) Use at least PHP 5.6 or greater in order to process PHP code faster, and to fix older version bugs. Note that wordpress is now recommending PHP 7.0 or greater https://wordpress.org/about/requirements/

    Please let us know if there is anything else we can do for you, thanks!



    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.