Forum Replies Created
-
AuthorPosts
-
Hey!
Thank you for using the theme!
You also need to change the initial box-shadow property where the keyframes will base their animation:
.av_font_icon.av-icon-style-border .av-icon-char:after { box-shadow: 0 0 0 2px rgba(87,81,73,0.1) !important; } @-webkit-keyframes sonarEffect { 0% {opacity: 0.3;} 40% {opacity: 0.5;box-shadow: 0 0 0 2px rgba(87,81,73,0.1), 0 0 10px 10px #575149, 0 0 0 10px rgba(87,81,73,0.5);} 100% {box-shadow: 0 0 0 2px rgba(87,81,73,0.1), 0 0 10px 10px #575149, 0 0 0 10px rgba(87,81,73,0.5);-webkit-transform: scale(1.5);opacity: 0;} } @-moz-keyframes sonarEffect { 0% {opacity: 0.3;} 40% {opacity: 0.5;box-shadow: 0 0 0 2px rgba(87,81,73,0.1), 0 0 10px 10px #575149, 0 0 0 10px rgba(87,81,73,0.5);} 100% {box-shadow: 0 0 0 2px rgba(87,81,73,0.1), 0 0 10px 10px #575149, 0 0 0 10px rgba(87,81,73,0.5);-moz-transform: scale(1.5);opacity: 0;} } @keyframes sonarEffect { 0% {opacity: 0.3;} 40% {opacity: 0.5;box-shadow: 0 0 0 2px rgba(87,81,73,0.1), 0 0 10px 10px #575149, 0 0 0 10px rgba(87,81,73,0.5);} 100% {box-shadow: 0 0 0 2px rgba(87,81,73,0.1), 0 0 10px 10px #575149, 0 0 0 10px rgba(87,81,73,0.5);transform: scale(1.5);opacity: 0;} }Cheers!
IsmaelHi!
Thank you for using the theme!
Please use this instead:
a.ls-nav-prev { background: url('PREV IMAGE URL') !important; } a.ls-nav-next { background: url('NEXT IMAGE URL') !important; } #top .avia-layerslider .ls-nav-prev:before, #top .avia-layerslider .ls-nav-next:before { content: '' !important; }Best regards,
IsmaelHey!
Thank you for the info.
I’m not sure why the original frontpage is not working but creating a new page then adding the homepage shortcodes seems to fix it. You can check it here, just change the page title: http://amusementux.com/homepage-test/
Regards,
IsmaelHi!
Thank you for the update.
What is the Single Post Style that you’re currently using? Please add this on Quick CSS or custom.css to remove the featured images:
.single div.big-preview.single-big, .single .small-preview { display: none !important; }Best regards,
IsmaelHi!
Thank you for using the theme!
We’re still not sure why the portfolio sort category missing on your installation but please try to add this on Quick CSS or custom.css:
.sort_by_cat.hidden { position: relative; top: 0; visibility: visible; }Best regards,
IsmaelHey!
Thank you for the update.
We’re really not sure of the issue but checking the site, the dashboard is still looking weird like the screenshot posted above which tells us the theme is not the direct cause of the problem. Please try to deactivate the plugins, see if that helps.
Best regards,
IsmaelHey!
Thank you for using the theme!
Please add this at the very bottom of Quick CSS or custom.css then delete the enfold.css file and save the theme options again to regenerate the file. Make sure that the file permission is 755 or higher.
.header_color .primary-background, .header_color .primary-background a, div .header_color .button, .header_color #submit, .header_color input[type="submit"], .header_color .small-preview:hover, .header_color .avia-menu-fx, .header_color .avia-menu-fx .avia-arrow, .header_color.iconbox_top .iconbox_icon, .header_color .iconbox_top a.iconbox_icon:hover, .header_color .avia-data-table th.avia-highlight-col, .header_color .avia-color-theme-color, .header_color .avia-color-theme-color:hover, .header_color .image-overlay .image-overlay-inside:before, .header_color .comment-count, .header_color .av_dropcap2 { background-color: #649ECB !important; border-color: #649ECB !important; }Best regards,
IsmaelHi!
Thank you for using the theme!
On the team member’s description, did you happen to use an apostrophe symbol? Please use the html code entity of the symbol. Please refer to this link: http://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references
Cheers!
IsmaelHi!
Thank you for the update.
Where do you like to show the social icons? You can use the avia_social_media_icons function in order to render the social icons on different parts of the page.
$social_args = array('outside'=>'ul', 'inside'=>'li', 'append' => ''); $icons = avia_social_media_icons($social_args, false); echo $icons;A screenshot of what you’re trying to do will help.
Cheers!
IsmaelMay 16, 2014 at 2:38 am in reply to: How to have a static call to action message on the top above the menu #265654Hi Laureninthailand!
Thank you for using the theme!
You can use html tags on Enfold > Header Layout > Extra Elements > Phone Number or small info text. Add something like this:
<img src="PHONE GRAPHIC URL HERE">Best regards,
IsmaelMay 16, 2014 at 2:34 am in reply to: My font weight looks very different on differnet browsers #265653Hi teddybaker!
Thank you for the screenshots.
Do you mind if take a look at the actual website? We need to test it on different browsers to know what’s causing the text font weight variation.
Best regards,
IsmaelHi AnthillMarketing!
Thank you for using the theme!
I’m really sorry but we cannot provide support for third party plugins or scripts as stated on our support policy due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not included on the theme package will need to be directed to the plugin author.
Anyway, you can try to use the theme’s default lightbox feature. Please refer to this link on how to open an inline content via lightbox: http://www.no-margin-for-errors.com/projects/prettyPhoto-jquery-lightbox-clone/
Cheers!
IsmaelHey!
Thank you for using the theme!
This modification can’t be accomplish with just the logo. Please add this at the very bottom of functions.php:
add_action('ava_main_header', 'ava_main_header_background'); function ava_main_header_background() { echo "<div class='left-header-bg'></div>"; }After add this on custom.css or Quick CSS:
div.left-header-bg { display: block; width: 100%; position: absolute; background: #ffffff; height: 88px; left: -80%; }Adjust the height and left position if necessary.
Best regards,
IsmaelHey!
Thank you for the login details.
I still can’t see the Enfold Child panel and everytime I tried to check the page it redirects me to the coming soon page.
Best regards,
IsmaelMay 15, 2014 at 6:55 am in reply to: Replace standard search with WooCommerce product search? #265120Hey AscenderDesign!
Thank you for using the theme!
Edit searchform.php, remove everything then replace it with this code:
<form role="search" method="get" id="searchform" action="<?php echo home_url( '/' ); ?>"> <div> <label class="screen-reader-text" for="s">Search for:</label> <input type="text" value="<?php _e('search site', 'avia_framework')?>" name="s" id="s" placeholder="Search for products"> <input type="submit" id="searchsubmit" value="Search"> <input type="hidden" name="post_type" value="product"> </div> </form>Regards,
IsmaelHey!
Go to the W3 Total Cache panel then delete or empty cache. Add the added fix above.
Best regards,
IsmaelHi!
Glad the socket solution is working.
Did you empty the plugin cache after adding the possible fix? Please add this below the css snippets:
section.avia-testimonial-row { -webkit-transform: translateZ(0) !important; }Best regards,
IsmaelHey AscenderDesign!
Please refer to this link: http://kriesi.at/documentation/enfold/use-searchwp-instead-of-the-standard-search/
Find this line of code:
// limit the results to 5 function avia_searchwp_search_num_results() { return 5; }Increase the default value of 5.
Cheers!
IsmaelHey Scott!
Thank you for using the theme!
Yes, it is somehow possible. Edit the portfolio item then look for the Overwrite Portfolio Link setting. You can choose to manually link the portfolio items.
Best regards,
IsmaelHey!
Thank you for the update.
It is better if we can see the actual live website but please do try this on Quick CSS or custom.css to fix the cart widget buttons:
.woocommerce-page .button { min-width: 100px; min-height: 54px; } #top div .widget_shopping_cart .button { width: 49%; float: left; } #top div .widget_shopping_cart .button.checkout { margin-top: 4px; }Regards,
IsmaelHey bluber!
Thank you for using the theme!
Regretfully, we cannot provide support for third party plugins or scripts as stated on our support policy due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not included on the theme package will need to be directed to the plugin author.
Please visit Envato Studio or Werkpress for further customization. You can also vote or post the feature on our Feature Requests page.
Best regards,
IsmaelHi!
Thank you for the update.
Please edit js > shortcodes.js, find this code on line 2084:
gallery.on('mouseenter','.avia-gallery-thumb a', function()Replace it with:
gallery.on('','.avia-gallery-thumb a', function()Remove browser cache then reload the page a few times.
Best regards,
IsmaelHi!
Thank you for using the theme!
Please edit functions.php then add this code at the very bottom:
add_action('ava_after_main_menu', 'avia_add_woocommerce_cart_dropdown', 10); function avia_add_woocommerce_cart_dropdown() { global $woocommerce, $avia_config; $cart_subtotal = $woocommerce->cart->get_cart_subtotal(); $link = $woocommerce->cart->get_cart_url(); $output = ""; $output .= "<ul class = 'cart_dropdown visible_cart' data-success='".__('was added to the cart', 'avia_framework')."'><li class='cart_dropdown_first'>"; $output .= "<a class='cart_dropdown_link' href='".$link."'><span class='avia_hidden_link_text'>".__('Cart','avia_framework')."</span><span ".av_icon_string('cart')."></span></a><!--<span class='cart_subtotal'>".$cart_subtotal."</span>-->"; $output .= "<div class='dropdown_widget dropdown_widget_cart'><div class='avia-arrow'></div>"; $output .= '<div class="widget_shopping_cart_content"></div>'; $output .= "</div>"; $output .= "</li></ul>"; echo $output; }Add this on Quick CSS or custom.css:
.header_color .cart_dropdown_link { background: transparent; } ul.cart_dropdown.visible_cart { border: none; right: 20px } div#header_main ul.cart_dropdown.visible_cart { display: none; }Regards,
IsmaelHey gharry79!
Thank you for using the theme!
Do you mind if we take a look at the actual website? Did you recently update to WordPress 3.9? Please download the latest version 2.7.1 from your themeforest account then update the theme via FTP to fix WP 3.9 issues with text blocks. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
IsmaelHi!
@Flikk: Thanks for helping out!
@johannesdorsey: I’m sorry but the screenshot is not working. Please post it again using imgur, dropbox etc.Regards,
IsmaelHi!
Thank you for using the theme!
Please create a page then set the template to Blank – No Header and the Layout Settings to No Footer, No Sidebar, No Header etc. Use a fairly large image for the background, 1900x1200px for example. You can use the body page id to modify elements on a specific page. In order to find the current page id, you can use firebug or google chrome’s inspect element. Look for the body class id. It looks something like this:

On the example above, the page id is page-id-734. Use that along with the object’s selector that you’re trying to modify. Something like this:
.page-id-734 #wrap_all { background: url('IMAGE URL HERE') no-repeat; background-size: cover; } .page-id-734 #main, .responsive .page-id-734 #main .main_color.container_wrap:first-child { background: transparent !important; } .page-id-734 #main .container_wrap:first-child, .responsive .page-id-734 #main .main_color.container_wrap:first-child { border: none !important; }Best regards,
IsmaelHey!
Thank you for using the theme!
Please add this on Quick CSS or custom.css:
div#about { min-height: 0; margin-top: -2px; }Regards,
IsmaelHi!
Thank you for the update.
I checked the backend of the website and the advance layout builder is showing up fine. Tested it on Chrome Windows 8. Did you fix it? Please try to test it on another browser or computer.
Cheers!
Ismael -
AuthorPosts
