Kristof from Habitgrowth
Forum Replies Created
-
Forum: Plugins
In reply to: [Autoptimize] Google Fonts not removedYes that’s Thrive. I haven’t find an option anywhere to remove / not use those fonts. Is there a filter/action I can tap into to remove those strings via php?
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] How to insert image with http onlyI too would like to know the solution of this. I’d expect that the option “Force SSL Exclusively” would take care of this?
On the front end, the images are indeed http instead of https, but the users that are subscribed to posts by e-mail get the https images because that’s the way it’s stored in the database.
I can confirm Related Posts Thumbnails still works in WP3.5 ??
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] sharing not workingHi Zoltan,
Thank you for your feedback. I discovered that 404 redirect is not the problem but it’s another plugin (Category Grid View Gallery).
Kind regards,
ChrisUpdate: after reading some other posts I started disabling my other plugins and found out that jetpack sharing is not compatible with the plugin “Category Grid View Gallery”
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] sharing not workingHi Zoltan. I also use jetpack together with 404 redirected. I disabled the automatic redirects but it still doesn’t work.
What are your other settings?
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Sharing Not WorkingSame problem for me. Print and e-mail buttons don’t work either
Forum: Plugins
In reply to: [Broken Link Checker] Plugin brings the whole site downI have the same problem, this plugin uses too much memory and CPU. Too bad as I like the plugin very much but this way it’s unusable
Works like a charm now: https://rookzondervuur.be/bbq-recepten-vis-schaaldieren/
Thanks a lot for the excellent support!
I am experiencing the same problem.
WordPress version is 3.4.2, plugin version is 0.1.8
Some of the examples from the installation tab do not work, e.g.
[pcig category=category-2 show=post_title links=post_title post_sections=h1,h2,post_excerpt]
I noticed that whenever you do show=post_title nothing shows. If you do however show=category_name,post_title everything is okay.
I am looking for a way to show all posts of a single category without the category name but so far have not found the way to do it.
I have put up a test page for you on https://rookzondervuur.be/bbq-recepten-vis-schaaldieren/
On that page the only code I used was
[pcig category=vis-schaaldieren show=post_title links=post_title hide_empty=true orderby=title]
As you can see the only code generated is
<div class="storycontent"> <ul class="pcig-ul-list pcig-top-ul-list"></ul> </div>
When I use
[pcig category=vis-schaaldieren show=category_name,post_title links=post_title hide_empty=true orderby=title]
it works.Thank you in advance for your support