Forum Replies Created
-
AuthorPosts
-
April 10, 2018 at 5:09 pm in reply to: Text Block Glitch/Not Working Correctly (Enfold version 4.2.6) #939943
So exciting news Nikko, you’re recommendation worked! I have multiple installs of wp sites on one server and and one of them had Wordfence installed so I white listed my IP address on it (Wordfence detected that I had multiple installations) and then installed Wordfence on the Making Food for Friends website and whitelisted my IP on that install and, Viola, it totally works now!
Thank you so much, I’ve been racking my brain and have had this issue before but gave up but it all makes sense now ;)
Have a great day!
April 9, 2018 at 6:03 pm in reply to: Text Block Glitch/Not Working Correctly (Enfold version 4.2.6) #939335To duplicate the issue you can you please try pasting this plain text in the ‘text’ tab and save. There is definitely an issue. I have pasted, typed saved and gotten the blank screen with this text fo some odd reason. I have made sure it is stripped o all formatting and is plain text.. The text will even get erased and the text block reverts back to “Click here to add your own text”
making food for friends is a place to share not only recipes but our love of wine, music, food, and travel. Family is not chosen however friends are., and cooking is such a personal labor of love that being cooked for as well as cooking for others is a gift and only those that have the same passion truly “get it”. If you happen to be family, and a friend then you my friend are golden.
Making and eating amazing food should not be saved for “special” occasions and “amazing” food need not be complicated and crazy to make. There are the occasions when an impromptu homemade pretzel making session is in order because, well you feel like it, and your current Netflix binge calls for such a thing. So we say go for it! Get in the kitchen, behind that bbq, fire pit at the beach . . . or wherever you happen to be. Share and show your love through the food, wine, cocktails and travel adventures that you create with your friends and family.
We hope this site will inspire you to gather with the people you love most and make them food.April 5, 2018 at 5:40 pm in reply to: Text Block Glitch/Not Working Correctly (Enfold version 4.2.6) #937834Hi Niko,
Yes, that is the issue I can’t seem to figure out. FTP details added. Thank you!
This reply has been marked as private.Yes, thank you so much!
Thanks Jordan got it!
Sorry, last question! I’m trying to add the same filter to customize another page but my code keeps breaking the site
This is what I am assuming I need to do but it’s clearly wrong. I am guessing that just repeating the filter is not how this is accomplished?
/*
* first custom page
*/
add_filter(‘avf_logo’,’av_change_logo’);
function av_change_logo($logo)
{
if(is_page(1114)) {
$logo = “http://mysiteFR_logo.jpg”;
}
return $logo;
}
add_filter(‘avf_logo_subtext’, ‘kriesi_logo_addition’);
function kriesi_logo_addition($sub) {
if(is_page(1114)) {
$sub .= ‘‘;
}
return $sub;
}
/*
* second custom page
*/
add_filter(‘avf_logo’,’av_change_logo’);
function av_change_logo($logo)
{
if(is_page(1114)) {
$logo = “http://mysite.com/secondpage_logo.jpg”;
}
return $logo;
}
add_filter(‘avf_logo_subtext’, ‘kriesi_logo_addition’);
function kriesi_logo_addition($sub) {
if(is_page(1114)) {
$sub .= ‘‘;
}
return $sub;
}You are amazing, thank you that worked!!!
October 1, 2013 at 9:09 pm in reply to: Layout Builder Elements Not Showing on Live page, Only on Preview #168957I found the issue to this problem. It was actually with a plugin I have installed (The Events Calendar Pro). There is a setting that you can check to have events show in your blogs latest posts. When this is checked ‘Yes’ it over rides the homepage and instead of showing the page built with the avia layout builder it just shows a feed of only the latest Calendar Event posts.
It is NOT the theme as I found it did the same thing when I had the default twenty-eleven theme activated. It seems to be a WordPress/The Events Calendar Issue.
Thanks!
-
AuthorPosts