Hi we have a problem with displaying the wordpress admin bar.
The site is a marketplace developed using woocommerce + wcfm plugin. As graphic theme there is Divi builder.
On the WCFM vendor store page of the shop, the wordpress admin bar is not displayed, even though I'm logged in as admin user. It only happens on that specific page.
We've tried commenting out all the custom bar code and the problem doesn't go away.
An example of store vendor page: https://demo.viviladmc.com/store/caffe-martini
Whith Divi/WCFM enabled in the page there are no
Whith on of Divi/WCFM disabled in the page there are correctly
We have already checked:
Functions.php of divi contain the
No JS errors in the console
No significant error in the wordpress log (DEBUG=TRUE in wp-config.php)
Uninstalling the theme or WCFM solves the problem, it is probably an incompatibility between these plugins. Has anyone had the same problem and managed to fix it?
Related
I am creating a Custom Divi Module through a plugin. Our plugin adds a custom settings panel of its own, and then our Divi module utilizes some of the options/settings available in our settings to more quickly build and manage PayPal buttons through Divi.
For example, in our settings you can set up PayPal account ID(s), and then choose the account you want to use when adding a new PayPal button through the Divi module. This is working great, however, when I then update the PayPal account ID value through our plugin settings, it does not take affect unless I go back to that specific module and re-save it. Of course, that's exactly what we're trying to avoid doing.
Is there any way we can force the Divi modules related to our plugin to update? Is this happening because of cache or localstorage maybe..??
Check Video about the Issue in Below Link
https://www.screencast.com/t/9mTDFz1jhbKK
Any information on this would be greatly appreciated. Thanks!
This morning, I found that in all my WordPress website pages, there is an implemented div saying "This domain has recently been listed in the marketplace. Please click here to inquire."
Note that I checked my domain and I still got 2 months left before payment, I tried to upload an HTML page to test if this message appears in any page on the server, it seems that it displays only on my WordPress website www.speedaero.com.
HTML test page: www.speedaero.com/ma.html
WordPress is notoriously insecure and your site has probably been hacked. Restore from backup, upgrade WP and plugins and eliminate any unnecessary plugins.
It once happened to me as well. I used a theme not from a legit seller. When I removed it and use a default theme - Twenty Sixteen theme from wordpress.org - the div tag contains above notification is gone.
Just try to disable your current theme then install and activate a default theme.
I just purchased cornerstone page builder which is a drag and drop website builder. The problem I have right now is that it works as a wordpress plugin making me access it through the wordpress admin panel.
Is there a way for me to remove everything "wordpress related" to basically hide everything that has to do with wordpress and just let me access the plugin without signing in to wordpress, maybe using my own log in function?
I am using magento custom theme. When I open my product page, while loading the page the default zoom function buttons are visible for a moment. When page load completely the buttons are disappear.
Let us look the images for more info:
Before (while loading)
After page load
Why this happened so? I am installed a new custom theme. This theme not provide any image zoom functionality. I think the zoom buttons are load from frontend\base\default\template\catalog\product\view\media.phtml. Why my site load this page, since I use a custom theme the site should use the theme's media.phtml file. How can I solve this issue?
And when I try to install some product zoom plugins, these are not working in my theme. The plugin files are saved in my default theme directory. And I manually copy the plugin files from default to custom theme directory, but no luck. Please refer the LINK for more details. Is there any way to rectify this?
Please help me ...I am using magento 1.9.0.1
First of all you need to check which package you are using for you theme, you can check if media.phtml is being called from rwd folder.
i.e. /app/design/frontend/rwd/default/template/catalog/product/view
Or you can enable path hints and locate the phtml files, and accordingly that you can put the design files of custom module there.
To turn on template path hints in Magento:
log into the magento back-end admin.
Go to System -> Configuration in the main menu.
Go to Developer on the bottom left under ADVANCED.
Switch to the store view on the top left to your current website or store
view.
or check the below link.
https://support.sweettoothrewards.com/entries/21255937-How-do-I-turn-on-template-path-hints-
We migrated all the files from one domain to another. It has created issues with the wordpress default post's categories. It does not display any category in the backend although they exist in wordpress tables. When we add new category, it does not get displayed in admin panel. The screen shot is as dl.dropboxusercontent.com/u/39933074/category-error.png. I think the issue is due to some files are missing while migrating the files.
Can anyone please help me in resolving this issue and also please let me know which files contains the code which retrieves categories in the admin panel
Do some basic WordPress troubleshooting first:
Deactivate all your plugins
Use a default theme (i.e. Twenty Thirteen)
Try again
If that doesn't fix your problem, reinstall WordPress via your dashboard (-> Updates).