GreenTreeLabs
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Author Box] Remove Link from author image from the backend.Hey, I’m not sure I understand your request. Do you want to remove only the link or the image as well?
That seems related to the WordPress version, what is yours?
Forum: Plugins
In reply to: [Simple Author Box] Unable to edit users with this plugin installedWell, actually Simple Author Box is triggered by another plugin which has the issue. The folder of that plugin is edd-new-shortcode-key-email please try deactivating it and try again.
Forum: Plugins
In reply to: [Simple Author Box] avatars hidden if discussion avatar setting disabledSorry for the late response. A possible workaround could be enabling avatars and then hide the ones in the comments using CSS.
Forum: Plugins
In reply to: [Simple Author Box] Replacing a linkSorry for the late response. Only the Premium version has that feature. Free version uses the author’s page as link.
Forum: Plugins
In reply to: [Simple Author Box] Upgrade to pro triggers fatal errorYes, deactivating the free version should work, even if it should be automatic.
However, since we’re not allowed to discuss about premium products here, please write to [email protected]
I confirm latest version is 2.3.17
Kind regards,
DiegoForum: Plugins
In reply to: [Simple Author Box] Move the Author Box below the titleHi, that can be done with the premium version. Otherwise you can do it by enabling the option “Manually insert the Simple Author Box” and then you can use the author box shortcode or block where you need it. Hope that helps.
Forum: Plugins
In reply to: [Simple Author Box] Default mag theme and simple author boxWell, it depends if the theme makes calls to filter the author boxes. That usually doesn’t happen so we have to hide the extra boxes using CSS.
Forum: Plugins
In reply to: [Simple Author Box] Default mag theme and simple author boxUse the CSS:
.twp-author-details { display: none; }
for the theme box at the bottom of the post.
About the avatar at the beginning I don’t know why it doesn’t show the image, if you want to hide it you can use the code:
span.twp-author-image { display: none; }
Forum: Plugins
In reply to: [Simple Author Box] Default mag theme and simple author boxHi, please include the URL where I can see the issue, thank you.
Forum: Plugins
In reply to: [Simple Author Box] How to underline links in Author Box in AMP modeWell, that depends on how you generate the AMP version of your site.
The CSS code is:
.saboxplugin-wrap .saboxplugin-desc a { text-decoration:underline; }
but that should be managed by the AMP plugin (or the theme), I guess you should ask to them unfortunately.
Hi, did you refresh the page after the import? Can you send me the zip file so I can check it? [email protected]
Forum: Plugins
In reply to: [Simple Author Box] Author Box DisappearedHi,
by default the author box should appear in posts and pages (free version). Check your settings, you should have the option “Manually insert the Simple Author Box” switched off.
Forum: Plugins
In reply to: [Simple Author Box] hide on some pagesThe following will works only for that page:
.postid-144 .saboxplugin-wrap { display:none !important; }
Forum: Plugins
In reply to: [Simple Author Box] hide on some pagesSorry I forgot the body class!
Try these solutions:
.wpbdp_listing-template-default .saboxplugin-wrap { display:none !important; }
or
.business-directory .saboxplugin-wrap { display:none !important; }