Marco Galasso
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Backstretch] Limit To Just Home Page and Re-Order Images?1) -> use css classes… like
body.home
will load the images just in the home page body2) I’ll look into that.
Thanks
Forum: Plugins
In reply to: [Easy Backstretch] Multiple pagesNo at the moment.
Forum: Plugins
In reply to: [Easy Backstretch] Images upload, but nothing shows on settings pageHello,
this looks like a conflict with another plugin and/or with some script with your themes.I just checked the plugin and it’s confirmed working also on a 3.8-RC1 release.
Forum: Plugins
In reply to: [Easy Backstretch] Need template tag or shortcode to hook in backstretchHello, not at the moment.
Good idea for the next release.Forum: Plugins
In reply to: [qTranslate] Editor is not smooth in 3.6Not to sound harsh but Wp 3.6 alpha has been released few months ago so a plugin(s) author has all the time available for testing his plugin(s) to make it compatible with the new release and should not expect the official release to begin testing it.
As every WP release adds security and code optimization, revert back to an old release it’s not a good idea.Forum: Plugins
In reply to: [WP Native Dashboard] Fatal error on 3.6+1 Marko – Just moved the plugin folder in a custom Broken Plugins folder.
Forum: Fixing WordPress
In reply to: Custom taxonomies terms as unordered list li classeshello, I used wp_get_object_terms()
<li class="all <?php $specialties_tax = (array('alpha','beta','gamma')); $specialties_terms = wp_get_object_terms($post->ID, $specialties_tax, $args); if(!empty($specialties_terms)){ if(!is_wp_error( $specialties_terms )){ foreach($specialties_terms as $term){ echo ' '.$term->name.' '; } } } ?>">
Now the next step is to make them filterable via a jQuery script.
I’d rather use a plugin like https://www.ads-software.com/extend/plugins/post-types-order/
Just drag the Featured listings in any position you want.Forum: Networking WordPress
In reply to: Total number of users doesn't update on Right NowThanks rfair404, I solved, please check https://www.ads-software.com/support/topic/right-now-widget-does-not-update-in-wordpress-network?replies=4
I posted here after several days waiting for some changes.
Forum: Networking WordPress
In reply to: Right Now Widget does not update in wordpress networkLooks like it’s solved. Here are the steps I’ve done:
1. Read this: https://premium.wpmudev.org/forums/topic/right-now-widget-does-not-update
2. that directed me to this: https://yoast.com/wp-cron-issues/
3. so I googled: wordpress multisite wp-cron does not update
4. and found this: https://core.trac.www.ads-software.com/ticket/19621I changed on wp-config.php :
define('ALTERNATE_WP_CRON', true);
But no change at all.
So I went to the trunk https://core.trac.www.ads-software.com/browser/trunk/wp-cron.php?rev=19722 and changed the 3.3 wp-cron.php with the 3.4 Revision 19722.Commented out the
define('ALTERNATE_WP_CRON', true);
And now the Right Now shows the correct numbers.
I re checked also wp_sitemeta in phpmyadmin and the numbers are ok.
Forum: Networking WordPress
In reply to: Right Now Widget does not update in wordpress networkSame here, brand new install, 2 sites and 6 users but right now shows 2 sites and 1 user.
i’m on a wpwebhost vps.Forum: Plugins
In reply to: [Genesis Featured Widget Amplified] Genesis Featured Widget Amplifiedany news?
Forum: Plugins
In reply to: [Genesis Featured Widget Amplified] Genesis Featured Widget AmplifiedPost Type: Post
Taxonomy & Terms: All Categories
Exclude Terms by ID (comma separated list): 6,7,8,22,502
Include or Exclude by post ID: selectForum: Plugins
In reply to: [Genesis Featured Widget Amplified] Genesis Featured Widget AmplifiedI have the same problem.
I have to exclude five categories from a widget. I changed the widget.php as Nick_theGeek suggested but no change at all.WordPress 3.1.2 – Genesis 1.6.1 (site is in Russian language)
Forum: Alpha/Beta/RC
In reply to: SITE_NAME in site creation notificationSame here. 3.1-RC3