plose2009bx
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Botiga] Show header only on homepageHi Kharis, the page would be https://www.vw-espresso.it/cart/ for example
Forum: Plugins
In reply to: [W3 Total Cache] MaxCDN: Could not create default zone.Invalid signatureHi control1110, thanks for telling me your solution.
But in my case it is not installed in a subdirectory.Forum: Plugins
In reply to: [W3 Total Cache] MaxCDN: Could not create default zone.Invalid signatureSame error here
Forum: Fixing WordPress
In reply to: Everything big in Admin PanelYes, zoom works… and it’s seto to 100% now
Forum: Fixing WordPress
In reply to: Everything big in Admin PanelI’m just in my Dashboard
Forum: Fixing WordPress
In reply to: Everything big in Admin PanelThank you very much for the reply.
Checked all of these, but the problem persists.Forum: Everything else WordPress
In reply to: Redirect based on usernameThank you very very much! Works perfect!
One last favor. Could you please change the second line
so that it points to https://username.sitename.com/wp-admin instead of https://sitename/~usernameForum: Everything else WordPress
In reply to: Redirect based on usernameThank you very much RossMitchell for the fast reply.
Now I found a button code that I would like to modify:
<div class="col-sm-3 clientarea-button"> <a>" href="<?php echo $whmcs_url . 'dologin.php?email=' . $client_email . '×tamp=' . $timestamp . '&hash=' . $hash . '&goto=' . urlencode($whmcs_subfolder . 'clientarea.php'); ?>"> <span class="glyphicon glyphicon-globe"> </span> <h4><?php echo __('My Website', 'woocommerce-whmcs'); ?></h4> </a> </div>
Could you please modify this code for me, so that it points to [username].wpbox.org/wp-admin, where [username] is the username of the logged in user.
I don’t need anything like if ( is_user_logged_in(), because only logged in users see this button.Thank you very much,
LucaForum: Everything else WordPress
In reply to: Redirect based on usernameHi and thank you for the reply,
the problem is that I don’t have much experience with coding.
Could you write a code for me to put in the page template of the theme?Thank you,
Luca