This topic has 8 replies, 4 voices, and was last updated 8 years, 7 months ago ago by Eva Kemp
Hi
I have a few questions that i’m going around in circles with trying to work out, hope you can help!
1, I would like to know if its possible to remove the ‘white’ overlays that come up on the 3 banners on the home page and just make the banners clickable with links?
2. When i view the site on mobile there is no gap between the revolution slider and the same first banner, I have tried ‘padding’ but hasn’t worked, would like a white space there?
3, The copy at the top reserved for the phone number I have as ‘Free Shipping’ can this be a clickable link?
thanks
Hello,
1) To remove overlaps please add this code in custom.css file.
.banner-transform:hover .mask {
display: none;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
2) Please try to add this code in custom.css file
@media (max-width: 480px){
.banners_top_row .banner {
margin: 20px 10px 0 0 !important;
}
}
3) Please provide us with wp-admin and FTP credentials in Private Content.
Regards,
Robert Hall
Hi Rob
Thanks that worked
Have included details for log-in in private content
Also When I add a ‘NEW POST’ below is a warning i keep getting straight after, although it does create the post:
Warning: Illegal string offset ‘global’ in /home/zahbeaut/public_html/wp-content/themes/idstore/code/meta-boxes.php on line 76
Warning: Illegal string offset ‘value’ in /home/zahbeaut/public_html/wp-content/themes/idstore/code/meta-boxes.php on line 79
Warning: Cannot modify header information – headers already sent by (output started at /home/zahbeaut/public_html/wp-content/themes/idstore/code/meta-boxes.php:76) in /home/zahbeaut/public_html/wp-admin/post.php on line 197
Warning: Cannot modify header information – headers already sent by (output started at /home/zahbeaut/public_html/wp-content/themes/idstore/code/meta-boxes.php:76) in /home/zahbeaut/public_html/wp-includes/pluggable.php on line 1228
thanks
Hello,
The credentials are incorrect.
Please provide us correct login details to FTP and WP Dashboard.
Best regards,
Jack Richardson.
Please see Private Content
Hello,
Please provide us with full access to WP Dashboard to be able to view all settings.
Also create FTP account for us or give access to cpanel.
Best regards,
Jack Richardson.
Please see private content
Thanks
Hello,
There were just warnings, and they displayed because you had the function “display_errors” enabled. I’ve disabled it in your php.ini file. Please try to create a post now.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up