nathancope
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Conditional Tags IssueFor anyone having same issue, I have resolved by changing the conditional tag to a post ID instead:
if( $product->id == 116 && is_product() )
echo( get_touchcarousel(3) );Forum: Fixing WordPress
In reply to: Random 'test' text on pageResolved, was a line of text in the Category.php file.
Forum: Themes and Templates
In reply to: CSS Issue with sidebarthanks so much Andrew!
Forum: Fixing WordPress
In reply to: [Instapress] Instapress displayFrom what i can see on the plugin page, if you paste the below shortcode into a text widget in your footer sidebar this should just display your own images!
[instapress userid=”self”]
Forum: Fixing WordPress
In reply to: [Instapress] Instapress displayPlease can you provide the URL.
Forum: Fixing WordPress
In reply to: Add Media Not WorkingIn your FTP client this can be done, right click on the ‘wp-content’ folder and click ‘File Permissions’, then set the numeric value to one of the above!
Forum: Fixing WordPress
In reply to: Post/Page Font EditorDamn Christine your fast at this!!
Forum: Fixing WordPress
In reply to: Post/Page Font EditorHi Kevin,
Just to clarify, do you mean to edit and use different fonts within the post/page editor?
Forum: Fixing WordPress
In reply to: text all uppercase need help changingadd the below line of ‘text-transform’ into normalize.css on line 132.
p {
margin: 0 0 1.5em;
padding: 0;
text-transform: none;
}Forum: Fixing WordPress
In reply to: "no widgets" showing in sidebarNo problem!
Forum: Fixing WordPress
In reply to: "no widgets" showing in sidebarhmm strange, the only other way would be to remove it in the page templates php file.
You could post the code in here and I could tell you what to remove?
But the text widget would be the best and easiest way as when you would like to use it again, you wouldn’t have to re-write the code!
Any more luck yet?
Forum: Fixing WordPress
In reply to: "no widgets" showing in sidebarRebecca,
You could just drag a text widget into the sidebar and leave it blank, this should be a fast way to remove this message!
Thanks,
Nathan