Touda
Forum Replies Created
-
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Spaces in widget formsWell, this one did the trick!
.wysija-paragraph input { margin-bottom:0px; }
Hope this helps some other people which find the same design problem!
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Spaces in widget formsI guess with
margin-bottom:0px;
but I cant find the correct CSS selector.I’ve tried the following:
span.abs-req input[type="text"].wysija-input { margin-bottom:0px; } input#wysija[user][abs][email] { margin-bottom:0px; }
but it doesn’t work ??
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Spaces in widget formsI’ve discovered that the problem is not the 3 hard line-breaks, which I guess WordPress collapses to just 1, but this hidden element:
<span class="abs-req"> <input name="wysija[user][abs][email]" class="wysija-input validated[abs][email]" value="" type="text"> </span>
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Spaces in widget formsOops! I can see the forum parser removes extra lines, so there’s no way to see those lines I was talking about inside the code I copied.
They are located just before the
<span class="abs-req">
tag.Forum: Plugins
In reply to: [Book Review Library] How to use series and subjects?Now it’s clear, Chris, thanks.
You might want to add that explanation to the FAQ or somewhere else just in case somebody comes out with the same doubt ??
Forum: Plugins
In reply to: [Book Review Library] Request: order capability when multiple authorsI understand, Chris.
Thanks for adding this one too to the roadmap ??
Forum: Themes and Templates
In reply to: [Point] POINT THEMEWas I dreaming or did I post here and now my message is gone? :-/
José: ?has borrado mi mensaje? Did you delete my message? For what reason?
Forum: Themes and Templates
In reply to: [Point] Benefits of Upgrading to Point 2.0Another problem:
Footer Featured Settings now is showing slug instead of Category Title :-/
Forum: Themes and Templates
In reply to: [Point] Benefits of Upgrading to Point 2.0We also had the bad surprise of broken things with this theme update:
– Primary and footer menu were disconnected from the correct menus.
– We had to re-set Trending Settings section (category setting was lost).
– We had to re-set Footer Featured Settings (category setting was lost).
– We had to re-set Feature Settings (category setting was lost).No info yet, about losing responsive ability.
We expect to discover even more problems in the next hours. We’ll keep an eye on the site.
Thank you all for sharing your problems.
Forum: Plugins
In reply to: [Book Review Library] Request: New format: Title listThanks, Chris. Forthcoming versions look event greater with that roapmap!
We’ll keep on testing your plugin through a deep use and will come back with new suggestion for improvement. Hope this helps!
(While waiting for those improvements we’ve been twitching and hacking a bit your code.)
Forum: Plugins
In reply to: [Book Review Library] Book review Plugin page not found (via Control Panel)Sorry! It seems I sent this topic twice, but I was receiving an empty page when sending. Hope some administrator can delete some of the two topics.
Forum: Plugins
In reply to: [Book Review Library] Where are the templates located?I understand how template files work, and that I have to drop the shortcode and directly call the main functions in a different way in order to have the ISBN shown (or any other hack to the way the book reviews are displayed).
What I can’t find is the function I must call instead of putting:
[book-reviews covers=true order_by=title format=full]
Could you please tell which would be the equivalent function call? I can’t find where shortcodes are processed in the files you suggested. Am I missing something?
Thanks!
(I wish you can add a new parameter to the shortcode so we can show ISBN in future releases of the plugin.)
Forum: Plugins
In reply to: [Link Manager] How to show link categories description?In a custom template, you can always use
echo term_description( 20, 'link_category' )
to show the link category description. Instead of 20 you must put the link category ID which you can guess looking at the URL when you edit them from the control panel.
Hope this helps someone.
Forum: Plugins
In reply to: [Link Manager] Link Manager clone alternativeEstoy totalmente de acuerdo! ??
I agree with you. Have you found some good and simple alternative plugin?
I having too much trouble trying to fix some issues on this unmantained plugin.
Forum: Plugins
In reply to: [Book Review Library] Where are the templates located?Thanks, Chris. But I’m not sure if I know how to begin to create those templates :-/
Could you please put some basic example code for any of those files, for example
archive-book-review.php
? Thanks.