This topic has 11 replies, 4 voices, and was last updated 9 years, 2 months ago ago by Eva Kemp
Hello,
I need your assistance to build a footer like this one:
http://lococostyle.com/img/f.png
What mistake I made in my actual composition?
Why I haven’t three columns vertical aligned side by side ?
And how can I add band violet above the footer, as showed in the image?
Hello,
You forgot to select your custom footer block in page settings.
Please see screenshot: http://prntscr.com/8dxjsm
Regards,
Robert Hall.
Perfectly adjusted!
And what about add the orizontal violet section above the grey footer?
Don’t leave your WordPress credential for everybody !!!!
I need to cancel Twitter, gmail and Pinterest share icons (and links) from share block and also add a new instagram icon in it.
How to manage these changes?
You’re right, can you cancel my credential or my message please?
Hello,
You need edit the file wp-content/themes/royal/framework/shortcodes.php (find the section “! Share This Product”) and add this code after line 2010:
if($instagram == 1) {
$html .= '
<li>
<a href="http://url_to_your_Instagram_page" class="'.$tooltip_class.'" title="'.__('Instagram', ET_DOMAIN).'" target="_blank">
<i class="ico-instagram"></i>
<svg width="38" height="38" xmlns="http://www.w3.org/2000/svg" class="circle">
<circle cx="19" cy="19" r="18" fill="rgba(255,255,255,0)" stroke="#000000"></circle>
</svg>
</a>
</li>
';
}
and
'instagram' => 1,
after line 1927
Regards,
Robert Hall.
Thanks you! Now I’ve a perfect share widget.
The last two smalls details to solutionate about my footer (showed in the image)
http://lococostyle.com/img/f.png
A. How to insert the orizontal violet section above the grey footer?
B. And why I have 4 coloumns in my footer if I’ve composed a static block footer with only 3 columns (and 3 adicional widgets).
Where the column on the flickr photos came from ?
How to delete it or replace it with the widget tags ?
Hello,
1. I’ve created a row in your “footer” static block and added background color. Also added this code in Global Custom CSS:
.main-footer {
padding-top: 0px;
}
Please check footer.
2. I’ve added “8theme – Static Block” widget to “Footer 2” area in Appearance > Widgets. Please check your footer now.
Regards,
Eva Kemp.
Great!
Thanks
🙂
Hello,
You’re welcome.
Regards,
Eva Kemp.
Tagged: correction, footer, mistakes, persuasive, template, woocommerce, wordpress
The issue related to '‘how to correct the mistakes of my footer?’' has been successfully resolved, and the topic is now closed for further responses