threadi
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: printing a post meta in a funcion__( "PREZZI/ SETTIMANA", 'textdomain' ) . get_post_meta( $post->ID, "function_name", true );
Or with space between the texts:
__( "PREZZI/ SETTIMANA", 'textdomain' ) . ' ' . get_post_meta( $post->ID, "function_name", true );
I hope the value is a string, not an array.
Forum: Developing with WordPress
In reply to: Static website not working in a WordPress installationI suspect it is not due to WordPress, but possibly to server settings. You can take WordPress out of the equation if you temporarily rename the
.htaccess
. As a result, it is no longer taken into account when it is called up and consequently WordPress is not addressed.If you have renamed the
.htaccess
, call up the URL without a browser cache.Forum: Fixing WordPress
In reply to: Temp Folder – Need more helpsOk, so I can find this text in WordPress. It is displayed when PHP throws the error
UPLOAD_ERR_NO_TMP_DIR
in relation to an uploaded file.So it is a PHP error that is the cause here. You should therefore check what the hosting settings are. The following information is relevant in PHP:
upload_tmp_dir
=> must point to an existing directoryopen_basedir
=> should contain upload_tmp_dir or a directory containing it
If necessary, contact the support of your hoster, because if this error occurs, it indicates a misconfiguration in the hosting.
Forum: Developing with WordPress
In reply to: IPN sent to the following URL failedThis is related to the PayPal plugin you are using. It may be “Payment Gateway for PayPal on WooCommerce”, in which case I would recommend their support forum: https://wordpress.org/support/plugin/woo-paypal-gateway/
Forum: Developing with WordPress
In reply to: Browsing Custom URL Standalong PHP FilesI would recommend adding this code to any PHP file you use in a plugin or theme in WordPress.
Still on the above tips:
To check if a user is logged in, there is this function: https://developer.wordpress.org/reference/functions/is_user_logged_in/ – I would strongly advise against using PHP sessions unless you know how to use them and for what purpose you are using them.There is an article about sanitizing input in the manual: https://developer.wordpress.org/apis/security/sanitizing/
Forum: Fixing WordPress
In reply to: Edits made to page don’t appear on websiteI also have a few thoughts:
First, the good news: I see the text you corrected in WordPress’ REST API, which means it’s definitely saved. It just not output in the frontend.
You are obviously using the commercial version of Beaver Builder. As far as I know, it also has its own cache. You should be able to find it under Settings > Beaver Builder > Tools. Empty it. If you have any questions about this, I would recommend their support – they can’t help you with commercial products here in the forum.
I also notice that you are using a customized theme. Since we don’t know what’s in it, it might be a good idea to ask the person who created it for you.
And my last thought is an idea: the sledgehammer method: deactivate all plugins and switch to a standard theme. Is the text visible then? If so, it was due to the theme or one of the deactivated plugins.
Forum: Fixing WordPress
In reply to: Modifying RSS feed templatesRSS is a generic term for a range of different XML formats with a clearly defined structure. WordPress generates these XML structures for you. You do not have to and should not change anything. This is because any changes could prevent the generated XML from deviating from the standard and no longer being read by readers.
However, there are a few hooks that you can use to influence the output. These are mainly of a content-related nature. See: https://gist.github.com/egstad/1c5ac32618ec6fc61588
Forum: Fixing WordPress
In reply to: I’m on a looping with my WordPress: anonymous tab VERSUS normal oneYou have connected cloudflare upstream. There may be a problem there. I would recommend that you contact their support.
Forum: Fixing WordPress
In reply to: Temp Folder – Need more helpsCan you show a screenshot of this? I assume it is the return of a PHP error. You can insert a screenshot as described here: https://wordpress.org/support/forum-user-guide/block-editor/#adding-screenshots
Forum: Fixing WordPress
In reply to: Temp Folder – Need more helpsI can’t find the error message mentioned in WordPress. Where do you see it? Could it be that it is being output by something else? A plugin or PHP itself?
Forum: WordPress Mobile App
In reply to: m.facebook.com refused to connect mobile wordpressI don’t see any messages about this on my phone. However, the style of the website is not at all suitable for mobile devices.
- This reply was modified 2 days, 5 hours ago by threadi.
Forum: Everything else WordPress
In reply to: Assistance Needed with Stock Status for Product VariationsI recommend getting in touch with WooCommerce’s support about this via https://woocommerce.com/my-account/create-a-ticket/ if you have any of their paid WooCommerce products or https://wordpress.org/support/plugin/woocommerce/ if you do not.
Forum: Fixing WordPress
In reply to: Storefront Mini Cart errorI suspect that a JavaScript event is missing from the link to the shopping cart. Try deactivating your Litespeed optimization plugin. This may solve the problem. If so, then contact Litespeed support to clarify the issue.
Forum: Everything else WordPress
In reply to: Perte de connexion au serveurThe description could also indicate a server-side error. The reason for the error should be visible in the error log. You can find it in your hosting area. If necessary, the support of your hosting can help you.
Alternatively, you could also enable debugging in WordPress. How to do this is described here: https://wordpress.org/support/article/debugging-in-wordpress/ – also here the support of your hosting can help you if necessary to edit the file accordingly.
In both cases you should be able to see what the cause is in the logfile.
Forum: Everything else WordPress
In reply to: Не удаётся разместить рекламный код РСЯYou are obviously using the FlatPM plugin. I would recommend that you contact their support forum with your request: https://wordpress.org/support/plugin/flatpm-wp/