Forum Replies Created
-
AuthorPosts
-
Problem self resolved.
Via FTP, I updated:
- framework folder
- config-layerslider folder
To those with the same issue, use your FTP to update all three files mentioned in the version .txt. Worked for me, hope this helps.
http://www.purifyyogaretreats.com
Pretty much used everything Enfold has to offer (with a few tweaks of my own :p) – thanks again Kriesi team!
Perfectly and fully resolved. Amazingly fast and thorough help. Thanks!
MGreat, thanks!
May I ask what the solution ended up being?
Thanks again.
MThis reply has been marked as private.This reply has been marked as private.Hi Josue
I added
function avia_add_custom_icon($icons) { $icons['cart'] = array( 'font' =>'entypo-fontello', 'icon' => 'ue859'); return $icons; } add_filter('avf_default_icons','avia_add_custom_icon', 10, 1); function avia_add_custom_social_icon($icons) { $icons['Cart'] = 'cart'; return $icons; } add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);
but received the following error:
Parse error: syntax error, unexpected ‘&’, expecting ‘]’ in /home/content/p3nexnas06_data02/13/2173913/html/wp-content/themes/enfold/functions.php on line 506
According to Coda, line 506 is:
`
$icons[‘cart’] = array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue859’);
‘Thoughts?
- This reply was modified 10 years, 3 months ago by moprosk. Reason: syntax
Hi Josue
I placed the link to the site in the original post under Private Data.
Again, I am looking to replace a social icon with a cart icon in the social icon mini ‘top’ header.
In order to make it clearer, I have attached a photo to help explain.
</img>
Thanks!
M -
AuthorPosts