FoxMulder84
Forum Replies Created
-
Hello again,
I need to put those forms inside popups.
Do you think it’s possible?Hello @maykato ! Thank you for the prompt reply.
Unfortunately the shortcode prints every elements in my checkout page (cart, payments methods, etc.)
I need the edit billing form and edit shipment form, reachable from the account page address edit. I need the form with submission to save the data.I hope I have clarified more.
Forum: Plugins
In reply to: [WooCommerce] Get product item quantity added to cartHello Rashed!
First of all thank you for your prompt reply!
I tried with the code you provided but it get the total quantity of the item in the cart.
What I need is slighty different: I would need to get the quantity of item added by quantity input in product page.
For example, if I add to cart 4 items, I need to get 4 (the number of the added items in that moment).Can I display that value?
I hope it’s clearer now ??
Thank you in advance!
Forum: Plugins
In reply to: [WP Crontrol] unable to save custom eventSame issue here, is there any update?
Hello Aaron!
Nice to see you again on this board!
One question: I have installed the plugin on my website, but it seems that it doesn’t trigger the necessary cron. It works on the staging version but not on the live one.How can I solve it? I tried many different solution (WP_CRON_ALTERNATE for example) without success. I have also tried to deactivate all the plugins
Do you think you can take a look into it?
Thank you again for your job!
Hello torakas,
many people have experienced issues in plugin usage with the new version of WordPress.
Could you please share the changes you made to make it work if it’s possible?Thank you!
Sorry for the update, but the plugin started to work only randomly on every post type.
Any ideas?
Forum: Plugins
In reply to: [Breadcrumb NavXT] Add link to newly added breadcrumb itemHello John!
Thank you for the reply!
It works perfectly. However can you please explain me the attributes of the constructor new bcn_breadcrumb ? Is there a part of the documentation about it?Thank you very much!
Forum: Plugins
In reply to: [Breadcrumb NavXT] Unlink items link in specific post/pageHello again,
I would like to paste here a sample of code I used to unlink specific breadcrumb trail items on an array of pages. The item is unlinked (a href=”#”) but it seems like it is still linked (it still works like a link even if href is null).
Here’s the code:add_filter('bcn_breadcrumb_url', 'my_breadcrumb_url_stripper', 3, 10); function my_breadcrumb_url_stripper($url, $type, $id) { if(in_array('post-page', $type) && in_array((int) $id, array(642, 766, 1666))) { $url = NULL; } return $url; }
Is there a way to have a function like this removing the link tag completely?
Thank you!
Forum: Plugins
In reply to: [Breadcrumb NavXT] Unlink items link in specific post/pageHello John,
I mean the first thing. I would like to disable specific items in the breadcrumb in specific post or page. For example I have homepage/post-category/post-name, I would like to keep post category as breadcrumb trail item but unlinked only when I’m on post page for example. I use widget, I was wondering if there’s a way to to that in functions.php with a function.Please let me know!
Forum: Plugins
In reply to: [Contact Form 7] Reply html email sent to user with a top white spaceI solved the problem unchecking the flag ” Use HTML content type” and reinserting all the code. Hope this helped someone ??
Forum: Plugins
In reply to: [Ultimate WP Query Search Filter] Display category in search resultHello,
did you use exactly $cat_id? If so, it would be considered as a variable, so you have to define it first. Probably you didn’t, so the system can’t give you back any value. Otherwise, if you want to display the category name you should use only get_the_category(); wordpress function inside the loop.Forum: Plugins
In reply to: [ACF: Star Rating Field] Adding languageAnother question: is it possible to configure ACF with qtranslate ?
Forum: Plugins
In reply to: [xili-language] Xili language and last seen postsHello,
thanks for the quick reply !
I’ve installed postipost and it works great.
I’ve only one question: I have followed the docs for the queries and I’m using this query to display the post I need:<?php echo do_shortcode(‘[xilipostinpost query=”showposts=4&meta_key=views&orderby=meta_value_num&order=DESC” lang=”cur”]’);?>
It seeems to display only two post but they’re not ordered by meta key views.
What is wrong ?
Thank you !!
Forum: Plugins
In reply to: [Uji Countdown] Seconds on second lineHello everybody,
since I got many requests on this forum and on my personal e-mail, I would like to link the modified file in a file hosting.
What do you think about it ?Let me know !