• This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn more.

Search results

  1. Temyk

    RESOLVED include page and send variable between pages

    In snippet [wbcr_php_snippet id="ID"]: echo $name; In post: <table> <tr> <td>Name = [wbcr_php_snippet id="ID"]</td> </tr> </table>
  2. Temyk

    RESOLVED include page and send variable between pages

    Hello include('par') is a PHP function. Read the documentation for the Improved Include Page plugin <?php iinclude_page('par'); ?> If you have any questions about our Woody plugin, we will answer them. P.S. From the next version of Woody, the [insert_php] syntax will stop working. Please use...
  3. Temyk

    RESOLVED Service Unavailable

    Hello! Is the problem still there?
  4. Temyk

    BUG 406 not acceptable wordpress An appropriate representation of the requested resource /wp-admin/post.php could not be found on this server” error.

    Hello Is mod_security used ? Try disabling it or customize in .htaccess <IfModule mod_security.c> SecFilterEngine Off SecFilterScanPOST Off </IfModule>
  5. Temyk

    RESOLVED Include not working

    PHP throws an error: include(): https:// wrapper is disabled in the server configuration by allow_url_include=0 You need to change the allow_url_include=On property in the file php.ini on the srver OR use the function...
  6. Temyk

    RESOLVED Minor spelling error ("nide")

    Hello! Thank you for your attention! Be sure to fix this typo in a future version ___________ Best regards, Artem WebCraftic team
  7. Temyk

    RESOLVED Page / post revisions disappeared

    Hello! Thanks for your question. Indeed this is a bug. We will fix it in the next updates ___________ Best regards, Artem WebCraftic team
  8. Temyk

    QUESTION Custom folder same level as wp-content

    Hello. Yes, you can optimize images in a custom folder located on the same level as wp-content
  9. Temyk

    QUESTION Reduce image 64x90

    Hello. Our plugin does not solve this problem. You can resize the image to your desired size yourself before uploading. OR You can add Post Thumbnails of the desired size to your code Best regards, Artem.