redywebs
Forum Replies Created
-
Forum: Plugins
In reply to: [Column Shortcodes] New version hard-wraps content in p elementsI’m with Ross, new version adds an empty paragraph before title or list tags. Please correct it.
Forum: Plugins
In reply to: [Booking calendar, Appointment Booking System] iCalendar sync?First of all good job! yours is one of the best booking plugins I have found.
But as I need to sync calendars from different sites, I am also looking for a reservation plugin that has iCal support, it is a must have for me, otherwise this plugin is useless and I really like all other features. It would be really great if you could add it as a feature in premium version.
Kind regards,
Forum: Plugins
In reply to: [WP Posts Carousel] Displaying Custom filedsYes I have a taxonomy named writers for a custom post type named books. So my intention is to have the book title and the author/writer of that book shown in WP Posts Carousel. And you guessed that one right, some books do have more than one author/writer.
I give your corrections a try. Thank you Teastudio.
Forum: Plugins
In reply to: [WP Posts Carousel] Displaying Custom filedsI have tried using wpc_item_description filter, but can not get it working. Never worked with filters or such. Hope you can help Teastudio.
Here is what I have:
function my_wpc_item_description( $description, $params ) { $taxonomy = 'writers'; $tax_terms = get_terms( $taxonomy ); if ($tax_terms) { foreach ($tax_terms as $tax_term) { $writer = $tax_term->name; } } // show excerpt or full content if ( $params['show_description'] === 'content' ) { $description = '<div class="wp-posts-carousel-desc"><h3>' . $writer . '</h3></div>'; } return $description; } add_filter('wpc_item_description', 'my_wpc_item_description');
Forum: Plugins
In reply to: [WP Posts Carousel] Displaying Custom filedsHi brad1004,
I’m also struggling to show some custom fields from a custom post type, did you manage to get it working?Hi, it is nearly working for me, but I get following error:
PHP Warning: require_once(/***/wp-load.php): failed to open stream: No such file or directory in /***/wp-content/plugins/picasa-express-x2/picasa-express-2.php on line 3438 PHP Fatal error: require_once(): Failed opening required '/***/wp-load.php' (include_path='.:/***/usr/***:/***/usr/share/pear') in /***/wp-content/plugins/picasa-express-x2/picasa-express-2.php on line 3438
I’m using latest WP 4.2.2 version
Please, Could you help? I really need this plugin working again.Forum: Plugins
In reply to: [qTranslate X] Bug found with search widgetOK solved
Forum: Plugins
In reply to: [qTranslate X] Bug found with search widgetGreat!!! it works now.
<form method="get" action="<?php echo bloginfo('url'); ?>/" class="clear">
Thank you so much @kuchenundkakao
Forum: Plugins
In reply to: [qTranslate X] Bug found with search widget@kuchenundkakao yes I do have a searchform.php with this code:
<div class="search"> <form method="get" action="<?php echo bloginfo('url'); ?>" class="clear"> <div> <input type="text" id="s" name="s" value="" class="text" /> <input type="submit" value="Search" id="searchsubmit" class="submit" /> </div> </form> </div>
How do I add the last slash?
Forum: Plugins
In reply to: [qTranslate X] Bug found with search widgetStill did not found a solution to this.
@gunu my .htaccess only contains default WordPress rewrite rulesForum: Plugins
In reply to: [qTranslate X] Bug found with search widgetIt is using Pre-Path Mode, what do you mean by saving the permalinks again? If you mean going to permalink settings and hit save changes, doesn’t make any difference.
Forum: Plugins
In reply to: [qTranslate X] Bug found with search widgetI have also tried deactivating other plugins, but the bug persist.
It seems when it founds the country code in a post or page title throws that url and append the search to it, and I don’t think it has anything to do with the theme used.
Forum: Plugins
In reply to: [qTranslate X] Bug found with search widgetThank you @gunu, I hope he has a closer look at this bug.
Forum: Plugins
In reply to: [qTranslate X] Bug found with search widgetI have try enabling “Compatibility Functions”, no luck!
Forum: Plugins
In reply to: [qTranslate X] Bug found with search widgetYes, the default WP widget