revkev
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Remove Login from sidebarSorry but where in settings? What settings? for WP, the theme? I have looked everywhere I can think of and am unable to find the means.
Thank you
~Respect
Kevin
Forum: Plugins
In reply to: [BuddyStream] BuddystreamNope didn’t work ??
removed ‘premier’ (not using premium) and ended up with the same error ??
Thanks for your response and assistance
Forum: Plugins
In reply to: [ALO EasyMail Newsletter] Cron will not run automaticallyGreetings!
Running WP 5.1
ALO EasyMail Newsletter Version 2.4.14Following Ionica’s instructions, I created wp-con2.php and uploaded, made the corrections to the two mentioned cron jobs – and still nothing ??
So I ran https://www.lcag.info/wp-cron.php?doing_wp_cron from the browser and the newsletter updated to
On sending queue…Progress: 0.2%Not sure if this is a valid test or not but wanted to see if at least the cron job would run manually ???? seems something fired at least ??
Your suggestions are greatly appreciated. If more information is needed please let me know.
Thank you in advance
RevKev
Forum: Plugins
In reply to: [plugin: bbpress] no submit button on edit pageRealize this is an old post, but this is the same problem I am having. After seeing no response and finding nothing else on the subject, thought maybe ‘reactivating’ this thread might bring some life and answers.
lcag.info = website
WP 3.5
BBPress 2.2.3No submit button on the page so unable to add topics or replies.
Your response and assistance in a resolution is greatly appreciated.
~Respect
RevKev
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Repeat Post – no response in over a monthHey Richard, not sure what I did but I must have got it worked out somehow. ?? Thanks for you time in responding! Very much appreciated and again, thanks for the great plugin!
~Respect
RevKev
@brasofilo thanks for the lead – finally got it upgraded but when I did, it did not resolve the issues ?? more research and troubleshooting! Sometimes I feel like I do more ‘tech work’ than development and marketing ??
Where did you get ver 1.8.4 please? Have tried following the prompt in the admin panel and that does not work. Have looked in the repository for addons and do not find it there.
Your assistance is appreciated.
Sorry but I am a novice in WP. Where does the above code go to resolve the issue with the message?
Ah thank you so much! Glad I ‘gave up’ when I did and pushed it aside for awhile. When I removed the ‘dupe’ code it indeed did work!
Thank you, I should have seen, or thought of that but admittedly I am a ‘nube’ in .htaccess! Thank you for your assistance and input for that did indeed resolve the issue!
Now if someone can direct me how to change this post to resolved, it would be much appreciated!
Thank you,
RevKev
Hello, after reading numerous threads and trying a number of ‘fixes’ I stumbled upon this thread and was hopeful…
Installed the ‘boiler plate’ code for .htaccess (my .htaccess appears in its entirety below. After adding the ‘boiler plate’ still had the same issue – unable to access admin page on sub-blogs. This is a new install with no plugins used.
Your assistance is greatly appreciated!
# 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 WordPressRewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
# uploaded ?les
RewriteRule ^([_0-9a-zA-Z-]+/)??les/(.+) wp-includes/ms-?les.php??le=$2 [L]
# add a trailing slash to /wp-admin
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]Forum: Plugins
In reply to: [People Lists] [Plugin: People Lists] "Template info" link brokenHave the same issue when attempting to view template info – disabled plugin and am still not seeing template info. ??
Here is a link to my list page https://www.lcag.info/resources/advocate-list/ The information is being displayed in a ‘stair step’ manner which is not very pleasing.
Any assistance would be greatly appreciated.
~Respect
RevKev
Forum: Fixing WordPress
In reply to: User RegistrationBigger issues it seems – attempting to resolve