alienfactory
Forum Replies Created
-
Forum: Plugins
In reply to: [Block Lab] text area getting error in admin page when using custom previewwordpress has a custom html block i would think you could do the same thing
here is what the code looks like in the database for wordpress html bock
<!-- wp:html --> <div>Test 1</div> <div>Test 2</div> <div>Test 3</div> <div>Test 4</div><div>Test 5</div><div>custon field</div> <!-- /wp:html -->vs
block labs textarea code looks like
<!– wp:block-lab/homepage {“category-one”:”\u003cdiv\u003eTest 1\u003c/div\u003e\n\u003cdiv\u003eTest 2\u003c/div\u003e\n\u003cdiv\u003eTest 3\u003c/div\u003e\n\u003cdiv\u003eTest 4\u003c/div\u003e\u003cdiv\u003eTest 5\u003c/div\u003e”} /–>Forum: Plugins
In reply to: [Block Lab] text area getting error in admin page when using custom previewi would like to purpose another field type of “html code”
Forum: Plugins
In reply to: [Block Lab] text area getting error in admin page when using custom previewI understand if you cant recreate the error it’s hard to trouble shoot
thanks for taking the time to look into thisForum: Plugins
In reply to: [Block Lab] text area getting error in admin page when using custom previewi had deactivated all plugins what your seeing in the system info was after i turn them back on since this is my production machine i did not want bps deactived
the core ‘Archives’ and ‘Latest Comments’ blocks work finei dont think it is a themem issue since this is only happening on the admin side
when in preview mode it works in all other situations.just adding this > or < causes the issue
Forum: Plugins
In reply to: [Block Lab] text area getting error in admin page when using custom previewhere you go
## wp-core ### version: 5.3.2 site_language: en_US user_language: en_US timezone: +00:00 permalink: /%postname%/ https_status: false user_registration: 0 default_comment_status: open multisite: false user_count: 2 dotorg_communication: true ### wp-paths-sizes ### wordpress_path: wordpress_size: 657.61 MB (689551804 bytes) uploads_path: uploads_size: 111.52 MB (116941458 bytes) themes_path: themes_size: 49.01 MB (51391016 bytes) plugins_path: plugins_size: 25.13 MB (26349269 bytes) database_size: 1.88 MB (1974537 bytes) total_size: 845.15 MB (886208084 bytes) ### wp-active-theme ### name: version: 1.0 author: author_website: parent_theme: none theme_features: menus, widgets theme_path: ### wp-themes-inactive (6) ### Twenty Fourteen: version: 2.7, author: the WordPress team Twenty Nineteen: version: 1.4, author: the WordPress team Twenty Seventeen: version: 2.2, author: the WordPress team Twenty Sixteen: version: 2.0, author: the WordPress team Twenty Thirteen: version: 2.9, author: the WordPress team Twenty Twelve: version: 3.0, author: the WordPress team ### wp-mu-plugins (1) ### BPS MU Tools: version: 4.0, author: AITpro ### wp-plugins-active (3) ### BackWPup: version: 3.7.0, author: Inpsyde GmbH Block Lab: version: 1.5.3, author: Block Lab BulletProof Security: version: 3.9, author: AITpro Website Security ### wp-plugins-inactive (7) ### Akismet Anti-Spam: version: 4.1.3, author: Automattic BackWPup disable SSL connection verifying: version: 0.1, author: Inpsyde GmbH Classic Editor: version: 1.5, author: WordPress Contributors Easy Bootstrap Shortcode: version: 4.5.4, author: oscitas Hello Dolly: version: 1.7.2, author: Matt Mullenweg Stealth Login Page: version: 4.0.0, author: Jesse Petersen WP Admin Bar Removal: version: 2014.0816.0392, author: slangjis ### wp-media ### image_editor: WP_Image_Editor_Imagick imagick_module_version: 1620 imagemagick_version: ImageMagick 6.5.4-7 2012-05-07 Q16 OpenMP http://www.imagemagick.org imagick_limits: imagick::RESOURCETYPE_AREA: imagick::RESOURCETYPE_DISK: -1 imagick::RESOURCETYPE_FILE: 24575 imagick::RESOURCETYPE_MAP: 111 MB imagick::RESOURCETYPE_MEMORY: imagick::RESOURCETYPE_THREAD: not available gd_version: bundled (2.1.0 compatible) ghostscript_version: 8.70 ### wp-server ### server_architecture: Linux 2.6.32-896.16.1.lve1.4.51.el6.nfsfixes.x86_64 x86_64 httpd_software: Apache php_version: 5.6.27 php_sapi: cgi-fcgi max_input_variables: 1000 time_limit: 30 memory_limit: 256M max_input_time: 60 upload_max_size: 32M php_post_max_size: 33M curl_version: 7.48.0 OpenSSL/1.0.1e suhosin: false imagick_availability: true htaccess_extra_rules: true ### wp-database ### extension: mysqli server_version: 5.5.51-38.1-log client_version: 5.5.19 ### wp-constants ### WP_HOME: undefined WP_SITEURL: undefined WP_CONTENT_DIR: WP_PLUGIN_DIR: WP_MAX_MEMORY_LIMIT: 256M WP_DEBUG: false WP_DEBUG_DISPLAY: true WP_DEBUG_LOG: false SCRIPT_DEBUG: false WP_CACHE: false CONCATENATE_SCRIPTS: undefined COMPRESS_SCRIPTS: undefined COMPRESS_CSS: undefined WP_LOCAL_DEV: undefined DB_CHARSET: utf8 DB_COLLATE: undefined ### wp-filesystem ### wordpress: writable wp-content: writable uploads: writable plugins: writable themes: writable mu-plugins: writableForum: Plugins
In reply to: [Block Lab] text area getting error in admin page when using custom previewso on my local machine it does work fine it’s when i move to my live site is the issue
and no your fix did not work now the image does not show anymore
and i did deactivate all plugins
Forum: Plugins
In reply to: [Block Lab] text area getting error in admin page when using custom previewyes sir
Forum: Plugins
In reply to: [Block Lab] text area getting error in admin page when using custom previewalso this is on php version 5.6.27
here is what i am adding to the text area
<div>Rebrand</div><div>Website</div><div>Product</div><div>Packaging</div><div>Advertisement</div><div>Leagacy</div><div>Eye-Fi brand</div>and here is the template
<?php $image_1_attachment = wp_get_attachment_image_src( block_value( 'image' ), 'full' ); $image = $image_1_attachment[0]; $url = block_value( 'url' ); $title = block_value( 'title' ); $category_one = block_value( 'category-one' ); $category_two = block_value( 'category-two' ); ?> <div class="slidingdoor"> <a href="<?php echo $url; ?>"><img class="img-responsive" src="<?php echo $image; ?>" alt="test" /> <div class="projectdetails" style="bottom: -82%;"> <div class="port-name"><?php echo $title; ?><img class="uparrow" src="/wp-content/themes/thisisitdesign/img/uparrow.png" alt="uparrow" /></div> <div class="col1"> <?php echo $category_one; ?> </div> <div class="col2"> <?php echo $category_two; ?> </div> </div> </a> </div> <div class="portspacer"> </div>Forum: Plugins
In reply to: [Block Lab] CSS frontend not loadingok i feel stupid this was totaly issue on my part my last line of code for the block template had this <? } ?> i was missing the php part <?php } ?> so my page and the block are now working sorry and thans again for your support
Forum: Plugins
In reply to: [Block Lab] CSS frontend not loadingthis is what i get
“There has been a critical error on your website. Please check your site admin email inbox for instructions.
Learn more about debugging in WordPress.”
Forum: Plugins
In reply to: [Block Lab] CSS frontend not loadingok one other note i was thinking it was a php version issue so i change to the letest version 7.4 and now i white screen with ctritical error message when i use a block lab block.
Forum: Plugins
In reply to: [Block Lab] CSS frontend not loadingyes the issue still exist
Forum: Plugins
In reply to: [Block Lab] CSS frontend not loadingok i am getting a => NULL when running clearstatcache() is that the expect response
but id i run the file_exists(‘wp-content/themes/thisisitdesign/blocks/block-anchor-block.css’);
i get a true back
Forum: Plugins
In reply to: [Block Lab] CSS frontend not loadingok dont mark this closed i am having issue with getting in to the wp shell keeps saying Error establishing a database connection once i resolve i will let you know if that worked
but on a side note i am having the same issue on the live site when i tested it
Forum: Plugins
In reply to: [Block Lab] CSS frontend not loadingno just a standard theme