eyephone21
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Terrifico] Terrifico site crashes IE8 and olderSame issue here. Ie8 just doesn’t like terrifico. (and the other free theme from VPthemes, Simpleo).
And a lot of others complex themes. I’ve upgraded to ie9 today (never used IE) and on it it’s okay. But the IE8 bug is quite annoying..Forum: Plugins
In reply to: [Social Sharing Toolkit] Linksalpha button…really?Uninstalled.
A lot errors in IE8, i know, it sucks, but people use it.
Developer: bad, bad move.Forum: Plugins
In reply to: [WPPizza - A Restaurant Plugin] Closed for delivery /open for pickupThanks for the reply, your plugin is already precious code indeed.
Anyway think about it, because here in Italy a lot of place do delivery only in specific hours (to contain costs) while they are open all day.As soon i’ll open my business i’ll definitely buy the “add ingredients” plugin, and hopefully the paypal too..
Ciao from Italy
StefanoForum: Plugins
In reply to: [Register Plus Redux] Where are custom registration fields stored?I would like to export my users (with the data from this plugin too).
I’ve tried a few plugin, with no luck.
Any clue?To be clearer: i would like to have the current lightbox for ngg galleries with the default shutter effect, but in post with uploaded images (and without ngg galleries) i’d like to have a lightbox!
Hello again!
Asked to my brother, and managed to find the solution.
In carousel-horizontal-posts-content-slider.php
find the
//limit wordspart and change it with this//limit words function tchpcs_clean($excerpt, $substr) { $string = strip_tags($excerpt); $string = substr($string, 0, $substr); return $string; }In this way ALL the htmtl is stripped from the excerpt, playing with the strip_tag function ( http://php.net/manual/en/function.strip-tags.php ) you can allow some code, but this is beyond my needs (and skills).
Ciao!
Sure, it will be enough!
Wow! Lucky me i found this thread!
I was starting translate in italian the plugin when i stumble upon a reference to translation, so i came here and discoered that there are the updated italian translations!
You should tell people in the plugin’s description pager that you (great) plugin support, and has, translations!!![and i agree with @vaultdweller!]
Forum: Reviews
In reply to: [Image Watermark] Best of allI agree!
[Actually i’d love a text watermark too] :=)Forum: Plugins
In reply to: [Disqus Comment System] Error with Facebook loginEventually I switched to “social login” plugin..
i’ve noticed other sites with disqus plugin experiencing problems with facebook.i’m sorry, i liked the admin of disqus, but my client was in a hurry..
Forum: Plugins
In reply to: [Widget Logic] Widget in homepage only (with static homepage)Sorry Charmer, english is not my language, so i didn’t get you last post.
The codeis_page('77')means to show a widget in that page only.
To avoid other widgets on a page you have to use the!that reverse the logic, so, in this case you’ll have to put!is_page('77')on all the widget that you want to hide on page 77 (but to display them on all others).Forum: Plugins
In reply to: [Widget Logic] Widget in homepage only (with static homepage)Good!
To discover the number of the page (or post) in the dashboard’s “pages” page all you have to do is hover the title of the desidered page and you’ll see the number in the status bar, usually at the bottom of the browser, something like ” …/wp-admin/post.php?post=520&action=edit”
In this case 520 is the number you need.Forum: Plugins
In reply to: [Widget Logic] Widget in homepage only (with static homepage)maybe somebody find this useful!
Hi quintain.
First make a backup of the .htaccess file!the file must have only one # END WordPress, so it’s safe to leave that line out.
Anyway i think that lines that starts with # are comments, so probably i doesn’t really matter…Wow! it seems to work!
I’ve tried at least 3 plugins that rely on this cron thing and none worked. Now with this code in .htaccess this plugin (the best of these i’ve tried, as features) works! So far i’ve tried only to delete article after expiration, now i’m gonna try more options..thanks for sharing, Wobblemedia!