git_anna
Forum Replies Created
-
Forum: Plugins
In reply to: [Google Maps made Simple] Map in widget1) Create map on any page
2) Copy map shortcode (remember to remove this shortcode from page)
3) Go to widgets
4) Drop text widget into widget area.
5) Paste map shortcode to text windget.
6) Save and you ready.Forum: Plugins
In reply to: [Contact Form 7 - Dynamic Text Extension] Failed to send messageYeah, I have old versions as this site has been created more than 1 year ago, but I fixed this very easy. It wasn’t plugin problem, but I put wrong email address where it should be sent as I have to use smtp (moved site from linux hosting to windows hosting). Sometimes the easiest fix is the hardest if you think too much about resolving it.
Everything works pretty nice now and created new contact forms using cf7 dtx.Hi Tobias,
I have received this answer from my hosting company:
We have neither of these components running on this platform. Mod_security is an apache plug in, and you’re currently hosting on a Windows/IIS6 based webserver running php available in both CGI and isapi mode (the mode options are available to you in plesk > domain > setup/webhostsettings).
So with theme twentyten and deactivated all plugins, I don’t receive any error message, but the wp-table reloaded site in tools is still blank
Sorry, I don’t know what code you are talking about (I newbie and I learn on my own errors) , so you can check my functions.php
http://pastebin.com/6gCJ80ieSorry, but also it isn’t any plugin…
I changed theme, but unfortunately I get the same error messages, so I still can’t log in 🙁
Also after changing theme I couldn’t use table-reloaded, so maybe I did some mistake during installation?So I changed `define(‘WP_DEBUG’, false);’ to define(‘WP_DEBUG’, true); and I couldn’t even log in to admin area.
When I opened site to log in I got this:
http://pastebin.com/dV5v8vUD
When I tried to log in, I got this:
http://pastebin.com/6Dd0aVZa
On my site I got this:
http://pastebin.com/z25haq82After returning to false it works properly
Can anyone answer?
Hello Tobias,
I tried to change memomy limit from 128 to 256M in .htaccess file, php.ini and wp-config.php and nothing worked 🙁.htaccess
php_value memory_limit 256Mphp.ini
memory_limit = 256Mwp-config.php
define('WP_MEMORY_LIMIT', '256M');Any other idea?
Forum: Fixing WordPress
In reply to: How to exclude some pages from main menu?I changed main-nav.php and it worked perfectly!
From:
<?php $pages = $wpdb->get_results("SELECT post_name, post_title, ID FROM $wpdb->posts WHERE post_type='page'"); ... ?>To:
<?php $pages = $wpdb->get_results("SELECT post_name, post_title, ID FROM $wpdb->posts WHERE post_type='page'AND post_status='publish' AND ID in (15,8,22,36)"); ... ?>Forum: Fixing WordPress
In reply to: How to exclude some pages from main menu?Yes. Destinations and Services in sidebar are pages widget.
Forum: Fixing WordPress
In reply to: How to exclude some pages from main menu?Forum: Fixing WordPress
In reply to: How to exclude some pages from main menu?Forum: Fixing WordPress
In reply to: How to exclude some pages from main menu?tHIS IS SIDEBAR.PHP
[Code moderated as per the Forum Rules. Please use the pastebin]
But sidebar is working properly. Just wanted to remove from menu “Poros, “Myconos”, “HYdra and other pages