Hondo6566
Forum Replies Created
-
sorry, I double checked the text but I have not seen it. Thank you for your patience.
I will test to logout/login.
AndreasHello,
I think I’m not blind, and the Content from you and me is exactly the same.
Wordpress is installed into directory /wp/
index.php from wordpress is in home directory.
Logged in as an admin, I see the frontend when I browse to mysite.de/wp because I copied index.php to /wp/,
But when I browse to mysite.de I see the maintenacde notice and not the frontend.Regards
Andreas- This reply was modified 5 years, 11 months ago by Hondo6566.
the same like my post?
Sorry my failure,
the .htaccess file is in /wp/ directory.
In home directory isn’t such a file.htaccess file created by WordPress. Here is the content:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
OK, the problem might be that the index.php is in the directory above.
I think that is an issue for you ??
AndreasHi,
no matter, I have created a plugin wich makes this function.Thats clear, I want to insert a single picture..
Forum: Plugins
In reply to: [Contact Form 7] Format Date FieldsYes but I want to change the date input format not the email date format.
Why can’t you use a setting-varible for this? There are always users from germany there.
I have done this now manualy but it would be nice if one of the next updates would have a Setting Variable.Andreas
Forum: Plugins
In reply to: [BNE Testimonials] What about paging?I borrowed the pagination from the plugin ‘another-event-calendar’ and it works great:
https://www.ferienimschwarzwald.de/gaestebuch/Forum: Plugins
In reply to: [BNE Testimonials] What about paging?Sorry, but this is a basic feature an not a pro feature.
Forum: Plugins
In reply to: [WP-DownloadManager] Add File for registered UsersHi,
I have solved my problem. I made a copy of download-add.php and modified it, created a new capability with user-role-editor, insert a function to wp-downloadmanager.php to remove menu-pages if User have this special capability, created a text-widget with a link to add download and restricted the widget by widget logic.Works perfect now for me.
AndreasForum: Plugins
In reply to: [Another Events Calendar] Venue by CoordinatesOK I can change manualy the longitude/latitude at the table – but this is not what I want to do.
Any Help?Forum: Plugins
In reply to: [Contact Form 7] Date fieldThanks, I have found it and changed it.
Forum: Plugins
In reply to: [Another Events Calendar] Widget don’t sort in right wayHello,
I have checked your Code and it is correct.
Don’t know why it doesn’t work.
But I changed the wordpress-loop to an php-foreach and so it works now:
https://www.swhv-kreisgruppe-13.de/wp
Maybe you don’t recocnize your Plugin, I modified it a little bit ??Thanks for your Help
Andreas