dtrickky
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: One of my pages not changing when I change the templateIs it the “Front-Page” that is giving your trouble, by chance?
Also, is the name of the page included in any of the php files? ie: page-pagename.php?
Forum: Fixing WordPress
In reply to: URL to WordPress Blog – I don't get itYou’ll need to set the DNS of your domain at 1&1 to match the IP address of your hosting account. Chances are you can call your host and have them help point you in the right direction.
Forum: Fixing WordPress
In reply to: Manifest – Header image issuesNot all themes have functionality to add a header through the Dashboard. This may require a little bit of code.
Forum: Fixing WordPress
In reply to: How to Adapt a Super Loop?Are you able to get the posts to display with unique classes? I think once you can do that, its just simple CSS to make it look like you’d like.
Forum: Themes and Templates
In reply to: size of right side text widgetYeah those closing div tags don’t look necessary.
Forum: Fixing WordPress
In reply to: Can't delete old social buttonsI just installed that theme locally. If you click on your theme settings (top menu bar labeled “PageLine Settings”), then click “Blog and Posts”, you’ll see the option to hide the sharing links towards the bottom of the page.
Forum: Fixing WordPress
In reply to: Can't delete old social buttonsSo it looks like the “If you enjoyed this article, please consider sharing it!” is a built in part of your theme, “Platform“. This could be removed in your single.php file, or possibly even in the theme settings. I don’t believe it has anything to do with Jetpack.
Forum: Fixing WordPress
In reply to: Can't delete old social buttonsThere is nothing under the Settings tab called “Sharing” ?
Also, can you please post a link to look at for reference?
Forum: Themes and Templates
In reply to: size of right side text widgetDouble check to see if maybe you have an extra closing </div> lurking around in your text widget.
Forum: Fixing WordPress
In reply to: Menu Bar won't appear in Twenty Eleven ThemeDid you set the menu location on the menu creation page? It should appear after you save the menu for the first time.
Forum: Fixing WordPress
In reply to: Can't delete old social buttonsDo you have a different plugin installed that could possibly be responsible for this?
Forum: Fixing WordPress
In reply to: child pages show in submenu but can't be clickedAh, sorry, its a stylesheet that is inside of one of your plugins. Adding
#pixopoint_menu1 #suckerfishnav ul { z-index: 99; }
to your style.css should do the trick.Forum: Fixing WordPress
In reply to: LAYOUT MESSED UPI think you may have an extra </div> somewhere in the content of the page that is displaying funky, probably by accident.
Forum: Fixing WordPress
In reply to: child pages show in submenu but can't be clickedAdd
z-index: 99
to your#suckerfishnav ul
in the stylesheet. Should be around line 35.Forum: Fixing WordPress
In reply to: How to make fewer http requestMaybe try here. https://designshack.net/articles/freebies/weekly-freebies-12-free-css-sprite-generators/
I find it easiest to make my own most of the time.