• Resolved Sergiy

    (@se8pro)


    Hello, in the module settings ”
    Heading Tag “can only be set H1-h6
    but this is bad for site SEO
    please add another div and span for example

    to simplify the task:
    in the file /inc/dnd-upload-cf7.php
    add after 944 lines:

    
    <option value = "span" <? php selected (get_option ('drag_n_drop_heading_tag'), 'span'); ? >> span </option>
    <option value = "div" <? php selected (get_option ('drag_n_drop_heading_tag'), 'div'); ? >> div </option>
    

    and rejoice at the result

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘module settings’ is closed to new replies.