Forum Replies Created
-
AuthorPosts
-
Great Thanks.
What about the Color section on the sidebar if I wanted to put on the form area like I have on all other pages that are full width.
Please let me know what we can do for pages that have a sidebar.
The Color section is added on top which is fine but when I add a color section on the blog page under the forum then it doesn’t work.
http://shelli.bydecosta.com/blog/
Thank you,
MPGreat Thanks,
I just updated so that the tagline is blow the navigation and logo title name.
.site-description {
position: absolute;
left: 280px;
top: 5px;
}Only thing now is how can I make it work so that its centered even when you resize the browser or when you view the site on the iphone or ipad. http://shelli.bydecosta.com
Thank you so much.
Sure Josue,
What link would you like me to post.
the Website URL is http://shelli.bydecosta.com and the image tagline is now below the logo which I need to center it.Please let me know about the CSS.
If you need me to provide you /wp-admin/ access to the site let me know as well.
Thanks
Thanks Josue,
Alright I have updated the code as you mentioned and I see the image on the header.
Perfect now is the css.
Hope this will work perfectly on the ipad/iphone as well.Thanks again.
MarceloHello Josue,
Thanks I added the line of code under helper-main-menu.php
echo “<div class=’site-description’>”.get_bloginfo ( ‘description’ ).”</div>”;On the Quick CSS I added the code:
.site-description {
bottom: -30px;
position: absolute;
font-size: 11px;
}The thing is we need add an image instead of text and it needs to be centered below the navigation on the header.
The Image that we went to add is: http://shelli.bydecosta.com/wp-content/uploads/tag-DrawOutsideTheLines.pngPlease let me know if you need me to give you wp-admin access to the site as well.
Thank you,
MarceloMay 30, 2014 at 12:11 am in reply to: Testimonials – Changing image from Circular to Square or Rectangle #272164Thats great thanks.
How can I increase the image size.Thanks again for all the amazing support.
Marcelo
The Image tagline is: http://shelli.bydecosta.com/wp-content/uploads/tag-DrawOutsideTheLines.png
Thanks again.
Hello Yigit,
Thanks I see the code that was on the other post but it doesn’t explain where I should be putting the code on.
http://shelli.bydecosta.com/pet-rescuer/
So if I want to put the share buttons in the Pet Rescue Page, do I need to go to the editor and using the Avia Layout Builder select “Code Block” and paste the code on it in order for it to work?add_action(‘ava_after_content’, ‘avia_add_social_toolbar’, 10, 2);
function avia_add_social_toolbar($id = “”, $context = “”)
{
if($context == “page” || $context == “single-portfolio”)
avia_social_share_links();
}add_filter(‘avf_template_builder_content’, ‘avia_add_social_toolbar_template_builder’, 10, 1);
function avia_add_social_toolbar_template_builder($content = “”)
{
$content .= avia_social_share_links(array(), false);
$content .= ‘<div style=”height:1px; margin-top:50px;” class=”hr”></div>’;
return $content;
}Hope you can provide me help soon as we need to present the website to our client today.
If you need me to give you WP admin Login and Password info to the site, let me know.
Thank you
Sorry it only doesn’t work on the iPad. On the iPhone works great.
Hope to hear from you soon.
Thank you,
MPThanks so much the support is awesome.
This fixed solved the issue.MP
-
AuthorPosts