pjbursnall
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Sixteen] Full Width TemplateAdding this seems to solve the margin issue missed with other solutions:
@media screen and (min-width: 44.375em) { .entry-content { margin-right: 7.6923%; }
Still don’t know what the exact same child theme files fail to work on two other identical builds.
Forum: Themes and Templates
In reply to: Mobile Menu – blank screenWorks fine on iphone, ipad, and android for me.
I would send the author a private message as noted on this page – https://www.mojomarketplace.com/store/happy-robot
Seems like that’s his support method.
Forum: Themes and Templates
In reply to: Twenty Sixteen Full Width TemplateForum: Themes and Templates
In reply to: Twenty Sixteen Full Width TemplateForum: Plugins
In reply to: [WP RSS Multi Importer] Different number of feed pulls per categorySorted, thanks for the quick reply, plugin rated.
Forum: Plugins
In reply to: [Football Pool] Responsive themeI’m working myself on making the CSS responsive. I’d be happy to work you with Antoine, looks like there’s a demand for this. I’m no expert myself but I understand what needs to be done / how responsive styling works.
Paul.
Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] Hide Theme OptionsHi,
I managed to get rid of the offending link by removing the code which was adding it from my themes fucntion.php file.
Thanks,
Paul.Forum: Hacks
In reply to: Remove theme options link from admin barAh, solved! And I could of done it much earlier. The code that added the link was in the function.php file already. Commented out now and the link is gone ??
Thanks for your help,
Paul.Forum: Hacks
In reply to: Remove theme options link from admin barNo, even with all plugins deactivated ‘theme options’ remains in the toolbar. WP can be incredibly frustrating at times when considering how things look from a clients point of view.
Paul.
Forum: Hacks
In reply to: Remove theme options link from admin barI’ll try disabling plugins, then update. The node id is definitely correct, I’ve confirmed that earlier…
Thanks.
I’m not sure why your shop manager role isn’t allowing for tasks like updating orders. On the site I’m finishing the role gives a user blanket WooCommerce access along with Posts, Media, Pages, and Comments.
Poco06 – try using the AG Custom Admin plugin to create custom menu links in the dashboard for non-admin users – https://www.ads-software.com/plugins/ag-custom-admin/
My question is how I can allow I shop manager to edit users which I think they’ll need to be able to do? Looks like this is restricted to all non-administrators?
Paul.
Forum: Hacks
In reply to: Remove theme options link from admin barThanks for the advice, maybe I haven’t got it quite right though. I’ve added this to the theme functions.php but the link still remains:
add_action( 'admin_bar_menu', 'remove_customer_support', 999 ); function remove_customer_support( $wp_admin_bar ) { $wp_admin_bar->remove_node( 'customer_support' ); }
[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
I’ve tested the same with site-name and it works so I’m not sure what I’ve got wrong?
Thanks,
Paul.Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] Hide Theme OptionsHi,
Do you have an email I can send a screenshot to? I can’t see a way to post a screenshot on this forum?
The theme is Flatsome – https://themeforest.net/item/flat-responsive-woocommerce-theme/5484319?WT.ac=solid_search_thumb&WT.seg_1=solid_search_thumb&WT.z_author=UX-themes
Most theme add a link for theme options in the admin bar, but clients shouldn’t see it. If you can install the theme, using the codex example below the node id I think would be ‘customer_options’. I’ve added this to the theme functions.php but still the link remains. I’m not sure if an option to turn this off could be added to your plugin as I believe the node id is different for every theme.
Thanks,
Paul.Forum: Plugins
In reply to: [Social Login] Facebook Login ErrorHi,
Is there any support for this plugin from either the author, or the vendor it links to?
Paul.
Forum: Requests and Feedback
In reply to: Notify of username restrictionsI’ve been able to replicate my issue – the hyphen is only added in place of white space on a username when Buddypress is activated, and therefore handling the registration process.
I have raised a ticket on the BP forum – https://buddypress.org/support/topic/whitespace-in-username/
I’m not sure what’s going on with your registration emails Tom?
Paul.