-
Search Results
-
Topic: Problems with video
Hello,
I recently overhauled my work website https://www.childrens.org.au/. It had originally been created by an agency who instead of using enfold then creating a custom child theme, just hacked enfold. In my overhaul, I have attempted to extract the hacked bits to create a child theme. It wasn’t much fun, but I’ve done it, and have now updated the theme files after over a year of missing updates. It’s nowhere near perfect, but it’s better than the mess I started with.
Anyway, I’ve noticed that all of the lightboxes on the site have stopped working. Previously, all of our video content opened in lightboxes by adding rel=”lightbox” to the link. But none of them work anymore, instead the links just go straight to youtube (see http://www.childrens.org.au/supercooper/ and select ‘watch cooper’s story’ from the top banner). All of our videos on the site are triggered from a layer slider slide, where a layer might have something like this for the content… Cooper’s Story.
Since this wasn’t working, I thought I might try using an avia element, so I tried the Fullwidth Easy Slider. This looks fantastic on the desktop, but does not display at all on mobile devices, which is a major problem. Please see https://www.childrens.org.au/miasappeal/ the full width video autoplays on the desktop, but on devices (both apple and android) only the alternate image is shown.
Unfortunately, I have spent the entire day today, trying to get either the lightbox across all platforms, or the Fullwidth Easy Slider to work across mobile devices. I am running out of time now and now really need your help, to find a solution to one, or both of my problems.
Thanks in advance,
Toryps. My website has a proxy setup, If you need admin access I will need to whitelist your ip first. Same goes, if you need to access my staging server, which would be preferable.
pps. I have tried disabling all of the plugins and replacing the enfold theme completely. Also, the theme is up to date.
Hi,
I am trying to get the slider buttons on a Content Slider to look the same as on a Simple Slider.
Simple think to do: I just copied the following code snipet from the Simple Slider to quick css:
#top .avia-smallarrow-slider-heading { top: 50%; position: absolute; } #top .avia-smallarrow-slider .avia-slideshow-arrows a { display: block; text-decoration: none; color: #fff; visibility: visible; position: absolute; width: 60px; text-align: center; height: 60px; line-height: 62px; font-size: 25px; top: 50%; margin: -30px 15px 0; z-index: 99; overflow: hidden; text-indent: -600%; }It is indeed working as intendet. Just the small white arrow doesnt align centered, but aligned to the top. Any idea how to change that?
Here is what it looks like: http://i.imgur.com/c4cFCAk.pngedit: Seems like I am getting an “invalid property value” for the “margin: -30px 15px 0;” but I don’t know why or how to fix it.
edit2: Fixed the margin error. Arrow still not moving.Thanks in advance,
ChristianI’m not sure what happened to my mobile menu after the update. The top navigation used to be sticky on the mobile websites. Now on the Welcome page, they disappear until the site is scrolled downward. On other pages, they overlap the first color section and hide what is underneath it. Desktop is fine. It is just mobile-responsive that is the issue.
Please help.
I updated my site with the Enfold update that was released today, along with the WordPress update to 4.5.1. None of my portfolio featured images are loading in posts, or using any page builder elements to show portfolio posts. I disabled all plugins on the site, and it had no effect. Has anyone else run across this issue?
The other symptom, the images in the media library will load in list view, but a big portion of them won’t load in grid view at all.
EDIT: I tried the link here: https://kriesi.at/support/topic/having-problems-after-updating-to-wordpress-4-5-please-read-this-first/ and did all trouble shooting steps. I also manually updated all WordPress files. I also cleared any custom entries in functions.php to see if that would have any effect.
EDIT 2: Thumbnails are showing up in a lot of places on the site, but if you click them you get ‘image not found’.
What is the minimum PHP version the hosting should be running?
Hi All,
I try to show/underline active submenu-items. I’m using the full-sized-submenu and would love to have the element active the user is active at the moment.
I did try with this post: https://kriesi.at/support/topic/menu-underline-for-active-submenu-items/ but I’m to bad to get it run. Please help.
-> it would be cool, as I’m using some one-pagers, if the underline/highlight could “notice” the actual section and also highlight the correct menu-item.Thanks in advanced.
Hi,
pre the latest update I used to add extra content to the header on the right and in line with the logo by editing /theme-name/includes/helper-main-menu.php and at line 91 add my divs.
This was directly after the ava_main_header do_action
do_action('ava_main_header'); if($headerS['header_position'] != "header_top") do_action('ava_main_header_sidebar'); ?>This no longer works. I’ve tried moving my code about and wrapping it in a $output.= but can’t get it to work. My content is either sitting before the logo or under.
In this instance I’ve added:
$output .="<div id='getintouch'>hello</div>";to line 146 but it’s sitting underneath the logo.I know you guys are a bit busy with the new update and issues and this is for a site under development so it’s not urgent.
Thanks
<li><?php global $avia_config; $responsive = avia_get_option('responsive_active') != "disabled" ? "responsive" : "fixed_layout"; $headerS = avia_header_setting(); $social_args = array('outside'=>'ul', 'inside'=>'li', 'append' => ''); $icons = !empty($headerS['header_social']) ? avia_social_media_icons($social_args, false) : ""; if(isset($headerS['disabled'])) return; ?> <header id='header' class=' header_color <?php avia_is_dark_bg('header_color'); echo " ".$headerS['header_class']; ?>' <?php avia_markup_helper(array('context' => 'header','post_type'=>'forum'));?>> <?php if($responsive) { echo '<a href="#"></a>'; echo '<a href="#"></a>'; } //subheader, only display when the user chooses a social header if($headerS['header_topbar'] == true) { ?> <div id='header_meta' class='container_wrap container_wrap_meta <?php echo avia_header_class_string(array('header_social', 'header_secondary_menu', 'header_phone_active'), 'av_'); ?>'> <div class='container'> <?php /* * display the themes social media icons, defined in the wordpress backend * the avia_social_media_icons function is located in includes/helper-social-media-php */ $nav = ""; //display icons if(strpos( $headerS['header_social'], 'extra_header_active') !== false) echo $icons; //display navigation if(strpos( $headerS['header_secondary_menu'], 'extra_header_active') !== false ) { //display the small submenu $avia_theme_location = 'avia2'; $avia_menu_class = $avia_theme_location . '-menu'; $args = array( 'theme_location'=>$avia_theme_location, 'menu_id' =>$avia_menu_class, 'container_class' =>$avia_menu_class, 'fallback_cb' => '', 'container'=>'', 'echo' =>false ); $nav = wp_nav_menu($args); } if(!empty($nav) || apply_filters('avf_execute_avia_meta_header', false)) { echo "<nav class='sub_menu' ".avia_markup_helper(array('context' => 'nav', 'echo' => false)).">"; echo $nav; do_action('avia_meta_header'); // Hook that can be used for plugins and theme extensions (currently: the wpml language selector) echo '</nav>'; } //phone/info text $phone = $headerS['header_phone_active'] != "" ? $headerS['phone'] : ""; $phone_class = !empty($nav) ? "with_nav" : ""; if($phone) { echo "<div class='phone-info {$phone_class}'><span>".do_shortcode($phone)."</span></div>"; } ?> </div> </div> <?php } $output = ""; $temp_output = ""; $icon_beside = ""; if($headerS['header_social'] == 'icon_active_main' && empty($headerS['bottom_menu'])) { $icon_beside = " av_menu_icon_beside"; } ?> <div id='header_main' class='container_wrap container_wrap_logo'> <?php /* * Hook that can be used for plugins and theme extensions (currently: the woocommerce shopping cart) */ do_action('ava_main_header'); if($headerS['header_position'] != "header_top") do_action('ava_main_header_sidebar'); $output .= "<div class='container av-logo-container'>"; $output .= "<div class='inner-container'>"; /* * display the theme logo by checking if the default logo was overwritten in the backend. * the function is located at framework/php/function-set-avia-frontend-functions.php in case you need to edit the output */ $addition = false; if( !empty($headerS['header_transparency']) && !empty($headerS['header_replacement_logo']) ) { $addition = "<img alt='' />"; } $output .= avia_logo(AVIA_BASE_URL.'images/layout/logo.png', $addition, 'strong', true); if(!empty($headerS['bottom_menu'])) { ob_start(); do_action('ava_before_bottom_main_menu'); // todo: replace action with filter, might break user customizations $output .= ob_get_clean(); } if($headerS['header_social'] == 'icon_active_main' && !empty($headerS['bottom_menu'])) { $output .= $icons; } /* * display the main navigation menu * modify the output in your wordpress admin backend at appearance->menus */ if($headerS['bottom_menu']) { $output .= "</div>"; $output .= "</div>"; $output .="<div id='getintouch'>hello</div>"; if( !empty( $headerS['header_menu_above'] )) { $avia_config['temp_logo_container'] = "<div class='av-section-bottom-logo header_color'>".$output."</div>"; $output = ""; } $output .= "<div id='header_main_alternate' class='container_wrap'>"; $output .= "<div class='container'>"; } $output .= "<nav class='main_menu' data-selectname='".__('Select a page','avia_framework')."' ".avia_markup_helper(array('context' => 'nav', 'echo' => false)).">"; $avia_theme_location = 'avia'; $avia_menu_class = $avia_theme_location . '-menu'; $args = array( 'theme_location' => $avia_theme_location, 'menu_id' => $avia_menu_class, 'menu_class' => 'menu av-main-nav', 'container_class' => $avia_menu_class.' av-main-nav-wrap'.$icon_beside, 'fallback_cb' => 'avia_fallback_menu', 'echo' => false, 'walker' => new avia_responsive_mega_menu() ); $main_nav = wp_nav_menu($args); $output .= $main_nav; /* * Hook that can be used for plugins and theme extensions */ ob_start(); do_action('ava_inside_main_menu'); // todo: replace action with filter, might break user customizations $output .= ob_get_clean(); if($icon_beside) { $output .= $icons; } $output .= '</nav>'; /* * Hook that can be used for plugins and theme extensions */ ob_start(); do_action('ava_after_main_menu'); // todo: replace action with filter, might break user customizations $output .= ob_get_clean(); /* inner-container */ $output .= "</div>"; /* end container */ $output .= " </div> "; //output the whole menu echo $output; ?> <!-- end container_wrap--> </div> <div class='header_bg'></div> <!-- end header --> </header></li>I want to change the social icons in the top right hand corner to different versions of of the facebook and pinterest logos. Not exactly sure how to go about doing that.
Forgive me if this is a duplication,.. but none of the previous solutions pertaining to this worked for us,.. and those threads have all been closed,..
Having an issue with a color section not being responsive on Ipads. Works fine on every other mobile device. Check out the top of this page. (see addy in private section)
Thanks!
I need to change the default cart icon.
This solution works
https://kriesi.at/support/topic/change-shopping-cart-icon/#post-177320But the cart icon reverts when updating Enfold.
So to avoid this I placed it into my Enfold Child functions.php$avia_config['font_icons'] = apply_filters('avf_default_icons', array( //woocomemrce 'cart' => array( 'font' =>'entypo-fontello', 'icon' => 'ue835'), ));But placing this code in the child theme does not change/overwrite the cart icon.
Is this a bug? or is there a solution?I want to put some customised text similar to your current logo at the top of the support page marked as below. the text needs to be something very different from those in the setting tab in wp
<span class=”subtext”>
<strong class=”logo-title”>Kriesi.at
<strong class=”logo-title logo-subtitle”>Premium Themes
</span>I cant see where to add this I am using a child theme can you help please
Viewing 30 results - 96,661 through 96,690 (of 142,825 total)
