Forum Replies Created
-
AuthorPosts
-
You are welcome, glad to help :)
Regards,
JosueSeptember 13, 2014 at 7:25 am in reply to: Responsive Layout Large Max-Width 1210px Not Activating #318421Hey!
Can you post a screenshot/mockup of what would you want to achieve?
Best regards,
JosueHi!
You need to increase memory limit to at leas 128M, if editing the wp-config.php doesn’t work ask your hosting provider support to do it for you.
Regards,
JosueSeptember 13, 2014 at 2:43 am in reply to: How to left justify widgets when sidebar is on the left? #318406Hi!
Add this to Quick CSS:
.sidebar_left.sidebar { text-align: right; }Best regards,
JosueHey!
I tested that URL on my install (latest version of Enfold) and it did work. The root of the issue in yours are these errors you need to fix first (reinstalling WordPress, disabling plugins, etc) – http://screencast.com/t/0sQN1Jzg9K
Regards,
JosueMost of the times yes, when there is a critical update to fix bugs like this.
Regards,
JosueSeptember 13, 2014 at 2:36 am in reply to: Second-level nav/menu bar encroaches on full-width layerslider #318402Hey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 1139px) { #header_main_alternate:after { content: ""; background: white; display: block; height: 35px; width: 100%; position: absolute; } }Cheers!
JosueSeptember 13, 2014 at 2:32 am in reply to: Color Section: stretch to fit background no longer works #318400Hey!
Try adding this code to the Quick CSS:
.avia-full-stretch{ background-size: cover !important; }Then you’ll be able to have it stretched and fixed/scroll.
Cheers!
JosueHey!
No, if you want automatic updates you’d need to acquire LayerSlider as a stand alone plugin.
Cheers!
JosueSeptember 13, 2014 at 2:27 am in reply to: Menu "home" button on mobile doesn't work effectively #318396Hey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 767px) { #header-right { display: none !important; } }Cheers!
JosueSeptember 13, 2014 at 2:22 am in reply to: Second-level nav/menu bar encroaches on full-width layerslider #318394Hey!
I can see the problem now (i was seeing a lesser number of menu items when i first loaded the website), the solution is very simple, you need the mobile menu to appear sooner so the encroaching doesn’t happen.
Cheers!
JosueHey!
Seems to be a bug with the new version of LayerSlider, i don’t think we could fix it from our end to be honest. I’ll report it though.
Regards,
JosueSeptember 13, 2014 at 2:14 am in reply to: Second-level nav/menu bar encroaches on full-width layerslider #318390Did you try activating this?
September 13, 2014 at 2:10 am in reply to: Slider with blog posts and hide title of blog post #318388Hi,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueSeptember 13, 2014 at 2:07 am in reply to: Color Section: stretch to fit background no longer works #318386Hi Tim!
The login details you posted are not working, please re-check.
Cheers!
JosueSeptember 13, 2014 at 2:05 am in reply to: How to set the perfect portrait + landscape 'grid' in fullwidth masonry layout? #318383Hello,
I’m seeing the gaps in Chrome too, have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueSeptember 13, 2014 at 2:05 am in reply to: Fullwidth masonry blog leaving large spaces where images should be (safari only) #318382September 13, 2014 at 2:01 am in reply to: Second-level nav/menu bar encroaches on full-width layerslider #318380Hi!
Seems you have changed your menu structure, i’m not seeing the encroaching. If you plan to have a larger menu i’d suggest activating this option so the mobile menu appears sooner:

Regards,
JosueHey Richard!
I understand your request, but unfortunately implementing this to the Easy Slider would require a deep modification to theme which is something we can’t cover. As an alternative, i found out that RevSlider has this option (lazy load), you could give it a try (it has built-in integration with Enfold).
Best regards,
JosueSeptember 13, 2014 at 1:47 am in reply to: When WPML Plug-in is Active My half of Pages Disappear #318378Hi,
Does it happen with the default WordPress theme activated?
Cheers!
JosueSeptember 13, 2014 at 1:44 am in reply to: Display a message on a specific password protected page only #318376Hi Jason!
I believe you can use the the_password_form filter to control the output of the password protected form, something like:
function custom_func($output) { $modified_output = "Message"; $modified_output .= $output; return $modified_output; } add_filter('the_password_form', 'custom_func', 10, 1);Regards,
JosueHi!
You are having these errors in the Console, i’d suggest re-installing the parent theme and activating it to discard if the culprit of the issue is the child theme.
Best regards,
JosueHello Victor,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueSeptember 13, 2014 at 1:33 am in reply to: Responsive Layout Large Max-Width 1210px Not Activating #318371Hey!
Try adding this to the Quick CSS instead:
.avia-section .container { width: 100%; }Best regards,
JosueHey!
Try adding this code to Quick CSS:
.entry-content-wrapper .togglecontainer { overflow: hidden; }Best regards,
JosueHi!
Add this again to functions.php (after line 16):
$avia_config['posts_on_current_page'] = array(); add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['Open Sans 2'] = 'Open Sans:300,400,600,800'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['Open Sans 2'] = 'Open Sans:300,400,600,800'; return $fonts; }If you want to avoid this every time you update consider using a child theme or a plugin like this to store custom functions separated from the theme core.
Cheers!
JosueHi!
I’m asking for a WP administrator account, you can create one in the Dashboard (Users > Add new).
Regards,
JosueSeptember 12, 2014 at 11:47 pm in reply to: Icon box icons not displaying in several browser instances #318355You are welcome, glad to help :)
Regards,
Josue -
AuthorPosts
