In case you'll resubmit template it would be good to preserve header formatting.
The header contain <strong> but missing in IV.
If you don't know how to format headers, just wrap_inner with <a>
First way: @wrap_inner(<a>): //*[self::h1 or self::h2 or self::h3 or self::h4 or self::h5 or self::h6]
second way: @wrap_inner(<a>): $body//*[starts-with(name(), "h")][string-length(name())=2]
Declined by admin
Type of issue
IV page is missing essential content
Reported
Apr 18, 2019
Log In
Log in here to create Instant View templates. Please enter your phone number in the international format and we will send a confirmation message to your account via Telegram.
The header contain <strong> but missing in IV.
If you don't know how to format headers, just wrap_inner with <a>
First way:
@wrap_inner(<a>): //*[self::h1 or self::h2 or self::h3 or self::h4 or self::h5 or self::h6]
second way:
@wrap_inner(<a>): $body//*[starts-with(name(), "h")][string-length(name())=2]