This topic has 6 replies, 3 voices, and was last updated 7 years, 3 months ago ago by Rose Tyler
Hello!
I have a couple of questions about the theme:
1. My website will have only one page. And I want SHOP page to be the landing page. But when I make Shop my landing page unfortunately I can’t edit it via WP Bakery page builder. So my questions is can I make Shop my landing page and install banner (revolution slider) and blocks above banner (“free delivery on all order”)? And also how to make footer in a Shop page white as on a home page? Because it is black now.
2. Where in admin area can I change logo?
3. Where in admin area can I install my google analytics code?
4. How to make product images square?
5. How to delete login option on a website? From the header and from the checkout page?
Hi,
1. create a jpg image how do you want the home page using photoshop (you can capture the sections from the site and put on the photoshop jpg image) and show us.
2. you can change the logo in 8theme options > general > header settings > logo image
3. Google analytics
——————-
go to appearance –>> editor and select functions.php and add following code there and save:
add_action('wp_head', 'add_google_analytics');
function add_google_analytics() { ?>
// Paste your Google Analytics code here
<?php } ?>
or
You can use additional plugin “Insert Headers and Footers” if you want to add js in header or footer, including Google analytics code
4. check this to set image size and for fixing blurry image : https://docs.woocommerce.com/document/fixing-blurry-product-images/
5.check http://www.wpbeginner.com/beginners-guide/how-to-allow-user-registration-on-your-wordpress-site/
Regards,
Thank you for your reply!
I have one more question – my footer looks different on the home page and on other pages.
Please write me how to make footer in a Shop page white as on a home page? Because it is black now.
Thank you in advance.
Hello,
Could you please provide wp-admin access in Private Content?
Regards
You must be logged in to reply to this topic.Log in/Sign up