jaycee1981
Forum Replies Created
-
Yes, that’s me ?? Thanks a lot for help!
Forum: Fixing WordPress
In reply to: Update profile button does not workSolved. One of my plugins was not compatible with it
Forum: Plugins
In reply to: [TinyMCE Signature] TinyMCE Signature not working with WP 3.2Same here!
It tooks 2 hours until figured out:-(((
Please developer fix it for us!
Forum: Fixing WordPress
In reply to: Avatar size increasingHello!
Here’s my functions.php
<?php require_once(TEMPLATEPATH . '/epanel/custom_functions.php'); require_once(TEMPLATEPATH . '/includes/functions/comments.php'); require_once(TEMPLATEPATH . '/includes/functions/sidebars.php'); load_theme_textdomain('Memoir',get_template_directory().'/lang'); require_once(TEMPLATEPATH . '/epanel/options_memoir.php'); require_once(TEMPLATEPATH . '/epanel/core_functions.php'); require_once(TEMPLATEPATH . '/epanel/post_thumbnails_memoir.php'); function et_create_dropcaps($post_text){ global $shortname; if ( get_option($shortname . '_dropcaps') == 'false' ) return $post_text; $post_content_text = trim($post_text); $post_content_firstletter = $post_content_text[0]; $post_content_text[0] = ''; return '<span class="drop-caps">' . $post_content_firstletter . '</span>' . $post_content_text; } function register_main_menus() { register_nav_menus( array( 'primary-menu' => __( 'Primary Menu' ) ) ); } if (function_exists('register_nav_menus')) add_action( 'init', 'register_main_menus' ); if (class_exists('Walker_Nav_Menu')) { class description_walker extends Walker_Nav_Menu { function start_el(&$output, $item, $depth, $args) { global $wp_query; $indent = ( $depth ) ? str_repeat( "\t", $depth ) : ''; $class_names = $value = ''; $classes = empty( $item->classes ) ? array() : (array) $item->classes; $class_names = join( ' ', apply_filters( 'nav_menu_css_class', array_filter( $classes ), $item ) ); $class_names = ' class="'. esc_attr( $class_names ) . '"'; $output .= $indent . '<li id="menu-item-'. $item->ID . '"' . $value . $class_names .'>'; $attributes = ! empty( $item->attr_title ) ? ' title="' . esc_attr( $item->attr_title ) .'"' : ''; $attributes .= ! empty( $item->target ) ? ' target="' . esc_attr( $item->target ) .'"' : ''; $attributes .= ! empty( $item->xfn ) ? ' rel="' . esc_attr( $item->xfn ) .'"' : ''; $attributes .= ! empty( $item->url ) ? ' href="' . esc_attr( $item->url ) .'"' : ''; $prepend = '<strong>'; $append = '</strong>'; $description = ! empty( $item->description ) ? esc_attr( $item->description ) : ''; if (strlen($description) > 22) $description = substr($description,0,21); $item_output = $args->before; $item_output .= '<a'. $attributes .'>'; $item_output .= $args->link_before .$prepend.apply_filters( 'the_title', $item->title, $item->ID ).$append; $item_output .= '<span>' . $description. '</span>' . $args->link_after; $item_output .= '</a>'; $item_output .= $args->after; $output .= apply_filters( 'walker_nav_menu_start_el', $item_output, $item, $depth, $args ); } } } $wp_ver = substr($GLOBALS['wp_version'],0,3); if ($wp_ver >= 2.8) include(TEMPLATEPATH . '/includes/widgets.php'); ?>
b) `<?php wp_list_comments(array(‘type’=>’comment’,’callback’=>’mytheme_comment’,’avatar_size’=>50,
‘reply_text’=>’Reply’)); ?> `– This one is in my comments.php
Yeah, i Tried to change it here, but nothing change when save the file
Forum: Fixing WordPress
In reply to: Avatar size increasingForum: Fixing WordPress
In reply to: Avatar size increasingForum: Fixing WordPress
In reply to: Avatar size increasingany suggestion???
Forum: Themes and Templates
In reply to: Auto read moreYes, and thanks for your help!
Forum: Themes and Templates
In reply to: Auto read moreForget it, i just managed to solve my problem.
This plugin helped me a lot:
https://www.ads-software.com/extend/plugins/post-teaser/Forum: Themes and Templates
In reply to: Auto read moreI use a plugin called sexy bookmarks.
So if Excerpt editor is active, then sexy bookmarks does not show on posts on main page, only if i enter in the post to read the full text…….
Forum: Themes and Templates
In reply to: Auto read moreI just tried your suggestion: Excerpt editor.
It works well, but if i use this plugin my bookmarks will hide from home and display only if i enter in the post….
Forum: Themes and Templates
In reply to: Auto read moreHi Roy!
Well, managed to replace the_content with the_excerpt, it works now properly, but as i changed it my tweet counter and sexy bookmarks plugin does not work on my main page they are disappeared and only display if i go to the article.
Forum: Themes and Templates
In reply to: Auto read moreHello Roy!
First of all, thanks for your extremely fast reply!
I just tried excerpt editor few minutes ago, but i have no luck with it.
Here’s my index.php content
[code moderated as per forum rules - please use the pastebin]
Can u tell me exactly what should i do, please?
Thank you very much!
no help?
Forum: Fixing WordPress
In reply to: Can't access post, can't enter in.Yes, there is edit.php