Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Validate html failure
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Validate html failure
#12328
Re:Validate html failure 13 Years, 1 Month ago Karma: 747
Not the latest version is installed on your site. You can see it if open the next link:

YOUR_DOMAIN/modules/mod_arisexylightbox/mod_arisexylightbox.xml

replace YOUR_DOMAIN with domain name of your site. Download the latest version of the extension in "Member Area" and upgrade "ARI Sexy Lightbox" module please. If you have any difficulties with it, you can provide temporary access to your Joomla! backend by email and we will help.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#12334
Resolved:Validate html failure 13 Years, 1 Month ago Karma: 0
OK! I dont know why it didn't actually update when I reinstalled previously but it worked this time and the problem is fixed.

Thanks for your help, it is much appreciated!
The administrator has disabled public write access.
 
#12339
Re: Resolved:Validate html failure 13 Years, 1 Month ago Karma: 0
Sorry to reopen this thread as I juts noticed another issuw with the html, which doesn't seem to be fixed:
Line 556, Column 50: document type does not allow element "div" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
<div id="asl4d7c7d67816ce" style="display: none;">
&#9993;
The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

Line 633, Column 50: document type does not allow element "div" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag
…l4d7c7d678b46f" style="display: none;"><form action="/index.php" method="post"…
&#9993;
The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
The administrator has disabled public write access.
 
#12367
Re: Resolved:Validate html failure 13 Years, 1 Month ago Karma: 747
This is not extension problem. It is problem with HTML code around plugin code. It wraps with "<p>" and "<span>" tags:

Code:


<p><span style="font-size: x-large;">



If you use a WYSIWYG editor, switch it to plain text mode and remove wrapped tags or replace it with <DIV> tag.

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 12