amitash
Forum Replies Created
-
Remove shortcode indexing in Relevanssi options. Then it works. This is a fix for all parallellus themes like Mingle and Salutation.
Forum: Hacks
In reply to: Move the Position of the WordPress Visual or HTML Editor below sortables boxesYes, I am able to move the panels above the title editor as well as post editor. Thanks a lot for your help ??
Forum: Hacks
In reply to: Move the Position of the WordPress Visual or HTML Editor below sortables boxesYes, I got it, I’ll try. Thanks a lot for your efforts. In fact, I could successfully work it out using the following code.
jQuery('#normal-sortables').insertBefore('#titlediv');
Forum: Hacks
In reply to: Move the Position of the WordPress Visual or HTML Editor below sortables boxesJaumesala,
I know that. I just wanted to move the title editor as well. ??Forum: Hacks
In reply to: Move the Position of the WordPress Visual or HTML Editor below sortables boxesIn your code above
#postdivrich
refers to the visual editor. I tried changing it to#posttitle
and#post-title
etc., but it did not work.Forum: Hacks
In reply to: Move the Position of the WordPress Visual or HTML Editor below sortables boxesCan we move the title editor also?
Forum: Plugins
In reply to: [W3 Total Cache] Preventing Caching of Certain PagesOk. I did it but how can I verify that these pages are not being cached. I enabled debug and it showed that it is being cached.
Edit:
Sorry, Now I see that the URI is being rejected. Thanks a lot!Forum: Fixing WordPress
In reply to: Hosting images on subdomain… 500 internal errorDid you add the path to the new img folder. It is located just above the URL option in the media settings page.
Forum: Installing WordPress
In reply to: error after installation of the arabic version of wordpressTry clearing the spaces before the opening
<?php
and after the closing ?>
tags of the wp-config.php.Set your WordPress URL to https://www.nameofsite.com/wptest/.
The trailing slash is necessary. The problem may also be attributed to a .htaccess file (if any) present in the root of your content managed website.Forum: Fixing WordPress
In reply to: Migration Leads to Internal Server ErrorDelete the .htaccess file in the root and then access the permalink page and save the settings. The .htaccess file will then be re-generated.
Forum: Fixing WordPress
In reply to: how to change my passwordIn the WordPress Dashboard, find the Users section (to the left) and under it there is a Profile option. Go there and change your password. Here, you need not enter your old password to change the password.
Forum: Fixing WordPress
In reply to: Quickstart PackageWordPress, by default comes with 2 plugins and an awesome theme. Just download it, deploy and you are good to go. It is ‘quickest’Start.
Forum: Installing WordPress
In reply to: WP-ADMIN redirecting to Index page after I loginTry to manually go to ../wp-admin/index.php.
If it is a new install, install it again and try because it may not have been properly installed.Forum: Plugins
In reply to: [Facebook Connect] [Plugin: Facebook Connect] BugThis plugin is awesome. Great effort, Valentinas. I am also waiting for the next version. Also I just wanted a hint whether you could replicate the effort for a Twitter Connect plugin as well??