Forum Replies Created
-
AuthorPosts
-
Hey!
Yes, Kriesi created a new platform to give you more header options. That is why I mentioned that you need to reconfigure the header options. Please remove all css modification that you created for the header then edit the header look on Enfold > Header. You’ll see a lot of new options like header height, logo position etc.
Cheers!
IsmaelHey!
I’m sorry I didn’t notice you’re using a child theme. Please remove the header.php file on the child theme folder then replace it with the new enfold header.php from the parent theme folder.
Cheers!
IsmaelHey!
@hojoon: On wp dashboard, please switch to the English version then reconfigure the header options on Enfold > Header. Looks like you’re using a different header option on the english version of the website.@Gee Are: I’m sorry about that. Please remove all css modifications that you made on the header then try reconfigure it on the new header modifier options. Go to Enfold > Header, you’ll find a lot of new options that you can play with. You can now easily adjust the header height.
Cheers!
IsmaelHi!
I hope all is well with you today.
Please add this on Quick CSS or custom.css:
#rss-4 a.rsswidget, #rss-3 a.rsswidget { pointer-events: none; }Regards,
IsmaelHi Mark!
Thank you for using the theme. I hope you’re doing great.
Please reconfigure the header options on Enfold > Header. The header modifier has been added to give you more control over the header.
Best regards,
IsmaelHi!
Please create a page then copy the woocommerce shortcode [woocommerce_my_account] on the Visual editor of the page. The page should look like this:

Please post the link of the website here so that we can inspect it.
Cheers!
IsmaelHey!
Please use this:
.phone-info span { font-size: 12px !important; color: #ffd500 !important; }Cheers!
IsmaelHi jdrakeproductions!
Can you please give us a link to the website? Are you having issues on the theme options panel? Please post a screenshot. There is a new header modifier that you can use to customize the header.
Cheers!
IsmaelHi!
Enfold 2.6.1 has been release. Please manually download it on your themeforest account then update the theme via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750
Cheers!
IsmaelMarch 12, 2014 at 5:15 am in reply to: shortcodes not being parsed on (avia) advanced layout builder pages… #236093Hey!
Yeah, but it doesn’t have any admin rights. I can’t see anything on the dashboard. Please edit the user on the Users panel and set it to administrator.
Best regards,
IsmaelMarch 12, 2014 at 5:14 am in reply to: Quicksand and Droid Sans not displaying after 2.6 update #236089Hey!
Please add this on Quick CSS or custom.css to switch the phone number and the top menu:
.av_secondary_right .sub_menu { float: right; right: 200px; } .av_phone_active_right .phone-info { float: right; right: 0; position: absolute; }I’ll ask Dude about the WC german market plugin. Please wait for his response.
Regards,
IsmaelHey IrisMar17!
Thank you for using the theme. I hope you’re doing great.
What are the issues you’re having with the price table? You can watch these videos to learn more about the theme: http://vimeo.com/channels/aviathemes/
Regards,
IsmaelHi MKW270210!
Can you please give us a link to the website? You don’t need the code anymore if you have Enfold 2.6. The update includes an extensive header modifier feature. You can specify the height of the header through the Enfold > Header panel.
Best regards,
IsmaelMarch 12, 2014 at 4:49 am in reply to: Quicksand and Droid Sans not displaying after 2.6 update #236076Hey!
Kriesi is updating the theme to patch the google font issue. For the meantime, please follow his instruction:
It seems that the layerslider for whatever reason imports a bunch of fonts by default. In your backend go to layerslider->all sliders and open the “load google fonts” tab. then remove all of them.
Cheers!
IsmaelMarch 12, 2014 at 4:42 am in reply to: shortcodes not being parsed on (avia) advanced layout builder pages… #236074Hey!
Contact the WPMU dev support and ask for any insights why the shortcodes are not working. Please give us admin rights so that we can inspect the website properly.
Cheers!
IsmaelHey!
Thank you for using the theme. I hope you’re doing great.
I’m not sure what’s the issue with the font I checked the h1 tags on both links and they have the same css property:
font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;Google map plugins looks ok when I checked it on Safari 5.1.7 Windows 8. On what and OS and browser are you testing this with?
Cheers!
IsmaelHi!
Website looks fine on Safari and other browsers now.You should probably use this plugin to minify the stylesheet and scripts: https://wordpress.org/plugins/bwp-minify/
Refer to this link for more info: https://kriesi.at/support/topic/request-minify-guide/
Cheers!
IsmaelMarch 12, 2014 at 4:19 am in reply to: Color Section not visible on mobile devices w/ "Background Attachment" = "Fixed" #236064Hi!
Set the background attachment to fixed then try this on Quick CSS or custom.css:
@media only screen and (max-width: 989px) { #av_section_3, #av_section_6 { background-attachment: scroll !important; } }Let us know the effect on iPad.
Regards,
IsmaelHey danmandle!
Do you have the latest version 2.6? Please reconfigure the header options on Enfold > Header, you’ll see new header options. Please post the link of the website here so that we can inspect it.
Cheers!
IsmaelMarch 12, 2014 at 4:11 am in reply to: BIG PROBLEM many warning appears on my live site header.php #236062Hey chryseis!
How are you? I hope you’re doing well today.
I don’t see any errors. Please reconfigure the header options on Enfold > Header.
Regards,
IsmaelHi Sistah!
Are you talking about the tooltip? Please add this on Quick CSS or custom.css:
.avia-tooltip { display: none !Important; }Best regards,
IsmaelMarch 12, 2014 at 3:47 am in reply to: Really like the 2.6 header builder options! How to change title on social icons? #236056Hi!
Please add this on functions.php:
add_filter('avia_filter_social_icons', 'avia_social_icons_title'); function avia_social_icons_title($icons) { $i = 0; foreach ($icons as $icon) { if($icon['social_icon'] == 'facebook') { $icons[$i] = array( 'social_icon' => str_replace('facebook', '', 'Like xyzbiz on Facebook'), 'social_icon_link' => $icon['social_icon_link'] ); break; } $i++; } return $icons; }Find this code on the same file:
'facebook' => array( 'font' =>'entypo-fontello', 'icon' => 'ue8f3'),Replace it with:
'Like xyzbiz on Facebook' => array( 'font' =>'entypo-fontello', 'icon' => 'ue8f3'),Best regards,
IsmaelHi eberswine!
Thank you for using the theme. I hope you’re doing great.
You can add this on functions.php:
add_filter('wp_nav_menu_items', 'add_login_logout_link', 10, 2); function add_login_logout_link($items, $args) { ob_start(); wp_loginout('index.php'); $loginoutlink = ob_get_contents(); ob_end_clean(); $items .= '<li>'. $loginoutlink .'</li>'; return $items; }For further customization, please visit Werkpress.
Regards,
IsmaelHi!
Yeah.. I haven’t check this on Safari before and now I can see the issue. Please try to add this on Quick CSS or custom.css:
@media screen and (-webkit-min-device-pixel-ratio:0) { .avia-fullscreen-slider .avia-slideshow .avia-slideshow-inner li {background-attachment: scroll !important;} }Best regards,
IsmaelHi costin!
Edit the color section then add a unique id on the developer’s field. Add “awesome-section” for example. Use this on Quick CSS to adjust the height:
#awesome-section { min-height: 500px; }Use this to decrease the top padding:
.page-id-77 .content { padding-top: 0; }Cheers!
IsmaelHey!
The username and password is incorrect. Please check it again.
Best regards,
IsmaelMarch 12, 2014 at 2:29 am in reply to: 2.6 Transparent header doesn't work if custom background header image is set #236034Hi ttem!
How are you? I hope you’re doing well today.
Can you please give us a link to the website? We would like to inspect it.
Cheers!
IsmaelHi!
You can add this on Quick CSS or custom.css adjust the max width of the post content:
#top .fullsize .template-blog .post .entry-content-wrapper > * { max-width: 1200px; } #top .fullsize .template-blog .post .entry-content-wrapper { max-width: 1200px; }Add this one to remove the image overlay:
.image-overlay { display: none !important; }Use this one to disable lightbox:
a[rel] { pointer-events: none; }Best regards,
IsmaelMarch 12, 2014 at 2:18 am in reply to: "Erweiterter Layout-Editor" Button fehlt bei Beiträgen, auf Seiten ist er da #236030Hey!
How are you? I hope you’re doing well today.
The advance layout builder is not available for post. You can only use the insert shortcode wand. The Advanced Layout Builder is not set up to run on posts correctly so it isn’t something we support. You can watch this video on how to add the avia builder to posts: http://vimeo.com/64996057
These are the following problems that may occur when you switch to Advance Layout Builder on posts.
– Featured image will be lost on the single post view.
– The post title will switch to the left of the header instead of below the featured image.
– You can’t comment on posts.
– No related posts will be shown or interesting links.Best regards,
Ismael -
AuthorPosts
