Dan
Forum Replies Created
-
Forum: Plugins
In reply to: [Gravity Forms Email Blacklist] top-level domains does not work2.4 does not appear to contain these changes, still had to add them manually
Forum: Plugins
In reply to: [Nested Pages] Page View SortingIn the plugin settings, select the Post Types tab and choose your post type. From there you can enable sort options
Forum: Plugins
In reply to: [Nested Pages] AlphabetizeIn the plugin settings, select the Post Types tab and choose your post type. From there you can enable sort options
Forum: Plugins
In reply to: [Location "Nav Menu" for ACF] How to display field data?You could also output the data by using a custom Walker.
Heres a tutorial on how to add the menu descriptions to your walker: https://www.wpbeginner.com/wp-themes/how-to-add-menu-descriptions-in-your-wordpress-themes/
Using the same logic you could output the ACF field data using
the_field('your_field', $item)
This appears to still be an issue. Conditional logic no longer works with Gravity forms 2.0.2 when this plugin is active.
Forum: Plugins
In reply to: [Meta Box] 4.5.4 Breaks SiteOrigin Page BuilderLooks like v4.5.5 resolved this issue. Thank you.
Forum: Plugins
In reply to: [Meta Box] Drag & Drop Image order not saving image advance meta boxSame problem….
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] Exporting to a new site.I also have this problem. When I migrate a site to a different server I lose all page layouts that were built using this plugin. The data is still in the database, but the custom layouts are gone and need to be recreated manually. Quite time consuming…
I also got a site lockout notification, however I can still access the site… it may have something to do with the “error” though…
I have used your plugin on other sites and it runs great. Not sure what happened here, just wanted to bring it to your attention when i found this thread.
May be more common than you think, I also just got this mysterious “error” after simply clicking the button to activate all the basic security settings. Now I cannot get the plugin to work at all.
Forum: Plugins
In reply to: [Query Multiple Taxonomies] [Plugin: Query Multiple Taxonomies] base blog urlGreat, I may end up using the list method in the end so this is very helpful.
Forum: Plugins
In reply to: [Query Multiple Taxonomies] [Plugin: Query Multiple Taxonomies] base blog urlI just noticed the option above will only work when using the dropdown method of the plugin.
Forum: Plugins
In reply to: [Query Multiple Taxonomies] [Plugin: Query Multiple Taxonomies] base blog urlI was able to fix this by just taking the URL that was processed when you submit a blank search and 301 redirecting it to my desired location.
You can also change the Reset link by editing widget.php file of the plugin, do a search for ‘reset-url’
Forum: Fixing WordPress
In reply to: vertical auto stepping/scrollingAutostep wouldnt work for me until I also updated the slider.js file located in the Scripts directory with the stepcarousel.js (v.1.9) code on the link MACscr supplied above.
It’s the same code, the author must have just renamed the stepcarousel.js to slider.js for the plugin. But you need the latest version for autostep to work.
Forum: Fixing WordPress
In reply to: WordPress update / plugin installation won’t get past DownloadI have many WP sites hosted on 1and1, never had a problem updating any of them until today. I was unable to download the update.
The only common link with my other WP sites on 1and1 is that i forced PHP5 through the .htaccess file by inserting the following lines:
AddType x-mapp-php5 .php
#AddHandler x-mapp-php5 .php(To see your .htaccess file on your server show invisible files, it should be in your root directory of your WP install. If its not there, create a new one by opening a blank text file and saving it as .htaccess)
Once I did this to my site that would not download the update it worked properly. Why? I cannot say, but it worked. Good luck.
* also i have it installed on a subdirectory as well: /www
I’ve done this other sites, was never a problem.