mypsdtohtml
Forum Replies Created
-
Forum: Plugins
In reply to: [Nav Menu Images] Text with imagePaste the below code in functions.php file
function md_nmi_custom_content( $content, $item_id, $original_content ) {
$content = $content . ‘<span class=”page-title”>’ . $original_content . ‘</span>’;return $content;
}
add_filter( ‘nmi_menu_item_content’, ‘md_nmi_custom_content’, 10, 3 );Read more here:
http://blog.milandinic.com/2012/11/23/nav-menu-images-developers-guide/
Forum: Plugins
In reply to: [Nav Menu Images] Text with imagefunction md_nmi_custom_content( $content, $item_id, $original_content ) { $content = $content . '<span class="page-title">' . $original_content . '</span>'; return $content; } add_filter( 'nmi_menu_item_content', 'md_nmi_custom_content', 10, 3 );Paste the above code in
functions.phpfile to get both image and text in menu.You can read more here:
http://blog.milandinic.com/2012/11/23/nav-menu-images-developers-guide/
Forum: Fixing WordPress
In reply to: Blocking a member / adding category tag to profile avtivity streamHere is a premium plugin that might do the job for you:
http://www.philopress.com/products/buddyblock/
Please read through the docs to make sure this is what you want.
You can use the attribute
[sidebar=‘No']in the product-catalogue shortcode to remove the sidebar with search input from the product catalog.Forum: Fixing WordPress
In reply to: Can’t access WP-Admin with client detailsGo to the phpmyadmin and change your password.
Read more about how to change password using phpmyadmin:
http://wpcrux.com/change-wordpress-password-phpmyadmin/
If your IP is blocked then try to access the wp-admin from another ip address and then login to wp-admin with the new set of username and password.
Forum: Fixing WordPress
In reply to: WordPress Admin area very slow loadingTry deactivating W3 Total Cache. See if your Admin area is faster now.
If it is faster then, go to the General Settings and disable object cache and see how that works for you.
Forum: Fixing WordPress
In reply to: Problem with instalation themeTry to modify the open_basedir settings in your hosting account and set them to none.