-
AuthorPosts
-
September 4, 2016 at 2:41 pm #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=0Can you help figure out why this is not working?
Thanks
LyseSeptember 4, 2016 at 7:21 pm #681837Hi 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,
BasilisSeptember 5, 2016 at 1:34 pm #682132Hi Basilis
I’m sorry to say that your explanation isn’t clear. I don’t understand what you mean.
Lyse
September 7, 2016 at 4:49 pm #683254Hi,
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,
YigitSeptember 7, 2016 at 7:26 pm #683308Hi 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
LyseSeptember 9, 2016 at 3:09 pm #684196Hi,
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,
YigitSeptember 9, 2016 at 8:40 pm #684343Hi Yigit,
That seems to work!
Thank you so much
LyseSeptember 11, 2016 at 7:48 am #684683Hi Lyse,
Great, glad we could help :-)
Please let us know if you should need any further help on the topic.
Best regards,
RikardOctober 16, 2016 at 9:45 pm #699704Hi
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
LyseOctober 16, 2016 at 10:23 pm #699713Hi,
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,
VinayOctober 16, 2016 at 10:48 pm #699721HI 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
LyseOctober 17, 2016 at 3:13 pm #700060Hi 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,
YigitOctober 17, 2016 at 6:08 pm #700161Hi 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
LyseOctober 17, 2016 at 6:59 pm #700188Hey!
FTP logins did not work for me for both production and stating server. Can you please check them once again?
Best regards,
YigitOctober 17, 2016 at 7:07 pm #700191Hi Yigit,
So sorry.
I resetted the password but used the same ones. See in the private area for them.
Thanks
LyseOctober 17, 2016 at 7:17 pm #700202October 17, 2016 at 7:33 pm #700212Hi Yigit,
Please use SFTP to login
Thanks
LyseOctober 17, 2016 at 7:34 pm #700213port 2222
October 17, 2016 at 9:45 pm #700270Hi!
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,
YigitOctober 17, 2016 at 10:06 pm #700284Hi 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
October 17, 2016 at 10:08 pm #700286 -
AuthorPosts
- The topic ‘Tag Cloud widget display’ is closed to new replies.