Error 403 when updating or creating snippet
-
Hello, I’m using 1.4.3 version of the plugin.
The problem is that it doesn’t allow me to update or create some snippets. Here is an example:
<?php {?>
<?php
$ref = isset($_SERVER['HTTP_REFERER']) ? $_SERVER['HTTP_REFERER'] : '';
if (strpos($ref, 'https://mywebsite.es/myweb/') !== FALSE) {
echo '<a
title="back"><span style="font-weight: 900;font-size:20px;"><u><strong>Back >></strong></u></span></a>';
echo "<br>";
}else{
}?>
<div class="mov" style="background-color:#fef6d5;color:#000000;letter-spacing:.1rem;font-size:17px;padding:15px;border:1px solid #dddddd;margin-top:15px!important;">
<div align="center" style="text-align:center;font-size:20px;"><strong>Ficha</strong></div>
<div style="padding-top:10px;font-size:17px;">Ficha/strong>.</div>
</div>
<br>
<?php the_field('1field'); ?></br></br>
<div class="sidebarcustomizada">
<span style="font-size:20px;"><b>OFERTA DE EMPLEO</b></span>:</br></br>
<?php the_time('j/n/Y');?></br>
<?php if ( get_field( '1type' ) ){
echo "complete</br>";
} if ( get_field( '2type' ) ){
echo "partial</br>";
} ?>
<?php if ( get_field( 'eso' ) ){
echo "nothing</br>";
} else {
echo "";
} ?>
<b>Lugar</b>: <?php the_field('field-1'); ?></br>
<b>Description</b>: <?php echo wp_kses_post( get_field('field-11') );?> </br>
</br>
<b>Name</b>: </br>
<span style="font-size:16px">After.</span></br>
</div>
<?php } ?>Could you please tell me how to fix it? I think it is a plugin bug. It doesn’t like “echo” or other things. I am not using cloudfare.
Thank you,
Sabbella
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.