salave
Forum Replies Created
-
Forum: Plugins
In reply to: [SEOPress - On-site SEO] seopress_excerpt_lengthActually we later came to find this hook and applied it and things went well. Thanks! In the meantime we’re searching for a hook that can target_blank external links. Is there any?
Forum: Plugins
In reply to: [SEOPress - On-site SEO] Page sitemap is redirectingIt’s fixed by removing singler shortcodes
Forum: Developing with WordPress
In reply to: Render mobile issuesThe Homepage description won’t remain fixed, which is one of the consequences I took into account when determining whether to remove Rathmath. It will be good to uninstall Rankmath after you help us with a sample that enables us to enter the Home description, and has all other pages echo the excerpt (is_single)
That way we can proceed and install IndexNow plugin and re-enable Wp sitemap.
Forum: Developing with WordPress
In reply to: Render mobile issuesI apologies for the delay in responding, however it is comforting to know that the javascript issues are not related to the theme. How am I going to use a SEO plugin now? What do you recommend I try using Yeost plugin?
Forum: Developing with WordPress
In reply to: Render mobile issuesHello @anthonybartoli . I believe that adding an empty Span will work great, however the location of these Javascript is my concern. I entirely developed the idea while backing up any adjustments I made to get where I am. I have attached the theme in the hopes that a reupload that I will receive from you will simplify things.
[download link removed by moderator]
- This reply was modified 1 year, 4 months ago by Steven Stern (sterndata).
Forum: Developing with WordPress
In reply to: A weird Referring page linkWhen I copied and ran the shortlink, I was taken to the homepage, which suggests that it was probably created by the theme I’m using. But I’ll store this for later because I can’t even find it on Source Code. (screenshot)
Forum: Developing with WordPress
In reply to: Clear all urls in comments table? 603 rows affected. (Query took 0.4229 seconds.)
Forum: Developing with WordPress
In reply to: Clear all urls in comments tableThe urls am trying to talk about are the ones which are attached on profiles as backlinks.
Forum: Developing with WordPress
In reply to: Adding anchor text on paginationThank you for the information; it at least provided some comfort.
The problem is now fixed!
Forum: Developing with WordPress
In reply to: Restricting image uploadsWe were able to update that text today thanks to your assistance after taking so many months to do so. Thanks!
Forum: Developing with WordPress
In reply to: Restricting image uploadsHi, back in admin panel, am presented with url that looks ( /wp-admin/admin.php?page=pm_upload_settings ), its upload page ( screenshot ) which when i change the bytes figure, it changes in registration form. So probably this text its in wp-admin folder
Forum: Developing with WordPress
In reply to: How to add image alt on this codeFinally it has worked! Thanks for helping https://i.postimg.cc/0N40vFDR/Screenshot-20230527-194300.png
Forum: Developing with WordPress
In reply to: How to add image alt on this codeHi after using catacaustic’s code, it was show only alt (word) and missing =” ” and the page was inaccessible due to syntax error, thanks to bcworkz for noticing the problem.
Now after using bcworkz code, we have got a full alt=” ” but as you can see the profile image text is missing in the quote.
-1-150×150.jpeg” class=”” alt=”” decoding=”async” loading=”lazy”
Forum: Developing with WordPress
In reply to: How to add image alt on this codeI did add <?php echo get_avatar( get_the_author_meta( ‘ID’) , 150, ”, ‘Profile image’); ?>
And output source code is missing =” “
Screenshot https://i.postimg.cc/tRNdghGM/Screenshot-20230526-124452.png