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 #1656631
Cloud, how to reduce the words
Closed

Comments

  • Michael started the conversation

    Hello,


    at the site-end i have added in the footer the cloud-widget, but there are to many keywords for me, how can i reduce the keywords to 12? Perhaps in the functions.php, but i dont have found something, can you please help, thanks.


    thanks and best regards,
    Michael Muehlstein

  •  1,845
    Elated replied

    Hello Michael,

    Welcome to your support management and thank you for choosing our theme!

    Such an option, unfortunately, does not exist within the theme, we are sorry. Achieving this will require some custom coding, but we are not in a position to accept any custom work, because we primarily need to focus on providing Theme Support to all customers. We hope you understand.

    In case you are not familiar with programming, you could hire someone to do this for you. You could look for someone who you can hire for this kind of job at the following link: - http://studio.envato.com

    Thanks for understanding.

    But you can use this code as a workaround(for example it displays 3 rows of tags) and paste it in 

    Appearance > Customize > Additional CSS field:


    .widget_tag_cloud .tagcloud {
      height: 117px;
      overflow: hidden;
    }
    

    Please let us know if there's anything else we can do for you!
    Thank You,
    Norah


    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.

  • Michael replied

    Thanks a lot for your try to help,

    but the best solution should be cut keywords not been hidden information, i think g**gle & co hate this. Yes i can program c++, vb and i can scripting html, js, php ++++


    i have done some tries, but now this one works fine:

    /* Shorten the keyword in the cloudtag */
    add_filter('widget_tag_cloud_args', 'tag_widget_limit');
    function tag_widget_limit($args){
    if(isset($args['taxonomy']) && $args['taxonomy'] == 'post_tag'){
    $args['number'] = 14; /* Set the value how many Keyword should be shown? */
    } return $args;
    }

    i have added this script in and at the end of the functions.php.

    Custom friendly is not to say: we are not in a position....... Yes you are in the position, because it is your theme and to make it custom friendly means many more buyer.

    brg, Michael

  •  1,845
    Elated replied

    Hello Miachel,

    I am glad to here you were able to solve this issue by yourself!

    I am very sorry about not being able to do custom code for our customers, but it is simply Envato Policy.You can read more about it here:

    https://themeforest.net/page/item_support_policy#whats-not-included-item-support

    Please let us know if there's anything else we can do for you!
    Thank You,
    Norah


    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.