Tagged: flickr, footer, thumbnails, Widget
-
AuthorPosts
-
May 13, 2013 at 11:57 pm #23123
Hi there,
Can you tell me how to change the size of the fonts in the Footer, namely the widget header titles and main content?
Can you suggest an easy but flexible Flickr widget that I can use in the footer that will compliment the theme and not screw up everything. Ive tried a few and its just a mess.
Cheers
May 14, 2013 at 12:57 am #118606Hi,
I haven’t tried using Flickr plugin within the theme but there are lots of plugins available. To name a few
http://wordpress.org/extend/plugins/awesome-flickr-gallery-plugin/
http://wordpress.org/extend/plugins/slickr-flickr/
http://wordpress.org/extend/plugins/flickr-api/
You can change the widget title with this
#footer .widgettitle {
font-size: 21px;
}And the content with these
.widget {
font-size: 14px;
}
.minitext {
font-size: 14px;
}Adjust the value.
Regards,
Ismael
May 14, 2013 at 5:59 am #118607Thanks for this…
in regard to using a Flickr plugin I have used Slickr Flickr before so Ive set it up and have place some CSS to turn it into a 4 row by 3 thumbnails whiich appear in column 3 of my footer.
In a previous theme I had help setting up some Java Script to enable me to get the thumbnails to glow on rollover. The theme had a similar CSS window in the theme styling as yours but also had a Java Script window where the script was placed. Where do I put this within Enfold? I assume its a PHP file? do I have to add anything to the code/format to make it work and where should it be placed?
Cheers
Here’s the code…….
Query(‘.slickr-flickr-gallery ul li a’).hover(
function()
{
jQuery(this).stop();
jQuery(this).animate({‘opacity’:’0.75′}, 200 );
},
function()
{
jQuery(this).stop();
jQuery(this).animate({‘opacity’:’10’}, 100 );
});
May 15, 2013 at 2:27 am #118608Hi andypeck,
You can add in your own javascript to the avai.js file within the theme files, or use a plugin that will allow you to add it in through the wordpress admin if you don’t want to go through ftp.
Regards,
Devin
May 15, 2013 at 2:45 am #118609 -
AuthorPosts
- The topic ‘Enfold – FOOTER Fonts sizes & Flickr plugin’ is closed to new replies.