Dave
Forum Replies Created
-
Yep, same message for me as admin:
“You do not have sufficient permissions to access this page.”
Seems developer is ignoring this issue on his forums too.
Anyone else have a fix?Forum: Fixing WordPress
In reply to: "Failed to import" xml file to wordpressThat’s only correct if the OP wanted the exact same site on the new host. Perhaps he wanted a clean install of WP and just the post contents including images?
This bug is a common one, just google and you will see how common. I’m just experiencing it now and it’s extremely annoying, without another option to migrate my posts only from one install to another with the featured images I will have to manually add feature images to all posts again.
As someone commented on a thread elsewhere about this, if this bug existed in the Tumblr to WordPress importer they’d have it fixed next day.
Forum: Plugins
In reply to: [Meteor Slides] Fully responsive update?Strange, I posted this as a new topic but has disappeared?? Will try adding to this one.
How to make Meteor Slides responsive
I am hoping a dynamic version of this code can be incorporated into the source code so the plugin becomes truly responsive, but in the meantime here’s how to do it via your CSS stylesheet for a specific site…
#meteor-slideshow, .mslide {
width: 100% !important;
height: 0 !important;
padding-bottom: 38.9%;
}
#meteor-slideshow img {
width: 100% !important;
height: auto !important;
}The line you will need to adjust depending on your site’s image dimensions is this one: padding-bottom: 38.9%;
I worked it out this way:
My image width was 1200px.
Image height was 465px.
465/1200 x 100 = 38.9%.I’ve tested it and it seems to work cross browser, but if anyone comes across any issues please let me know.
Cheers.
Forum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] Show Tax AmountAlso need the same thing, anyone able to help out??
Forum: Plugins
In reply to: woocommerce-show only one product from every category in category pageI also need to do this, has anyone found the answer?
Forum: Plugins
In reply to: [Meteor Slides] Fully responsive update?Nope, don’t want full screen background, simply one that is fully responsive so – for example – if my homepage slider is supposed to go full width, I can specify an image of, say, 1200 or 1600 pixels wide and know that someone viewing on a wider screen will still get a full width image. This isn’t an uncommon situation, probably around half the sites I develop are like this.
Forum: Reviews
In reply to: [Google AdSense] Too buggy for public releaseBut if you do happen to run into someone from the Adwords department, perhaps you could pass on this blog post outline the issue I am waiting to have addressed, two years down the track: https://nakedchronicles.com/random-ramblings/rant-google-do-much-evil/
Thanks.
Forum: Reviews
In reply to: [Google AdSense] Too buggy for public releaseGawd, I wish I got such a quick response to any of my repeated queries about my suspended Adwords account (Adsense is fine & working on many of my sites, so not related). It’s been over 2 years and I’m still awaiting a human response rather than an automated or scripted cut and pasted response.
Not your department I’m sure, but still, the irony…
Forum: Plugins
In reply to: [GD bbPress Attachments] No longer workingI had that, all themes I use have that.
I ended up having to go with paid rtMedia Pro, which worked without any issues: https://rtcamp.com/store/rtmedia-pro/
Forum: Plugins
In reply to: [GD bbPress Attachments] No longer workingHello developer, anything on this?? Would even pay for you to address.
Forum: Plugins
In reply to: [GD bbPress Attachments] No longer workingI’ve also deactivated all plugins to check for conflicts, but no joy. Using the latest WP and bbPress versions.
Forum: Plugins
In reply to: [GD bbPress Attachments] No longer workingHave almost the same issue. I can upload a single image, but clicking the “Add another file” link to add more images simply sends me to the top of the page.
This was working fine previously.
Hi Can you please tell me how to use this plugin? I activated the plugin, then added the widget to the sidebar. All I see in the sidebar is a link to “Profile”, “log out” and “blog admin”.
You’re joking, right??
I am basically looking for a plugin that will allow users/authors to login/register, create new posts, able to edit posts and profiles.
You’ll need a few different plugins and coding for those features.
Forum: Plugins
In reply to: [Sidebar Login] shortcode to show the plugin into pages?Would love the same info, thanks!