Forum Replies Created
-
AuthorPosts
-
Hey eymata!
What do you mean by ready-made? You can use WPML to translate it. Also, you can try BuddyPress but it is not fully compatible with Enfold.
Cheers!
IsmaelHi!
Oops. My bad. Please follow these instead:
1.) Use this to center align the captions.
.caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title { width: 100%; text-align: center; } .avia-caption, .avia-inner-caption, .avia-inner-caption > * { width: 100%; left: 0; }2.) Replace loop-index.php with this: http://pastebin.com/Eciz1nnh
Best regards,
IsmaelHi Jakob!
What specific links are not working? What kind of mobile phone are you testing this with? Please deactivate all plugins, see if the issue is fix.
Regards,
IsmaelHey!
Please place all media queries at the very bottom of Quick CSS or custom.css. We need to see the actual website. Please post the link here.
Cheers!
IsmaelHi anweb!
I see a lot of categories on the shop page. How many categories do you have? You can use the woocommerce shortcode “[product_categories number=””]” to show all product categories by id or by slug. Leave it blank to show all product categories.
Best regards,
IsmaelHey!
There are two instances of the code Yigit posted. Please find the other one on line 898.
Best regards,
IsmaelHi Jakob!
You can use this on Quick CSS or custom.css:
#socket .copyright { text-align: center; display: block; width: auto; }Regards,
IsmaelHey!
You haven’t translated the product categories yet. Please refer to this link on how to translate product categories, tags and attributes. http://wpml.org/documentation/related-projects/woocommerce-multilingual/#translating_product_categories/
Regards,
IsmaelHey!
There is a left margin that is pushing the form to outer right of the website when viewing on smaller screens. You can use media queries to adjust the left margin on different sizes:
@media only screen and (min-width: 768px) { #mc_embed_signup { margin-left: 250px; } }Cheers!
IsmaelHey primdogg!
Unoptimized images can really slow down a website. You might want to reduce the size a bit without affecting the quality. Use cache and minify plugins. Common plugins used are:
http://wordpress.org/plugins/w3-total-cache/
http://wordpress.org/plugins/bwp-minify/Cheers!
IsmaelMarch 23, 2014 at 4:59 am in reply to: Deciding för column width when using Enfold Content Elements? #241732Hey abedia!
I’m sorry but what do you mean by “decide for the column width”? You can insert the table element inside the column layouts. Please post a screenshot of what you’re trying to do.
Best regards,
IsmaelHi!
Is this the page? http://www.kindbo.com/blogg/
Please post the login details here and set it as a private reply. We would like to check it. We don’t usually support third party plugins, you might want to contact the plugin author.
Cheers!
IsmaelMarch 23, 2014 at 4:36 am in reply to: Comment Moderation always on and "generic featured image" hover text #241728Hey starshyne!
1.) Did you disable these settings on Settings > Discussion?
An administrator must always approve the comment
Comment author must have a previously approved commentPlease check the setting “Comment Moderation” and increase the value.
2.) Can you please give us a link to the actual page with the issue?
Regards,
IsmaelHey!
Thank you for using the theme. I hope you’re doing great.
The login details are incorrect. Please check.
Regards,
IsmaelHey Konstantin!
Unfortunately, you have to use a plugin for https. Anyway, you can request the feature here: https://kriesi.at/support/enfold-feature-requests/
You’ll have 5 votes every month which you can use to vote for a certain feature. You can use these votes on a single feature or spread them between several requests.
Regards,
IsmaelHi Viramedia!
The additional portfolio settings and image gallery are for the portfolio ajax preview. This is an example of the ajax portfolio: http://kriesi.at/themes/enfold/portfolio/portfolio-ajax/
Regards,
IsmaelHey intosuwo!
You can use this on Quick CSS to change the font weight on mobile devices:
@media only screen and (min-width: 768px) { body, body p { font-weight: bold; } }There are other texts or string that you might need to target specifically.
Cheers!
IsmaelHey!
You can use this on the child theme’s functions.php:
function avia_change_image_size_array() { global $avia_config; $avia_config['imgSize']['gallery'] = array('width'=>900, 'height'=>600 ); // images for portfolio entries (2,3 column) avia_backend_add_thumbnail_size($avia_config); } add_action( 'init', 'avia_change_image_size_array', 1);Cheers!
IsmaelHi!
1.) If you want to change the style of a specific element on a certain page or post, you can use the Google Chrome Inspect Element. Look for the unique css body class.

On the example above, the page’s unique selector is .page-id-2251. We can use it to change the element within that page.
.page-id-2251 #header_main .av-special-heading { margin-top: 90px; }2.) You can manually type it right before the paragraph or sentence that you want to use as excerpt. Refer to this link: http://codex.wordpress.org/Customizing_the_Read_More
3.) No, sorry but you can’t use layer sliders inside column layouts.
Please watch these videos to learn more about the theme: http://vimeo.com/channels/aviathemes
Refer to this link for more info: http://kriesi.at/documentation/enfold/
Best regards,
IsmaelHey!
You’re not using the latest version of Enfold. Please download 2.6.2 from your themeforest account then update the theme via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750
Cheers!
IsmaelHey!
Have you tried to reconfigure the header options? Some users’ problem was fixed by simply changing a few options on Enfold > Header then saving it. Did you copy the header.php file on the child theme folder? If yes, then delete the header.php on your child theme folder. Get the new header.php file from the parent theme folder and copy it to your child theme folder. You can see the header element codes like logo, menu etc on includes > helper-main-menu.php.
Do you mind posting the login details here? Set it as a private reply.
Cheers!
IsmaelHi!
The image link is broken. Please post it again. The website is not loading on my end, weird. Let me ask Yigit and the rest of the support team to check this again.
Best regards,
IsmaelHey Richard_Byford!
Can you please give us a link to the website? If I am not mistaken, it is a third party plugin that is causing the issue. Please deactivate all plugins, see if the issue is fixed.
Cheers!
IsmaelHi!
Do you mind posting the login details here? We would like to check it. Set it as a private reply.
Best regards,
IsmaelHi!
Please try this one:
.avia-section { min-height: 60px; position: static; }Cheers!
IsmaelHey!
Yes, that is possible. Just add this on the child theme’s functions.php:
/* * Register frontend javascripts: */ if(!is_admin()) { add_action('wp_enqueue_scripts', 'avia_register_child_frontend_scripts', 100); } function avia_register_child_frontend_scripts() { $child_theme_url = get_stylesheet_directory_uri(); //register js wp_register_script( 'avia-default-child', $child_theme_url.'/js/avia.js', array('jquery'), 1, false ); wp_enqueue_script( 'avia-default-child' ); }Create a js folder with the avia.js file inside.
Regards,
IsmaelHi!
@biklops: I checked the website but I don’t see any social icons there. Did you just hide it via CSS or the new header options work?
@drjill: We’re really sorry about that. We’re just trying to improve the users’ overall experience with Enfold by giving you more options like the ones we added for the header options. A lot of users were requesting for css modifications like header height, logo position, social icons position, phone numbers etc because they are not available on the previous header options. Now, you can do all those things without adding any css or changing any code. There will be certain setbacks but we hope that you appreciate Kriesi’s efforts.Anyway, you can recopy the header.php file from the parent theme folder and replace the one that you have on your child theme. You can find most of the header codes like logo, menu etc on includes > helper-main-menu.php file.
Regards,
IsmaelHey phil!
Have you tried to recreate the color section? Please give us a link to the website. A screenshot explaining the issue will help.
Regards,
IsmaelHi romano2!
AFAIK there is no option that you can append on the youtube url to force the video to play hd. You can only set the videos that you uploaded on your account to play as hd.
Go to YouTube and sign into your account (if you’re not already signed in). Look for the Youtube Settings > Playback > Video playback quality > enable the “Always play HD on fullscreen (when available)”.
Regards,
IsmaelHey ckosheff!
1.) You can add something like this on Quick CSS to adjust the position of the caption:
.avia-caption { bottom: 40px; left: 20%; }2.) Please edit includes > loop-index.php, replace all of it with this code: http://pastebin.com/cYBSQghy
Cheers!
Ismael -
AuthorPosts
