Don't Load A Div / Id - Question | JoomShaper

Don't Load A Div / Id

E

eierkopf

Template 2 years ago

Hello,

Under "Blog Details Image" I set Social Share = off and the "Position of Article Info" = "Below". Now I have a big gap under the heading:

https://www.dropbox.com/s/krbdnl9zj9fbc1l/j-sppb-article-id-problem.jpg?dl=0

Can I set somewhere that this div / id is not loaded in articles? I Use tmpl Ultimate.

0
17 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #26526

That's great. You can now accepted my answer

0
Muntasir Sakib
Muntasir Sakib
Accepted Answer
Support Agent 2 years ago #26134

Hello there,

Please share the site URL with us and the exact page location where you are facing the problem.

Thanks!

0
E
eierkopf
Accepted Answer
2 years ago #26205

e.g. here:

0
Muntasir Sakib
Muntasir Sakib
Accepted Answer
Support Agent 2 years ago #26312

Hello there,

I am sorry to say but the shared page URL gives a 404, see the screenshot for a better understanding. Please share the correct URL.

Thanks!

0
E
eierkopf
Accepted Answer
2 years ago #26320

Unfortunately, the 404 error occurs often. E.g. I'm trying to display Joomla articles on a blog, I renamed the tmpl Ultimate sample-blog and added my category with my articles. These are also displayed. When I click on the article, I get a 404 error message. Here are the screenshots:

https://www.dropbox.com/s/mj7mdbmm51ewc0q/j-sppb-addon-artikel.JPG?dl=0

https://www.dropbox.com/s/ziw9pt7cc60cv8g/j-sppb-addon-artikel-blog.JPG?dl=0

https://www.dropbox.com/s/luf6fe7d2i845za/j-sppb-addon-artikel-blog-artikelaufruf.JPG?dl=0

0
Muntasir Sakib
Muntasir Sakib
Accepted Answer
Support Agent 2 years ago #26333

Hello there,

Please share your administrator access with us in the Hidden Content area so that we can have a look at our end and get back to you soon.

Thanks!

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #26337

Hi

Use this custom css. It will solve this issue. see the screenshot below:

https://prnt.sc/1gmd2bq

.sp-page-builder .page-content #section-id-1627208025412{
    padding: 0px !important;
}

Add this css code inside the custom.css file. Note: Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code. https://prnt.sc/pu705g https://prnt.sc/pu70zn In Extensions>Template> Template Options > Custom Code > Custom CSS please add this Thanks

0
E
eierkopf
Accepted Answer
2 years ago #26340

Thank you. That works for this one article. For another article, the id #section-is then a different one and the CSS override does not work.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #26341

Give me that specific page link please

0
E
eierkopf
Accepted Answer
2 years ago #26347

The link is the same as above.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #26348

You can also use this

.sp-page-builder .page-content #section-id-1627207726706{
    padding:0px !important;
}
0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #26349

Give me your that page link which space you want to remove

0
E
eierkopf
Accepted Answer
2 years ago #26351

https://www.dropbox.com/s/krbdnl9zj9fbc1l/j-sppb-article-id-problem.jpg?dl=0

I have created several articles where the content is inserted using TextBlock. If I change the article information (as described above), there is a large gap between the Joomla article title and the SPPB TextBlock title. This gap bothers me.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #26449

Hi

I think There is an extra row inside the page. You have disable the row and then your gap should be gone.

You may follow this forum post I think it may help you

https://www.joomshaper.com/forum/question/5381#qa-answer-26360

0
E
eierkopf
Accepted Answer
2 years ago #26457
0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #26461

Then you have to use my css on every article. Follow my css. You can also follow this blog which may help you to find out the css class

https://www.joomshaper.com/blog/which-line-of-css-i-have-to-edit-code-inspector-in-action

0
E
eierkopf
Accepted Answer
2 years ago #26479

I think I found my mistake: Row Options > Style> Padding-top = 0px. Thank you for your support.

0