jerickko
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: WordPress Popular Posts] Make whole <li> clickableYes, I’ve removed the unnecessary bits. It works now. Thank you so much for the help
Forum: Plugins
In reply to: [Plugin: WordPress Popular Posts] Make whole <li> clickableSorry Ikki24, I was away for a couple of days and couldn’t reply.
I’ve tried the changes that you have suggested with
display:block
. The thumbnail link is removed, but it doesn’t make the whole li clickable.
The 3. change for line 678 doesn’t affect how your plugin displays. I’ve tried to remove the line to see if it affects it in any way, but it doesn’t.
Are there any changes that need to be done to line 675? I see an<a>
and$thumb
, but have no idea how that works.About timthumb.php, I need to make the changes because of my previous problem
Forum: Plugins
In reply to: [Plugin: WordPress Popular Posts] Make whole <li> clickableI don’t mind if that’s ok with you.
I have to update the timthumb.php file at each update anyway
Forum: Plugins
In reply to: [Plugin: WordPress Popular Posts] Ordered listThanks Ikki.
I’ve actually forgotten that I’ve previously put the lists styling to none. Stupid me.
I’ve created a new class and it’s good nowForum: Plugins
In reply to: [Plugin: WordPress Popular Posts] Thumbnail doesn’t workThanks for pointing out the issue Ikki24. That helped me find a solution.
If anyone is having a similar issue, this code from leologger worked for me
Forum: Fixing WordPress
In reply to: Removing Alphabetical Sorting In Menu Linksthanks, all sorted now!
Forum: Plugins
In reply to: [Plugin: Disqus Comment System] How to remove View Comments?Please?
Forum: Plugins
In reply to: [Plugin: Disqus Comment System] How to remove View Comments?Anyone?
Forum: Fixing WordPress
In reply to: “Read the full article” linkahah, thank you so so so much alchymyth! that worked. You’ve been of fantastic help. I truly appreciate your time and help. I was about to give up, but you’ve made my day.
Thank you!
Forum: Fixing WordPress
In reply to: “Read the full article” linkI’ve put the code at the end of functions.php, just before this:
<?php } ?>and it still shows #more-yy at the bottom
Forum: Fixing WordPress
In reply to: “Read the full article” linkalchymyth, what I mean is that when I click Read the full article, it loads the single post page, but automatically goes down to the part where I’ve inserted the “More” tag.
What I would like to do is not to have the page jump down when loading the article, but instead stay upForum: Fixing WordPress
In reply to: “Read the full article” linkI was looking to remove the “link jump” when clicking More or Read the full article.
I’ve added the following code to functions.php, but that didn’t work:
https://codex.www.ads-software.com/Customizing_the_Read_More#Link_Jumps_to_More_or_Top_of_PageI’m using the Techified theme on a local machine
https://www.technologytricks.com/techified-just-another-premium-wordpress-themes/Any help on how to prevent the page from jumping to the more tag?