Hide Intro Text In "list A Category In Blog Format" Doesn't Work - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

Hide Intro Text In "list A Category In Blog Format" Doesn't Work

J

jader

General 3 years ago

the intro text keeps showing up

I appreciate the help

0
7 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #56020

Glad to know that,could you please aceept the answer and close this post?

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #55337

Hi

Could you please give me that specific page link so that I can check?

-Regards

0
J
jader
Accepted Answer
3 years ago #55338
0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #55365

Hi

I cant access your site could you please check?

https://prnt.sc/26n9ghf

0
J
jader
Accepted Answer
3 years ago #55467
0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #55556

Still I cant access your site

https://prnt.sc/26nrwmy

0
J
jader
Accepted Answer
3 years ago #55848

There are many bugs to fix Thanks for answering, but I already solved it by editing the spreadsheet files

  1. Error On line 161 (finion j4) templates\finion\sppagebuilder\addons\articles\site.php if(isset($image) && $image) { $output .= '<a class="sppb-article-img-wrap" href="'. $item->link .'" itemprop="url" style="background-image: url('/. $image .');"></a>'; }

Solution if(isset($image) && $image) { $output .= '<a class="sppb-article-img-wrap" href="'. $item->link .'" itemprop="url"><img class="sppb-img-responsive" src="'. $image .'" alt="'. $item->title .'" itemprop="thumbnailUrl"></a>';

  1. In the blog format category hide the introduction text and group the links of the introduction image with the title link so that an accessibility error is not generated since a duplicate link is always generated, I managed to solve it by editing the following files templates/finion/html/com_content/category/blog_item.php templates/finion/html/layouts/joomla/content/blog_style_default_item_title.php templates/finion/html/layouts/joomla/content/intro_image.php
0