I am using Advanced Custom Fields in wordpress for sections on a page or a post on my website. But for some odd reason when I click edit page and try to open up a section, the toggle class does not work. Although when I click the edit field group icon it takes me to that field group.
I checked for jQuery errors in my console and found 0 errors.
Here is a screenshot for my page editor.
acf page screenshot
It is possible that the toggle functionality is being affected by a conflict with another JavaScript library or a theme or plugin on your WordPress site. You can try deactivating all other plugins and switching to a default theme to see if that resolves the issue. If the problem persists, you can try updating Advanced Custom Fields and its add-ons to the latest version, or seek assistance from the plugin support forum or a professional developer
Related
I found a strange behaviour with Woocommerce plugin. I am using :
WooCommerce version 6.7.0
Wordpress version 6.0.1
Theme OceanWP 3.3.3
There is an order which is in 'processing' state. When I open that order from admin page and try to change the state to any other state (say 'delivered' etc.), I can't do this because the 'Update' button is not present in the page. (I hope name of the button is not wrong)
Strange thing is that I can change the state of the same order using 'Bulk option -> Apply' operation, no issue. But not within the 'order detail admin page' as 'Update' button is not present.
Also, even two days back I didn't face any such issue, I could change the order status seamlessly by clicking on the 'Update' button.
I didn't install any new plugin recently, also I didn't insert any new code that could break the feature. I have 'git' setup and I verified that.
What could be the reason of this sudden change of WooCommerce functionality ? Is there any WooCommerce settings that I missed ?
Thanks !!!
If you are not able to see the button here this may be because of theme or plugin conflict change your current theme with Wordpress default woo-commerce theme and deactivate all plugins and start activating the theme one by one to find out if any plugin is causing the issue.
You can change it from here, If you think its automatically change then you can add a plugin for activity so you can easily track it if any user changed it or something like this.
When you configured woocommerce have you checked if this option was showing before?
You can try upgrading to Wordpress and Woocommerce's latest version if the theme and plugins are not conflicting.
I want to use my Posts page with Elementor modules.
I have done my Homepage like that
but cannot do the same with Posts page.
I have created an empty page,
added some modules.
And selected this page as Posts page in Reading page.
But when I click a page on my website,
my Elementor Posts page is not seen,
the default Wordpress page is seen.
Update :
I'm using Neve theme on Wordpress v5.8
My website address is Tubefavorites.com
My homepage with Elementor and posts page with default Wordpress has different fonts
and my homepage and posts page's components are in different order.
(In homepage its Tags, Categories, ...
In my posts page its Tags, Last Posts, ...
I'm working online in browser (its not local).
There is no error on Chrome Console.
Update end.
Currently I'm trying this in Turkish pages.
I will make the English Elementor page after I fix this.
How can I fix this?
Thanks
Do you have Elementor enabled for post?
Thus, if I understood correctly, you have created a page post and want to add it as homepage. You should go to settings - reading and select via dropdown the page you have created! Then, you will see your page as homepage and not the default one
There is also an explanation in support forum, that someone has the same problem. Please read below:
"Looks like you’re trying to edit your Posts page that has been assigned in your WordPress Reading settings (Settings > Reading). If this is the case, you may not be able to edit the assigned Posts page directly with Elementor (Basic version).
You can try deselecting the page (in the “Posts Page” box within your Reading settings) then try editing this page with Elementor"
link to the source: https://wordpress.org/support/topic/cannot-load-posts-page-with-elementor/
Thus, disable your page through Settings - Reading, edit/modify (whatever you want) your Post page. After that, you could add your page blog posts URL to the meny item (or use this URL to wherever is nessecary)
EDITED
What plugin are you using for the translations?
I saw your homepage playing correct, right? Thus, you have selected your custom page correctly, through the Settings - Reading.
Now, if you want to see the same results in Turkish, you need to translate your home page too! So, add the translation in turkish language too, or duplicate the english version for turkish one and it will play!
UPDATED
I think there is an issue with the blog page (and single post template, as I am reading in WP forum for this theme). Try to check inside Appearence -> Customize, if there is any options there, thus could change the blog template. Somehow the theme overwrites your options. Furthermore, take a look at the blog theme's doc here:
https://docs.themeisle.com/article/1306-neve-blog-archive-options
I have learned that, I have to use Templates page, in Elementor Pro.
I didn't have been selected it.
Thanks to Hakkı Uçar for this
and for installing and for helping.
Elementor Showing CSS Code in Fontend. How Can handle it?
It is actually not CSS code. It is a shortcode of a different plugin (which is not active on your Wordpress)
I think [pl_row] shortcode belongs to the page builder called Page Layer. If you install and active it, your page will display content.
Hi #Mehedi Hasan Rooman
You haven't activated some dependent plugins, that's why it is showing like above screenshot.
Steps to activate WordPress plugins:
Login to your WordPress Admin.
Navigate to the Plugins and click on the activate link to activate the Elementor plugins.
The cart, my-account and checkout pages are all blank when I try view them. All I get is the header and footer. All I have done so far is download WooCommerce, go through the settings and add theme support. My shop page wasn't working until I added theme support but now thats the only page that does. Also I've noticed that if I use WooCommerce shortcode in my php files I can get the pages. But the shortcode doesn't seem to be working in the backend. BTW I'm using my own custom theme incase thats relevant.
What can I do to fix this?
update:
This must be an issue with my theme as if I set one of the default ones to active all the WooCommerce pages show. But I don't know what my themes issue is yet.
update: I have noticed that the WooCommerce pages are allowing me to add templates to them, apart from the shop page which is working. Why is this happening?
There are few steps to do.
First turn on debug, by switching WP_DEBUG to true.
View source of page, and check if everything is being rendered, and also check console for JS error.
At last, for theme, if after switching to default theme, content shows up, there is a theme related issue.
Check for missing templates or template parts or structure within related with page from which content is missing and compare it with default themes templates and template parts.
See if there is some template part missing, or modified, like content.php or content-page.php, the_content() , etc.
I am using TN3Gallery on my wordpress. As soon as I enable Nivo Slider TN3Gallery stops working. I couldn't find any solution for this problem. I don't think wordpress lets you disable specific plugins on a page basis. How can I fix this issue ?
TN3Gallery Page; http://goo.gl/UZpza
You need to use wordpress Conditional Tags in your theme if you want to disable plugin at certain pages/posts. following link may be helpful to you -
Link For Conditional tags
Discussion Board Link
Simple Example