Dlime
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Subpage URLS aren't displaying updated domainHmm… this helps, but I think my problem is more simple?
I have a domain ( http://veracitysolutions.com) with it’s DNS pointed to all the content at http://veracitywebsite.azurewebsites.net.
My problem is that on the subpages, the URL reverts back to http://veracitywebsite.azurewebsites.net – i.e http://veracitywebsite.azurewebsites.net/contact etc
It should be http://veracitysolutions.com/contact
I feel like I should be able to just change the URLs in the general settings but I’m not sure which one?
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] All user permissions are lost on importIt was a prefix problem with the database, you were right. Thanks!
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] All user permissions are lost on importYes 2.0.0. I’ll have to check the prefix, I’m not sure.
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] All user permissions are lost on importWhat prefix are you talking about? That might be an issue, but wouldn’t that affect a lot more than just the users profiles?
The strange thing is that I can sign in but it won’t even let me into the dashboard, shoots back the permissions error.
Forum: Fixing WordPress
In reply to: Something weird is happening with .htaccessThanks let me try that!
Forum: Fixing WordPress
In reply to: Navigation Bar not showingI figured it out! I’m a brilliant genius of a man.
Forum: Fixing WordPress
In reply to: How can I target a specific Category page for HTML?That seemed to work. Thanks hiarlen!
Forum: Fixing WordPress
In reply to: Footer and Sidebar don't show on SIngle PostsCheck TwentyEleven’s theme options– wp-admin->Appearance->Theme Options.
There’s no “theme options” for twentyten :/
Alchymyth – that fixed it… it was broken and I never knew to even look there. Thank you very much to both of you for your help.
Forum: Fixing WordPress
In reply to: How can I target a specific Category page for CSS?S_ha_Dum, you seem to be fairly responsive with support. Will you see if you have any ideas for a separate problem I’m having?
http://ww.wp.xz.cn/support/topic/footer-and-sidebar-dont-show-on-single-posts?replies=1
Forum: Fixing WordPress
In reply to: How can I target a specific Category page for CSS?Thanks S_ha_dum,
It’s good to figure things out and move on. Thanks for your help.
Did you get that message I asked right about yours?
Forum: Fixing WordPress
In reply to: How can I target a specific Category page for CSS?One more thing guys. So is it possible that I would be able to ADD a <div> into this specific page as well? I need to add a customized title at the top.
Forum: Fixing WordPress
In reply to: How can I target a specific Category page for CSS?BAHAHAHA I figured it out! Holy Crap… days later.
.category.category-all.category-15 #content .entry-title
{ font-size: 20px !important; }I used your syntax suggestion and played with that… turns out it need BOTH of those id’s. Weird. Thanks guys for your help, wouldn’t have been able to get it on my own. Much appreciated!
Forum: Fixing WordPress
In reply to: How can I target a specific Category page for CSS?Have you tried your suggestions with the “firebug” or developer tools in chrome or firefox? For me it doesn’t even read it… grey’s it out. But obviously I’ve edited the stylesheet as well and reloaded it and refreshed the cash too. Nada.
Should I consider doing a completely new stylesheet for this page?
Forum: Fixing WordPress
In reply to: How can I target a specific Category page for CSS?I tried all three of those before and again now… nothing. Wouldn’t .category-15 be “inside” .category? It’s letting me stylize .category but not .category-15 or category-all.
Is there something “not allowing” me to target a specific category? Could it be something with the twentyten theme?
Forum: Fixing WordPress
In reply to: How can I target a specific Category page for CSS?It is NOT letting me target a specific category. I’ve tried other categories in my list, and it will ONLY let me stylize .category and no specific category inside it, like .category-15
Ideas? Anyone?