Forum Replies Created
-
AuthorPosts
-
Nevermind – we got it fixed. Thank you!
Hi! That worked perfectly for the spacing – thank you thank you!
But the preview text on the featured blog post is still not showing – just the read more link. Is that related? Or a separate issue?
thanks!That worked great for the borders on the About, Reviews and Contact pages – but there are still lines around all the photos in the portfolio section. Can you help with that also? Thanks!
Yes, exactly. And also around images – borders just appeared around the photos under the portfolio section.
Thanks!The problem is also on the Reviews page. Thanks!
Hello again – this problem is back… how can I remove excess borders on my About page?
I turned them off on the individual grid row elements but they still appear. I don’t want to make all borders white because I’d like them to appear on the submenus. Help please!Worked like a charm! Thank you.
Hi there – That snippet didn’t work for me.
This is the coded I added to the functions.php file:add_filter(‘avf_blog_style’,’avia_change_category_blog_layout’, 10, 2);
function avia_change_category_blog_layout($layout, $context){
if($context == ‘archive’) $layout = ‘blog-grid’;
return $layout;
}And I got this error message:
Unable to communicate back with site to check for fatal errors, so the PHP change was reverted. You will need to upload your PHP file change by some other means, such as by using SFTP.That’s what I figured. Was hoping for something else but this will do it. Thank you!
January 3, 2018 at 11:03 pm in reply to: Spacing between H1 and content below does not match across pages #892942worked great! thank you.
Hi! Sorry for the delay in getting back on this one. The current mobile view of the grid row on the Reviews page is:
photo
text
–
text
photo
–
photo
text
–
text
photoI’d like it to be photo and then text throughout. So the ideas is that I need to switch the display order for those grid rows that have the text on the left.
Does that help to explain? Hope so! Thanks :)
December 14, 2017 at 9:18 pm in reply to: Show latest blog post in feature size & increase individual post width #889093Nevermind, I figured it out :)
Worked like a charm! Thank you so so much :)
Worked like a charm! Thank you so much :)
I have made sure they are all set to TOP – I even deleted the section and tried it again. Same issue.
Nevermind- I made the border color white. All good. thank you!
May 2, 2017 at 10:37 pm in reply to: Tab Section content getting rendered inside another tab #786769Hi Victoria,
Thanks for your response. I ended up re-installing everything and the tab section content issue went away, so it might have been from a bad install. However, now that the correct section content is showing up in the correct tab, there is a HUGE padding that is making every tab section really tall. It seems to be coming from thebody .container_wrap .avia-builder-el-first, div .flex_column .av_one_half .flex_column_div .av-zero-column-padding .first .avia-builder-el-0 .el_before_av_one_half .avia-builder-el-first
CSS in style.css. I had to use the custom section Id to override this using a!important
, but I’d really like to not hack it if thatpadding-top: 20%
is there for a reason.I made you an admin login and also explained in the tab section content what the issue is. Thank you!
-
AuthorPosts