Aba
Forum Replies Created
-
Thanks for the reply.
I’ve managed to fix the problem. In contact form, tab “Mail”, Field “From”, I’ve entered only: [your-email]. Any other tags will not work.I read previous support posts but that was not clear for me. I thought that [your-name] [your e-mail] would work too.
Thanks dtynan. I’ve followed your advice but unfortunately it did not work.
Forum: Themes and Templates
In reply to: Storefront – remove "posted on… by" from postsThanks.
To remove the whole thing, I used:author {
display: none;
}
.entry-date {
display: none;
}.posted-on {display: none;}
.single .byline, .group-blog .byline {
display: none;
}Forum: Plugins
In reply to: [Footer Putter] Ended up with two footers in StorefrontThanks very much.
I actually used:
footer .site-info { display:none; }
in style.css file and it also worked.
Forum: Plugins
In reply to: [Multi Rating] stopped working after updatingresolved
Forum: Plugins
In reply to: [Multi Rating] stopped working after updatingHi Daniel,
It seems that the problem was caused by “Footer Putter” plugin. I’ve unchecked “remove existing actions” box in Footer Putter advance settings and the ratings went back to normal.
I’ll mark this as resolved now.
Thanks for your time.Forum: Plugins
In reply to: [Multi Rating] stopped working after updatingNo, I’m sorry but it is still not working… with the latest update
Forum: Plugins
In reply to: [Multi Rating] stopped working after updatingHi Daniel,
Thanks for coming back to me.
I’ve deactivated and reactivated the plugin several times and I’ve also cleared the browser history but unfortunately nothing changed.
The website is in “coming soon” mode so sending you URL would not help, or would it?
The screenshots do not seem to work here, so I would need to send them via your website.
Basically, everything looks normal until I try to pick the stars – they do not change color like they used to and submit does not do anything.Oh, the ratings are on posts.
I’ve read that there were problems with the ratings on posts so I’ve switched to pages for testing but that has not changed anything either.I’m using Storefront theme with several other plugins. Had W3 Total Cache but deactivated it just in case.
Thanks for any suggestions. I really liked your plugin.
Forum: Plugins
In reply to: [Download Monitor] Download List widget provides link to the downloadI have managed to resolve it. I’ve replaced the Download List widget with a Text widget and used a shortcode to display the number of downloads:
[download_data id=”245″ data=”download_count”]
with additional free text before and after.
It serves the purpose and the count is automated. The only thing is that every time I have a new item for downloading, I need to add another shortcode with its id to the widget area.
If anyone has a different idea, please let me know.
Forum: Plugins
In reply to: [Email Before Download] Email Before Download – paragraphs in e-mail templateWorked for me too! Thank you.
I’ve inserted <p> on beginning of each paragraph and </p> on the end.
So simple!