grich101
Forum Replies Created
-
Forum: Plugins
In reply to: [Zeno Font Resizer] as menuHI I’ve used the below code to add this function in menu as shortcode
function add_shortcode_to_last_menu_item($sorted_menu_items, $args) { // Get the total number of menu items $menu_item_count = count($sorted_menu_items); // Get the shortcode you want to add $shortcode = '[zeno_font_resizer]'; // Check if it's the last menu item if ($sorted_menu_items[$menu_item_count - 1]->menu_order == $menu_item_count) { // Append the shortcode to the last menu item title $sorted_menu_items[$menu_item_count - 1]->title .= ' ' . $shortcode; } return $sorted_menu_items; } add_filter('wp_nav_menu_objects', 'add_shortcode_to_last_menu_item', 10, 2); function zeno_font_resizer_place_shortcode() { return zeno_font_resizer_place( false ); } add_shortcode('zeno_font_resizer', 'zeno_font_resizer_place_shortcode');
Forum: Plugins
In reply to: [Zeno Font Resizer] as menuhttps://sinm.nl/
please remove this url after looking at this- This reply was modified 1 year, 9 months ago by grich101.
Forum: Plugins
In reply to: [Zeno Font Resizer] as menuI’ve used short code but it is not applying for navigation menu and other text in <p>p</>. Only applying for H tags
Forum: Plugins
In reply to: [Ultimate Order Combination] Merging orders get errorIs auto combine available in free version?
Forum: Plugins
In reply to: [Ultimate Order Combination] Merging orders get errorThis requires premium version? if I buy premium version will it solve the issue f.e. I need to merge orders like 1000 numbers by selecting checkboxes on the orders list page. should not get any errors like
Request-URI Too Long
The requested URL’s length exceeds the capacity limit for this server.
please share demo access to check
- This reply was modified 2 years ago by grich101.
Forum: Plugins
In reply to: [WooCommerce Redsys Gateway Light] renewalive purchased product using [email protected]
please reply to ticket there
Forum: Plugins
In reply to: [WooCommerce Redsys Gateway Light] renewalplease share url to buy
Forum: Plugins
In reply to: [WooCommerce Redsys Gateway Light] renewalwe have only tokens to renewal, no other details available.
Forum: Plugins
In reply to: [WooCommerce Redsys Gateway Light] renewalI’ll buy the plugin can you help me with solve this , I’ve yith premium subscription plugin. Tokens are imported as Meta key ‘token’ in database?. And where I can get Txid
- This reply was modified 2 years ago by grich101.
Forum: Plugins
In reply to: [WooCommerce Redsys Gateway Light] renewalIf i buy the premium version possible to renew orders that includes only tokens no expiry date and last 4 digits . Because we are importing orders and subscriptions from old web site to new website , we have only tokens for renewal. No other details available
- This reply was modified 2 years ago by grich101.