rowlandbrown
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Posting links via emailHi Richard – For example, I want to email
[gview file="IJG-Daily-160514.pdf"]without it all being turned into those type things!Forum: Themes and Templates
In reply to: [Mantra] Center Main NavigationI figured this out after much hair pulling. The basic problem was that the menu container was set to be the same size as the header. By removing:
#access,from
/* ABSOLUTE DIMENSIONS. */ if ($mantra_dimselect=="Absolute") { ?> #wrapper, #access, #colophon, #branding, #main { width:<?php echo ($totalwidth) ?>px ;}in the custom-styles.php file, and adding:
/* =Menu -PRIMARY -------------------------------------------------------------- */ #access { width:450px; display: block; margin: 0 auto; margin-top:10px; float:right; position:relative; left:-50%; text-align:left; }and:
#access ul { margin-bottom:0px; position:relative; left:50%;to the style.css file, the problem was resolved.
Forum: Plugins
In reply to: [Post Notification] Confirmation and Choose Categories page not workingHi Karla,
I have stumbled across the same problem and I wonder if you can help me implement your solution – where do I find the database that I need to amend? Thanks!
Forum: Fixing WordPress
In reply to: Post by email without hyperlinksThanks for the reply, but the question isn’t specific to the plug-in. I am sure there must be a general way to post via email without urls being turned into hyperlinks.
Viewing 4 replies - 1 through 4 (of 4 total)