-
Hi there!
I have purchased your template and i am having an issue with removing the header image and title from my homepage. I am looking to mimic the home page shown in the preview, but I can’t get rid of the “post” header. Hoping you can help me out.
http://mbarberstudio.com/wordpress/
Thanks!
QuintoHi there! Sorry for the late reply! I was able to get it up and running. I am having another problem. I am trying to create a calendar feed but I keep getting this warning when I try and activate the plugin supplied by booked “Current PHP version does not meet minimum requirements for WooCommerce.” are you able to help with this?
Quinto
Please let me know how to provide admin access if you can help
Hi.
Please, give me the site url and admin access. And what PHP version on your server?
Also looking to hide my personal email when appointment emails get sent out.
http://mbarberstudio.com/wordpress
do i provide you with your own credentials? or give you an existing log in with Admin access?
Your PHP version is outdated. You can update it to 7.+ by yourself or ask your hosting provider.
A customer doesn’t see your email in notification https://take.ms/t7x3g
Or you’re talking about another notification? Can you show me it with a screenshot?Private Content HiddenThanks so much I have got it figured out now. Is there a way to change the senders name so it shows something other than “WordPress”
Please add this code to the file cutstyle/functions.php. You can change test@test.com to other email, but it should be email. Otherwise you and your customers won’t get any notifications.
add_filter('wp_mail_from', 'pixtheme_wp_mail_from'); function pixtheme_wp_mail_from($email) { return 'test@test.com'; } add_filter('wp_mail_from_name', 'pixtheme_wp_mail_from_name'); function pixtheme_wp_mail_from_name($name) { return get_bloginfo( 'name' ); }
Thanks Again! But now I have lost all the styling on the contact form at the bottom of the home page because I tried to update the form. I delete 2 other forms that I thought we duplicates, not sure if that effected it.
As well I am looking to properly adjust the padding and alignment of text in the button of these sections (image reference is below) on the mobile layout.
Attachments:
You must be logged in to view attached files.
You must be logged in to reply to this topic.