#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Jul 29, 2020 4:29:21 GMT -8
No worries... And thank YOU.
|
|
BUGERⴷTORS™
New Member
WHAT IS DEAD, CAN NOT DIE.
Posts: 11
inherit
262835
0
Dec 18, 2023 15:59:21 GMT -8
BUGERⴷTORS™
WHAT IS DEAD, CAN NOT DIE.
11
November 2020
bugerators
|
Post by BUGERⴷTORS™ on Nov 30, 2020 13:06:08 GMT -8
It's great plugin, very helpfull +
If i may suggest that txt:
"This image has been reduced by xx.x%. Click to view full size."
showing under img, and with different color like with less opacity...
For an example: Cuz when you have sum title before uploaded img it's confusing, focus takken by img txt...
|
|
BUGERⴷTORS™
New Member
WHAT IS DEAD, CAN NOT DIE.
Posts: 11
inherit
262835
0
Dec 18, 2023 15:59:21 GMT -8
BUGERⴷTORS™
WHAT IS DEAD, CAN NOT DIE.
11
November 2020
bugerators
|
Post by BUGERⴷTORS™ on Nov 30, 2020 13:10:26 GMT -8
Hey again, Todge, buddy Is there a way to take off the message that says the image was resized? ...Really not a big deal, but it would look nice. Thanks! Can you please try version 1.0.5 then put this in your Global Header.. <style type="text/css"> .imgresized a { color: transparent; } </style> link is dead: This item was deletedIs that code work for v2.0.2?
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Nov 30, 2020 15:51:37 GMT -8
Can you please try version 1.0.5 then put this in your Global Header.. <style type="text/css"> .imgresized a { color: transparent; } </style> link is dead: This item was deletedIs that code work for v2.0.2? Hi BUGERⴷTORS™ , the most current version of the plugin is version 2.0.4, which is also the version currently in the Plugin Library. The code you quoted should work with any version after v1.0.5, but a more direct (better?) way would be to use this code with the newer versions instead... <style type="text/css"> .shrunkby { color: transparent; } </style>
|
|
BUGERⴷTORS™
New Member
WHAT IS DEAD, CAN NOT DIE.
Posts: 11
inherit
262835
0
Dec 18, 2023 15:59:21 GMT -8
BUGERⴷTORS™
WHAT IS DEAD, CAN NOT DIE.
11
November 2020
bugerators
|
Post by BUGERⴷTORS™ on Dec 12, 2020 20:31:59 GMT -8
link is dead: This item was deletedIs that code work for v2.0.2? Hi BUGERⴷTORS™ , the most current version of the plugin is version 2.0.4, which is also the version currently in the Plugin Library. The code you quoted should work with any version after v1.0.5, but a more direct (better?) way would be to use this code with the newer versions instead... <style type="text/css"> .shrunkby { color: transparent; } </style>
Oke, i update plugin on v2.0.4. Where's my global header template located?
I only got these Templates:
Forum Wrapper Board Calendar Home Members Posting Page Search Page Shoutbox Thread User Mini-Profile Micro-Profile
|
|
inherit
252032
0
Apr 26, 2024 23:51:41 GMT -8
Retread
Tribbial Pursuit.
5,017
January 2018
retread
|
Post by Retread on Dec 12, 2020 21:04:17 GMT -8
Where's my global header template located? Hi BUGERⴷTORS™ From your Admin panel, navigate: Admin Home> Structure> Headers & Footers> ManageThen click on Global Header & FooterPaste the style section provided by Todge into the Header textarea, then click the Save Changes button near the bottom of the page.
|
|
BUGERⴷTORS™
New Member
WHAT IS DEAD, CAN NOT DIE.
Posts: 11
inherit
262835
0
Dec 18, 2023 15:59:21 GMT -8
BUGERⴷTORS™
WHAT IS DEAD, CAN NOT DIE.
11
November 2020
bugerators
|
Post by BUGERⴷTORS™ on Dec 14, 2020 11:09:00 GMT -8
Where's my global header template located? Hi BUGERⴷTORS™ From your Admin panel, navigate: Admin Home> Structure> Headers & Footers> ManageThen click on Global Header & FooterPaste the style section provided by Todge into the Header textarea, then click the Save Changes button near the bottom of the page. Thx, that was helpful + Can I ask one more thing, if i want that this resized text be under image not above, what codes need to add?
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Dec 14, 2020 15:08:15 GMT -8
Hi BUGERⴷTORS™ From your Admin panel, navigate: Admin Home> Structure> Headers & Footers> ManageThen click on Global Header & FooterPaste the style section provided by Todge into the Header textarea, then click the Save Changes button near the bottom of the page. Thx, that was helpful + Can I ask one more thing, if i want that this resized text be under image not above, what codes need to add? Hi, You can change the size of the text below your images by adding this to the <style> tag you put in your header.. .message { font-size: 20px; } Change the red number to suit.
|
|
BUGERⴷTORS™
New Member
WHAT IS DEAD, CAN NOT DIE.
Posts: 11
inherit
262835
0
Dec 18, 2023 15:59:21 GMT -8
BUGERⴷTORS™
WHAT IS DEAD, CAN NOT DIE.
11
November 2020
bugerators
|
Post by BUGERⴷTORS™ on Feb 15, 2021 9:35:02 GMT -8
Thx, that was helpful + Can I ask one more thing, if i want that this resized text be under image not above, what codes need to add? Hi, You can change the size of the text below your images by adding this to the <style> tag you put in your header.. .message { font-size: 20px; } Change the red number to suit. Is it possible to change above text to be shown under image?
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Feb 17, 2021 4:32:49 GMT -8
Hi, You can change the size of the text below your images by adding this to the <style> tag you put in your header.. .message { font-size: 20px; } Change the red number to suit. Is it possible to change above text to be shown under image?View AttachmentHi, You can change the size of the text below your images by adding this to the <style> tag you put in your header.. .message { font-size: 20px; } Change the red number to suit. Is it possible to change above text to be shown under image?View AttachmentSorry, I misread what you wrote. Please try version 2.0.5You should now have the option to either move the resizing info below the image or to remove it entirely.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Feb 17, 2021 18:35:22 GMT -8
|
|
BUGERⴷTORS™
New Member
WHAT IS DEAD, CAN NOT DIE.
Posts: 11
inherit
262835
0
Dec 18, 2023 15:59:21 GMT -8
BUGERⴷTORS™
WHAT IS DEAD, CAN NOT DIE.
11
November 2020
bugerators
|
Post by BUGERⴷTORS™ on Mar 6, 2021 11:33:28 GMT -8
Yes, very good update. Thats what i needed, cuz when u have headlines than img resizeng info looks better below img...
@ TodgeThx, awesome plugin, awesome support & help given +
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Mar 7, 2021 5:37:57 GMT -8
No worries...
|
|
inherit
255466
0
Dec 28, 2022 9:11:22 GMT -8
erichofmann
41
June 2018
erichofmann
|
Post by erichofmann on Jun 22, 2021 10:08:56 GMT -8
hello, this is great! is there a way to make it work for posts in the shoutbox though?
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Jun 22, 2021 13:15:19 GMT -8
hello, this is great! is there a way to make it work for posts in the shoutbox though? While possible, it's not that straightforward. If all you a wanting to do is limit the size of images in the shoutbox, you can add this to your forums' CSS Styling... .shoutbox-post > .message img { max-width: 50%; max-height: 200px; } Changing the red to suite.
|
|