Forum Replies Created
-
AuthorPosts
-
September 23, 2014 at 10:32 pm in reply to: Problem with Avia Layout Builder – Not loading on site #323940
Hi Kathleen!
Does it only happen to the Hypnotherapy page? i duplicated that to a Test page and couldn’t reproduce the issue.
Cheers!
JosueHey!
It’s still cached/minified for me but the root of the problem is that you are defining PT sans in your css but it’s not being included anywhere (it will work on systems where the font its installed):
.header_intro p { font-size: 49px!important; font-weight: 600!important; font-family: "pt sans"!important; line-height: 49px!important; color: #434343!important }You need to include either via Theme Options or using a plugin like WP Google Fonts.
Cheers!
JosueHey Max!
The problem is that SwipeBox doesn’t apply lightbox automatically to the images (something Enfold does). It’s worth mentioning that we dropped PrettyPhoto and changed it for a better and nicer lightbox script, Magnific Popup.
Regards,
JosueSeptember 23, 2014 at 9:56 pm in reply to: Problems with uploading images after updating to WordPress 4.0 #323930You are welcome Nick, glad to help :)
Regards,
JosueHey George!
It’s not a flaw, it’s actually expected, transparent header is disabled on mobiles by default and the default logo is shown. Check this demo page for example on a mobile:
http://kriesi.at/themes/enfold/homepage/transparent-header/Regards,
JosueHi Lyse!
Could you give details on what causes the issue exactly? i’m not sure if i’m following the right steps when i try to reproduce it.
Cheers!
JosueSeptember 23, 2014 at 6:28 pm in reply to: How to config so I get one constant non moving image across entire website… #323847Hi Peter!
You’d need to purchase LayerSlider as a standalone plugin to get automatic updates and also be able to render the slider as a shortcode. If you purchase it remember to deactivate the bundled Enfold one:
http://kriesi.at/documentation/enfold/deactivate-the-layerslider-plugin/Regards,
JosueHey!
I think it’s more of a particular issue, if the theme wouldn’t work on Chrome/Windows we would be getting a thousand topics a day. There a lot of a factors that could influence this behavior like extensions, proxies blockages, system configurations, etc.
Best regards,
JosueSeptember 23, 2014 at 5:57 pm in reply to: Different Styles being applied to different pages in the footer for no reason #323839Hi!
Add this to Quick CSS:
.av_facebook_widget_wrap{ background: white; }Cheers!
JosueHey!
Here you go:
[av_contact (Email address hidden if logged out) ' title='Send us mail' button='Submit' on_send='text' sent='Your message has been sent!' link='' subject='' autorespond='' captcha='' color='']
[av_contact_field label='Name' type='text' check='is_empty']
[av_contact_field label='E-Mail' type='text' check='is_email']
[av_contact_field label='Subject' type='text' check='is_empty']
[av_contact_field label='Message' type='textarea' check='is_empty']
[/av_contact]Cheers!
JosueHi!
Try with this code instead:
add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['Titillium Web'] = 'Titillium Web'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['Titillium Web'] = 'Titillium Web'; return $fonts; }Cheers!
JosueHey David!
Indeed, replicating the image would require a deep customization to the theme files, it would be easier to use an element that has this built-in like Portfolio or Masonry.
If you want to stick with the partner/logo element you can get a customization in one of these sites:
http://kriesi.at/contact/customization
http://codeable.ioCheers!
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
function add_subset_func($fontlist) { $fontlist .= "&subset=latin,latin-ext"; return $fontlist; } add_filter('avf_google_fontlist', 'add_subset_func');Cheers!
JosueSure.
Best regards,
JosueSeptember 23, 2014 at 5:39 pm in reply to: Problem with Avia Layout Builder – Not loading on site #323825Hi,
Can you post the link to your website please?
Regards,
JosueHi!
You can remove that in the Theme Options:
http://screencast.com/t/UltLkrSYDrfBest regards,
JosueHi!
Can you create us an user? a maintenance mode page is prompted.
Cheers!
JosueHey!
Try adding this code to the Quick CSS:
.post-entry .av-special-heading { margin-top: 0; }Cheers!
JosueHey Max Niemann!
Please update the theme to the latest version (2.9.2). Once you done that you’ll be able to disable the Enfold lightbox script from the theme options.
Best regards,
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueAwesome, you are welcome :)
Cheers!
JosueHi!
Try using this code instead:
@media only screen and (min-width: 1200px) { .main_menu { left: 0 !important; right: 0 !important; margin: 0 auto; width: 550px; position: absolute; } }That will apply the code only in 1200px+ width screen sizes.
Regards,
JosueGreat, hope you manage to sort it out. Please let us know if you need anything else.
Cheers!
JosueSeptember 23, 2014 at 5:56 am in reply to: Add Default post format in the Advanced Builder taxonomy selector #323496Hi Ronan!
The default option here should make the default post format appear:
http://screencast.com/t/72VLJ4RSCheers!
JosueSeptember 23, 2014 at 5:38 am in reply to: Display thumbnails on archive pages (Tag+Category) when using Adv. blog layout #323486Hi Ronan!
Try using this code instead:
add_filter('avf_blog_style','avia_change_archive_blog_layout', 10, 2); function avia_change_archive_blog_layout($layout, $context){ if(($context == 'archive') || ($context == 'tag')){ $layout = 'single-small'; } return $layout; }Regards,
Josue-
This reply was modified 11 years, 6 months ago by
Josue.
Hi!
I’d suggest either re-creating the tables as Tables (Enfold ALB) elements or using a external plugin like Tablepress which supports CSV importing.
Regards,
JosueHi!
I see you have already managed to use this code:
time[class*="date"] { display: none; }One thing you can do is restrict that to certain categories only, for example for the “upcoming-events” posts:
.category-upcoming-events time[class*="date"] { display: none; }Regards,
Josue -
This reply was modified 11 years, 6 months ago by
-
AuthorPosts
