WPKube
Forum Replies Created
-
Forum: Plugins
In reply to: [Authors List] simple list: no avatar, 1 columnThe value of the
columnsgets added to the class that is used to apply different widths. The version of the class with1is not set in the CSS so it defaults to the full width.Is it working properly, no issues?
Forum: Plugins
In reply to: [Simple Basic Contact Form] Change the color of the info after sent?Hi @twisted8000
The styling of that comes from the theme, it’s a
preelement, the plugin does not alter it’s styling.You can change it with:
#scf_success pre { background: #hexcode; }Or if you want, you can just hide that part:
#scf_success pre { display: none; }Forum: Plugins
In reply to: [Authors List] simple list: no avatar, 1 columnForum: Plugins
In reply to: [Cool Tag Cloud] Tags Sorting Alpha not by CountGreat, happy to hear that 🙂
Forum: Plugins
In reply to: [Cool Tag Cloud] Tags Sorting Alpha not by CountHi @mknn
Just released the update.
In the “Order tags by” option you’ll see “Top tags ordered by name”, try that.
Forum: Plugins
In reply to: [Simple Basic Contact Form] Pre-filling / fixed field inputsHi,
Sorry, that functionality is not available. We’re trying to keep it as simple as possible, only with the most important features.
Forum: Plugins
In reply to: [Simple Basic Contact Form] Redirect to “Thank you” pageHappy to hear you like it.
Will add that to the list.
Forum: Plugins
In reply to: [Advanced Excerpt] Divi themeHi @checmark
Our plugin is used to filter excerpt where they already show, but if the theme does not show an excerpt in that location then unfortunately our plugin can’t help with that, sorry.
And even then, large (complex) themes like Divi usually have their own excerpt filtering functionality which we can’t influence since it’s custom made, not the native WordPress excerpt manipulation.
Best to contact the Divi theme support. Sounds odd that there’s no option in there to show excerpts.
Forum: Plugins
In reply to: [Authors List] Not workingYou’re welcome.
Forum: Plugins
In reply to: [Cool Tag Cloud] Tags Sorting Alpha not by CountYeah, I think the latest update did cause that. It was actually meant as a fix, since it was only getting the top X amount of tags and then ordering them instead of taking all the tags into account.
We’ll release an update this week to make it possible to use the previous type of order as well.
Forum: Plugins
In reply to: [Authors List] Not workingHi @mars2030
I tried adding the
[authors_list]shortcode on the “All Listings” page just above the[directorist_all_listing]shortcode that is added by the Directorist plugin and it worked fine.What happens when you add the
[authors_list]on a regular (not related to Directorist) page? Does it show authors?Can you send over the URL to the listing page?
Forum: Plugins
In reply to: [Authors List] Social linksHi @ildruido99
show_linkis for the link to the author’s archive page.For social links it’s:
[authors_list after_title="{alf:social}"]But from what I see at the URL you sent over you managed to figure it out.
Forum: Plugins
In reply to: [Authors List] Font sizeHi @ildruido99
Styling options are not available, sorry. You could do it with a bit of custom CSS that goes in WP admin > Appearance > Customize > Additional CSS.
This would be the code for the names for example. Let me know
.authors-list-items .authors-list-item-title { font-size: 18px; }For the descriptions:
.authors-list-items .authors-list-item-excerpt { font-size: 18px; }Change the
18to the desired number.You’re welcome.
Forum: Plugins
In reply to: [Simple Basic Contact Form] Cannot save settingsHi @srodweb
If you just try to load that URL (timeforgreek.com/wp-admin/options.php) directly does it still show a 404?
Because by default (unrelated to the plugin) that URL should show a big list of all WordPress options.
If you are getting a 404, can you try disabling our plugin and then try that URL again.
If it’s still a 404 then there’s something wrong with the WordPress installation.
In that case you could go to timeforgreek.com/wp-admin/update-core.php, if you are using the latest version of WordPress you’ll see a button saying “Re-install version 5.7.2”, click that.
If something is wrong with the WordPress install that should fix it.