Forum Replies Created
-
AuthorPosts
-
Thank you both both for your help.
That worked just fine @guenni007.I added the following the the functions.php file via admin panel and added the sample CSS and modified to my liking.
add_filter(‘avf_logo_subtext’, ‘kriesi_logo_addition’);
function kriesi_logo_addition($sub)
{
$sub .= “<span class=’logo-title’>”;
$sub .= get_bloginfo( ‘name’, ‘display’ );
$sub .= “</span>”;
$sub .= “<span class=’logo-title logo-subtitle’>”;
$sub .= get_bloginfo( ‘description’, ‘display’ );
$sub .= “</span>”;
return $sub;
}Hello thanks for the feedback!
Where would I make this change? In the admin area? In a specific php file?Did anyone ever get this resolved? I’m running into the same issue with my rotating text breaking into two lines.
Great! Thank you so much! That handled it
Awesome! Thank you for the resolution! It looks good.
Can you help me with the small phone number in the top. There are two.
Would like to hide the small version on desktop view and only show it in responsive when the bigger phone number hides.June 5, 2017 at 9:54 pm in reply to: Enfold Theme keeps deleting my content if I make any edits #804183Thank You, Thank You – it is working now. I did not understand you wanted me to delete <brackets> completely. So happpy its is working now.
Thanks again for the quick responses and your help,
KikiJune 4, 2017 at 7:45 pm in reply to: Enfold Theme keeps deleting my content if I make any edits #803688Hello Victoria and Rikard,
Please see Contacts page name ,, “Contact3 — Draft” . I have tried what Rikard has sugguested and it makes everything dissapper immediatley. If you could like at the Contact3 — Draft — publish it and try to make additions or changes you will see what I am trying to explain.
Thank you I really appreciate you looking at this – I have tried so many different things. It is just not correcting.
Thanks again,
KikiMay 31, 2017 at 5:00 am in reply to: Enfold Theme keeps deleting my content if I make any edits #801777Hi Victoria,
Yes thank you so much, please do the contact4 page. Please let me know if it is something I forgot or didn’t do? easy fix??
Also try making edits a few times and updating sometimes it take 3 or 4 times before it deletes page information.Thank you
KikiMay 27, 2017 at 5:04 pm in reply to: Enfold Theme keeps deleting my content if I make any edits #800562Hello Victoria,
I am having this same problem as above also where the content is deleting after I make edits and update. This is only happening right now on the contact page. See log in info below.Thank you,
Kiki -
AuthorPosts