Forum Replies Created
-
AuthorPosts
-
Hey!
Try adding this at the very end of your theme functions.php file:
add_filter('locale', 'wpse27056_setLocale'); function wpse27056_setLocale($locale) { if ( is_admin() ) { return 'en_US'; } return $locale; }Cheers!
JosueYou are welcome, always glad to help :)
Regards,
JosueHi again Joshua!
The first thing i noted is that now you use a “boxed” layout, you’d need to change it to the extended one in order to get the full width menu you want to have.
Regards,
JosueHi Joe!
Where in your category page would you like to add the slider? can you post a screenshot/mockup?
Regards,
JosueHey!
Seems you already adjusted it to 3px, you can also target them individually, with this:
span.special_amp:nth-of-type(1) { margin: 0 10px; } span.special_amp:nth-of-type(2) { margin: 0 20px; }Best regards,
JosueHey Daniela!
Which positions exactly are marked as ‘virus’? did you run this test on a fresh copy of Enfold?
Regards,
JosueJune 9, 2014 at 6:14 pm in reply to: Background main content image NOT loading in some specific pages #276506You are welcome, always glad to help :)
Regards,
JosueHi Trevor!
1. Try adding this to the Quick CSS:
span.special_amp { margin: 0 5px; }2. The favicon looks fine, at least on my end:

Cheers!
JosueJune 9, 2014 at 6:06 pm in reply to: Is Layerslider IE 8+ compatible? Any specific hacks to know? #276495Hey Rick!
Try increasing the PHP memory limit:
http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHPDon’t forget to update the theme.
Cheers!
JosueYou are welcome, always glad to help :)
Regards,
JosueJune 9, 2014 at 5:37 pm in reply to: Background main content image NOT loading in some specific pages #276478Hey!
Yes i do, add this too:
.avia-layerslider.container_wrap { background: none !important; }Cheers!
JosueHey Régis!
Try adding this code to the Quick CSS:
.widgettitle { color: white !important; background: red !important; padding: 5px; text-transform: none !important; }Modify as needed.
Cheers!
JosueHi Rick!
The login you provided is not working.
Regards,
JosueHi,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueThat’s possible, you’d need to set an ID to that color section and then use CSS to create the arrow, something like this will do the trick (Quick CSS):
#colorsection:after { content: ""; width: 0; height: 0; border-style: solid; border-width: 50px 50px 0 50px; border-color: #b2b2b2 transparent transparent transparent; position: absolute; display: block; z-index: 10; right: 5%; }Adjust as needed (border-width, border-color, right, etc).
Best regards,
JosueHi Sascha,
Can you post the link to your website please?
Regards,
JosueJune 7, 2014 at 10:44 pm in reply to: Responsive error – table with buttons on windows phone #276140Hi!
Try selecting this options:

Cheers!
JosueYou should be able to do that with the Color Section element, could you explain why exactly didn’t meet your needs?
Cheers!
JosueHey!
It should work now.
Make sure you always have these settings selected in the Theme Options (Styling):

Best regards,
JosueCan you post a screenshot/mockup of what would you want to achieve (on your website)?
Best regards,
JosueYou are welcome :)
Hey!
Do you want to have a banner as a logo? could you post a screenshot/mockup of what would you want to achieve?
Best regards,
JosueJune 7, 2014 at 10:26 pm in reply to: Fullscreen slider jumpy and not smooth on some browsers #276129Hey!
Try with this code instead (same line 61):
<body id="top" <?php body_class($style." ".$avia_config['font_stack']." ".$blank." ".avia_get_browser()); avia_markup_helper(array('context' => 'body')); ?>>Regards,
JosueHey Mohan!
The dummy data should import the latest content as long as you do it using the latest version of Enfold (2.8.1).
Cheers!
JosueHave you tried disabling all third-party plugins (except WC) to see if it gets fixed?
Regards,
JosueHello!
It is possible but it would require a heavy customization to the theme, unfortunately that’s beyond the scope of the support we can offer. If you really need it try contacting a developer.
Cheers!
JosueHello Rick,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueJune 7, 2014 at 10:06 pm in reply to: Sidebar showing up at bottom of page … wrong place, not in sidebar area #276120 -
AuthorPosts

