Forum Replies Created
-
AuthorPosts
-
Hey!
Not sure if that’s doable with the lightbox script we use, here you can see what’s possible with it:
http://dimsemenov.com/plugins/magnific-popup/Best regards,
JosueAdd this:
#customer_login input.button { z-index: 3; position: relative; } #customer_login p.lost_password { z-index: 1; }Hey!
The class you’re targeting in the JS code is different from the one you’re setting in the link, the JS code should be:
<script> (function($){ $(window).load(function() { $('.open-popup-link').magnificPopup({ type:'inline', midClick: true }); }); })(jQuery); </script>Cheers!
JosueYou are welcome, glad to help :)
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.sidebar .widget_nav_menu li { text-align: left; }Cheers!
JosueHey!
Try reducing the padding setting for that section, it is currently set to “huge padding”.
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
#top .container .av-content-small.units {width:90%; }Cheers!
JosueIn the frontend:
GUI-wise you can’t, it’s set on css/shortcodes.css:3360:
.avia_transform .av_slideshow_full .active-slide .avia-caption-content, .avia_transform .av_fullscreen .active-slide .avia-caption-content { visibility: visible; -webkit-animation: caption-right 1s 1 cubic-bezier(0.985, 0.005, 0.265, 1); animation: caption-right 1s 1 cubic-bezier(0.985, 0.005, 0.265, 1); }Those animations existed before the update, i’m not sure why they weren’t applied to your slider though.
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
.avia_transform .av_slideshow_full .active-slide .avia-slideshow-button, .avia_transform .av_fullscreen .active-slide .avia-slideshow-button { visibility: visible; -webkit-animation: avia-fadein 0.8s 1 linear; animation: avia-fadein 0.8s 1 linear; }Cheers!
JosueHey!
Check if this code in theme / child functions.php works:
add_filter('ava_mailchimp_contact_form_elements', 'add_hidden_referrer_element', 10, 1); function add_hidden_referrer_element($args) { $new_array = array( 'referrer' => array( "id"=>'referrer', "type"=>'hidden', "value" => "http://google.com" ) ); return array_merge($new_array, $args); }If it does, you could change
http://google.comto something like get_post_permalink().Regards,
JosueHey!
Your site (frontend and admin) seems to be working fine, did you manage to fix the issue?
Cheers!
JosueHi Charlette!
Can you post a screenshot pointing out the differences? what version of Safari are you using?
Regards,
JosueGlad to help and thanks for sharing the process :)
Regards,
JosueHi!
Have you tried with this option in a Masonry / Portfolio Grid element?
http://screencast.com/t/WSszRF2lyTA0Cheers!
JosueHey!
Have you tried playing with the z-index values of the button and the remember me checkbox?
I’d like to help you with this but your site is down right now.
Cheers!
JosueHey!
Change the
//Add items on the social share sectioncode to:add_filter('avia_social_share_link_arguments', 'avia_add_social_share_link_arguments', 10, 1); function avia_add_social_share_link_arguments($args) { $new_array = array( 'whatsapp' => array( "encode"=>true, "encode_urls"=>false, "pattern" => "whatsapp://send?text=[title]-[permalink]" ) ); return array_merge($new_array, $args); }Regards,
JosueGlad to hear that, let us know if you need further assistance.
Best regards,
JosueNovember 9, 2015 at 1:08 pm in reply to: Enfold Theme- Theme options not showing in the dashboard #532528Hi!
Are you able to see the videos issue here?
http://kriesi.at/themes/enfold/homepage/home-v9-videos-and-parallax/Best regards,
JosueHi!
The URL scheme for sharing should be something like this:
whatsapp://send?text=[title]-[permalink]Regarding the social profiles at the socket, i’m not sure if there’s a scheme to link that, perhaps you could link it as a number?
tel:+44-20-8123-4567Best regards,
JosueHi!
Try with this code instead:
#top .widget_nav_menu ul:first-child> li { position: relative; } #top .widget_nav_menu ul:first-child> li.current-menu-item:after { content: ""; display: none; } #top .widget_nav_menu ul:first-child> li:after { content: ""; box-shadow: inset -8px 0px 20px -10px rgba(0, 0, 0, 0.2); position: absolute; right: 0; top: 0; height: 100%; width: 10px; }Cheers!
JosueYou are welcome, glad we could help :)
Regards,
JosueNovember 7, 2015 at 8:53 pm in reply to: How to add 'Search' button on Single page custom main menu nav? #531927By default yes, there are some ways around it though.
Regards,
JosueNovember 6, 2015 at 11:38 am in reply to: Enfold Theme- Theme options not showing in the dashboard #531401Hey!
Video background seems to be working fine in your site, did you manage to get it fixed?
Cheers!
JosueHere’s Yigit’s code commented for better understanding:
@media only screen and (max-width: 1024px) { /* Applies only when the window is 1024px wide or less */ .av-main-nav > li > a { /* Targets all links element within the menu */ font-size: 14px!important; /* Reduces font size to 14px */ } li#menu-item-615 a { /* Targets logo menu item, in the center */ padding: 0; /* Removes its padding */ } #header .container { /* Targets header inner container */ padding: 0; /* Removes paddings at the sides */ } }The idea is to reduce the overall spacing and size when the screen width reaches 1024px or less.
Best regards,
JosueNovember 6, 2015 at 11:18 am in reply to: How to add 'Search' button on Single page custom main menu nav? #531391Ok, i added the following code to your child theme functions.php:
if(!function_exists('avia_append_search_nav')) { //first append search item to main menu add_filter( 'wp_nav_menu_items', 'avia_append_search_nav', 10, 2 ); add_filter( 'avf_fallback_menu_items', 'avia_append_search_nav', 10, 2 ); function avia_append_search_nav ( $items, $args ) { if(avia_get_option('header_searchicon','header_searchicon') != "header_searchicon") return $items; if(avia_get_option('header_position', 'header_top') != "header_top") return $items; global $avia_config; ob_start(); get_search_form(); $form = htmlspecialchars(ob_get_clean()) ; $items .= '<li id="menu-item-search" class="noMobile menu-item menu-item-search-dropdown"> <a href="?s=" rel="nofollow" data-avia-search-tooltip="'.$form.'" '.av_icon_string('search').'><span class="avia_hidden_link_text">'.__('Search','avia_framework').'</span></a> </li>'; return $items; } }That will override the parent
avia_append_search_navfunction and it will make sure to append the search icon to all menus regardless of location.Regards,
JosueNovember 5, 2015 at 3:27 pm in reply to: How to add Enfold Startup Business Demo Video to Enfold Flat Business Demo? #530825Hey!
Try adding this code to the Quick CSS:
.content, .sidebar { padding-top: 20px; padding-bottom: 20px; }That will reduce the overall vertical spacing throughout the page.
Regarding the featured image perhaps this is what you’re looking for:
https://wordpress.org/plugins/auto-featured-image-from-title/Cheers!
Josue -
AuthorPosts
