Experiencing a 401 Unauthorized Error During Update?

If you're seeing a 401 Unauthorized error when trying to update your Joomla extension, it's likely due to our new two-factor authentication (2FA) security measure for your Download ID.
To resolve this, check your email (Spam folder?) for a message to approve your server or device, or read our detailed blog post here( onlinecommunityhub.nl/best-practice/new-...-extension-downloads) to understand the steps involved. This will guide you through approving your server for future updates.

No bug How to change <HR> just above the bottom bio

More
1 year 9 months ago #2411 by Tim Davis
Hi Ruud,

On this page:
fcp.co/motion/tutorials-for-apple-motion...te-with-apple-motion

I am not sure how to change the css attributes for the <hr> line that appears just at the top, since dev tools does not show it affected by a stylesheet.  I've attached a screenshot to help find it.

Thanks

Tim
 
Attachments:

Please Log in to join the conversation.

More
1 year 9 months ago - 1 year 9 months ago #2412 by Ruud van Lent
Replied by Ruud van Lent on topic How to change <HR> just above the bottom bio
Hi Tim,
(untested) you can point to it via .tck-article-body > hr {...}

or if it is the spacing below that is to less you can also change the top-margin on .ochblog.ochblog-authorinfo-container
Last edit: 1 year 9 months ago by Ruud van Lent.

Please Log in to join the conversation.

More
1 year 9 months ago #2422 by Tim Davis
Replied by Tim Davis on topic How to change <HR> just above the bottom bio
I tried that CSS and it worked, but wouldn't that also remove (hide actually) all <hr> appearing in all article bodies?

Is that <hr> I am referring to part of OCHBlog of Jsocials? It appears between the two so I don't know how it could appear otherwise.

Please Log in to join the conversation.

More
1 year 9 months ago #2423 by Ruud van Lent
Replied by Ruud van Lent on topic How to change <HR> just above the bottom bio
Yes, that is bound to happen.

it is placed by ochBlog. You can do a template override for it (file author_info.php) and remove it from there

Please Log in to join the conversation.

More
1 year 9 months ago #2431 by Tim Davis
Replied by Tim Davis on topic How to change <HR> just above the bottom bio
Ok, thanks for telling me the file. Now to brush up on doing an override!

Please Log in to join the conversation.

More
1 year 9 months ago #2432 by Tim Davis
Replied by Tim Davis on topic How to change <HR> just above the bottom bio
OK I am back.

Is that a file I can do an override for in template override area? If so, I don't see it there.

As you can tell, I am not very proficient with making overrides.

Please Log in to join the conversation.

More
1 year 9 months ago #2434 by Ruud van Lent
Replied by Ruud van Lent on topic How to change <HR> just above the bottom bio
Okay, so here is the instruction (J4):
  1. back-end > System > Site Templates (NOT Site Templates Styles!)
  2. Open your Site Template
  3. Tab [Create Overrides]
  4. Block [Layouts] > com_ochblog > default
  5. ... the override files are now created ...
  6. Tab [Editor]
  7. select html > layouts > com_ochblog > default
  8. ... all files are listed and can be edited. unused files can be deleted ...

Please Log in to join the conversation.

More
1 year 9 months ago #2438 by Tim Davis
Replied by Tim Davis on topic How to change <HR> just above the bottom bio
Thanks - that helps with a long time mystery!

The following user(s) said Thank You: Ruud van Lent

Please Log in to join the conversation.

More
1 year 9 months ago #2439 by Ruud van Lent
Replied by Ruud van Lent on topic How to change <HR> just above the bottom bio
hahahahahaha... wait... hahahaha

great video Tim, glad I could help you help others as well :)

Please Log in to join the conversation.