Forum Replies Created
-
AuthorPosts
-
Hi Mike,
Unfortunately, there is no way to disable some specific settings for this plugin. I will try again later for sure.
Please feel free to close this topic.
Many thanks for your help and support.
Have a great week-end.
Best regards.
Jorge- This reply was modified 1 year, 9 months ago by liliwow.
Hi Mike,
Following plugin « WP User Frontend Pro – professional » is the one which causes the issue. Unfortunately I have to use this plugin. Is there a turnaround ?
Best regards
JorgeHi Mike,
Please find in private Content area requested information (homepage). No need to login to my website (public page).
Best regards
JorgeHi Mike,
I did it but no calendar appears after choosing « Datepicker » and saving my contact form.
Some specific settings to do ?
Best regards
JorgeFebruary 7, 2023 at 11:03 pm in reply to: STRIPE – Error encountered with avia_cookie_check_sessionStorage() function #1397052Hi,
Please close this topics
Best regards
JorgeHi Mike,
Your explanation was very helpful for my understanding. I tried your script and it works fine now. It is so great thanks to you !
I really appreciate your support.
Please close this thread.
Many thanks one more time.
Best regards
JorgeHi Nikko,
Actually, your code works fine in all pages if I put it into the ‘Quick CCS’ box (General Styling) :
#top #av-burger-menu-ul .menu-item-21615 {
display: none;
}
The same (php) code does not work for Burger Menu (ok for main menu) using the following syntax :
?>
<script>
(function($) {
$(“#menu-item-21615”).css(“display”, “none”);
$(“#top #av-burger-menu-ul .menu-item-21615”).css(“display”, “none”);
})(jQuery);
</script>
<?php
What’s wrong ?
Best regards
JorgeHi Guenni,
Thank you for your explanation.
Best regards
JorgeHi Mike,
Thank you for your answer. It works fine for this specific page. But the target is to hide this item menu for all pages using this menu. I’m still looking à solution. It’s weird !
Best regards
JorgeHi Nikki,
Unfortunately it does not work as well. I already tried.
Another syntax ?
Kind regards
JorgeJanuary 24, 2023 at 2:42 pm in reply to: STRIPE – Error encountered with avia_cookie_check_sessionStorage() function #1394933Hi Ismael,
Regarding my inquiry, I asked you because I found a similar issue on your support website called « how can i move the js script avia_cookie_check_sessionStorage in the footer ? » (https://kriesi.at/support/topic/how-can-i-move-the-js-script-avia_cookie_check_sessionstorage-in-the-footer/). But if there is no relation, I will ask the support Stripe of course.
Please feel free to close this topic (if no relation).
Many thanks.
Best regards
JorgeHi Ismael,
I did it. I kept the pre_get_posts hook only for the category and archive pages :-)
Many thanks for your help really helpful.
Please close this topic.
Best regards
JorgeHi Ismael,
I added following code :
add_filter(‘avia_blog_post_query’, ‘ShowOnlyUsersPosts’);
add_filter(‘avia_post_slide_query’, ‘ShowOnlyUsersPosts’);
add_filter(‘avia_post_grid_query’, ‘ShowOnlyUsersPosts’);
add_filter(‘avf_magazine_entries_query’, ‘ShowOnlyUsersPosts’);
add_filter(‘avia_masonry_entries_query’, ‘ShowOnlyUsersPosts’);
I founded those filters on your website.
After testing, it seems to work fine now. It’s great.
Except for blog, category and archive pages where filter is still not working. Any additional and specific filters to use ?
Please let me know.
Many thanks for your help. I really appreciate your support.
Best regards
JorgeHi Ismael,
Correct. I will use the avf_magazine_entries_query filter instead of the pre_get_posts hook for it as suggested,
Actually, I’m using either Blog, Magazine, Masonry and PostSlider depending on pages.
Please let me know if I have to use other specific filter for those elements.
Many thanks for your help
Best regards
JorgeHi Rikard,
Ok. Great. Please close this topic.
Many thanks for your help.
Best regards
JorgeHi Rikard,
I would like to hide menu item called “Actualité” (news) with CSS (ie Target page below). I put the ID news-menu-item but I do not know how to handle it.
Many thanks for your help.
Best regards
JorgeHi Ismael,
Good to know there is a solution.
I thank you for your answer.
Please close this topic.
Best regards
JorgeHi Ygit,
Sorry for misunderstanding, I’m talking about Masonry element (instead of Masonry Gallery ALB). I’m using Masonry ALB with posts (not images) and would like to know how to specify a custom URL after clicking on a post.
Best regards
JorgeHi,
Ok. Thanks for your time.
Please close this topic.
Best regards.
JorgeHi Mike,
Is it possible for instance to set a date filed up (ie today) or to set a value in a Drop-down List programmatically when loading the Formular (any hook available) ?
Best regards
JorgeHey Rikard,
It works fine now !
Please close the topic.
Many thanks for your help
Best regards.
JorgeHi Ismael,
I would like to thank you first for your help. It works fine now.
Please close this ticket.
Best regards.
JorgeHi Ismael,
After investing, I found the solution to fix the issue :
setcookie( $inKey , ” , time()-3600 , ‘/’ , ” , 0 );
unset( $_COOKIE[$inKey] );
It necessary to use both syntax as specified also in your link.
Please close this topic.
Many thank for your help
Best regards
JorgeApril 13, 2022 at 9:56 am in reply to: How to force programmaticallly Enfold Block Editor to be selected ? #1348198Hi Ismael,
Thank you for the answer.
Advance Layout Builder is enabled now by setting manually custom field _aviaLayoutBuilder_active. But, content is still not displaying.
After investigating, I notice that custom field _aviaLayoutBuilderCleanData has to be set as well with the field post_content.
It looks good now !
Many thanks for your help.
Please close this ticket.
Best regards
Ismael
April 11, 2022 at 6:40 pm in reply to: How to force programmaticallly Enfold Block Editor to be selected ? #1347992Hi Ismael,
Thank you for your answer.
I added custom field _aviaLayoutBuilder_active when using the wp_insert_post as followed :
$post_id = 1873;
$post = (array) get_post( $post_id );
$post[‘_aviaLayoutBuilder_active’] = true;
$post_id = wp_insert_post( $post );
Unfortunately, it did not work.
Regards
JorgeApril 11, 2022 at 11:48 am in reply to: Heading / Textblock – Change Content programmatically #1347945Hi Ismael,
Many tanks for your feedback.
Please close this topic.
Best regards
JorgeHi Ismael,
Many tanks for your feedback.
Please close this topic.
Best regards
JorgeHi Ismael,
Ok. I did it as suggested.
Please close this topic.
Many tanks for your help.
Best regards
JorgeMarch 24, 2022 at 11:31 am in reply to: Heading / Textblock – Change Content programmatically #1345846Hi Ismael,
I would like to change either Heading/Textblock content programmatically (JQuery) with something like This :<script>
$( ‘#id-element’ ).text = “content”>
</script>Regards
JorgeHi Ismael,
Please have a look on your last answer regarding similar topic with Button Row element (#1333991) for a good understanding of my request. Your help was very helpful.
Best regards
Jorge -
AuthorPosts