Tom
Forum Replies Created
-
Forum: Plugins
In reply to: [Quote Master] Quotes don't display properly?I don’t use any CSS related plugin so I cannot help in this case.
The trick is, that your custom CSS directive has to be after theme one regarding the same element. If not, it will be override by theme and you want exactly opposite, to override theme’s directive.
The simplest way I employ is to add custom style.css file to your theme.
Of course it is the best to create child theme before, to be on the safe side in case of theme upgrade.You can do it without child theme but you have to recreate it every time theme is updated.
Another way is to use theme itself. Some themes have dedicated custom CSS option where you can do it.
I would not prefer to modify plugin CSS files because you’ll loose all modifications with next plugin update.
Forum: Plugins
In reply to: [ALO EasyMail Newsletter] Image attached to emailIn my situation, I think about the same email client (Gmail in my case) and 2 separate newsletters mostly created by copying one from another but containing different images. Both have one image inside their content. when received, one shows only one image in its content, other one shows image in the content plus the same image after content but before unsubscription text and link.
Forum: Plugins
In reply to: [Quote Master] Quotes don't display properly?There is simple workaround here. You should add following CSS
.qm_quote_widget_text p { display: inline; }it does the job.
You can see it on my site Tai Chi PoznanForum: Plugins
In reply to: [Quote Master] Quotes don't display properly?The same here 🙁
The problem is, because in HTML code it shows up like:
<span class='qm_quote_widget_text'>"<p>Quote here</p>"</span>
instead of
<span class='qm_quote_widget_text'><p>"Quote here"</p></span>
or sth equivalent.Thank you webdorado 🙂
It looked promising but maybe I do sth wrong?I followed your instruction and to make it work I had to change “Thumb click action” on shortcode itself. Then it works but it affects ALL images in given gallery, not only those having URL’s set. It means images without URL do not open in lightbox.
I have gallery with images of articles and I want to link them to PDF version of them not to full image. In the same gallery I have images as well.
Is it possible to link selected images only? or do I have to create dedicated gallery for this purpose only?
Forum: Plugins
In reply to: [Redirection] How to make RegexTry this
^/37-category-topic/.*Forum: Plugins
In reply to: [Font Awesome 4 Menus] 404 errors@mackiwu
It is definitely some bug. I described it in my first post after EDIT but as you can see, nobody from developers took care about it for a month.Have you tried my solution?
Forum: Plugins
In reply to: [Easy Testimonials] Missing coma after Client NameThank you. I’m looking forward to your update 🙂
PS
My solution was a simplest one. As you do your developer update, consider conditional comma i.e. added only when there is anything at position/location field etc. 🙂Forum: Plugins
In reply to: [Easy Testimonials] Client Name does not show upThank you Richard!
It works like a charm.Forum: Plugins
In reply to: [Easy Testimonials] Random start pointI confirm Richard. After upgrade it works!
Thank you.Forum: Plugins
In reply to: [Easy Testimonials] Client Name does not show upThank you Richard, I’ll give it a go 🙂
Forum: Plugins
In reply to: [Easy Testimonials] Client Name does not show upHi Richard,
I definitely entered data in these fields because they show up when I use shortcode to display more on one page and they do in widget.
They do not show up when I click Read more link.I’d love to give you all the links but it is my customer site still in development and I do not want to show it for Google. Please send me a message from my website http://www.taichi.poznan.pl/kontakt/ so I send you back links.
Forum: Plugins
In reply to: [Easy Testimonials] Random start pointThank you Richard for quick reply. I’m waiting forward to new update 🙂
Forum: Plugins
In reply to: [Media File Manager] SyntaxError: Unexpected token N NoticeUnfortunately not 🙁
Still the same old problem.
Forum: Plugins
In reply to: [Redirection] 410 (Gone) redirect – is it possible?@april Holle
It is selectable but in some hidden way. You first have to create 404 rule and only then you can change it into 410 rule.
To have it fully working, you have to create another (mirror) rule to “do nothing” for the same URL. If you do not do it, all your defined 410’s will be recorded as 404’s though they are still reported as 410’s to calling browser.This makes no sense, because it is impossible to get those pairs consistent for big number of entries. It should be handled automatically.