MarkHedley
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Events not showing in Admin back-endNote: I have just updated to 3.8 but has made no difference.
Forum: Plugins
In reply to: [PB oEmbed HTML5 Audio - with Cache Support] Does not work in IE 9/10 ModesI have resolved it, added the following to my hosts file
AddType audio/mpeg .mp3
Which also means it works with the native [audio] shortcode so I do not need the additional plugin.
Forum: Plugins
In reply to: [Tweeple] Can Tweeple show multiple timelines?This is ridiculous!!!!
I have just upgraded to 2.0.21 and none of my posts are visible in the admin “All Posts” view, deactivate the plugin and they appear !!!!
I think its about time I started looking for an alternative.
Hi, there are many issues with the latest version of Nextgen, see message from Erick Danzer Founder, Photocrati – open-letter-to-the-nextgen-community-from-erick-danzer
Forum: Themes and Templates
In reply to: [Customizr] Need help with header and featured pictures.Hi, what this links to is not a WordPress site!!!
Forum: Plugins
In reply to: [Yoast SEO] sitemap not working with nextgen gallery pluginHi,
I am facing exactly the same issue and as yet with it being a new site do not have a cache plugin installed.
I have exactly the same problem?
XML Parsing Error: not well-formed
Location: https://www.themaynard.net/main-sitemap.xsl
Line Number 178, Column 34: b[c] += ( window.postMessage && request ? ‘ ‘ : ‘ no-‘ ) + cs;I am using WP 3.6 and latest versions of Yoast and Nextgen plugins
Any ideas anyone?
Forum: Themes and Templates
In reply to: Sidebar overlaps footer in TwentyThirteenBest close this now!
Once again thanks to @creativenicci for your help
Forum: Themes and Templates
In reply to: Sidebar overlaps footer in TwentyThirteenCreativenicci, you are a star and a life saver. That worked perfectly although I had to wrap it in a @media (min-width: … to ensure the normal responsive design still worked
@media (min-width: 999px) { #main { overflow: hidden; /* needed to stretch parent container since children are floated */ } #primary.content-area { width: 68%; float: left; } .site-main .sidebar-container { position: static; float: right; width: 30%; height: auto; } .sidebar .entry-header, .sidebar .entry-content, .sidebar .entry-summary, .sidebar .entry-meta { padding: 0; } }
Thankyou very much
Forum: Themes and Templates
In reply to: [Twenty Thirteen] Full Width Page TemplateI had a rough idea of how to do it but this helped primarily with the CSS.
ThanksForum: Plugins
In reply to: [Widget Logic] Adding certain widgets to specific pagesThis should be is_front_page() || is_page(‘private-parties’)
ie Is the page the home page OR private-parties page. Using && is checking if they are both is_front_page() AND !is_page(‘private-parties’) which could be but I guess in your case not.
Although I just realised you had !is_page(‘private-parties’) means it would ONLY go on your home page unless they were both the same!
Forum: Plugins
In reply to: [CMS Tree Page View] Not working with 3.6Unfortunately I am developing locally although I did try to remove and add the plugin to see if it would make a difference and noticed you have a similar plugin “Admin Menu Tree Page View” which works perfectly. Although I much prefer the interface of the “CMS Tree Page View”.
I will try and resolve the issue myself and if not will be back in touch when moved to live server.
Thanks for your help.
Forum: Plugins
In reply to: [CMS Tree Page View] Not working with 3.6Hi, thanks for quick response and sorry, yes would have helped if I had described the problem better!
It only shows the top level view, if I click on one of the branches to expand it the little spinning animated gif displays but doesn’t actually expand. If I click the Expand menu option at the top, the animated gif for all branches gets displayed but nothing expands. This happens for pages and posts and it is the same whether displayed on the Dashboard or in the menu.
Forum: Plugins
In reply to: [Admin Menu Editor] Hide other Admin users menuHi, This does not function as I expected, it states in the FAQ on your web site:
How do I make a menu inaccessible to everyone but myself?
You can configure a menu item to be accessible only to a specific user. To do this, set its capability field to “user:” + user login. For example, if you have a user John Smith with the login “smith”, set the capability field to “user:smith”. Now only this user will be able to see that menu.
But I cannot work out how to do this? Basically I want to restrict access to certain menus to me only. It seems setting the restriction for one admin user applies to all?
Any help appreciated.