Forum Replies Created
-
AuthorPosts
-
September 18, 2014 at 8:01 pm in reply to: Full width easy slider doesn't look good on mobile #321440
Hi!
Can you post a link to the page in question?
Regards,
JosueHey!
Did you try adding the code i suggested? basically that will swap the position of the sidebar and the content when the page is being on mobile, that way the sidebar will appear first.
If you create me an admin account i may be able to apply the code for you.
Cheers!
JosueLet us know how it goes :)
Regards,
JosueHi Seth!
Yes, that will make any Enfold contact form loss its styling, is that a problem for you?
Best regards,
JosueHi Chris!
What code have you added? can you post a link to your website please?
Cheers!
JosueHey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 767px) { .ls-inner { background-size: cover !important; background-repeat: no-repeat; } }Cheers!
JosueSeptember 18, 2014 at 10:12 am in reply to: Help – Serious Problem with enfold installation! #321051Hey!
The issue you are having its very particular, can you please create us an administrator account? post it here as a private reply.
Regards,
JosueHi!
I have no experience with WC emails to be honest, i’ll tag the rest of the team, maybe they can contribute with something.
Best regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueHi!
Look in /enfold/config-templatebuilder/avia-shortcodes/portfolio.php, around line 380-390.
Regards,
JosueSeptember 18, 2014 at 10:03 am in reply to: Subtitles plugin works for blog posts, not for pages #321043Hey Marc!
Try switching back to the normal editor on Pages, that should make the plugin work. Please note that making third-party plugins compatible with the theme its outside our support scope.
Regards,
JosueHola,
Si, si estas usando WP 4.0 tienes que actualizar Enfold a 2.9.2:
Saludos,
JosueYou are welcome :)
Note: you can also use this plugin to store custom functions as a plugin.
Regards,
JosueHi,
Try adding this at the very end of your theme functions.php file:
function add_custom_script(){ ?> <script> (function($) { $(window).load(function() { $('a[href*="iframe=true"]').magnificPopup({ disableOn: 700, type: 'iframe', mainClass: 'mfp-fade', removalDelay: 160, preloader: false, fixedContentPos: false }); }); })( jQuery ); </script> <?php } add_action('wp_footer', 'add_custom_script');Regards,
JosueSeptember 18, 2014 at 6:43 am in reply to: Contact Form – Email sent from noreply@testmail.com #320909Hi!
It’s seems to be a server configuration then, try asking your hosting support to change the default mail output headers (sender and subject).
Cheers!
JosueHi Kathie!
Can you give us an example of a specific page where this issue occurs?
Regards,
JosueHi,
Try adding this at the very end of your theme functions.php file:
function add_custom_script(){ ?> <script> jQuery(window).load(function(){ if (window.matchMedia("(min-width: 767px)").matches){ jQuery("#main main").before(jQuery("#main aside")); } }); </script> <?php } add_action('wp_footer', 'add_custom_script');Hello!
Unfortunately that’s not possible right now.
Cheers!
JosueHey!
Adsense is appearing as expected before the breadcrumbs.
Regards,
JosueHey!
Goran’s code references grid units, it essentially modifies the global $avia_config variable when WordPress initializes (init hook):
function change_sidebar_left_layout() { global $avia_config; $avia_config['layout']['sidebar_left'] = array('content' => 'ten', 'sidebar' => 'two alpha' ,'meta' => 'two alpha', 'entry' => 'eight'); }; add_action('init', 'change_sidebar_left_layout');You can extend it to affect right sidebars and/or fullsize layouts:
function change_sidebar_left_layout() { global $avia_config; $avia_config['layout']['sidebar_left'] = array('content' => 'ten', 'sidebar' => 'two alpha' ,'meta' => 'two alpha', 'entry' => 'eight'); $avia_config['layout']['sidebar_right'] = array('content' => 'ten', 'sidebar' => 'two alpha' ,'meta' => 'two alpha', 'entry' => 'eight'); $avia_config['layout']['fullsize'] = array('content' => 'twelve alpha', 'sidebar' => 'hidden', 'meta' => 'two alpha', 'entry' => 'eleven'); }; add_action('init', 'change_sidebar_left_layout');Best regards,
JosueHey Thomas!
Does it gets fixed if you activate the default WordPress theme?
Cheers!
JosueSeptember 18, 2014 at 5:35 am in reply to: Problem with Team members – can't add more than 6? #320881Hey Paul!
Glad you managed to work it out. It’s worth noting that you could have made these fixes via debug mode:
http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/Best regards,
JosueI’m not seeing the code added to your Quick CSS:
http://www.biliranisland.com/ph/wp-content/uploads/dynamic_avia/enfold.css?ver=54192b49eab3aBest regards,
JosueHi!
You are pretty close, try changing the overlay part to this:
.av-masonry-entry:before { content: attr(title); background: #00b5f1; position: absolute; width: 97%; height: 96.2%; z-index: 1000; text-align: center; line-height: 180px; opacity: 0; font-weight: bold; font-size: 24px; }Cheers!
JosueHi Ruud!
Use this code instead:
#header_main .container, .main_menu ul:first-child > li > a { line-height: 247px !important; }Regards,
JosueSeptember 18, 2014 at 5:25 am in reply to: LayerSlider not allowing me to create new slides or edit old ones #320871Hey!
Try adding this line to your wp-config.php file:
define( 'CONCATENATE_SCRIPTS', false );Best regards,
JosueHi!
Can you hand me a FTP account or a WordPress administrator account?
Best regards,
JosueHey!
Do the following:
1. Install this plugin: https://wordpress.org/plugins/simple-image-sizes/
2. Go to Settings > Media
3. Change the entry_with_sidebar image size (increase it).
4. Regenerate the thumbnails, click the button at the bottom.Best regards,
JosueHi,
Open avia.js and look for this lines:
autolinkElements: 'a[rel^="prettyPhoto"], a[rel^="lightbox"], a[href$=jpg], a[href$=png], a[href$=gif], a[href$=jpeg], a[href$=".mov"] , a[href$=".swf"] , a:regex(href, .vimeo\.com/[0-9]) , a[href*="youtube.com/watch"] , a[href*="screenr.com"]', videoElements : 'a[href$=".mov"] , a[href$=".swf"] , a:regex(href, .vimeo\.com/[0-9]) , a[href*="youtube.com/watch"] , a[href*="screenr.com"]',Replace them by this:
autolinkElements: 'a[rel^="prettyPhoto"], a[rel^="lightbox"], a[href$=jpg], a[href$=png], a[href$=gif], a[href$=jpeg], a[href*=".jpg?"], a[href*=".png?"], a[href*=".gif?"], a[href*=".jpeg?"], a[href$=".mov"] , a[href$=".swf"] , a:regex(href, .vimeo\.com/[0-9]) , a[href*="youtube.com/watch"] , a[href*="screenr.com"], a[href*="iframe=true"]', videoElements : 'a[href$=".mov"] , a[href$=".swf"] , a:regex(href, .vimeo\.com/[0-9]) , a[href*="youtube.com/watch"] , a[href*="screenr.com"], a[href*="iframe=true"]',Regards,
JosueSeptember 18, 2014 at 4:47 am in reply to: Light box action is not working in the gallery setting #320854Hi!
Make sure Jetpack is updated and compatible with WP 4.0 and you don’t have any gallery (or related) modules activated.
Cheers!
Josue -
AuthorPosts
