Benedetto Forastiere
Forum Replies Created
-
Thanks @matheusfd
Unfortunately it seems that the standard form is not “overridable”, I’ve also speak with another member of your staff.
The only way to solve it was to use the inline CSS in the iframe, I’m pretty satisfied with results.
I correct myself: the issue is only with the shortcode template, I’ve seen the files that are used but it seems to me that there isn’t one to override.
Can you help me?
Forum: Plugins
In reply to: [Ivory Search - WordPress Search Plugin] Support for ACF Relationship fieldHi Vinod,
thanks for replying.I have a Custom Post Type that has some ACF custom fields, one of this is a Relationship field (https://www.advancedcustomfields.com/resources/relationship/).
Setting up Ivory Search plugin to search for this Custom Post Type and for this Custom Field I get no results.
Please let me know if you need more details.
Thanks.
Forum: Plugins
In reply to: [Polylang] Polylang and Avada Theme BuilderHi! It seems to be a compatibility issue between Avada and Polylang.
I’ve solved with this code:add_filter( 'option_fusion_tb_layout_default', function( $option ){ $option_orig = $option; $orig_post_id = '2593'; $post_id_curr_lang = pll_get_post($orig_post_id, pll_current_language()); if($post_id_curr_lang){ $option = str_replace($orig_post_id, $post_id_curr_lang, $option_orig); } return $option; });
Where $orig_post_id is the post id of the section you want to translate correctly.
- This reply was modified 4 years, 5 months ago by Benedetto Forastiere.
Forum: Plugins
In reply to: [Breadcrumb NavXT] Plugin options save fail after site movedHi John, sorry for delay on reply. I’ve just updated to WP 4.6.1 and the problem disappears.
Thanks anyway for the assistance
Forum: Plugins
In reply to: [Breadcrumb NavXT] Plugin options save fail after site movedThanks for replying.
I’ve checked the siteurl option, trying to add a missing slash at the end, but the result persists…
Any other ideas?