janeew
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] How to change social media icons?I had never heard of embedding fonts on webpages, but I can see the advantage.
I would however like to change the icon font to one that’s a bit more conspicuous. I’ve looked through the information at https://genericons.com/ but I’m not understanding what I need to change in this theme (ie: my child version of Customizr)
It looks like I need to upload a different font file. Do need both TTF and EOT? What directory do I upload the file to?
Do I then make changes to the grey.css?Thanks.
Forum: Themes and Templates
In reply to: [Customizr] Adjusting the Slider SizeYup…I’d like the same thing. It was mentioned that the ability to change the size of the slider will be available in an updated version. Are we there yet?
Forum: Plugins
In reply to: [Post Index] List by subcategory onlyThat would be brilliant to have an on/off switch for the first character listing. Thanks.
Forum: Plugins
In reply to: [Post Category Index Generator] Category ID as a variableHere’s the solution I’m using in case anyone else is trying to do the same thing.
In the archive.php file I added…<!--To display the index generated by the POST CATEGORY INDEX GENERATOR Plugin--> <?php if (is_category( )) { $cat = get_query_var('cat'); $yourcat = get_category ($cat);//this is the code to get the category name } echo do_shortcode('[pcig category="'.$yourcat->slug.'" display=tree show=post_title links=post_title hide_empty=true]');//this is the shortcode call ?> <!--end of index listing -->
There may be more elegant ways to do this but it seems to work. Now the category archive view displays the posts within their subcategories.
Forum: Themes and Templates
In reply to: [Expound] image map in headerThis relates to the header at https://cape2.com
There is an animated gif currently used as the header graphic which shows an English header for 10 seconds then a French header for 10 seconds. That part is working fine. The complication is that I’d like to send people who click on the logo back to the homepage but those who click on the ‘Donate Now’ icon, to the donation page.
I am able to image-map the animated gif to do what I want, but I don’t know where I would put the image map coding to get it to work as an Expound header, or if that’s even possible.
Thanks very much for being so responsive (Just like your theme ??