Forum Replies Created
-
AuthorPosts
-
Pasame un acceso de administrador por privado.
You are welcome, glad to help :)
Regards,
JosueTry a fixed pixel value (500px or more).
Best regards,
JosueHi,
I changed the background position from
top right
tocenter right
, in the Color Section background settings.Best regards,
JosueAugust 27, 2016 at 6:59 pm in reply to: TABEL + Make entire table scrollable – ERROR MOBILE, Enfold 3.7!! #678487Hey 2funky,
I’ve tagged Kriesi to this thread.
Best regards,
JosueGreat, glad it worked :)
Regards,
JosueHi,
seems to be working fine for me, can you please be specific about what’s not being reflected?
Best regards,
JosueAugust 27, 2016 at 6:52 pm in reply to: How to add google analytics event tracking code to different tabs #678481Hey,
Refer to:
https://kriesi.at/support/topic/please-clear-this-up-for-em-ga-tracking-2/#post-348525The tracking part would be something like this:
$('.tab_titles .tab_counter_0').on('click', function() { ga('send', 'event', 'button', 'click', 'button-1'); }); $('.tab_titles .tab_counter_1').on('click', function() { ga('send', 'event', 'button', 'click', 'button-1'); }); $('.tab_titles .tab_counter_2').on('click', function() { ga('send', 'event', 'button', 'click', 'button-1'); }); $('.tab_titles .tab_counter_3').on('click', function() { ga('send', 'event', 'button', 'click', 'button-1'); }); $('.tab_titles .tab_counter_4').on('click', function() { ga('send', 'event', 'button', 'click', 'button-1'); });
Best regards,
JosueAugust 27, 2016 at 6:46 pm in reply to: Portfolio Grid: Lightbox with multiple images? Or "mix" of Ajax and lightbox? #678479Hey!
That featured is not available at the moment. If you really need it you would have to contact a developer from Envato Studio or Codeable
Also, feel free to request it here as a new feature.
Best regards,
JosueAugust 27, 2016 at 6:43 pm in reply to: ADVANCED LAYOUT EDITOR not working? Try this, worked for me. #678477Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.ih-item .image-overlay { display: none !important; }
Cheers!
JosueHey,
Not exactly theme related but you could use wp_head + a multi-site conditional.
Best regards,
JosueHey Stephan,
Slide’s buttons don’t support custom CSS classes but you could use a normal button in shortcode format (as part of the caption text):
[av_button label='Click me' link='manually,http://' link_target='' size='small' position='center' icon_select='yes' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff' custom_class='CLASS HERE']
Best regards,
JosueAugust 27, 2016 at 6:35 pm in reply to: ADVANCED LAYOUT EDITOR not working? Try this, worked for me. #678471Hello Jay,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueHi,
Check it now.
Best regards,
JosueHi,
Site doesn’t load to me but try the following CSS code:
@media only screen and (max-width: 767px) { .logo-title{ display: none !important; } }
Best regards,
JosueHi,
Now add this to Quick CSS / child theme style.css:
#header_main .fb-like.fb_iframe_widget { position: absolute; top: 34px; left: 200px; } #header_main .fb_iframe_widget span { vertical-align: top !important; }
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
.avia_desktop.avia_transform3d .bts-special .av-masonry-image-container { transform: none !important; }
Cheers!
JosueHi,
Can you post the link to your website please?
Regards,
JosueHey Brett,
It is there but a white color has been set for Headings in the Main Color scheme:
http://screencast.com/t/MHfxq445OPr8Best regards,
JosueReplace
Something
with the FB code:add_filter('avf_logo_final_output', function($logo) { ob_start(); ?> PASTE FB CODE HERE <?php $logo .= ob_get_clean(); return $logo; }, 10, 1);
Best regards,
JosueHey M|C,
Go to Theme Options > Header > Header Style and select “Minimal”.
Best regards,
JosueHey Sadegh,
Enable the meta header by setting a submenu (can be empty) there and then add this to your theme / child theme functions.php:
add_action('avia_meta_header', function() { get_search_form(); });
Best regards,
JosueHey M|C,
Set a pixel minimum height to the section, it is now at 75%.
Best regards,
JosueHey M|C,
There’s a hook you can use:
add_filter('avf_logo_final_output', function($logo) { $logo .= "Something"; return $logo; }, 10, 1);
Add that to your child theme / theme functions.php.
Best regards,
JosueEach install is different so the source of the issue is different in each case. In yours, it was caused by this plugin:
Royal Custom CSS for Page and Post
It’s disabled at the moment, you’ll note that ALB is working.
Best regards,
JosueHi,
On iOS:
http://screencast.com/t/RiRvgHuHi5On Windows 7 / IE11:
http://screencast.com/t/b5x17dNJw6CuBest regards,
JosueHey!
Try adding this code to the Quick CSS:
.av-countdown-timer { opacity: 1; }
Cheers!
JosueAugust 27, 2016 at 5:42 pm in reply to: WPML duplicated images are not used as background – always the same file #678441Hi,
Have you tried not uploading the image from the Color Section but in Media > Add new first and then selecting it from the Library (that’s what i did on the Test pages i created)?
Best regards,
Josue -
AuthorPosts