-
Posted a reply to Shortcode in Icon Box executed multiple times, on the site WordPress.org Forums:
I cannot do these steps on this page but as I said the problem (for… -
Posted a reply to Shortcode in Icon Box executed multiple times, on the site WordPress.org Forums:
Hi, the site is not online. You should be able to reproduce this with the… -
Posted a reply to Gutenberg Richtext generating “” in editor, on the site WordPress.org Forums:
Have you maybe copy and pasted something into this element? This character is a zero… -
Created a topic, Shortcode in Icon Box executed multiple times, on the site WordPress.org Forums:
Hello, when using a shortcode in the title tag or d… -
Posted a reply to How to fix this create_function, on the site WordPress.org Forums:
Maybe this works to get the function of the removed create_function back: /* * PHP… -
Posted a reply to How to fix this create_function, on the site WordPress.org Forums:
Hi, good, it would be MUCH more work to rewrite the old theme than to… -
Posted a reply to How to fix this create_function, on the site WordPress.org Forums:
Hi, this cannot be easily rewritten to php8 because dynamically creating functions is not possible… -
Posted a reply to Switching to PHP 8.1 gives fatal error, on the site WordPress.org Forums:
I am not sure about that but maybe you also need to restart apache like… -
Posted a reply to Switching to PHP 8.1 gives fatal error, on the site WordPress.org Forums:
You don't have to install mysql but the mysql php extension php-mysql Every php version… -
Posted a reply to Switching to PHP 8.1 gives fatal error, on the site WordPress.org Forums:
Hi, oh sorry I didn't see that error message. In this case you need to… -
Posted a reply to Switching to PHP 8.1 gives fatal error, on the site WordPress.org Forums:
Hi, I think something has damaged your WordPress-Core files and your site could work fine… -
Posted a reply to Fatal error when accessing wp admin dashboard, on the site WordPress.org Forums:
Please don't just let it be like that! Your website was infected and it most… -
Posted a reply to Fatal error when accessing wp admin dashboard, on the site WordPress.org Forums:
Hi, can you please post some lines of what is in that file? -
Posted a reply to Fatal error when accessing wp admin dashboard, on the site WordPress.org Forums:
Hello, I think that your site is infected with a virus, what does the source… -
Posted a reply to CLI create post with custom rank math settings, on the site WordPress.org Forums:
Hi, thank you for your answer. Okay so it is not possible with cli but… -
Created a topic, CLI create post with custom rank math settings, on the site WordPress.org Forums:
Hello :) , I need to automate creating some posts. … -
Posted a reply to Looping through all Posts in a category, on the site WordPress.org Forums:
Hi, thank you very much for your help! I was now able to loop through… -
Created a topic, Fatal error when custom variable callback function does not exist, on the site WordPress.org Forums:
Hello, when the callback function for a custom vari… -
Posted a reply to Error 500 wp-admin, on the site WordPress.org Forums:
Hi,please enable the WordPress-Debug mode and post any error messages in the debug-log or on… -
Posted a reply to Failed to open stream: No such file or directory in public_html/w, on the site WordPress.org Forums:
Hi, Maybe something like an update has damaged the WordPress-Core files. Try downloading WordPress again… -
Created a topic, Looping through all Posts in a category, on the site WordPress.org Forums:
Hi, I want to make a function that can loop through… -
Posted a reply to Error 500 wp-admin, on the site WordPress.org Forums:
Hi, yes this is right. Make sure to download the same version of WordPress again. -
Posted a reply to Error 500 wp-admin, on the site WordPress.org Forums:
Maybe an update has damaged the WordPress-Core files. Try downloading WordPress again, access your server… -
Posted a reply to VSCode marks every function as “Undefined function ‘function_name\'”, on the site WordPress.org Forums:
Hi, it should work without opening the files in the root folder. Please try uninstalling… -
Posted a reply to VSCode marks every function as “Undefined function ‘function_name\'”, on the site WordPress.org Forums:
Hi, these generate_ functions are no wordpress functions but from the generatepress theme, you should… -
Posted a reply to VSCode marks every function as “Undefined function ‘function_name\'”, on the site WordPress.org Forums:
Hi, what function exactly are you talking about? It works for me. -
Posted a reply to VSCode marks every function as “Undefined function ‘function_name\'”, on the site WordPress.org Forums:
Hi, in VS-Code click on the gear on the bottom left corner. Click Settings and… -
Posted a reply to get page 404 ecxepted home page on activate gravity forms, on the site WordPress.org Forums:
Hi, for plugin related issues it is best to ask in the plugins specific support… -
Posted a reply to Widget coding issue, on the site WordPress.org Forums:
Hi, please update the screenshots access permissions, we cannot access it without "asking for consent".… -
Posted a reply to Button with Fixed prefix and dynamic permalink, on the site WordPress.org Forums:
Hi, if you change your permalink structure in the future it won't work, we need… -
Posted a reply to Button with Fixed prefix and dynamic permalink, on the site WordPress.org Forums:
Sorry I didn't notice this: you added /download at the beginning of the url so… -
Posted a reply to Button with Fixed prefix and dynamic permalink, on the site WordPress.org Forums:
Hi, works great but you removed the variable that was supposed to be hooked behind… -
Posted a reply to Gutenberg wordpress javascript on editor, on the site WordPress.org Forums:
Hi, maybe this hook can help? https://developer.wordpress.org/reference/hooks/enqueue_block_editor_assets/ Also you could try hooking onto this https://developer.wordpress.org/reference/functions/add_editor_style/ -
Posted a reply to Button with Fixed prefix and dynamic permalink, on the site WordPress.org Forums:
Hi, I understand now, I have made you a plugin that does that. Just create… -
Posted a reply to My Site been Hacked, on the site WordPress.org Forums:
Carefully follow this guide. When you're done, you may want to implement some (if not… -
Posted a reply to Button with Fixed prefix and dynamic permalink, on the site WordPress.org Forums:
Hi, in Settings -> Permalinks just choose "Custom Structure" and set /download/%postname%/ -
Posted a reply to Full screen – NOT full screen, on the site WordPress.org Forums:
The container that is around the header has a margin-bottom of -120 px, with -94… -
Posted a reply to Full screen – NOT full screen, on the site WordPress.org Forums:
Please add the hamburger menu back so I can look into it. -
Posted a reply to Full screen – NOT full screen, on the site WordPress.org Forums:
Hi, great that you found something out, I will look into it. -
Posted a reply to Full screen – NOT full screen, on the site WordPress.org Forums:
Sorry I am no CSS expert, I tried a few things but I couldn't fix… -
Posted a reply to Perma link issue, on the site WordPress.org Forums:
Hi, I cant find your post-id in your wp-json https://kevinsceramics.com/wp-json/wp/v2/posts I think you have not… -
Posted a reply to Can’t update WordPress with hardened permissions, on the site WordPress.org Forums:
Hi, I am not so sure on this topic. I will ask someone who really… -
Posted a reply to Fehler nach migrieren von Strato nach IONOS mit WPViViD, on the site WordPress.org Forums:
Hi Daniel, wie gesagt da irgendwo noch der alte Pfad hinterlegt ist muss der geƤndert… -
Posted a reply to Media search: What fields does it searches by, on the site WordPress.org Forums:
Hello, this is the function that queries the search for the media, it seems to… -
Posted a reply to Can’t update WordPress with hardened permissions, on the site WordPress.org Forums:
You are using chown wrong. it is chown user:group so shown www-data:www-data (: not .)… -
Posted a reply to There has been a critical error on this website., on the site WordPress.org Forums:
Hi, this is a plugin related error from Elementor. Please go to the plugin's support… -
Posted a reply to Fehler nach migrieren von Strato nach IONOS mit WPViViD, on the site WordPress.org Forums:
Hallo, neue Artikel kannst du speichern, bereits existierende Atrikel kannst du aktualisieren. Den Fehler den… -
Posted a reply to Removing /wp-admin from URL, on the site WordPress.org Forums:
I am not sure if you can remove it, renaming it may be possible but… -
Posted a reply to Perma link issue, on the site WordPress.org Forums:
Have you published this article yet?