Samuel Jesse
Forum Replies Created
-
Forum: Plugins
In reply to: [Baidu Maps Plugin] How to get API key without Chinese cell phoneUnfortunately it is a requirement of Baidu to provide a Chinese mobile number to create an account.
Forum: Plugins
In reply to: [WP Customer Area] [customer-area] page having issuesI should also mention the customer area page in the backend is also blank, should this page have content? It does show a sidebar on the right with links to extensions and newsletters etc.
Forum: Plugins
In reply to: [WP Customer Area] Link user with user groupDoes this require the extension to be able to view the groups as owner of a page? or files?
Forum: Fixing WordPress
In reply to: Hide or block certain posts, and category pages etc. ?By the way I’m not after plugins such as ‘WP Hide Post’ or editing robots.txt for search engines – I need the opposite of the plugins I’ve found. To show the content but block the permalink access.
Thanks!
If you go to
>> Gallery >> Album >>
Then enter in to an album, you can drag and drop the galleries to be in a specific order.
Forum: Plugins
In reply to: Getting rid of the borders in Easy-Contact plugin ?This was killing me, and I finally figured it out!
If you go in to the econtact.php and find the three start tags for
<fieldset>
And change it to
<fieldset style=”border: 0px;”>
Your problems are solved!
Forum: Installing WordPress
In reply to: Allowed memory size error?What effect does putting this code in the php do? And where would I want to put it? I understand this changes php.ini when you can’t/don’t have access to it?
ini_set(‘memory_limit’,’24M’)
Forum: Fixing WordPress
In reply to: Can’t install plugins – Fatal errorSorry to keep posting on my own questions, but I forgot to add I also came accross the code to put in a your php file:
ini_set(‘memory_limit’,’32M’);
I’m not sure though which file to place it in to over ride the php.ini.. Any suggestions?
Forum: Fixing WordPress
In reply to: Can’t install plugins – Fatal error*delete*
Forum: Fixing WordPress
In reply to: Can’t install plugins – Fatal errorI forgot to add, I can install only two plugins from scratch, although cannot install plug-ins through wordpress (including these two) I get the message:
Installing Plugin: AdSense Manager 3.2.13
for eg. and then nothing happens past that. So I have to manually upload the plugins.
Not sure if that helps?
I got a bit over excited… It worked to install one more plugin then went back to old fatal error tricks… still trying to figure this out.. grrr
Forum: Fixing WordPress
In reply to: 2.7 Image Upload Not WorkingIt worked for me, I manually mad a new folder called “uploads” and then changed the permissions higher and higher until it worked. It may have been 777 in the end…
Then I tried uploading again and presto! Perhaps those who are changing permissions and not getting results on 2.7 are not manually creating the uploads folder to start with?
wooop wooop
I found out how to fix this for some people
I was so happy when I found this fix!
FIX:
Insert in a new line
ini_set(‘memory_limit’, -1);
in to your wp-config.php
If this does not work you have to change your PHP settings which I do not know how to do 🙂
Forum: Fixing WordPress
In reply to: Pretty Permalink Issue – CANNOT get rid of index.php!I’m in the same boat with 2.7…