Lyelle
Forum Replies Created
-
Forum: Plugins
In reply to: [Htaccess Secure Files] [Plugin: Htaccess Secure Files] Error in WP 3.3Did not solve the problem, sorry.
Forum: Plugins
In reply to: [Htaccess Secure Files] [Plugin: Htaccess Secure Files] Error in WP 3.3Right, this install was done on a windows apache server.
Besides, i have other installs without flipped slashes not working either.Forum: Plugins
In reply to: [Htaccess Secure Files] [Plugin: Htaccess Secure Files] Error in WP 3.3Hi Isaacchapman,
any progress on this problem?
Forum: Plugins
In reply to: [Htaccess Secure Files] [Plugin: Htaccess Secure Files] Error in WP 3.3#### DO NOT EDIT BELOW (Htaccess Secure Files plugin created content) ####
RewriteEngine On
# For files that do not exist use WordPress’ root index.php
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteRule . /securenewinstall/wordpress/index.php [L]
# For files that do exist see if they are secured
RewriteCond %{SCRIPT_FILENAME} -f
#### Start of Htaccess Secure Files plugin created entries ####
RewriteRule ^(listDec10\.pdf) \wp-content\plugins\htaccess-secure-files/dl.php?f=$1 [L]
#### End of Htaccess Secure Files plugin created entries ####Forum: Plugins
In reply to: [The Events Calendar] [Plugin: The Events Calendar] Couple of Problemsupdate:
ok. creating time wasnt the only issues here.i started changing “time and date” of events. the directing error always accurs on the earliest event (no previous event) u have on ur calendar.
changing its date to any other day after the second earliest event passes the error two the second earliest.
When u got multiple events on a day its the first (all same starting time) one created or the earliest started.Forum: Plugins
In reply to: [The Events Calendar] [Plugin: The Events Calendar] Couple of Problemstranslation doesnt change anything.
i deleted all events and created new ones.
the first event edit link directs to the second event.
(also tested with a brand new wordpress install)when i noticed this error the first time it wasnt limited to the first event. cant recreate this error for now.
Forum: Plugins
In reply to: [The Events Calendar] [Plugin: The Events Calendar] Couple of Problems3) and 4) still not working 100%
Forum: Plugins
In reply to: [The Events Calendar] [Plugin: The Events Calendar] Couple of Problems2.1) After a third reinstall and switching between themes and couple of templates it suddenly (finally) works.
I didnt change any code inside the theme folder for this process.
Cant identify where the problem was.Forum: Plugins
In reply to: [The Events Calendar] [Plugin: The Events Calendar] Couple of ProblemsThank you Shane for your fast reply.
2) Reinstalled the plugin. Using other templates works fine now (selected via settings).
2.1) (Edited)
I created an events/ folder in my theme directory. Copied the 9 files out of the plugins view/ folder.
Custimzing the two ecp-templates.php files works fine. But editing the other content-templates (grid, single …) has no effect at all.3)weather i use the original or my theme the
next_event_link()
just dont work properly -> check out the red outlines Screenshot4)The edit link in the adminbar works fine, sry for the inaccuracy.
the one provided in the content area does not.
<?php edit_post_link(__('Edit','tribe-events-calendar'), '<span class="edit-link">', '</span>'); ?>
–> check out the blue outline Screenshot