Shaunrafuse
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Limiting featured posts twenty fourteenRajesh, I created a duplicate theme using a theme duplicator plugin, loaded the child theme, entered your provided code in the functions.php, but it did not work.. Any suggestions???
Forum: Fixing WordPress
In reply to: Limiting featured posts twenty fourteenI’ve been trying to set up a child theme but I don’t even know how to access cPanel on GoDaddy to upload the files, nor do I know how/where to upload them via an https://FTP..
This is driving me nuts I’ve done everything I can without using a child theme, now it seems I have no choice but to create one and I’m lost.
All tutorials say create folder for the theme in cPanel or upload via FTP but I can’t figure it out.
Forum: Fixing WordPress
In reply to: Limiting featured posts twenty fourteenThanks Rajesh..
Is there a way to do this using the Custom CSS Manager, or it has to be done in a child theme???
Forum: Themes and Templates
In reply to: Centered twenty fourteen not workingOk I figured out the secondary menu, site tag line and widgets(recent posts and meta) but how do you center the titles under those widgets???
Forum: Themes and Templates
In reply to: Centered twenty fourteen not workingUsing CSS plugin esmi, don’t want to touch theme code.
Forum: Themes and Templates
In reply to: Centered twenty fourteen not workingI got the left menu aligned using
#secondary li a { color: red !important; font-family: tahoma; font-size: 15px; }
But still everything above and below that as well as the post/page titles no center ??
Forum: Themes and Templates
In reply to: Centered twenty fourteen not workingHaven’t set up a child theme I’ve just been using a custom CSS manager. I really can’t seem to locate those lines but the elements I was talking about were centered before!
It’s pretty much the whole left side of the site that needs centering now.. as well as the post titles and categories.
Forum: Themes and Templates
In reply to: Centered twenty fourteen not workingThe text is mainly what i’m after.. If you look under the title of the page the tagline isn’t centered (for example).
As well as underneath the secondary menu under recent posts..
After the end of the first line of a post title, the second line of text always centered instead of going directly to the left.
This is the code block Im using but something has caused this to not work anymore…
#page { margin-left: auto; margin-right: auto; }
Forum: Themes and Templates
In reply to: Centered twenty fourteen not workingtried clearing it, but still no luck..
Forum: Themes and Templates
In reply to: How Do You Change Link Colour on the Whole Page?Worked for one of the Text widgets in the footer, but not the other two.. weird because its the same widget in the same place just different links…
Forum: Themes and Templates
In reply to: How Do You Change Link Colour on the Whole Page?Definitely will get the inspection tool, make things a little easier.. The hovered colour was able to change with that declaration but the solid link colour didn’t for some reason.. still white!
Forum: Themes and Templates
In reply to: How can you move the widgets above the secondary sidebar??Just really want the recent posts on the sidebar above the secondary menu so they’re more prominent
Forum: Themes and Templates
In reply to: How Do You Change Link Colour on the Whole Page?Ya that was my attempt at removing the “Proudly Powered By WordPress” to add my own line.. Worked but it was a bit of a mess.
That worked perfect was a bit of a mess lol..Almost worked a little too perfect there was green everywhere!
I have a couple Text Widgets on the bottom of the page that are links that I wanted to change the colour of.. I have the hovered colour adjusted but it is white before I hover over it..
Is there a way to just isolate those specific Text boxes??
Forum: Themes and Templates
In reply to: How can you move the widgets above the secondary sidebar??my apologies.. To clarify, I mean the secondary menu in the left sidebar.
I tried moving them via appearance>menus but no luck really..
Forum: Themes and Templates
In reply to: How Do You Change Link Colour on the Whole Page?