Mission Minded
Forum Replies Created
-
Thanks, Clay. Worked like a charm!
Forum: Plugins
In reply to: [Custom Menu Wizard Widget] Parent/Submenu IndicatorsBeautiful –
li.cmw-menu-item-had-children
works like a charm.Thanks for the quick replies and update/fix!
Forum: Plugins
In reply to: [Custom Menu Wizard Widget] Parent/Submenu IndicatorsHi wizzud,
Targeting
.cmw-has-submenu
instead of the WordPress class works, but
it appears the.cmw-has-submenu
class is only added to the current page. e.g.<li id=”menu-item-N” class=”menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-16544 current_page_item menu-item-has-children cmw-level-1 cmw-has-submenu menu-item-N”>
All other links are formatted as such:
<li id=”menu-item-N” class=”menu-item menu-item-type-post_type menu-item-object-page cmw-level-1 cmw-an-included-sibling menu-item-N”>
Disabling the “Members” plugin was the fix here.
Bump?
Forum: Plugins
In reply to: [Job Manager] possible bug in job list templateRemoving job[job_id] from the Job List Template has removed the superfluous un-numbered ‘job’ class from each div, but all divs are still given the ‘even’ class – no ‘odd’ rows appear.
Forum: Plugins
In reply to: [Job Manager] possible bug in job list templateHaving this exact same problem. Each row has class=”job job even” instead of “job1 job291 odd”
Duh, found the option on the global settings page. Marking as resolved.
However, this might be more helpful if it were set on the backup tab.
Forum: Plugins
In reply to: [Front-end Editor] FEE and ACFWe’ve used FEE with ACF fields before with little issue – the key is how the custom fields are called into the page, per FEE documentation.
This example would display FEE editable text from a custom text field named ‘acf-fieldname’:
<?php echo editable_post_meta( $post->ID, 'acf-fieldname', 'input' ); ?>
Forum: Fixing WordPress
In reply to: www.remarpro.com Account Email ChangeI am likewise trying to change the email address for this account, but I do not even see the option to do so! When I edit my profile, there is a ‘General’ tab with Name, About Me, URL, Current Location and WP Origin Story, but no Email. Where do I change this?
[EDIT]
Never mind. Edited the profile through the forums link and found it.