Forum Replies Created
-
AuthorPosts
-
Hi!
You can add this on Quick CSS or custom.css:
#header_main .social_bookmarks li a { border-radius: 5px; } #top .social_bookmarks li { width: 30px; margin-left: 5px; } #top .social_bookmarks li a { background: #c5c5c5; color: white; }Regards,
IsmaelHey Konstantin!
You can use a child theme if you want to preserve the modifications. Refer to this link: http://kriesi.at/documentation/enfold/using-a-child-theme/
Cheers!
IsmaelMarch 23, 2014 at 6:16 am in reply to: Mobile Menu Option NOT showing its entire menu items on ipad #241748Hi Jae!
Do you have the latest version 2.6.2? There is an option to hide the submenus for mobile menu. Go to Enfold > Header > Mobile Menu > Hide Mobile Menu Submenu Items. Disable it.
Best regards,
IsmaelHi!
Set the post format to Gallery then use the “Add Media” button to insert a gallery. Save the post then edit the blog page. Use the “Single author, small preview pic” blog style.
Best regards,
IsmaelHey!
You’re using an old version of the theme. Please download the latest version from your themeforest account then update the theme via FTP.
Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750Once you’re done with the update. Edit the Fullscreen Slider, you’ll see a new option “Display a scroll down arrow”.
Regards,
IsmaelHey 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,
Ismael -
AuthorPosts
