Forum Replies Created
-
AuthorPosts
-
Hi Bruno,
Can you create an administrator account and post it here as a private reply?
Regards,
JosueHi,
mbstring is not phased out, is a non-default extension, but most servers come with this activated whichever is the PHP version. I personally use it with Enfold in a PHP 5.5 server.
Regards,
JosueMay 25, 2014 at 6:03 pm in reply to: Advanced Layerslider shows question marks instead of Letters #269695You are welcome, glad we could help :)
Regards,
JosueYou are welcome, glad we could help :)
Regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHi!
Look for fonts here:
https://www.google.com/fontsAfter you found the font of your preference, add this to the theme functions.php:
add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['Font Name Here'] = 'Font Name Here:400,600,800'; // <- these are the font weight options return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['Font Name Here'] = 'Font Name Here:400,600,800'; // <- these are the font weight options return $fonts; }Regards,
JosueHey Andrea!
I can’t access wp-admin (Forbidden message displayed), but if you said your issue is already fixed, leave it as it is :)
Regards,
JosueHi!
This seems to be the problem you are having:
http://stackoverflow.com/questions/14254943/mbstring-php-and-mb-strimwidth-issueAsk your hosting to enable Multibyte String (mbstring).
Cheers!
JosueThat will depend on the size of the image, in that cases you’d need to manually set a bigger image using the Social Tab in Yoast, refer to this article (point 4):
https://developers.facebook.com/docs/opengraph/howtos/maximizing-distribution-media-contentPlease note that this questions are actually out of the scope of the support we offer.
Cheers!
JosueHey!
The WPLANG value for Arabic should be:
define('WPLANG', 'ar_AR')Cheers!
JosueYou are welcome, glad we could help :)
Regards,
JosueNo, you can fill the description boxes.
Best regards,
JosueHi!
Seems to be all right now (tried with this post):

The problem was that the og:image was being set manually, the code i provided was meant to be use in conjunction with the featured image function, so this should be left empty:

Cheers!
JosueYou are welcome, glad we could help :)
Regards,
JosueHey Philippe!
Could you be more specific about “not being able to use”? we need more information in order to debug a problem, also please post a link to your website, i’ll check it on IE.
Cheers!
JosueHello!
Both plugins (WooCommerce and WordPress SEO) are fully compatible with Enfold, it seems to be more of a WordPress/server issue rather than a theme one, unfortunately is out of the support scope we offer, try contacting a specialist.
Cheers!
JosueHi Carolina!
What slider are you using? can you post a link to your landing page?
Cheers!
JosueHi Sal!
Check this article:
http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/Best regards,
JosueHey Jennifer!
Put a Color Section (with the desired image) on top of the slider with an ID of #mobileimg, then add this to the Quick CSS:
@media only screen and (min-width: 768px) { #mobileimg{ display: none; } } @media only screen and (max-width: 767px) { #full_slider_1{ display: none; } #mobileimg{ display: block; } }Best regards,
JosueMay 24, 2014 at 11:41 pm in reply to: 500 SERVER ERROR AFTER INSTALL VIA FTP/UNABLE TO INSTALL VIA WP INSTALLER #269588Hey!
Make sure you are uploading the right folder:
Best regards,
JosueHey Brenda!
Try adding this code to the Quick CSS:
.avia-content-slider div.slide-meta { display: none; }Cheers!
JosueHi Omnyss!
Request it as a feature:
https://kriesi.at/support/enfold-feature-requests/In the meantime you can try using the Sharebar plugin, it allows you to add custom buttons
http://devgrow.com/sharebar-wordpress-plugin/Regards,
JosueHey!
1. No, the av-share-link box is not available as a shortcode yet.
2. Add this to the Quick CSS:
#top blockquote { border-left: 0 !important; position: relative; } #top blockquote:before { content:"\201C"; font-size: 32px; position: absolute; left: 0; top: 0px; }Cheers!
JosueClosed :)
Hi,
Can you post the link to your portfolio page please?
Regards,
JosueI did, i’m currently regenerating the thumbnails (12%), will post when it’s done.
Regards,
JosueHi!
Done:
http://www.jasminesboutique.co.uk/Seems the code only works if you have not set a logo here.
But i modified the code so it will show the other in non-home pages:
<?php function av_change_logo_url($url) { if(is_front_page()){ $url = "http://www.jasminesboutique.co.uk/wp-content/uploads/2014/05/logoWeb1.png"; }else{ $url = "http://www.jasminesboutique.co.uk/wp-content/uploads/2014/05/logoWebCIRCLE.png"; } return $url; } add_filter('avf_logo','av_change_logo_url', 100);Cheers!
JosueYou can use any of your preference, but if don’t have one at hand, use avia.josue at gmail.com
Cheers!
JosueGo to Users > Add new, create the user and post the details here.
Regards,
Josue -
AuthorPosts
