Forum replies created

    Roman
    Spectator
    Posts: 3147
    07.08.2014 at 20:22 #10312

    we test our themes with IE9+, chrome, firefox and opera on windows 7 system. I am sure there are plugins for the feature, where you need to place such message

    Roman
    Spectator
    Posts: 3147
    29.07.2014 at 19:55 #10286

    this issue happens, because of the sanitization of the field for the security reason, as per WP default codex. I can provide you a hack, which will allow you adding the symbol and get it worked, but you will need to update it manually after new theme release, or create a child theme for that. Edit this file in library/functions/options-sanitize.php line # 11

    Code:
    $output = wp_kses( $input, $allowedposttags);

    change to

    Code:
    $output = strip_tags( $input, $allowedposttags);
    Roman
    Spectator
    Posts: 3147
    29.07.2014 at 19:43 #10285

    you will need to disable them per page basis when you edit a page, there is a checkbox for that

    Roman
    Spectator
    Posts: 3147
    27.07.2014 at 21:52 #10268

    please contact your hosting provider for the settings help. If you need further help, you can also send your wp admin and FTP access through our safe contact page http://theme4press.com/contact/

    Roman
    Spectator
    Posts: 3147
    27.07.2014 at 21:50 #10267

    you will need to disable the responsiveness Theme Options -> General -> Responsive Design

    In reply to Flexslider
    Roman
    Spectator
    Posts: 3147
    27.07.2014 at 21:44 #10266

    you can….by using a slide shortcode

    In reply to Bootstrap Slider
    Roman
    Spectator
    Posts: 3147
    25.07.2014 at 10:43 #10263

    insert in the Custom CSS field:

    Code:
    #bootstrap-slider .carousel-control {display:none;}
    In reply to Slider Type
    Roman
    Spectator
    Posts: 3147
    24.07.2014 at 19:52 #10261

    sorry, but none of the available sliders has such feature….maybe in the next theme releases

    Roman
    Spectator
    Posts: 3147
    24.07.2014 at 19:46 #10260

    sorry, this requires changing the theme’s code…we don’t support such kind of customization

    Roman
    Spectator
    Posts: 3147
    24.07.2014 at 19:44 #10259

    sorry, at this moment the contact form is coded as it is…we will try to add some extra fields in the next versions.