Viewing 21 posts - 1 through 21 (of 21 total)
  • Author
    Posts
  • #681799

    Hi

    My website is currently in development and access is restricted. I have included credentials below so you can view the site.

    I added the tag cloud widget to be displayed here for example: http://surmespieds.com/resilience
    I expected to see these displayed like in in the link, but they are not: https://www.dropbox.com/s/828eqm9j64agexd/popular%20tags.jpg?dl=0

    Can you help figure out why this is not working?

    Thanks
    Lyse

    #681837

    Hi tremblayly!

    That depends on the styling but also on the usage.
    To have it look like that, you need to have different about of tags used in different topics,so based on the amount of usage, they will do change.

    Please let us know if thta is clear for you.

    Thanks a lot

    Regards,
    Basilis

    #682132

    Hi Basilis

    I’m sorry to say that your explanation isn’t clear. I don’t understand what you mean.

    Lyse

    #683254

    Hi,

    Please go to enfold/css/layout.css file and find

    .tagcloud a {
        font-size: 11px !important;
        padding: 2px 8px;
        margin: 0 1px 1px 0;
        display: block;
        float: left;
        border-style: solid;
        border-width: 1px;
        text-decoration: none;
    }

    and change it to

    .tagcloud a {
        padding: 2px 8px;
        margin: 0 1px 1px 0;
        display: block;
        float: left;
        border-style: solid;
        border-width: 1px;
        text-decoration: none;
    }

    Best regards,
    Yigit

    #683308

    Hi Yigit,

    I edited the CSS file, however, when there is an update to the theme will I lose this change. If yes, can I add to my custom.css file and how can I do this (because I tried it there first and it did not work.)

    Thank you
    Lyse

    #684196

    Hi,

    Please try adding following code to functions.php file of your child theme

    function wp_change_layoutcss() {
       wp_dequeue_style( 'avia-default' );
       wp_enqueue_style( 'avia-default-child', get_stylesheet_directory_uri().'/css/layout.css' );
    }
    add_action( 'wp_print_scripts', 'wp_change_layoutcss', 100 );

    Best regards,
    Yigit

    #684343

    Hi Yigit,

    That seems to work!

    Thank you so much
    Lyse

    #684683

    Hi Lyse,

    Great, glad we could help :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #699704

    Hi

    I went live with surmespieds.com yesterday!

    Although the tag cloud worked changes you recommended worked before, it seems to have stopped working. I did not change anything.
    Could you please have look here: http://surmespieds.com/trouver-son-equilibre and see that it’s not working any longer.

    Thanks
    Lyse

    #699713

    Hi,

    The tag clouds does work fine on my end on chrome and windows system. Please check the attached screenshot.

    If you do not see that clicking on the tags will bring different posts please let us know which browser and device you are using so we can further troubleshoot this issue.

    Best regards,
    Vinay

    #699721

    HI Vinay,

    Sorry for not being clear, the tag links work fine, the display is of these is the issue. The tags should display like in in the link, but they are not: https://www.dropbox.com/s/828eqm9j64agexd/popular%20tags.jpg?dl=0 So the tags font sizes change according to popularity.

    Thanks
    Lyse

    #700060

    Hi Lyse,

    Have you applied the same changes i recommended? If you have and that still did not solve the issue, please create temporary admin logins and FTP logins and post them here privately so we can look into it.

    Best regards,
    Yigit

    #700161

    Hi Yigit,

    I did apply your recommended changes in both in the CSS and functions.php file.

    I have added the login credentials in the private area for both my staging and production sites. Because I’m live, if you want to turn off plugins, then please us the staging area.

    Thanks
    Lyse

    #700188

    Hey!

    FTP logins did not work for me for both production and stating server. Can you please check them once again?

    Best regards,
    Yigit

    #700191

    Hi Yigit,

    So sorry.

    I resetted the password but used the same ones. See in the private area for them.

    Thanks
    Lyse

    #700202

    Hi!

    Now i am getting following error on both :/

    Best regards,
    Yigit

    #700212

    Hi Yigit,

    Please use SFTP to login

    Thanks
    Lyse

    #700213

    port 2222

    #700270

    Hi!

    I changed the code in functions.php file of your stating one to following one

    add_action( 'wp_enqueue_scripts', 'wp_change_layoutcss', 20 );
    function wp_change_layoutcss() {
       wp_dequeue_style( 'avia-layout' );
       wp_enqueue_style( 'avia-layout-child', get_stylesheet_directory_uri().'/css/layout.css' );
    }

    Please review your website and apply the same one to production site as well.

    Best regards,
    Yigit

    #700284

    Hi Yigit,

    I have updated the code in the functions.php find on the production site. All looks as expected!

    Thank so much, you are awesome!

    Lyse

    #700286

    Hi!

    You are welcome Lyse, always happy to help!
    Let us know if you have any other questions or issues

    Cheers!
    Yigit

Viewing 21 posts - 1 through 21 (of 21 total)
  • The topic ‘Tag Cloud widget display’ is closed to new replies.