mixer
Forum Replies Created
Viewing 14 replies - 1 through 14 (of 14 total)
-
Forum: Plugins
In reply to: [WP Super Cache] Permissions of wp-config-cache.phpThe developer will be something to fix in the “broken” plug-in?
The same problems!
It looks like an error has been added after upgrading to 1.6.1
On sites with the old version of this there!- This reply was modified 6 years, 9 months ago by mixer.
Forum: Themes and Templates
In reply to: [Hueman] Do not work the following css for admin!TY Man!
Forum: Reviews
In reply to: [Subscribe To Comments Reloaded] Some problemsStrangely, today checked – was a mistake.
Now again I check everything works without an argument.
Nevertheless, thank you!Forum: Reviews
In reply to: [Subscribe To Comments Reloaded] Some problemsThe code only works with the third parameter, like
$wp_subs->strc->add_subscription($my_id, $your_email, 'Y');
But all it suits me. I corrected code.
Everything is working.Thank you!
Forum: Plugins
In reply to: [Eazyest Gallery] File name with accent…Need use plugin like https://www.ads-software.com/extend/plugins/cyr2lat/
Forum: Themes and Templates
In reply to: [Twenty Twelve] Twenty Twelve problem with displaying submenuEnter page url please
Forum: Plugins
In reply to: [Eazyest Gallery] Support for this plugin exist or abandoned?Thanks. We will wait with hope.
Forum: Plugins
In reply to: [Eazyest Gallery] What to do with WP Super Cachefixed
function amur_gallery_func( $atts ) { if( function_exists('eazyest_gallery') ){ $global_post = $GLOBALS['post']; global $post; global $wp_query; $atts = shortcode_atts( array( 'id' => 0 ), $atts ); $args = array( 'post_type' => eazyest_gallery()->post_type, 'p' => $atts['id'], 'posts_per_page' => 1 ); $query = new WP_Query( $args ); if ( $query->have_posts()) { $query->the_post(); if (get_the_ID() == $atts['id']) $out = "<a href=\"".get_the_permalink()."\" title=\"".esc_attr( sprintf( __( 'View folder “%s”', 'eazyest-gallery' ), the_title_attribute( 'echo=0' ) ) )."\" rel=\"bookmark\">".eazyest_frontend()->folder_thumbnail_html( $post_id )."</a>"; } wp_reset_query(); wp_reset_postdata(); $GLOBALS['post'] = $global_post; return $out; } return ""; } add_shortcode( 'amur_gallery', 'amur_gallery_func' );
Forum: Plugins
In reply to: [Eazyest Gallery] EZG Random Image WidgetGood idea!
Forum: Plugins
In reply to: [Admin Columns] Quick Edit BugThanks for the quick reply! good luck!
Forum: Plugins
In reply to: [Admin Columns] Quick Edit BugVersion changed. An error has not been fixed!
Viewing 14 replies - 1 through 14 (of 14 total)