mending
Forum Replies Created
-
Forum: Plugins
In reply to: [Chronosly Events Calendar] Chronosly lite version Calendar problemsHi @andrasracz
How did you fix this? And why haven’t Chronoshly updated their plugin to solve this?
Please advice! Thanks
Forum: Plugins
In reply to: [Helpful] Place “Helpful” with Shortcode?Hi,
Thanks! But is it only possible adding the [helpful] shortcode to a WP page or post? Can’t it be added to a PHP file i.e. like this:
<!-- #page-header --> <header id="page-header" class="clearfix"> <h1 class="page-title"><?=$wp_query->found_posts;?> <?php printf( __( 'Search results for: %s', 'framework' ), '<span>' . get_search_query() . '</span>' ); ?></h1> <p><?php _e( "This is what we found...", "framework" ); ?></p> </header> [helpful] <!-- /#page-header -->
?
Forum: Plugins
In reply to: [Advanced Sidebar Menu] Display Current Pages Parent Only?Hi Mat
Great, thanks! It works now ??
Forum: Plugins
In reply to: [Advanced Sidebar Menu] Renamed page don’t update in sideHi,
Ok, thanks! Looking forward to it.
Forum: Plugins
In reply to: [Advanced Sidebar Menu] Renamed page don’t update in sideHi,
I could not agree more as this is already default behaviour for “Pages” and “Menu” in WordPress. Meaning that when a page title is changed in WordPress it does also update in “Menu” navigation unless the Menu item has previously been altered.
I really hope this could be a “soon to come” option in your plugin.
Thanks!
Forum: Plugins
In reply to: [Advanced Sidebar Menu] Renamed page don’t update in sideHi,
Okay, I disabled that as it didn’t make much sense to me. But why doesn’t it just follow the page title and update if updated?
I’m using the Pro version.
- This reply was modified 7 years, 1 month ago by mending.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Mobile responsivess not workingHi,
One more thing. Why are custom CSS files saved outside the plugin folder?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Mobile responsivess not workingHi,
Thanks a lot. We just made a contribution payment ??
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Mobile responsivess not workingHi,
Thanks! That seemed to help but can we make each column wider on mobile?
Sorry I did not. Just checked from mobile and it looks good! Thanks!
One more thing: Why is the event title background color higher below the title text than above it?
Hi, the site is running your version now with no differences I’m affraid.
Hi,
Thanks! I’ll look further into this ??
Ok, thanks! But the documentation doesn’t explain what add in order to make search within custom fields possible?
add_filter( 'omnisearch_results', 'my_omnisearch_results', 10, 2 ); function my_omnisearch_results( $results, $search_term ) { $html = '<h2>My Omnisearch Results</h2>'; $html .= '<p>You just searched for <em>' . esc_html( $search_term ) . '</em>!</p>'; $results['My Results'] = $html; return $results; }
How will this be possible with your snippet:
https://adambalee.com/search-wordpress-by-custom-fields-without-a-plugin/?
Hi,
Thanks for your reply.
From what you link to I cannot see how this should cover searching within Advanced Custom Fields?
Wouldn’t it be more obvious to ask you to consider adding Advanced Custom Fields search support for JetPack? That would truely be great!
I got the same problem!
It’s NOT possible to import an iThems Security database backup directly to phpMyAdmin as it is if the backup was exported from phpMyAdmin itself.
This is clearly a bug.