megseoh
Forum Replies Created
-
Hi @arielk-1,
Did you read through my message? I cannot access you via your contact page. I have tried multiple times.
Forum: Plugins
In reply to: [WPJM Extra Fields] Change currency valueHi @teeboy4real,
I am not the plugin author – but may be able to help.
This plugin doesn’t have any currency associated with it. The only time it is mentioned is in the placeholder:
/** * Adds a text field to the Job Listing wp-admin meta box named “Salary” **/ function gma_wpjmef_admin_add_salary_field( $fields ) { $fields['_job_salary'] = array( 'label' => __( 'Salary', 'wpjm-extra-fields' ), 'type' => 'text', 'placeholder' => 'e.g. USD$ 20.000', 'description' => '' ); return $fields; }
& you can replace
USD$ 20.000
with whatever you like. eg.€ 50,000
Forum: Plugins
In reply to: [Videojs HTML5 Player] Captions or subtitlesI am interested in this feature as well.
Forum: Plugins
In reply to: [Adminimize] Deactivated Menu Items DisplayingI didn’t using Adminimize. I think I’m going to purchase Advanced Access Manager because I’d like to set up hierarchical User Roles as well as hide most of the stuff in the backend from most people.
I asked the AAM support team a pre-sales question about hiding backend menu items & they said that you can do this with the free version of their plugin & linked to this article https://aamplugin.com/article/how-to-manage-wordpress-backend-menu.
I also asked them about read/write access to specific pages, & they said yes, again for free – & linked to this article https://aamplugin.com/article/manage-access-to-the-wordpress-posts-and-terms.
I think I’ll be setting it up next week if you’d like me to report back on how it goes..
Forum: Plugins
In reply to: [WP To Do] Disable bootstrapSame issue here – it modified the styling for my entire admin dashboard.
It also wouldn’t work for me – the layout was broken & the ‘Add Task’ button wasn’t visible, rendering it useless.
Forum: Fixing WordPress
In reply to: Add Image Size Column to Media LibraryThanks for your reply! It helped me improve my search query & I found this article https://www.2dogsdesign.com/wordpress-53-image-handling that outlines how to add a Size column by adding some code to functions.php (likely better placed in a plugin), and this article https://www.smashingmagazine.com/2017/12/customizing-admin-columns-wordpress that explains how to make them sortable.
@tylertork when I visit your site it still looks broken to me FYI.
Forum: Plugins
In reply to: [Adminimize] Deactivated Menu Items DisplayingIf this might be helpful, the deactivated menu items are inaccessible & an empty menu item displays when you hover over them https://ibb.co/PGXfPZY, & if you click on them you get the error message: “Sorry, you are not allowed to access this page.”
Forum: Plugins
In reply to: [Adminimize] can’t hide: Add newI am experiencing the same issue. Following.
Forum: Fixing WordPress
In reply to: How to cancel out of edit page screenOh great, that worked. But seriously not intuitive!! I’ve been using WordPress for years & couldn’t find my way out of that screen ?? Is it possible to disable it by default?
Forum: Developing with WordPress
In reply to: Custom Theme Loading Very Old Version of jQueryThanks for all of your replies. The theme is linking to the old version of jquery in header.php, & I commented it out on my development site & it didn’t break it. So now I’ll try it out on my live site. At least if I run into issues it’s an easy fix.
Forum: Plugins
In reply to: [The Events Calendar] New event is not displayed in calendarI’m experiencing the same thing. When I try to create & save a new event the date reverts to today, & all other event details get wiped out (time, venue, etc.).
My new event doesn’t display in the calendar & I get a 404 when I navigate to the event URL. I can create blog posts & pages without any issue – only with events.I’m not sure when this started but we first noticed it last Friday, January 31st.
I updated to the latest version 5.0.0.1 today & have tried resaving the event & resetting my permalinks but the issues persist.UPDATE: I was able to fix this by unchecking Activate Block Editor for Events under Settings.
Forum: Fixing WordPress
In reply to: Custom Excerpt Entire Latest Post Including HTMLI was able to do this using the Category List Posts plugin & this shortcode:
[catlist name=mycategory orderby=date order=desc numberposts=1 excerpt_strip=no content=full]
Is this collaboration happening? Just wondering if I should start looking for a replacement.. Thank you!