Ravi
Forum Replies Created
-
Forum: Your WordPress
In reply to: I would appreciate a review of my website//Bulk Smush.i and Bulk Optimize//
Good enough.
//Would it matter more on the landing page (home page) that the pages are < 1MB and that there is few images etc.?//
Yes.
Glad you found my review useful.
All the best for your business.
Forum: Your WordPress
In reply to: I would appreciate a review of my websitePerhaps, you can reduce the number of images and compress them using Smush it plugin.
http://www.webpagetest.org/result/140623_NE_BNK/
Almost 50% of page size is taken by images.
Keeping the page size below 1 MB is ideal.
You can also remove unwanted plugins and reduce the number of HTTP requests.
The menu font size is too small.
Your menu has some of the very important links for your business.
Forum: Fixing WordPress
In reply to: changing order of postsYou can try a plugin like
https://wordpress.org/plugins/ascending-posts/
If you are comfortable editing code, you can edit your theme files to change the order.
http://codex.wordpress.org/Class_Reference/WP_Query#Order_.26_Orderby_Parameters
Forum: Your WordPress
In reply to: I would appreciate a review of my websiteLooks good.
You might want to reduce some clutter, increase font size and speed.
http://tools.pingdom.com/fpt/#!/eqmhcb/http://sundstedt.se/blog/
Forum: Fixing WordPress
In reply to: categories on certain pages/ post categoriesYou need to create custome menus for each page / section and use custom sidebars using plugins like
Go to Appearance – > Theme editor in your WordPress dashboard.
Search for submit and change the font-size value under that.
Forum: Fixing WordPress
In reply to: Rogue Code Has Disabled WebsiteTry to access your functions.php file in the theme
and remove the line that says
add_filter( ‘widget_text’, ‘shortcode_unautop’); add_filter( ‘widget_text’, ‘do_shortcode’);
It is best if you can restore a backup of functions.php file.
If the issue persists, try replacing the
wp-includes/pluggable.php
file with a fresh copy downloaded from
Forum: Localhost Installs
In reply to: having trouble transferring files with FIleZillaYou just need to transfer /wp-content/themes file to work on them. All other WordPress files can be restored from a fresh download of WordPress from
http://wordpress.org/download/
Why are you downloading files to your C: drive. Try downloading in D: drive under Documents or Downloads.
Forum: Fixing WordPress
In reply to: Disable Drop Down Nav?Go to Appearance – Menus in your WordPress dashboard and see if you have assigned some pages as submenu items. By removing them, you can disable the drop down menu items.
( /wp-admin/nav-menus.php )
Forum: Fixing WordPress
In reply to: Permalink not workingGo to Settings – > General
and see what your site URL is.
( /wp-admin/options-general.php )
Forum: Fixing WordPress
In reply to: Unable to Login Admin PanelPlease login to your web host cPanel. There, you can access your database through phpMyadmin. Select all tables in your WordPress database and use the repair option.
Let me know if the issue persists.
If you have database backup, you can also try restoring it.
I can see both of your plugins listed at
http://profiles.wordpress.org/sureshhardiya
Guess, it may take some time to reflect across all instances of mentioning your profile name in WordPress.org as your second plugin is relatively new.
Forum: Fixing WordPress
In reply to: Trouble working with Post CATEGORIESSite URL please?
Forum: Everything else WordPress
In reply to: Automatic back upCheck http://codex.wordpress.org/WordPress_Backups#Automatic_Backups
I use Backupbuddy which is a paid plugin but does excellent job.
Forum: Fixing WordPress
In reply to: How to add a pre-set group of text into a postEdit your theme file for post and add these standard texts there.
( wp-admin/theme-editor.php )