Forum Replies Created
-
AuthorPosts
-
August 14, 2015 at 4:34 am in reply to: Sidebar: Widget Text Position and Width and Portfolio Widget Format #487535
Hey!
Setting a custom link is not currently possible for the normal Gallery, however, you have this option if you use the Masonry Gallery instead http://screencast.com/t/IFVIOyazBR
Cheers!
JosueHi,
Open /config-templatebuilder/avia-shortcodes/promobox.php and look for line:
$atts['position'] = 'right';Replace it by this:
$atts['link_target'] .= 'nofollow';Regards,
JosueHey!
Try the following, open /enfold/config-templatebuilder/avia-shortcodes/postslider.php and replace its content with this – https://gist.github.com/josueochoa/960f1b1d483a08307e5b
Cheers!
JosueHey!
Thing is, Edge is only available for Win10 and i’m not sure if any of us are running that right now (i’m not). Do you see something in the Console log? have you checked it on another computer? does it happen on other Enfold installations?
Regards,
JosueHello,
Would suggest you trying out a plugin like this:
https://wordpress.org/plugins/redirection/Best regards,
JosueHey!
I’m unable to reproduce this issues on my end (Chrome / OS X), are you experiencing this under a specific environment?
Nice site, btw.
Cheers!
JosueAugust 13, 2015 at 11:10 pm in reply to: Sidebar: Widget Text Position and Width and Portfolio Widget Format #487488You are welcome, glad to help :)
Regards,
JosueHi,
Can you post the link to your blog please?
Regards,
JosueAugust 13, 2015 at 10:31 pm in reply to: Sidebar: Widget Text Position and Width and Portfolio Widget Format #487466Hey!
Try adding this code to the Quick CSS:
#top div .avia-gallery img { padding: 0; }Cheers!
JosueAugust 13, 2015 at 10:26 pm in reply to: Option for parallax or fixed setting on background video of colour section #487464Hi!
I see, unfortunately there’s no option for parallax/fixed video background on section right now, please post your request here:
https://kriesi.at/support/enfold-feature-requests/Regards,
JosueAugust 13, 2015 at 8:05 pm in reply to: Sidebar: Widget Text Position and Width and Portfolio Widget Format #487417Hey!
Please post a link to the Page with the Gallery.
Cheers!
JosueAugust 13, 2015 at 7:46 pm in reply to: https is wonking out the site, host claims its an issue with the theme #487395You are welcome Kris, glad to help :)
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHey Denis!
It is possible, you just need to wrap the form HTML with the following to make it “transparent”:
<fieldset class='av-light-form'> ..FORM HTML HERE.. </fieldset>That being said, if you plan to have multiple MC forms you’d need to purchase the Pro version of the plugin:
https://mc4wp.com/features/Best regards,
JosueHey!
Try adding this code to the Quick CSS:
.sub-menu { border-radius: 10px; overflow: hidden; padding-top: 20px !important; }Cheers!
JosueAugust 13, 2015 at 10:44 am in reply to: Create a color-section that doesn't overlap the sidebar #487060Hey Driekus!
Have you tried using a Widget element? that way you can disable the natural sidebar and use that instead.
Best regards,
JosueHi!
Can you post a screenshot of your view? here’s how it looks on my end – http://screencast.com/t/rsEesHmv
Regards,
JosueAugust 13, 2015 at 10:37 am in reply to: custom widget: modal_group items not loading after page is saved #487056Hi!
If your element content is dynamically filled with a CPT i’d suggest you using another type of element as a base (like the blog posts element or portfolio grid, the icon list is filled with static content put directly inside the shortcode).
In any case if you really want us to take a look, please create us a WordPress administrator account, post it here as a private reply.
Best regards,
JosueAugust 13, 2015 at 8:22 am in reply to: single product page sidebar to right instead of below that won't break on mobile #487004Hey Erich Nolan!
Sidebars do work fine on ALB enabled pages as long as you don’t use fullwidth elements, in any case you can always rely on Widget Areas element to mimic a Sidebar.
Best regards,
JosueHi!
Try doing something like this:
echo do_shortcode( "[shortcode]$text_to_be_wrapped_in_shortcode[/shortcode]" );Best regards,
JosueAugust 13, 2015 at 5:35 am in reply to: Sidebar: Widget Text Position and Width and Portfolio Widget Format #486926Hey!
We’d need to first find a way to define the “person’s title”, i think this plugin could work for that (it allows you to add meta boxes to posts/page in order to attach meta data to them).
Then we’ll need to edit the source of the portfolio feed widget and replace the
datefor the field we’ve just created, open /framework/php/class-framework-widgets.php and look for line 536:echo "<span class='news-time'>".get_the_time($time_format)."</span>";Replace it by:
echo "<span class='news-time'>".get_field('field_name')."</span>";Regards,
JosueHi James!
I’ve reported the issue to Kriesi.
Cheers!
JosueAugust 13, 2015 at 5:20 am in reply to: Making a YouTube video auto-play only the first time a user visits #486921Hey!
PHP code is not allowed in normal Text widgets, maybe this plugin could the trick:
https://wordpress.org/plugins/php-code-widget/Don’t forget to add the code to header.php too.
Best regards,
JosueHey!
Sidebar child page pagination should appear automatically if you have this option activated – http://screencast.com/t/eL2fwW2ly1R
Best regards,
JosueHey!
Your parent theme path seems to be the culprit of the issue:
/wp-content/themes/enfold/enfold/Should be:
/wp-content/themes/enfold/Regards,
JosueHi Tim!
Try adding the following to your child theme functions.php:
if(!function_exists('avia_wpml_language_switch')) { add_action( 'avia_meta_header', 'avia_wpml_language_switch', 10); add_action( 'ava_main_header_sidebar', 'avia_wpml_language_switch', 10); function avia_wpml_language_switch() { do_action('wpml_add_language_selector'); } }Best regards,
JosueHey Fab,
Yes, there is, look in js/avia.js:65-103:
$.avia_utilities.avia_ajax_call = function(container) { .... }You could try putting the flowplayer activation inside that.
Regards,
JosueAugust 13, 2015 at 1:59 am in reply to: https is wonking out the site, host claims its an issue with the theme #486880Hi!
Could you try disabling GD Booster for a moment and check if it gets fixed?
Regards,
JosueHi!
Try installing this plugin and pasting the code in Plugins > Edit Functions instead.
Cheers!
JosueAugust 12, 2015 at 9:21 pm in reply to: PROBLEM WITH WPML AND ENFOLD WHEN YOU NEED TO DO A LINK WITH BOX WITH ICON #486791Dale, me avisas.
Saludos,
Josue -
AuthorPosts
