StrawJam
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Menu with target option (to link an iframe)Yeah!!!!!!!!! ??
Now it works perfect!
Thank you very much for your help!Forum: Fixing WordPress
In reply to: Menu with target option (to link an iframe)Thank you!
It almost works! but I have a problem: My link is this way> https://mydomain.com/pagename.html, not this way: https://mydomain.com/pagename/
Can I change something to make it works?Forum: Fixing WordPress
In reply to: Menu with target option (to link an iframe)No, I don’t want to do an anchor link (that is easy), I want to link to an iframe.
Forum: Plugins
In reply to: [Bootstrap Collapse Menu Widget] not workingIn my site doesn’t work to… but my problem is that the menu appears collapse and don’t expand on click
Forum: Fixing WordPress
In reply to: Error message after entering data bbddSolved.
I talk with my host on monday, they modificated the php.ini limit and now it works!Forum: Fixing WordPress
In reply to: Error message after entering data bbddI’m reading some articles in Internet and it seems not to be the problem.
https://www.inmotionhosting.com/support/website/wordpress/fix-fatal-error-allowed-memory-size-exhausted
I have enough space, but my hosting don’t let me use it.
I have find a few ways to fix it:
1. Try adding this line to your wp-config.php file:
define(‘WP_MEMORY_LIMIT’, ’64M’);2. If you have access to your PHP.ini file, change the line in PHP.ini
If your line shows 32M try 64M:
memory_limit = 64M ; Maximum amount of memory a script may consume (64MB)3. If you don’t have access to PHP.ini try adding this to an .htaccess file:
php_value memory_limit 64M4. Talk to your host.
but I can’t see the php.ini in my hosting and tomorrow I’ll try fix the problem talking with my host
Forum: Fixing WordPress
In reply to: Error message after entering data bbddBut to try that I would need to pay for more hosting… ??
Maybe it’s the only way.
Thank you, Tara.Forum: Fixing WordPress
In reply to: Error message after entering data bbddProbably it’s for my bad english but I can’t find that information…
Forum: Fixing WordPress
In reply to: Error message after entering data bbddThank you for your help, Tara.
I have try following the instructions in that link, but it didn’t work.
My hosting (for the new ddbb) set the PHP limit 25 MB for MySQL.
Is it too short to install WordPress?