Elementor dynamic fields showing all acf fields and acf option page fields - advanced-custom-fields

Using Elementor Pro and ACF Pro.
So i have setup all acf post/page fields in the acf/init hook. I also setup an options page within the same hook.
In the Elementor editor, when selecting a dynamic field. all ACF fields for posts/pages are listed as an option field. e.g option:banner image. And Nothing is displayed when selecting one.
If i remove the options page. All goes back to normal and can select the actual ACF fields in the dynamic dropdown.
Any ideas why this could be happening?
Ive tried adding the options page in functions.php and the options fields in acf/init hook. same result

You should add an image/test to the fields in the page/post edit. Once you add a value to the fields you created in ACF for post/page, they will start to show as in dynamic.

Related

ACF Image not appearing

Im setting up a custom field on the woocommerce product page to allow featured content to be added, it needs to upload an image and single line of text, unless there is a better way i have it currently set to load an image as 1 field and the second field is text Product fields img and its appearing on the front end like this img of frontend is there an extra step needed to make an image get displayed instead of the path?
Theres no code that i have typed, i have acf installed in wordpress, and a pagebuilder which you choose the field and put it into, its using visual composer. visual composer - page editing
either something is wrong with the plugin or i have set it up incorrectly in acf, although i dont think its overly complex in acf.

Need to add a html file (page) in wordpress website

I've a wordpress website, I'm also have a html page. Now I need to add the separate html page to wordpress.
This is an well designed order form. I want to add the order form in to my wordpress site. I need a "OrderNOw" menu and when visitor click on this menu then order form page will show and customer will fill the form and able to submit an order to me.
Please give me a better solution.
I usually create a template page in the current theme from the given HTML (remember to rename the extension to .php).
Then create a new page from the Wordpress administration and set the Template field accordingly (just set the title and leave the content blank).
Finally you just need to add this page to your menu.

Magento Configurable Products - Uses different layout to product/view.phtml?

I successfully edited the product/view.phtml file so that the add-to-cart button appears in a different location on the page. This works fine for simple products, but for configurable products this change is being ignored and the button is in its default place.
I cant figure out what I need to edit to apply the same change for configurable products.
It would be a lot easier if configurable products had their own template file.
Essentially all Im trying to do is create a box at the top right of the product content page that has the add-to-cart inside it, and for this to show in the same position for all product types.
Any help would be greatly appreciated!
Configurable product does have a custom template, look at template/catalog/product/type/configurable.phtml

Module assigned in joomla page does not appear

I created a costume HTML module with one plugin tag inserted in there to display on a page on Joomla.
I assigned the module to the page. It is enabled and the position is chosen, but once I load the page the module is not there. Am I doing something wrong?
The page that I assigned the module to is a Hidden page in the menu.
The plugin in suppose to display a MP3 player
http://youth-panel.com/nava-nama/preaching?id=1403
If you want to use a plugin in a module, you need to enable content preparation.
Edit your module, go to the 'options' tab and select 'Prepare Content' - Yes

How to remove "mandatory" for a particular field in WordPress comment form

I've launched my first website in WordPress using bootstrap theme. My site is www.youthenext.com
Even though I've not set mandatory for wesite field, form is not submiting without filling the form field. You can see the form here
I don't know which file I have to edit.