We are using classic editor, with latest version of Newsmag. We add the custom css to the WP customizer > custom CSS; outside the theme, so as to be retined on any upgrade issues.
Good luck!
(I don’t work here.)
Yes, I do that on our site with custom CSS.
try this:
.td-post-content p a{text-decoration:underline!important;}
Works for me sharing from your ezample page.
Note that FB sometimes has issues capturing images.
As lonf as you have your OG tags properly setup, it’s really up to FB to capture images, not your site or theme.
Usually what I do if there is blank image on FB timeline, I do the three button “update attachment” which will usually fix that.
(I don’t work here; but I share our stories to FB every day, so way on top of this issue.) 🙂
we do not have this issue on our sites
put favicon graphics for various platforms in root directory of your site
You can stop using AMP – Google abandoned it nearly 2 years ago now.
Just use the mobile theme or normal responsive theme.
(I don’t work here.)
PHP is updated at your hosting provider and has nothing to do with the theme. You should have your webhost update you to PHP 8.2 (*not 8.3).
I don’t work here.
Be sure to check the official ACF website for FAQs on the two iterations, the offcial ‘real’ one and the hijacked one in the WordPress plugin directory.
The them has nothing to do with the ACF issue and no control over it.
We switched back to the official ACF with zero issues here. For our ACF Pro plugins there are no issues.
Once you move to the updated official version you won’t need to manually update it again. The free version will have updates the same way the pro version does, directly from ACF.
————————
TLDR: USE THE OFFICIAL UPDATED VERSION OF ACF
DO NOT USE SCF
————————
https://www.advancedcustomfields.com/blog/installing-and-upgrading-to-the-latest-version-of-acf/
How to Update ACF
In order to update your site’s version of ACF and receive updates in the future, please follow these steps:
Download the latest zip of the plugin
Log in to your site
Navigate to Plugins > Add new
Upload the zip file
Confirm you want to overwrite the existing ACF plugin
Future updates for the plugin will be available in the WordPress admin as normal
(( I don’t work here. ))
-
This reply was modified 1 year by
simchris.
This doesn’t look too bad, but you can improve
https://gtmetrix.com/reports/www.aapkafaida.com/8CLom12B/
In our testing, PHP 8.3 not fully optimized for most things in WP yet.
Stick with 8.2x for now.
(I don’t work here.)
Also, normal best practice is to limit things like infinite scrolls, dynamic mega menu, too many modules per page, too much happening on home page, image in dynamic search box, etc.
Did you try the default player part of WordPress, not theme specific?
Welcome to Google AdSense – they do not give a shite.
I am actually using a plugin call ‘WP STAGING’ right now to migrate some oooold sites to latest theme. Allows you to backup, clone, sync, test diff plugins and updated theme, then when final, push update to production.
TagDiv could so make a competitor to this solution. Really useful.
(I don’t work here; and have no ownership of the WP Staging plugin)
In case anyone wants some peace of mind: we’re running php 8.2x with Tagdiv stuff without issue.
Stop using AMP – it serves no purpose and was retired by Google in early 2023.
Disable that entirely and setup 301 redirects for your /amp endpoints.
Alternately, the intake platform we use has an option to auto create new authors based on not pre-existing; or assign non-existing authors to a pre-existing author to stop creating multiple new authors for certain content.
When we bring feeds into WordPress, using different method, there has to be an author/contibutor in the system for the feed to align with. Meaning, if author is James Smith, there must be a James Smith user setup for the story to align with.
(I don’t work here.)
what errors are you getting when enabling debug mode?
did you check your site with chrome console for errors, and also with tools like GTMETRIX ?
You might want to edit your wp-config file to turn on the debugger built in to wordpress and specify the error log option, then look at the error log that generates.
This info is in the WordPress CODEX
https://codex.wordpress.org/Main_Page
EDIT WP-CONFIG file in root of your WP install—
Find this line near the bottom of the file:
('WP_DEBUG', false);
Replace it with this code snippet with debugging configuration:
// Enable WP_DEBUG mode
define( 'WP_DEBUG', true );
// Enable Debug logging to the /wp-content/debug.log file
define( 'WP_DEBUG_LOG', true );
// Disable display of errors and warnings
define( 'WP_DEBUG_DISPLAY', false );
@ini_set( 'display_errors', 0 );
// Use dev versions of core JS and CSS files (only needed if you are modifying these core files)
define( 'SCRIPT_DEBUG', true );
hide the folder through an entry in your .htaccess file?
We have no issues here with 8.2x — it’s more likely another non-TD plugin causing a conflict. I don’t work here, just chiming in 🙂
A host telling you the only fix is to pay them to build you a site, is total b.s. in my opinion.
ahhhhhhhhh! Yes, that will do it 🙂
basic part of wordpress, not the theme
https://wordpress.org/documentation/article/manage-plugins/
is the font format you are using compatible with Safari?