GreenTreeLabs
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Author Box] hide on some pages.saboxplugin-wrap { display:none !important; }
Forum: Plugins
In reply to: [Simple Author Box] Social Icons DIsappearedthanks!
Forum: Plugins
In reply to: [Simple Author Box] Social Icons DIsappearedI actually can see the icons, did you change something?
Forum: Plugins
In reply to: [Simple Author Box] hide on some pagesWell, control over post types is included into the premium version but if you can tell me the URL I can show you the CSS code to hide it.
Forum: Plugins
In reply to: [Simple Author Box] avatar size??
Forum: Plugins
In reply to: [Simple Author Box] Author Box DisappearedHi, if you look at the markup of your page you’ll see the author box is explicitly hidden:
.saboxplugin-wrap{ display:none!important }
this is probably CSS from the customizer of the theme.
Cheers,
DiegoForum: Plugins
In reply to: [Simple Author Box] Title,Alt, width height attributesHi there,
you should set the ALT attribute manually from the edit panel of the image you have chosen as avatar. I guess I should add a default ALT value anyway, however.
Not sure about the missing width and height attributes, I don’t think they’re an issue for SEO but I’ll check it.
Forum: Plugins
In reply to: [Simple Author Box] Stopping template changes with updatesHi, sorry for the late reply. I read again the thread but still not sure what you mean for the second request. You’d need a filter in order to remove the link to the author’s page? Currently it’s not available.
Fixed with 2.3.14.
Cheers,
DiegoForum: Plugins
In reply to: [Simple Author Box] Limit the characters/words show in the author boxSorry, wrong message! ??
- This reply was modified 4 years, 10 months ago by GreenTreeLabs.
Forum: Plugins
In reply to: [Simple Author Box] Limit the characters/words show in the author boxHi,
there’s not such feature, actually. A workaround can be adding the following custom css:
.saboxplugin-wrap .saboxplugin-desc p, .saboxplugin-wrap .saboxplugin-desc { max-height: 50px; overflow: hidden; }
- This reply was modified 4 years, 10 months ago by GreenTreeLabs.
Forum: Plugins
In reply to: [Simple Author Box] Adding share icons above Author BoxHi Scott,
the plugin already places the box at the very bottom of the post, the problem is the sharing buttons plugin does the same
after
simple author box. Unfortunately I don’t have a fast solution currently.
Forum: Plugins
In reply to: [Simple Author Box] Add Japanese App.Hi, I planned the feature for January ??
Cheers,
DiegoHi, sorry for the late reply. Can you show me the snippet and the options?
Cheers,
DiegoForum: Plugins
In reply to: [Simple Author Box] Stopping template changes with updatesI’m sorry @rocketpig3 I promise I’ll check this in a couple of days!