Forum Replies Created
-
AuthorPosts
-
Hey!
You need to set that Page as the frontpage here:

That’s the menu item label, you can change it here.
Best regards,
JosueHey!
Make sure you have this setting selected:

Best regards,
JosueHey!
There is this conditional you can use to detect when you are on a BBPress page:
if(is_bbpress()){ echo "intro"; }Where exactly you want to put this message?
Regards,
JosueHi,
Open /config-templatebuilder/avia-shortcodes/toggles.php and look for line 182:
$output .= $sortlist.$content.'</div>';Replace it by this:
$output .= $content.$sortlist.'</div>';Regards,
JosueHi!
Have you tried putting these custom HTML code inside a Code Block element?
Regards,
JosueHey!
If you are referring to the font-family i’m actually seeing it accordingly to the setting in the Theme Options:

Best regards,
JosueHey!
Can you post a screenshot of your mobile view?
Regards,
JosueYou forgot the link of the website.
Cheers!
JosueThe problem is that the images are missing their thumbnails, therefore the havoc in the gallery element, so i tried running the Regenerate Thumbnails plugin but i kept getting this error:

Doing a google search i found out that the culprit of the issue is the ModSecurity rule, i also found this detailed article which may be of help:
http://pumastudios.com/2009/05/file-uploads-and-mod_security-vs-wordpress-wp-adminadmin-ajaxphpBest regards,
JosueYou are welcome Zvi, always glad to help :)
Regards,
JosueHi,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueI believe this is a server-related issue, i tried switching to the default WP theme (to see if the issue is coming from the theme) and the homepage didn’t load either, i kept getting this error:
Gateway Time-out
The gateway did not receive a timely response from the upstream server or application.I suggest contacting your hosting provider support about this problem.
Regards,
JosueHehe, you are welcome, always glad to help :)
Regards,
JosueHey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 480px) { ul.avia_wpml_language_switch li { padding: 0 !important; } }Cheers!
JosueSip, lo único que podrías hacer es limitar la aplicación del código por pagina (page-id-xx).
El código del tooltip esta en:
/config-templatebuilder/avia-template-builder/assets/js/avia-tooltip.jsI believe i found the root of the issue:
http://wordpress.org/support/topic/ajax-problem-failed-to-load-resource-the-server-responded-with-status-of-503Try adding this to your .htaccess file:
<IfModule mod_security.c> SecFilterEngine Off SecFilterScanPOST Off </IfModule>Cheers!
JosueHey Kelsey!
I couldn’t login :(

Best regards,
JosueHey Mario!
That code doesn’t work because the tooltips appear at the very end of the markup (outside the color section), you should use this code:
.avia-tooltip, .avia-arrow-wrap .avia-arrow{ background: rgba(255, 255, 255, 0.9)!important; color:#999999!important; }Best regards,
JosueJune 9, 2014 at 7:31 pm in reply to: Fullscreen slider jumpy and not smooth on some browsers #276559Hi!
Try changing the code in Quick CSS to:
.Safari .avia-fullscreen-slider .avia-slideshow-inner { -webkit-transform: translate3d(0px, 0px, 0px) !important; }Best regards,
JosueJune 9, 2014 at 7:22 pm in reply to: Which image size should I go for, for enfold's homepage sider #276556Hey!
In the homepage slider we use this image as the background, which is 1700×470 so i think 1732 x 1155 would be enough.
Best regards,
JosueHi!
It’s a font problem, for some reason Open Sans does not support Hebrew on IE. You’d need to change it.
Regards,
JosueHey!
Maybe there are residual data on the database, try running this plugin:
https://wordpress.org/plugins/wpdbspringclean/Regards,
JosueHey Effektid!
Try regenerating the thumbnails:
http://wordpress.org/plugins/regenerate-thumbnails/Regards,
JosueCan you please create me an administrator account? post it here as a private reply.
Regards,
JosueHey!
That’s expected, you set the image size here:

Cheers!
JosueTry adding this code to the Quick CSS:
#header_main_alternate { background: #999796; }Also, the login details you posted are not working.
Cheers!
JosueCould you try upping it to 256 or more?
Hi Paul,
Are you using the latest version of Enfold (2.8.1) / WordPress (3.9.1)? have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
Josue -
AuthorPosts
