Forum Replies Created
-
AuthorPosts
-
For me everything is working fine!
I have just a bug with: #header .mega_menu_titleWhen you setup “-“, it comes out and it is visible.
Cheers
D.Hi Elliott,
ok thanks for the explanation! It’s a little bit weird from my point of view. The advanced layout builder is awesome, but I don’t like that the posts are viewed like pages.Best regards
DavidHi,
the LayerSlider is working just when I am logged in my website! I have an empty slideshow without pictures when I am not logged in.
Cheers
D.Edited some slides and now it looks working again! Sorry for the post! If someone discover bugs, please write here.
Cheers
D.Hi Ismael,
I uploaded a custom fontello icon for Blogger! This is the code in functions.php:add_filter(‘avf_social_icons_options’,’avia_add_custom_social_icon’, 10, 1);
function avia_add_custom_social_icon($icons)
{
$icons[‘Blogger’] = array( ‘font’ =>’fontello’, ‘icon’ => ‘uf314’);
return $icons;
}Before the upgrade to the latest version of the Enfold theme, everything was working fine! Now is possible to select Blogger on Enfold > Social Profiles, but the custom fontello icon is not appearing.
D.
This reply has been marked as private.The FullWith Easy Slider is not working anymore after the upgrade to WP 4.0.1.
October 22, 2014 at 9:20 pm in reply to: Visualization problem with Mega Menu with Enfold 3.02 #339746Thanks bro! All good now!
October 21, 2014 at 10:47 pm in reply to: Visualization problem with Mega Menu with Enfold 3.02 #339249October 21, 2014 at 10:42 pm in reply to: Visualization problem with Mega Menu with Enfold 3.02 #339248Hi Yigit!
Thank you very much! I resolve the problem just with the SHOP menu item. Still have the same problem with the menu item SERVICES…Regards
DavidOctober 21, 2014 at 8:19 am in reply to: Visualization problem with Mega Menu with Enfold 3.02 #338867October 21, 2014 at 8:16 am in reply to: Visualization problem with Mega Menu with Enfold 3.02 #338865Hi Yigit!
The hoveris not working fine for mega menus SHOP and SERVICES when you are on the SHOP and the BLOG page.
So click on the SHOP first, and try the hover on SHOP and SERVICES and you’ll see…D.
October 20, 2014 at 4:48 pm in reply to: Visualization problem with Mega Menu with Enfold 3.02 #338450Hi there!
Any ideas?D.
Hi guys!
Thanks for you feedback! I think that I will wait for a few weeks for new updates! Keep posting!Thank you Devin!
I will wait before update the Woocommerce plugin to the version 2.2! Please let us know, if the theme needs any updates!Cheers
D.September 6, 2014 at 1:28 pm in reply to: SEO by Yoast Overriding the Facebook image problem #314478Thanks Peter!
I’ll do!Cheers
D.Hi Yigit!
The problem is a plugin! I disable it, and now everything is ok! Sorry for my post!Cheers
D.September 5, 2014 at 11:14 am in reply to: SEO by Yoast Overriding the Facebook image problem #313935Hy Dude!
Disabled but the problem persist!https://www.newageshop.com.au/product/traditional-dream-catcher-large-brown/
September 5, 2014 at 11:04 am in reply to: SEO by Yoast Overriding the Facebook image problem #313921Hy Dude!
Thank you so much! I setup a redirect in .htacess to avoid direct access to files! This is the problem! I think that I have to disable it!Cheers
D.September 1, 2014 at 5:02 pm in reply to: Small issue with Register Button Woocommerce My Account Page #311931Thank you very much!
Cheers
D.September 1, 2014 at 1:52 pm in reply to: Small issue with Register Button Woocommerce My Account Page #311806Thanks Yigit!
How can I put all in the same way? Why remember me is on the right side of the button?Cheers
D.Hi Yigit!
I prefer to keep the version 2.8.1 for now! What I did is replaced the files and folders above and seams that something is not working. I’ll try locally when I have time, because now I am quite busy! I’ll let you know! I am curious if any other customers have the same problem.Thanks again
Cheers, D.I uploaded folders and files how is written in license.txt, but something is wrong! With the previous version of the template everything is working fine.
2014 July 8th – Version 2.9
- style.css – new version number
- header.php – added option to disable lightbox
- folder config-templatebuilder
- folder js
- folder css
- folder framework
- folder lang
- folder config-woocommerce
Hey Josue!
Thank you very much! Now it works perfectly!!Cheers
D.Hi Jouse,
I inserted the code in functions.php of my child theme! Under the Theme Options I have to remove the logo and leave it empty? For now doesn’t work for me.D.
Thanks Josue,
can you please tell me witch file I have to edit, to change the output logo? This one:
framework/php/function-set-avia-frontend.phpHow can I change this function quickly?
if(!function_exists(‘avia_logo’))
{
/**
* return the logo of the theme. if a logo was uploaded and set at the backend options panel display it
* otherwise display the logo file linked in the css file for the .bg-logo class
* @return string the logo + url
*/
function avia_logo($use_image = “”, $sub = “”, $headline_type = “h1”, $dimension = “”)
{
$use_image = apply_filters(‘avf_logo’, $use_image);
$headline_type = apply_filters(‘avf_logo_headline’, $headline_type);
$sub = apply_filters(‘avf_logo_subtext’, $sub);
$alt = apply_filters(‘avf_logo_alt’, get_bloginfo(‘name’));
$link = apply_filters(‘avf_logo_link’, home_url(‘/’));if($sub) $sub = “<span class=’subtext’>$sub</span>”;
if($dimension === true) $dimension = “height=’100′ width=’300′”; //basically just for better page speed ranking :Pif($logo = avia_get_option(‘logo’))
{
$logo = apply_filters(‘avf_logo’, $logo);
$logo = ““;
$logo = “<$headline_type class=’logo’>“.$logo.”$sub</$headline_type>”;
}
else
{
$logo = get_bloginfo(‘name’);
if($use_image) $logo = ““;
$logo = “<$headline_type class=’logo bg-logo’>“.$logo.”$sub</$headline_type>”;
}$logo = apply_filters(‘avf_logo_final_output’, $logo, $use_image, $headline_type, $sub, $alt, $link);
return $logo;
}
}Hi!
Thanks for the response! It’s just to add a short code! I’ll figure out by myself.Best regards
D.OK, Devin!
Thanks!Best regards
DavidHi Devin,
The provider NETSONS.COM is the problem! When I upload the plugin, the main file s2member.php disappear. It looks that they have a daemon who delete some files automatically. I opened a support ticket, but I am still waiting for a response. Never happened to me something similar. This is a joke.What do you mean that doesn’t work with layout builder? Do you mean s2member short-codes? What is the best membership plugin that works fine with Enfold? I read that Whislist member doesn’t work, and I try WP-Member but on my local environment doesn’t work properly.
Best regards
DavidHi!
Thank you very much. The first option for my opinion is better, but it needs to be modified with the right layout. It is not clear when you try to understand the table contents.Best regards
David -
AuthorPosts