bobrock4
Forum Replies Created
-
Hi, many thanks for your reply.
Very strange is that the actual configuration, with tracking submission with data layer Google tag manager and thank you page, it has been working for months..
I will try to remove those thank you page anyway.
Greetings
Forum: Plugins
In reply to: [WP Speed of Light] Cache-control settingsThanks,
I have changed cache-control from 30 days to 20 minutes for the page. I think now I could avoid issues with page freshness
Best regards
Forum: Plugins
In reply to: [Cookie Information | Free GDPR Consent Solution] Comments data users exportMany thanks
Forum: Plugins
In reply to: [Advanced Contact form 7 DB] Add new columnsYes, they are there. Many thanks
Forum: Networking WordPress
In reply to: Multisite, variations of the theme and subdirectoriesHI,
I have found positive information about WPMU subdomains installation (and I have made a positive test)
It remains to understand if a theme (bought on the market) could be declinated in different sub-themes (one for subdomains, each one with a different dominant color). The theme’s producer is not replying yet..
Thanks to all
Forum: Plugins
In reply to: [WC Call For Price] MultilingualI would like to know the same thing
Forum: Plugins
In reply to: [Polylang] Home page permalinkThanks.
Following your advices I could activate that option, but connecting to the home page it says: err_too_many_redirects.
In plugin Redirection (it manages all redirects without writing on htaccess) i can’t find any redirect made for the home page.
The htaccess is here
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
- This reply was modified 8 years, 2 months ago by bobrock4.
Forum: Plugins
In reply to: [Polylang] multilanguage site can't take the same urlUnderstand. Thank you.
I don’t think that in this site the owner will invest $99 for the pro version.
Forum: Fixing WordPress
In reply to: multilanguage site can't take the same slugThank you
Forum: Plugins
In reply to: [Advanced Custom Fields (ACF?)] Why code in header.php is not working?Thanks Manuel. That’s the right solution ??
Forum: Plugins
In reply to: [WooCommerce PayPal Checkout Payment Gateway] Paypal Payment Options ImageI have tried to change the icon here
/**
* Return the gateway’s icon.
*
* @return string
*/
public function get_icon() {
$icon = $this->icon ? ‘<img src=”‘ . WC_HTTPS::force_https_url( $this->icon ) . ‘” alt=”‘ . esc_attr( $this->get_title() ) . ‘” />’ : ”;
return apply_filters( ‘woocommerce_gateway_icon’, $icon, $this->id );
}Instead of
<img src="' . WC_HTTPS::force_https_url( $this->icon ) . '" alt="' . esc_attr( $this->get_title() ) . '" />
I have put
<img src="https://mypath" />
The image has been published cloase to bank transfer gateway and not close to paypal gateway
Forum: Plugins
In reply to: [WooCommerce] Customized permalinks and multilanguageOk Mike. It seems the right way also to me. Thank you
Forum: Plugins
In reply to: [WooCommerce] how to change checkout page?Thank you.
I’m going to check Woocommerce if I can find some gateways with both Paypal and credit card
Forum: Installing WordPress
In reply to: Installation in a /test folderI have found the solution.
I created a copy of the first database with and export/import.
I needed to change all permalinks using /test/
Thanks to all for your replies
Forum: Installing WordPress
In reply to: Installation in a /test folderHi yoga,
I have tried to do that.
I have left the same db name, the same user name for the db, the same password of the db
But every page of /test installation shows the right template but error 404 in content