Forum Replies Created
-
AuthorPosts
-
Hey rcgama!
Thank you for using Enfold.
Yes, it’s possible. You can use the Color Section element. Add an image or video background. Note that the video background will not auto play on mobile devices so you need to add a fall back custom background image.
Best regards,
IsmaelHey!
Version 2.6.2 is more than a year old. A lot of fixes, features and improvements has been added to the theme. Regarding the container width, you need to reconfigure the Enfold > General Layout > Dimension options. This specific panel is not available on version 2.6.2. Please update the theme regularly.
Best regards,
IsmaelHey!
I tried to login to the site but I got an internal server error. Please check.
Best regards,
IsmaelHi!
Use this then:
.single .big-preview.single-big { position: absolute; max-width: 250px; max-height: 150px; } .single header.entry-content-header { margin-bottom: 100px; padding-left: 250px; }Adjust the values if necessary. For further modifications, please hire a freelance developer.
Best regards,
IsmaelHey!
This thread might be related to the current issue: http://stackoverflow.com/questions/28512254/google-web-fonts-not-correctly-rendering-in-safari
Cheers!
IsmaelMay 15, 2015 at 8:18 am in reply to: 3 questions about Enfold/Woocommerce, Enfold logo and Enfold responsiveness #444804Hi!
You don’t need to add the shortcode if you set the “Shop” page as the default shop.
[av_productgrid columns='2' items='-1' offset='1' sort='0' paginate='no']Best regards,
IsmaelHi!
I want to check the layer slider but the login credentials provided above aren’t working. I also noticed that the wp memory limit is quite low. Please increase it to at least 128M. Refer to this link for more info: http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Regards,
IsmaelHey!
That is the caption overlay. Edit the image element then go to the Caption panel. Enable it or set it to “Yes”. New options will appear below.
Cheers!
IsmaelHi!
Please give us a link to the page. What is the current settings for Blog Layout > Related Entries?
Best regards,
IsmaelHi!
I’m sorry but we don’t have access to the plugin. For faster results, please hire someone to make it compatible or fix the bugs that you may encounter when using the plugin inside the theme.
Cheers!
IsmaelHey!
Edit the color section element then set the Background Repeat setting to Stretch to Fit.
Best regards,
IsmaelHi sinisgroup!
Thank you for using Enfold.
Did you use the Category 1 and Category 2 as the portfolio items’ category? Or did you just set this category as parent of the sub category? The category sort filter will only display categories that is being currently use by the the portfolio items. It doesn’t have any hierarchical function.
Regards,
IsmaelHey!
The site looks OK in chrome. You can read these articles about WordPress optimization:
http://code.tutsplus.com/articles/10-quick-tips-optimizing-speeding-up-your-wordpress-site–wp-23148
http://kriesi.at/archives/4-key-wordpress-image-optimization-tips
https://codex.wordpress.org/WordPress_OptimizationBest regards,
IsmaelMay 15, 2015 at 7:38 am in reply to: Share icons in post not placed after end of text but end of post full content #444788Hi!
You have this code in the Quick CSS field which breaks the slider:
.entry-content-wrapper li { display: inline; }I removed it. Please hard refresh the page: http://olo-ravintola.fi/upgradedWP/testpage/
Cheers!
IsmaelHi!
Rebuilding the permalinks will rewrite the .htaccess file but it will not affect the layer slider url. How did the slider url broke anyway? Did you transfer the site?
Best regards,
IsmaelHi hmuscroft!
Thank you for using Enfold.
You can set the table’s responsive styling to scrollable. Edit the table element, set the table purpose to tabular and the responsive styling to scrollable.
Cheers!
IsmaelMay 15, 2015 at 7:08 am in reply to: Social Menu ( icons) – Change position & Height – Only in page #444775Hey jta!
Thank you for using Enfold.
Can you please provide a screenshot of where you want to the social icons to go? Use imgur or dropbox. You can set the social icon position on Enfold > Header > Extra Elements > Header Social Icons settings.
Best regards,
IsmaelHey!
You need to configure both language’s theme options. Go back to the dashboard, switch the language to Chinese then reconfigure the theme options.
Cheers!
IsmaelHi ambu112!
Thank you for using Enfold.
I just checked the site on a mobile device and the mobile menu displays in the header, right next to the logo. Please remove browser cache then reload the page.
Best regards,
IsmaelHey!
Add this in the functions.php file:
add_action('avia_meta_header', 'add_custom_content_to_header'); function add_custom_content_to_header() { do_action('icl_language_selector'); }Use the Quick CSS field to adjust the position of the language switcher.
Best regards,
IsmaelHi Sean!
Thank you for using Enfold.
Please purge the plugin cache or deactivate the cache plugin temporarily.
Regards,
IsmaelHey getmebranded!
Thank you for using Enfold.
Are you referring to the category or attributes sort box? You can add the Woocommerce Layered Nav widget in the Appearance > Widgets panel. If you want to filter by price, use the Woocommerce Price Filter. Note that this widgets will only work for the default shop page.
Best regards,
IsmaelHey!
Did you try the text widget? Use the widget area element to include it inside the advance layout builder.
Regards,
IsmaelMay 15, 2015 at 6:37 am in reply to: Cannot import demo file – receive error invalid or missing WXR #444766Hey!
Thank you for using Enfold.
This is actually a server related issue, it doesn’t happen on most enfold installation, but we’re still not sure what’s causing it. You can try to manually import the demo files. https://kriesi.at/support/topic/demo-content-error-2/#post-415879
Cheers!
IsmaelMay 14, 2015 at 3:41 pm in reply to: URGENT – Theme causing WooCommerce product not to display #444342Hi!
The error points to the breadcrumb script. What happens when you set the Header Title and Breadcrumbs to Hide Both?
Cheers!
IsmaelHi mattolf!
Thank you for using Enfold.
Did you create build the post with the advance layout builder? If yes, then you need to add the summary or excerpt manually in the Excerpt box. Edit the post, click Screen Options then enable the Excerpt box.
Cheers!
IsmaelHey gharding!
Thank you for using Enfold.
You can try this:
aside .widget { border: 1px solid #555; background-color: #fff; width: 100%; padding: 5px; font-size: 100%; color: #2f3a8f; margin: 10px 0; } h3.widgettitle { color: #FFFFFF; padding: 3px; text-transform: none; font-weight: normal; background: #2d3d90; background: -moz-linear-gradient(top, #2d3d90 0%, #2b3b8c 25%, #212f77 53%, #1c286b 69%, #182563 75%, #131e59 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2d3d90), color-stop(25%,#2b3b8c), color-stop(53%,#212f77), color-stop(69%,#1c286b), color-stop(75%,#182563), color-stop(100%,#131e59)); background: -webkit-linear-gradient(top, #2d3d90 0%,#2b3b8c 25%,#212f77 53%,#1c286b 69%,#182563 75%,#131e59 100%); background: -o-linear-gradient(top, #2d3d90 0%,#2b3b8c 25%,#212f77 53%,#1c286b 69%,#182563 75%,#131e59 100%); background: -ms-linear-gradient(top, #2d3d90 0%,#2b3b8c 25%,#212f77 53%,#1c286b 69%,#182563 75%,#131e59 100%); background: linear-gradient(to bottom, #2d3d90 0%,#2b3b8c 25%,#212f77 53%,#1c286b 69%,#182563 75%,#131e59 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d3d90', endColorstr='#131e59',GradientType=0 ); } .widget_search { border: none !important; padding: 0; }Regards,
IsmaelHey jaimemerz!
Thank you for using Enfold.
Add this in the functions.php file to increase the magazine excerpt:
add_filter('avf_magazine_excerpt_length','avf_magazine_excerpt_new_lenght', 10, 1); function avf_magazine_excerpt_new_lenght($excerpt) { $excerpt = 200; return $excerpt; }Regards,
Ismael -
AuthorPosts
