Forum Replies Created
-
AuthorPosts
-
Hi!
Include a Lightbox link to the opt-in form page in the pages you want to affect:
<a href="url_to_opt-tin_from?iframe=true" class="popup_trigger">Open Opt-In Form</a>Then add this at the very end of your theme / child theme functions.php file:
function add_custom_script(){ ?> <script> (function($){ $(window).load(function() { $('.popup_trigger').trigger('click'); }); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');Cheers!
JosueHey!
Depends on the width, a safe size to use would be 1000×1500.
Best regards,
JosueHello,
@raslade, have you tried disabling all third-party plugins to see if it gets fixed? seems there are some elements that are created after the Enfold scrollspy offset calculation is done.
@shelteredinsound, i’m unable to note the issue, can you point a more detailed instruction on reproducing it?Regards,
JosueHi!
You could try using the Widget element (ALB) to mimic a Sidebar in the single post.
Regards,
JosueHi!
Simply repeat the line that sets the icon in each code, like:
$args['icon_1'] = array(...); $args['icon_2'] = array(...); $args['icon_3'] = array(...);Cheers!
JosueAugust 17, 2015 at 9:44 am in reply to: Sidebar: Widget Text Position and Width and Portfolio Widget Format #488715Hey!
Try adding this code to the Quick CSS:
.sidebar .av-masonry-container{ margin-left: 1px; }Cheers!
JosueHey!
Seems to be working on your site, try refreshing your browser cache.
Regards,
JosueHi!
Edit the code:
// Register new icon as a theme icon function avia_add_custom_icon($icons) { $icons['houzz'] = array( 'font' =>'fontello', 'icon' => 'ue800'); return $icons; } add_filter('avf_default_icons','avia_add_custom_icon', 10, 1); // Add new icon as an option for social icons function avia_add_custom_social_icon($icons) { $icons['Houzz'] = 'houzz'; return $icons; } add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);Cheers!
JosueHi!
Try editing the image to make it taller.
Regards,
JosueHey!
You don’t really have to worry about it, the % usage of FF mobile is very low, in any case there are some workarounds to these background image issues:
https://kriesi.at/support/topic/firefox-on-android-nastyness/#post-379701Best regards,
JosueHi!
Access provided doesn’t work, please check.
Cheers!
JosueSi no te aparece, activalo arriba en Opciones de Pantalla.
Hey!
Alternatively you could try:
.avia_textblock ul li { margin: 0; padding: 0; }Best regards,
JosueHi,
Did you remove the code in theme functions.php first? can 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:
.avia_textblock ul li { margin: 12px 0; }Cheers!
JosueHi,
Can you post the link to your website please?
Regards,
JosueAugust 14, 2015 at 11:19 pm in reply to: Set daily Interval for random order masonry gallery and other requests #488052Hello!
1. It is possible but it would require a heavy modification to the theme, unfortunately that’s beyond our support scope. You can request a customisation quote from a third-party provider here.
2. That’s possible if you set the source of the gallery to be a shared Taxonomy between Posts, Products, etc.
3-4. Can you post a link to your masonry?
Regards,
JosueHey!
1. Check out this article:
http://kriesi.at/documentation/enfold/custom-social-icons/2. Refer to:
https://kriesi.at/support/topic/social-sharing-add-another-service/3. Simply drag a Icon element from ALB, your imported icons should appear there (at the bottom).
Best regards,
JosueHey!
Enable the stickiness setting and add this to Quick CSS:
#sub_menu1 { position: absolute !important; }Best regards,
JosueHi!
We’re aware of the issue, unfortunately we are currently not supporting Firefox for mobile.
Best regards,
JosueHi!
The lightbox script we use in Enfold (Magnific Popup) can only open a single image via Lightbox. That being said, there are some plugins that kinda have this functionality you want:
http://www.nextgen-gallery.com/demos-of-all-nextgen-gallery-types/Regards,
JosueHey!
The basic version of the plugin only allows you to have one MC form, you’d need to upgrade it in order to have multiple forms with different markups throughout the page.
Best regards,
JosueHey!
I see it now, does it get fixed if you disable the pre-load setting? can you please create us a WordPress administrator account? post it here as a private reply.
Best regards,
JosueAugust 14, 2015 at 9:11 pm in reply to: Sidebar: Widget Text Position and Width and Portfolio Widget Format #487986Hey!
Try adding this code to the Quick CSS:
.inner_sidebar.extralight-border { margin-right: 50px; }Cheers!
JosueUnfortunately no, try posting your question in StackOverflow.
Best regards,
JosueHey!
Are you using a child theme? the code is meant to be used on a child theme functions.php. If you are not, you can use the following plugin to store it (move the code to Plugins > Edit Functions):
https://wordpress.org/plugins/functionality/Cheers!
JosueHi!
Try setting a class to the promobox itself, then you can reference the button like:
.custom_promobox .avia-buttonBest regards,
JosueHey!
Hm, to be honest i’m not familiar with typo3 but i think the rule should be something like this:
Redirect 301 /cms/index.php?id=6 http://lodenwalker.at/lodenwalke/The first parameter should not be an absolute path.
Best regards,
Josue -
AuthorPosts
