ladober
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Categories not editable in adminI’m not sure if this is will work but you can give it a try.
Try to replace this file from a fresh wordpress (not the backed up one)
wp-admin.cssyou will find it in:
wp-admin/css/wp-admin.cssIt might be hidden some how with css.
Forum: Fixing WordPress
In reply to: wp-admin not showingYour need to include wp-admin in the address bar after your domain name e.g https://www.yourdomain.com/wp-admin.
If it’s not showing try disabling all plugins or delete them from your FTP manager and see it might work.
Thanks Olly for your kind quick support. I just made some changing in the width and the margin in the template and now it’s working the way I want.
58mm printers is too small but cheap and reliable ??Forum: Fixing WordPress
In reply to: Permalink 404 error when using post name in structureForum: Fixing WordPress
In reply to: My blog has been hackedkunuici
I had my website hacked 3 times. I would like to advice you to use This plugin:Hi Olly
I’m not complaining for the duplicated price ??
Your plugin is perfect and doesn’t need discuss about it. The problem is with my tiny printer (58mm width) if you see how the order looks on it you would laugh.
I just want to ask you: is it ok if I delete all the variables in the email_html page and use my own style? Does that cause any problem for the plugin or the orders?
Thanks for your quick respond.
Forum: Fixing WordPress
In reply to: Permalink 404 error when using post name in structureHi sunilpatelmw
Can I ask you is you server online or local?
if local what server are you using?If your server is local you might need to change apache modules to rewrite module
Forum: Fixing WordPress
In reply to: Screen went blank(white)Hi danvike
It might be a conflicting with a plugin or a broken theme.
Best thing to do (while you do not have a chance to access wp-admin) from your ftp change the name of all the plugins folders so that would disable all of them and try.
Forum: Plugins
In reply to: [WPPizza - A Restaurant Plugin] Quantity field next to add to cartThanks olly
Yes this is the one I was looking for. Thanks for adding this feature it’s great.
Forum: Plugins
In reply to: [WPPizza - A Restaurant Plugin] Does WP-PIZZA use wordpress users?No it doesn’t but you can use another plugin with it:
https://www.ads-software.com/plugins/pagerestrict/screenshots/
All you need to do go to the option of the plugin and choose to restrict the order page and you are done.
Forum: Plugins
In reply to: [WOW Slider] How to remove the link from the slides?Thanks for your replies
but the plugin (as wordpress restrictions says) must not embed external links on the public site (like a “powered by” link) without explicitly asking the user’s permission.?
Thanks
Forum: Plugins
In reply to: How to protect your wordpress from hackingThanks for this useful information. It would be great to make a video tutorial as well. Thanks
No This plugin will not but this one will do
Forum: Plugins
In reply to: [Page Restrict] Does it work with page template?There is good and easy way to do that without using the plugin using user login function
if (is_user_logged_in()) { // You page code goes here } else { echo "You must be logged in to view this page."; }
If you want to add the login form then you can add this function:
<?php wp_login_form( $args ); ?>
If you want to add forget and register buttons to the login function it would be easy using html and css
Forum: Plugins
In reply to: [WPPizza - A Restaurant Plugin] Remove the item from the order pageThanks Ollyback
I created a template page and added the shortcode:
<?php echo do_shortcode( ‘[wppizza type=”orderpage”]’ ); ?>
I also added a dynamic sidebar for the cart widget and it’s working now the way I likeThanks for your plugin and for your help