Doug
Forum Replies Created
-
Forum: Networking WordPress
In reply to: How to remove certain posts from search results?Awesome thanks!
Forum: Plugins
In reply to: [WP Super Cache] WPtouch theme not working properlyIf it helps i was never able to make WP-touch (free) and wp super cache (also free) work together.
The cache was either all mobile or all desktop for everyone.I solved this using “W3 Total Cache” instead of super cache. Once you get used to the interface they both do the same thing (store a plain html files of all your pages), only difference was that “W3 Total Cache” actually works as intended with wp-touch.
Forum: Plugins
In reply to: [Use Google Libraries] 404 errorsIf it helps i stopped using this plugin some time ago (i decided it was meaningless) and the errors no longer come up.
Forum: Plugins
In reply to: [WebberZone Top 10 — Popular Posts] Update ruined my thumbnailsSolved!
I was setting width and height on
“Output Options” -> “Post thumbnail options”
Apparently that doesn’t do anything.
You have to set them on the widget.Forum: Plugins
In reply to: [WebberZone Top 10 — Popular Posts] Update ruined my thumbnailsI’ve just done both things also deleted timthumb cache it still not giving parameters on url. my plugin has the modification u suggested above not sure if that affects anything.
Forum: Plugins
In reply to: [WebberZone Top 10 — Popular Posts] Update ruined my thumbnailsI found the problem, we are not giving any width and height parameter at all, all my thumbnails finish with:
jpg&w=&h=&zc=1&q=100That’s why it’s using timthumb default.
Something is wrong with that.I don’t know if this is what i was needing or not but i wanted a way to filter the top posts by category, like show Top Posts overall but not from the whole blog but for certain category, this filter could be added on the widget as a drop-down menu.
If this isn’t it, then consider for next updates maybe.Cheers.
Forum: Plugins
In reply to: [WebberZone Top 10 — Popular Posts] Update ruined my thumbnailsI changed the above line, the plugin still uses sizes from timthumb.php
define (‘DEFAULT_WIDTH’, 100);
define (‘DEFAULT_HEIGHT’, 100);Forum: Plugins
In reply to: [WebberZone Top 10 — Popular Posts] Update ruined my thumbnailsI believe it’s the same problem i mistakenly emailed you about.
Timthumb is ignoring the settings of the top10 plugin and using the 100x100px that is default on timthumb.php file.
Forum: Plugins
In reply to: [WebberZone Top 10 — Popular Posts] 2 rows Horizontal output?I actually solved it myself with some css:
http://s8.postimg.org/i3tagnsnn/solved.jpgFirst i modified output settings:
HTML to display before each list item: <div class=”uno”><*li>
HTML to display after each list item: </*li></*div>And then the CSS:
<style>
div.uno {
float: left;
width: 120px;
height: 100px;
padding: 1px;
overflow: hidden;
}.tptn_thumb {
border-radius:5px;
display: block;
width: 110px;
height: 68px;}
Forum: Plugins
In reply to: [WebberZone Top 10 — Popular Posts] Timthumb AlternativeWow that sounds great! Thanks for your hard work on this plugin!
Forum: Plugins
In reply to: [Flexible Posts Widget] Thumbnails and excerptsCould you make it pick the first image of each post instead of featured image? many people host images externally like me so no thumbnails for us.
Forum: Plugins
In reply to: [WebberZone Top 10 — Popular Posts] it won't pick 1st image unless it's httpsHi! That seem to have solved the problem.
I use all kind of external image hostings like google drive, piacasa/g+ albums, flickr, imageshack, etc.And i had this problem it would only pick up the first image if it was hosted on google drive/picasa/g+ and no other image hosting.
With that change it now accepts all hostings, which is amazing cos i’m not forced to use google anymore (it has a monthly bandwidth limit).
Thanks a lot!
Forum: Plugins
In reply to: [Comic Easel] 2 columns on index?It is Easel.
I think you stopped supporting Easel. I don’t really need a comic theme but i like Easel so i kept it.
You must be pretty busy i’m not gonna bother you with this, i thought it was something simple but i realize it’s not.
Don’t worry about it, thanks for answering.Hmmm it’s odd because sometimes i see wordpress comments before disqus load. and i see wordpress comments on my admin area.