findingitontheway
Forum Replies Created
-
Since this to be an issue since the latest update?!
Thanks for getting back at me that quickly. Your solution looks fairly easy but it looks like a different one from: https://wppopupmaker.com/ ??? ^^ My bad then but I will keep you guys in mind :).
Thank! I will keep my eyes open for the new feature :D.
I actually have the opposite issue. The redirection after login is always sending me to the homepage^^.
I would be happy if it wouldn’t let me access the homepage anymore^^.
Hi @connectisl I am currently experiencing the same issue. Did you find a solution yet?
Is there a soluton for this? I am facing the same issue.
Forum: Plugins
In reply to: [W3 Total Cache] Internal server error in wp-adminHello,
I am using following settings:- Page cache = enabled with Page Cache Method: Disk: Enhanced.
- Browser Cache = enabled
Everything else is deactivated.
This is what I am getting for the compatibility check in case it’s of any help:
Server Modules & Resources: Plugin Version: 0.9.7.1 PHP Version: 5.6.40; Web Server: Apache FTP functions: Installed (required for Self-hosted (FTP) CDN support) Multibyte String support: Installed (required for Rackspace Cloud Files support) cURL extension: Installed (required for Amazon S3, Amazon CloudFront, Rackspace CloudFiles support) zlib extension: Installed (required for gzip compression support) brotli extension: Not installed (required for brotli compression support) Opcode cache: Not installed Memcached extension: Not installed Memcache extension: Not installed Redis extension: Not installed HTML Tidy extension: Installed (required for HTML Tidy minifier support) Mime type detection: Installed (Fileinfo) (required for CDN support) Hash function: Installed (hash) (required for NetDNA / MaxCDN CDN purge support) Open basedir: Off zlib output compression: Off set_time_limit: Available SSH2 extension: Not installed (required for Self-hosted (FTP) CDN SFTP support) mod_deflate: Not detected (required for disk enhanced Page Cache and Browser Cache) mod_env: Not detected (required for disk enhanced Page Cache and Browser Cache) mod_expires: Not detected (required for disk enhanced Page Cache and Browser Cache) mod_filter: Not detected (required for disk enhanced Page Cache and Browser Cache) mod_ext_filter: Not detected (required for disk enhanced Page Cache and Browser Cache) mod_headers: Not detected (required for disk enhanced Page Cache and Browser Cache) mod_mime: Not detected (required for disk enhanced Page Cache and Browser Cache) mod_rewrite: Not detected (required for disk enhanced Page Cache and Browser Cache) mod_setenvif: Not detected (required for disk enhanced Page Cache and Browser Cache) Additional Server Modules New Relic PHP version: Supported Operating System: Not Supported. (Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux See NewRelic Requirements page.) Web Server: Not Supported. (Apache See NewRelic Requirements page.) WordPress Resources /homepages/18/d762606320/htdocs/wordpress/.htaccess: OK /homepages/18/d762606320/htdocs/wordpress/wp-content: OK /homepages/18/d762606320/htdocs/wordpress/wp-content/uploads/2019/01: OK Fancy permalinks: /%year%/%monthnum%/%day%/%postname%/ WP_CACHE define: Defined (true) URL rewrite: Enabled Network mode: No
Forum: Plugins
In reply to: [W3 Total Cache] Internal server error in wp-adminHi Marko!
the garbage collection interval is 3600 (I think that is what was set by default).
Agreed. Not really sure what this “feature” is for. I upgraded to the newest version and some of my roles now have that option and some don’t.
Hi @jbalyo have you been able to solve this issue here?
“For some reason, the checkout data is present in the data layer but this does not get processed by the GA pageview tag”
Can you think of a reason why? What event would I expect here?
Hi @themehigh
thanks for your reply.
“You need to override the Address display format to include the new fields to billing address key” => Where would I do that? Is that something I can do in the templates? Or do I need to touch the plugin code?Forum: Plugins
In reply to: [WooCommerce] Change text in checkout ‘Order Notes’ sectionOr use a plugin like Checkout Form Designer Pro (Even if it says Pro it’s still free).
- This reply was modified 6 years ago by findingitontheway.
Hi @spicethemesoptimus sorry for my late response.
I tried it now and it was working okay but I am missing the connection to spicebox to have the slider and feature options on home (there is only the the news section available in my customizer.
The functions.php of the child theme looks like this:
<?php // Exit if accessed directly if ( !defined( 'ABSPATH' ) ) exit; // BEGIN ENQUEUE PARENT ACTION // AUTO GENERATED - Do not modify or remove comment markers above or below: if ( !function_exists( 'chld_thm_cfg_parent_css' ) ): function chld_thm_cfg_parent_css() { wp_enqueue_style( 'chld_thm_cfg_parent', trailingslashit( get_template_directory_uri() ) . 'style.css', array( 'bootstrap' ) ); } endif; add_action( 'wp_enqueue_scripts', 'chld_thm_cfg_parent_css', 10 ); // END ENQUEUE PARENT ACTION
Any advice on how to enable SpiceBox?
Hi @duracelltomi ,
Sorry I wasn’t really specific but yes I turned that on in the settings and via Google Tag Manager preview mode I can also see the following in the datalayer:
ecommerce: {
checkout: {
actionField: {step: 1},
products: [
{…However there is no event triggered (like gtm4wp.removeFromCartEEC when I remove an item from my cart).
Could this be an issue with my template? And if so is there a template you know is working so I can troubleshoot?
Appreciate your help! Cheers Nick