olistic
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Adding paginationExcuse me @bcworkz if I add now another question, but by chance I’ve found another issue linked to the main one.
I’ve noticed than the tag-pages (i.e. yogajap.com/tag/umanologia/) shows me two paginations string (while on all the other pages where pagination works everything works fine – i.e. yogajap.com/blog/) :-\
The first pagination is the one I’ve set using a plugin, but how can I find where the second string come from?
Thank you in advance!
Forum: Fixing WordPress
In reply to: Adding paginationThank you for this other explanation.
Forum: Fixing WordPress
In reply to: Adding paginationFirst of all, thank you @bcworkz for your reply.
I’ve tried to insert the code just before
wp_reset-query();
and afterendhwile;
, but the pagination was vertical (how strange!)… something as…
1
2
3
NextAnyway your instruction has been decisive, as I applied it using a plugin (Pagination) and inserting its code in my template-page, just before
wp_reset-query();
and afterendhwile;
.Thank you very much!
Forum: Reviews
In reply to: [Broken Link Checker] Doesn’t workHi @cfreek, which plugin are you using?
Thank you!
Forum: Fixing WordPress
In reply to: Adding Tag Title used in HTML@gappiah -> “The title attribute of the img (image) element… that only when you mouse-over the image” -> see https://www.wpbeginner.com/plugins/how-to-easily-add-title-attribute-to-images-in-wordpress/ to know what I mean
@vijayhardaha -> I’ve tried to add that code to my functions.php file, but I had a problem with the slide on my home page (so I deleted it to use the original file). I wrote to the author of that post and I’ll see if he will reply to me.
Forum: Fixing WordPress
In reply to: Adding Tag Title used in HTMLThank you for your reply.
Maybe I’m wrong, but it doesn’t apply the html tag title as I need to.
I’ve set the Alternative Text for all the pics in my website and I’m searching for…
– a plugin that allows me to set the html tag title starting from the Alternative Text
– a plugin that allows me to set the html tag title from the Media panel
Forum: Fixing WordPress
In reply to: Tag List Titles postsI’ve found a solution: as I like the results coming from search.php file, I’ve created a file called archive.php (missing in my theme) with the same contents of search.php file.
Now it works!
Forum: Plugins
In reply to: [Better Search] Title and excerpt in the tags results pageI’ve found a solution: as I like the results coming from search.php file, I’ve created a file called archive.php (missing in my theme) with the same contents of search.php file.
Now it works!
Forum: Fixing WordPress
In reply to: Tag List Titles postsI’m sorry for my late reply.
There is a child theme and I’ve been able to work on search.php file to show the results of the “normal” search just by the post-titles (i.e. https://www.yogajap.com/?s=yoga)
Sadly I’m not able to have the same results using the tags (i.e. https://www.yogajap.com/tag/corsi/) where I have back the whole post :-\
I’ve tried many plugins but no one let me set this option (now I’m using https://wordpress.org/plugins/better-search/).Forum: Fixing WordPress
In reply to: Tag List Titles postsThe theme I’m using is “New Yoga” by SMSdesign… Sadly the link doesn’t work -> it opens a pages with russian text :-\
- This reply was modified 2 months, 1 week ago by Jan Dembowski.
Forum: Fixing WordPress
In reply to: Pagination numbersThank you for your reply.
I’ll try to ask to the person who made the site, hoping he will know how to contact the official support.
Forum: Fixing WordPress
In reply to: Part of the source code to deleteYes, I did “your” workaround as I was afraid to risk trouble deleting some strings of the database (I created a pic 11×11 with transparent background – few bytes – and I replaced the old one).
Now it works fine and the loading of the pages are not slowed down.
Thank you again!!!
Forum: Fixing WordPress
In reply to: Part of the source code to deleteI’ve two other question (forgive me!), the last ones.
As it looks to me, the search/replace operation can be easily done with these two tools, but what about the deletion of the 14 background.png strings and the deletion of the 4 https://www.oldsite.com/wp-content/uploads/2018/06/background.png strings?
Could they be performed by these two tools? As far as I see (and maybe I’m wrong) they just work on search/replace…
Forum: Fixing WordPress
In reply to: Part of the source code to deleteFirst of all, thank you for your reply.
I’ve found no track of that source code until I’ve exported the database.
I’ve found 4 entries
https://www.oldsite.com/wp-content/uploads/2018/06/background.pngand
I’ve found 14 strings
background.png
(but the site now has no picture as a background!)and
I’ve found 11.605 (!!!) strings
http://www.oldsite.com/…/What should I do?
Should I just delete the 4 strings matching the code I’ve found in my pages?
Should I delete the 14 strings as the site has no picture as a background?
Should I fix the 11.605 strings still using oldsite.com instead newsite.com?
Or should I delete & delete & fix the “wrong” strings?
I’m a bit worried by the idea to put my hands in that file…