Forum Replies Created
-
AuthorPosts
-
Hey placewrightdesign!
The background image source doesn’t exist. Are you sure this is the correct image url?
http://www.alarm.com/videos/Energy_FINAL_040313.jpg
Best regards,
IsmaelHey hawea74!
Do you have the latest version of Enfold? I think the IE8 issue with the logo is fixed on the latest update.
Cheers!
IsmaelOctober 15, 2013 at 4:04 pm in reply to: Javascript error on "edit page": Uncaught Error: cannot call methods on sortable #175915Hey!
You have a lot of plugins installed. Have you tried deactivating one of them except for the Yeost SEO plugin? I don’t want to ruin any settings that you set on any of the plugins. Maybe a combination of plugins is causing the issue.
Cheers!
IsmaelHello!
Can you please send in the login details?
You can email it to ///.
Include the word “Kriesi” on the subject. Add the link of this thread on your email.
Best regards,
IsmaelHello digitaltalentagents!
Can you please post a link to your website and your blog page? Do you have any plugins installed that may interfere with the theme? Please disable them first.
Cheers!
IsmaelOctober 15, 2013 at 7:14 am in reply to: Menu drop downs on main page are clear after update #175492Hello lpfa!
You can add this on your custom.css or Quick CSS:
#top .variations .label label { margin-top: 5px; text-align: left; min-width: 220px; }Regards,
IsmaelHello jaimemerz!
You can add this on your custom.css or Quick CSS to hide the menu on the post page.
.single .main_menu div ul li { display: none; } #top #menu-item-search { display: block !important; }Cheers!
IsmaelOctober 15, 2013 at 7:06 am in reply to: Navigation menu for long single page website with Enfold #175488Hey kheong!
You can follow these steps. You can add this on js > avia.js.
$('#avia-menu li a').click(function(event) { $('#avia-menu li a').click(function(){ $('#avia-menu li a').removeClass('active'); $(this).addClass('active'); }); });Then add this on your custom.css or Quick CSS;
#avia-menu li a:hover, #avia-menu li a.active { background: #ff0; color: red !important; }You can try the effect by creating a page with 3 Color Sections. Set an id on “For Developers: Section ID” field. Name the sections 1, 2 and 3 respectively. Go to Appearance > Menus, create a new menu. Add custom links with URL like #1, #2 and #3.
Regards,
IsmaelHello!
On Slide Options > Slide delay. Did you set a value?
Can you please send in the login details?
You can email it to //…
Include the word “Kriesi” on the subject. Add the link of this thread on your email.
Regards,
IsmaelHi!
You can add the !important after the css property value to override the inline style. Can you please post a screenshot? A link to the actual website will help.
Regards,
IsmaelHi ttem!
The blog grid layout use the portfolio thumbnails set on functions.php
$avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column)You can change the size then regenerate the thumbnails.
Best regards,
IsmaelHey!
I’m not sure if I’m following the thread correctly but this is what I see on mobile view. The menu toggle icon is correctly displayed.

Cheers!
IsmaelOctober 15, 2013 at 6:34 am in reply to: too many dots on easy slider : can I have them disappear ? #175474Hello totofunk!
I guess you already found a fix. You can add this on your custom.css or Quick CSS:
.avia-slideshow-dots { display: none; }Cheers!
IsmaelHey alkross!
You can use the Advance Layout Builder. Create a page then add the Product Grid or the Product Slider under Plugin Additions panel. Don’t set a Shop Base Page on Woocommerce Settings.
Cheers!
IsmaelHey swissfilm!
I visited the site’s portfolio page and switch from English to Deutch. It doesn’t give me a 404 page. Have you tried this on a different browser? Remove browser cache then reload the page a few times.
Cheers!
IsmaelHi pmconsulting!
Can you please give us a link to the website?
You can add this on your custom.css or Quick CSS:
.current_page_ancestor.active-parent-item > a { color: red; }This is for the current submenu item:
.current_page_ancestor.active-parent-item > .sub-menu .current-menu-item a { color: red !important; }Regards,
IsmaelOctober 15, 2013 at 5:44 am in reply to: EASY SLIDER: image name = file name when hovering it #175442Hey colorit2!
Browsers render the title attribute differently. We really don’t have any control over them. You can edit js > avia.js, find this code on line 5-6:
$(document).ready(function() {Add this code below:
$(".avia-slideshow li img").attr('title', '');Remove browser cache then reload the page a few times.
Best regards,
IsmaelHi lpfa!
Please copy the css on a notepad or any text editors then update the theme. You can paste it back on the Quick CSS field after the update. Actually, you won’t lose them when you update the theme but creating a backup is good. Please watch this video on how to update the theme via FTP. https://vimeo.com/channels/aviathemes/64927356
Cheers!
IsmaelHey NavGrief!
Can you please give us a link to the product page with the huge images? Have you tried to regenerating the thumbnails?
Regards,
IsmaelHello!
This is not a theme issue. Please search google for possible WAMP application issues.
http://forum.wampserver.com/read.php?2,70321
Best regards,
IsmaelOctober 15, 2013 at 5:26 am in reply to: attach a photo in forms // color type with black background problem #175430Hi!
If you want to change the style of a specific 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 .main_color h3.iconbox_content_title { color: white; }Best regards,
IsmaelHi ubercool!
Can you please give us a link to the website and the demo link with the “triangle”?
Cheers!
IsmaelHey subra68!
You’re using a very old version of theme. Please download Enfold 2.3.2 on your themeforest account then override the theme files via FTP. https://vimeo.com/channels/aviathemes/64927356
Regards,
IsmaelHi!
The featured image should be there by default. Please upgrade WordPress to the latest version. Edit the portfolio item again, please check if the “Featured image” is enabled. It should be place under Layout option.
Best regards,
IsmaelOctober 15, 2013 at 5:12 am in reply to: White Space between Navbar and Layerslider – iPad Landscape – Enfold #175421Hello!
I’ll ask Devin to check the website. He can check it on an actual iPad.
Cheers!
IsmaelHello sambolleter!
Add this on functions.php:
add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['Montserrat'] = 'Montserrat'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['Montserrat'] = 'Montserrat'; return $fonts; }Add this on custom.css or Quick CSS:
#top .main_menu .menu li ul a { font-family: 'Montserrat', sans-serif; }Cheers!
IsmaelHello inboxgroup!
You can add this on your custom.css or quick css to hide the header:
#header { display: none; }Cheers!
IsmaelOctober 14, 2013 at 6:05 am in reply to: How to Modify the size and look of the "Responsive Menu Button" in Version 2.3.2 #174962 -
AuthorPosts
