Annekee
Forum Replies Created
-
Forum: Plugins
In reply to: [Visual Form Builder] Crititical error and ‘search form’ goneIt would be great if someone could help us.
Forum: Plugins
In reply to: [Visual Form Builder] VFB is not compatible with WordPress 6.0Please?
Forum: Plugins
In reply to: [Visual Form Builder] VFB is not compatible with WordPress 6.0I have the same problem as @maxx55: when I want to duplicate a form in VFB (3.1) it says I have a crititical error. yet the form gets duplicated and everything works fine.
In the email:
An error of type E_ERROR was caused in line 462 of the file xxx/wp-content/plugins/visual-form-builder/admin/class-forms-list.php. Error message: Uncaught Error: Unsupported operand types in xxx/wp-content/plugins/visual-form-builder/admin/class-forms-list.php:462
I checked the php there but there are no syntax errors. This is the line of code:
// Use offset for pagination. $offset = ( $current_page - 1 ) * $per_page;WordPress version 6.0.1
Current plugin: Visual Form Builder (version 3.1)
PHP version 7.4.29Anyone?
Forum: Fixing WordPress
In reply to: “Invalid user ID” after clicking on Media LibraryAfter testing and replacing folders etcetera the solution proved to be really simple: I replaced the WordPress install. Somehow something got corrupted I think… Yay!
Forum: Fixing WordPress
In reply to: “Invalid user ID” after clicking on Media LibraryDebugging: no problems
Plugins: deactivated and activated one by one – no problems there.
Still βInvalid user IDβ at Media library (upload.php)Very odd behaviour: when I click on edit with my User accout, I suddenly get the Media Library (upload.php)! Then I can delete images, but I can’t attach them to posts.
Forum: Fixing WordPress
In reply to: “Invalid user ID” after clicking on Media LibraryThank you for your swift reply Euler Arthur Vieira! No, it’s not a cache issue. Can’t check incognito because I have to log in to see the media library. Wil start debugging…
Forum: Themes and Templates
In reply to: [Baskerville] Problem embedding VimeoHi Anders, thank you for your quick response! I’m sorry I can’t show you a working page, at the moment I’m working on the new Baskerville child theme with old posts – in maintenance mode. Working in classic. Anyway, I already found out it’s a WordPress and perhaps also a client problem. Everything in text mode is filled with
<!– wp:paragraph –>
<p>text</p>
<!– /wp:paragraph –>and only if do this in text mode:
<!– wp:paragraph –>
<p>[embed]https://vimeo.com/999999[/embed]</p>
<!– /wp:paragraph –>then it works fine. Sorry to bother you, and thanks!
- This reply was modified 5 years ago by Annekee.
Forum: Themes and Templates
In reply to: [Allegiant] Complete uninstallSorry, I forgot to remove the page templates.
Forum: Developing with WordPress
In reply to: Show search results in its paragraphThank you bcworkz, yes I know I can copy/paste & combine bits from plugins. I only hoped there already existed a snippet for it!
Forum: Developing with WordPress
In reply to: Show search results in its paragraph“Do note that using Relevanssi may require large amounts (hundreds of megabytes) of database space (for a reasonable estimate, multiply the size of your wp_posts database table by three).” I don’t need that.
- This reply was modified 5 years, 7 months ago by Annekee.
Forum: Developing with WordPress
In reply to: Show search results in its paragraphThank you Steven, but I DON’T want a plugin. Why? Because I want to edit the script to my liking. Why? Because I also want to include the search in content, exerpt, custom fields and tags – and I already figured that out. Do you have an idea?
Forum: Themes and Templates
In reply to: [Virtue] Add tags to portfolio items?Found the solution! Simply put this in functions.php:
function reg_tag() { register_taxonomy_for_object_type('post_tag', 'portfolio'); } add_action('init', 'reg_tag');Forum: Themes and Templates
In reply to: [Business Era] More text in slider captionThat is 100% perfect, and so fast, thank you so much Manesh!
Done π
Excellent, thanks! Great plugin by the way!