sageyoung
Forum Replies Created
-
I’m using a plugin called add .html extension.
It was necessary because the old site before transitioning to WordPress had .html pages and didn’t want to lose the backlinks.
.htaccess checks out.
The permalinks on the mutlisite subdomain checkout too.
It might have something to do with the .html extension added?
And the root site has these .html files with the exact same name.
Is there a workaround? Or do they have to have different names?
Thanks for the tip, but for some reason it didn’t work. After upgrading the network, its still redirecting to the root site page.
Forum: Fixing WordPress
In reply to: Moving Site to New Host With Different PHP/SQL VersionsTara, that guide doesn’t mention anything about how to resolve differences between PHP/SQL version in the wordpress database.
Thanks Mike, I appreciate it.
Forum: Plugins
In reply to: [wpLike2Get] Buttons without counters?Yes, would love this feature too.
Is it possible to hack the code, removing the counters until this feature is added?
I just updated. Still seeing the same bug.
I cleared the error logs for apache, mysql, and php in the MAMP directory. Then loaded the widgets page: /wp-admin/widgets.php
Then went back to the error logs. No errors showed up in the logs after loading the widgets page.
Hopefully it’s just a mamp issue. I will be transferring to a live server in the few days. We’ll see if the bug persists on the live server.
Hi there,
I’m checked around the MAMP settings. I don’t see where I can specify an error log. Sorry ??
If you have the updated code though I can test it and see if the bug is fixed.
I’m using Multi-site, developing on a local Mamp server. I can’t see any error log files in the wordpress directory.
The group names:
3 Display-Primary [hms_testimonials group=”3″]
4 Display-Secondary [hms_testimonials group=”4″]
1 Results [hms_testimonials group=”1″]
2 Review [hms_testimonials group=”2″]I’m not sure if it was adding the groups that caused it. That is what changed though before the bug showed. It could also have been when I was changing the groups the individual testimonials linked to once the group names were added.
De-activating the plugin restores the widgets screen.
Forum: Themes and Templates
In reply to: CSS font size not working in wordpress??Thanks for the insight.
It tried adding #content as you show above in the CSS file. It seemed to not make the CSS work at all. Now the blue doesn’t show.
Do I need to change the way I call the CSS in the page itself?
Currently it is called out like so…
<p class=”textblue” align=”left”>
Forum: Installing WordPress
In reply to: Users Missing From Database After Upgrade To 3.0Thanks,
Is there any list someplace of plugins with known problems with 3.0?
Something I can cross reference?
Forum: Installing WordPress
In reply to: Users Missing From Database After Upgrade To 3.0Yes I have the backup
Trouble is it doesn’t have new users in the last few days.
Before I choose this option I need to figure out what caused it.
Do you have any ideas what’s going on?
thanks
Hey All,
Got it fixed.
If you have the same problem here’s how to fix…
Login to your cpanel.
Go to your myPHPadmin panel.
Go to your wordpress database.
Go to wp_redirect_items.
Browse to the page redirects that are in confict.
Delete the old page redirect (but not the current one).
Hope that helps.