Tom
Forum Replies Created
-
Slider Revolution doesn’t support shortcodes generated by this plugin – I’ve checked and nothing shows as a result..
as to the above:
I understand html tags should be carefully sanitized due to security, but could you allow some basic tags ASAP? I mean only those 3:
- <b> or <strong>
- <i> or <em>
- the most important: <br>!
OK got it. So the styling is limited to lightbox option only. Please consider adding it also to general settings (locking image proportions would help ).
As to the lightbox – it would be nice to have standard svg play icons to choose from, with styling (coloring would be the must, other – like border, animation etc. – nice, but not necessary).
Thanks anyway.
@ndiego nice to hear, thanks.
to be more specific: my goal is no to change original “archive” template, but create custom page which replace wordpress category (archive) page and add redirection (like: mysite.com/blog/category_name/ -> mysite.com/my_custom_page/).my_cutom_page may then contain any blocks (e.g. my own “post list” block, “call-to-action” block, “contact form” block etc.) which would be hidden/shown based on conditions,
In this scenario, “contact form” and CTA blocks are shown only if there’s no posts in “post list” block.
I hope this makes sense
I’ve sent email before a while.
Forum: Plugins
In reply to: [Qubely - Advanced Gutenberg Blocks] export qubely settingsHi,
Making Qubely blocks reusable is broken.
I wrote about it
in this topic before a while.Forum: Plugins
In reply to: [Qubely - Advanced Gutenberg Blocks] Reusable Block Not Inheriting StylesI have similiar issue.
My block is row/columns with text & button. Row has image background.
When block is saved as reusable and then later I edit & save it, all styling on the pages where block is used are out.What’s strange, I can still see styling during editing reusable block.
Anyway, it makes Qubely blocks completely useless as a reusable….:-(
- This reply was modified 5 years ago by Tom.
is this OK?
[email protected]I would prefer to send it via email – which one will be the best?
Forum: Plugins
In reply to: [Animated Number Counters] only 1 counter is shownIt’s indeed free version. So the problem is unclear plugin descripion – there’s no information about which templates are free (or even that there are free and paid templates). Or maybe I’ve missed it somewhere?
Please correct this on ww.wp.xz.cn as well in the plugin code – this will avoid misunderstandings in the future.Forum: Plugins
In reply to: [Animated Number Counters] only 1 counter is shownI’m afraid it will not help.
All you would see there is the counter with blue circles and a few “Not found” messages, where other counters should be.
As to the page source, html output for the first counter in the text widget starts with:<div class="textwidget"> <div class="anc_6310_main_counter"> <div class="anc-6310-row">and so on, but for the next counters looks like:
<div class="textwidget">Not found</div>looks like next shortcodes are not interpreted by wordpress, and kind of default error message is shown instead.
Please note this is the same message @mwarfield is talking about in the thread “Not Showing Counter on Front End”Forum: Plugins
In reply to: [Animated Number Counters] only 1 counter is shownonly counter one from the first set is displayed.
Hello,
I’ve sent URL to the [email protected] (mail thread started on August 28 with John, subject: “How sender name and sender email are generated? “)
To clarify once again, becouse I’ve done some research and now I undestand more (please forget initial questions!):1.
I have some reviews and its number is visible on the top of the product page as an anchor link. However, clicking on this link doesn’t scroll page to the reviews and make this tab active.
When you manually scroll down to the this section, make “reviews” tab active, scroll to the top and click “reviews” count link again, everything works fine.2.
Reviews anchor link (#reviews) issue:
Imagine you have single page site, and woocommerce product page is inserted at the beginning. To make page clear, it displays only part of the product (name, pic, buy button, price – without any tabs)
In that case link to #reviews cannot do anything, becouse there’s nothing to sroll to.As I understand now, it’s not plugin fault. This link is generated by woomommerce
(woocommerce/templates/single-product/rating.php) and I can modify this file to open anything I want in the way I want; simplest workaround is to add target _blank to html.If you have any suggestions how to avoid changing woocommerce core file, I would very appreciat it. e.g CSS + jQuery added outside woo files?
(The best solution would be making this mod working only on my homepage, not on product page.
(And yes, of course I understand this is far beyond your responsibility as a plugin author!).3.
also sent by email.As to the 1st question above:
I think I know why reviews link cannot scroll down to reviews tab – it’s not initially active (description tab is active by default). Any suggestions?
Seems to me internal server error was temporary and it’s related to your server configuration, check your server logs.
I’ve received feedback before a while from a customer; was unable to add review.
500 – Too many connectiomnsCould you tune it up a little?
Tom