3 handy snippets in February
Changing the social link’s titles displayed on mouse hover
Adding a fourth footer widget areaMust see!
Change Featured Pages Zoom Effect to Square
Changing the social link’s titles displayed on mouse hover
Adding a fourth footer widget areaMust see!
Change Featured Pages Zoom Effect to Square
New ! Complete guide on how to make a multilingual WordPress website with Customizr and Polylang Credits : @electricfeet
Check out Customizr v2.0 documentation here
Newbie in webdesign / webdev? Thanks to Dave Bardell we now have an handy guide to understand the CSS basics and […]
Those last days, I have been working a complete re-built of the documentation. It now includes more chapters, images and lot of […]
By continuing to use this site you consent to the use of cookies in accordance with our cookie policy.
16 thoughts on “3 handy snippets in February”
Hi Nicolas, than k you so much for all you’ve done with this beautiful theme. I just donated. The problem I’m having isn’t with the site, it’s with Facebook. When I post a link to my site on Facebook it isn’t picking up the featured image in the post. It’s picking up an image from my sidebar, which is my face!!! It’s so weird to have my face everywhere. Hoe can I solve this? I searched the forum and the site snippets and didn’t see it. I hope it’s resolved and I’m just not smart enough to find it yet. Either way, please advise 🙂 Also, have a great day.
Hi Lisa and thanks for your donation,
I found two interesting threads for you :
http://stackoverflow.com/questions/12339062/facebook-like-button-not-picking-up-correct-thumbnail
http://stackoverflow.com/questions/14776100/wrong-picture-thumbnail-when-we-paste-the-link-to-our-post-from-our-blog
Hope this can help!
Best regards
Hi Nicolas,
I don’t know where else to send this, so my apologies if this isn’t the appropriate place. Anyway, I love the theme but have a question — on the front page, I’d love to include some of the latest posts but just a couple. Is there a place I can limit the number that show on the front page but leave the pagination the same for the blog page?
Thank you.
Hi Nick, you need to change the posts_per_page parameter of the query only on front page.
To do so, you can alter the query with the pre_get_posts hook.
More about this here : http://www.presscustomizr.com/snippet/three-techniques-to-alter-the-query-in-wordpress/
Hope this helps and enjoy the theme
Thank you. Now, another question — how do I get this to happen, while keeping the homepage (with slider, etc.) and having my blog posts appear on the /blog page?
In this case, you need to add parameters to your query in the pre_get_posts action.
Check out the example here, this is pretty easy to do : http://codex.wordpress.org/Plugin_API/Action_Reference/pre_get_posts
Best!
Hi Nicolas,
I’m not sure I follow. I would email you privately, but can’t find your contact info (and don’t blame you). If you could email me, I’d like to find out if, for a charge, you’d be willing to make this work with a couple other customizations?
Nick
OK Nick, you can contact me with this contact form : http://www.presscustomizr.com/contact
Hi, I’m wondering how to display the “Leave a Comment” on the index.php, at this moment, it is available only on the single post/page.
When the author does not use the excerpt, the visitor can see all the post without clicking the title and never see the “Leave a Comment”.
Hi Keiji, that’s a good point, I will work on an improvement for this comment issue.
Most probably in the next release of the theme. (in the coming days)
Best
Your them is fantastic especially the paid version ! thanks for your help Nicolas 🙂
Thanks Alex!
I am not sure if this should post here. i am trying to convert to Customizer from another WP theme, but my logo won’t work. It is a banner logo that runs the full page width in the header bar (see my website) with the navigation bar below. I have searched your FAQ;s and find no answer to make this work. Can it be done?
Hi Phil, this can be done with some coding in a child theme. If you get familiar with Customizr hooks, you’ll do that easily.
Best and enjoy the theme
Hi Nicolas,
I purchased your theme after the I tried the free version which is fantastic !
but I am getting this error when I upload to my WP:”The package could not be installed. The theme is missing the
style.css
stylesheet.Theme install failed.”I dont see any direction on your site where to to add the key code…ect.
Please advise this site is going to be for a very good cause and I will certainly give you a credit for it !
Hi Alex and thanks for your purchase on Themes&Co. You seem to have installed your extension like a theme whereas it has to be installed like a plugin.
See this forum thread for more details : http://www.presscustomizr.com/support-forums/topic/the-package-could-not-be-installed-the-theme-is-missing-the-style-css/
Hope this will help!