drivebass
Forum Replies Created
-
Forum: Plugins
In reply to: [Error Log Monitor] Usage of filer with contextual_help, deprecatedI get the same error: “Deprecated: contextual_help is deprecated since version 3.3.0! Use get_current_screen()->add_help_tab(), get_current_screen()->remove_help_tab() instead. in /Users/admin/Sites/klikkentheke/wp-includes/functions.php on line 5152”
I tried to deactivate all my plugins but it still displays the error
The error stops displaying when deactivating the plugin or when commenting out line 136 at error-log-monitor/scb/AdminPage.php// add_filter( ‘contextual_help’, array( $this, ‘_contextual_help’ ), 10, 2 );
Forum: Plugins
In reply to: [RestroPress - Online Food Ordering System] Add to cart Button missing@lefteris3367 yes sorry I overlooked that your problem is after you select pickup.
Forum: Plugins
In reply to: [RestroPress - Online Food Ordering System] Add to cart Button missingI have checked both users links (Lefteris and logologic) The button is there
Try right click and inspect element in the area you think is empty. It’s just the text that is white on white background. Lefteris probably solved it.- This reply was modified 4 years, 10 months ago by drivebass.
Forum: Plugins
In reply to: [RestroPress - Online Food Ordering System] Privacy Setting Tab is Empty“General” tab is empty.
“Export & Erase” displays fine.Screenshot below:
https://www.dropbox.com/s/ly5hqcsxsf75n2g/Screen%20Shot%202020-05-05%20at%2011.12.55.png?dl=0Forum: Plugins
In reply to: [RestroPress - Online Food Ordering System] Template overridePlease mark this as resolved
Forum: Plugins
In reply to: [RestroPress - Online Food Ordering System] Add to cart Button missingHi,
Have you tried to select the text in the button’s area?
It;s not missing it’s just styled with with text on white backgroundForum: Plugins
In reply to: [RestroPress - Online Food Ordering System] V2.4.1 Breaks Minimum OrderHi,
Please change “Minimum order amount” to “Minimum order price”.
The word “amount” could be confusing as it may refer to the minimum items count and not price.Forum: Plugins
In reply to: [RestroPress - Online Food Ordering System] Template overrideOh I meant without the “_templates” part in the folder title. Glad you got it right.
- This reply was modified 4 years, 10 months ago by drivebass.
Forum: Plugins
In reply to: [RestroPress - Online Food Ordering System] Template overrideHave you tried restropress without the “_restropress” part?
Forum: Fixing WordPress
In reply to: Post in Multiple Categories to stay in current categoryTiaanswart i appreciate your help and thanks for the link, but this topic is about paginated categories pages.
My problem has to do with posts assigned to more than one category, so when you visit a category page that contains that post and you click it, it takes you to the single post page but it retains the category with the lower ID in the permalink and furthermore the next and previous post links work inside that category and not the one you came from.
There must be a work around for this.
Help anyone?