Viewing 30 results - 96,661 through 96,690 (of 142,825 total)
  • Author
    Search Results
  • #622853

    Is there a way to change the desktop version to look like the mobile (using checkmarks?)
    I have had customers that aren’t as internet savvy and they think that they can only choose one option. Only those who are used to selecting multiple with key commands are going to figure out this function.

    #622852

    Topic: Problems with video

    in forum Enfold
    gricet
    Participant

    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,
    Tory

    ps. 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.

    • This topic was modified 9 years, 11 months ago by gricet.

    Hi!

    Looks like you didn’t replace the code in the functions.php file. Please replace it with the following: https://kriesi.at/support/topic/wordpres-audio-keeps-playing-after-closing-ajax-portfolio-item/#post-621869

    Regards,
    Ismael

    #622809

    In reply to: Registro usuarios

    Hi blitostress,

    I’ve tagged our spanish speaking moderators for the topic, please wait for their replies.

    Regards,
    Rikard

    • This reply was modified 9 years, 11 months ago by Rikard.
    #622808

    In reply to: Preview Error

    Hi Christopher,

    Ok, great. Please let us know if you should need any more help on the topic.

    Thanks,
    Rikard

    #622803
    scheitmann
    Participant

    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.png

    edit: 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,
    Christian

    • This topic was modified 9 years, 11 months ago by scheitmann.
    #622800

    Hi mkwf,

    I’ve tagged our german speaking moderator for the topic, please wait for his reply.

    Regards,
    Rikard

    also, i just found this post:

    seems to be along the lines of what i wanted, so i put that code in my functions.php. it ALMOST works now. But it’s not scalling correctly. what shoudl i do now? I’m using contain rather than cover:

    Part of the problem is the same as on the other post. While my full image is 2000×305, the code is pulling a version that is 1500×229. How can i make it pull the full-size image?

    #622768
    mikemhn
    Participant

    I’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.

    #622754

    In reply to: accessibility themes

    Hey laptophobo!

    Thank you for using Enfold.

    This compliance is based more on how you deliver the content and less to do with the theme that you’re using. For example, if you have an image, you should add an alt text for blind users. For the navigation, try not to create complex menus with dropdowns or hierarchical structure. Make it on point with direct links to pages of the site. For videos, make sure that you add captions to help users with hearing disabilities etc.

    Regards,
    Ismael

    #622750

    Hello Andy,

    This is my test page with both Masonry and Portfolio Grid http://xandrianoir.com/photography-2/

    Please see that I have put both elements to show the settings. Masonry is giving perfect masonry as I want but it doesn’t open in lightbox. And I also don’t think that the background box is a attractive. hence I want to change the color and remove the box around the sort option.

    Portfolio grid is set to masonry setting but it aligns the top of all images. It shouldn’t be like this.

    Regards,
    XN

    #622746

    Hi!

    We checked the file server and there are tons of folders inside without any kind of sorting system, one on top of another. It’s possible that the files got mixed up. Which of those installations should we check? Who developed the site?

    Best regards,
    Ismael

    #622698

    Hey!

    We are working on your ticket please wait while we update the results here soon.

    Please hard refresh to clear the browser cache and review the site now we have added the below CSS

    .html_header_top.html_logo_center .logo {
        width:100%;
        text-align:center;
        padding-top:20px;
    }
    
    @media only screen and (max-width: 970px) {
    .html_header_top.html_logo_center .logo {
        left: 10%!important;
        -webkit-transform: none!important;
        -ms-transform: none!important;
        transform: none!important;
        padding-top: 40px;
        text-align:left;
    }}
    
    #header #header_main_alternate .container {
       background-color: #2C3E50; 
       min-width:100%;  
    
    }
    
    #top #wrap_all .header_color h1 {
        color: #e74d3c;  
        font-family: 'Gruppo', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        white-space: nowrap;
        font-size:4vw;
    }
    
    .avia_mega > li:nth-child(1) > a:nth-child(1) {
    display: none!important;
    }
    #top .av-submenu-container {
        height: 65px;
        position: absolute;
        width: 100%;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        -webkit-perspective: 1000px;
        -webkit-backface-visibility: hidden;
        font-size: 14x;
        color: #585c96!important;
        font-family: 'Questrial'!important;    
    }

    Best regards,
    Vinay

    • This reply was modified 9 years, 11 months ago by Vinay.

    Hi Mike!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .phone-info { position: relative; top: 30px; }

    Regards,
    Yigit

    #622605
    torndownunit
    Participant

    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?

    • This topic was modified 9 years, 11 months ago by torndownunit.
    #622583
    havi
    Participant

    Hi guys!!!

    All the updates were done. All plugins are good and I had to add the javascript just because the home page slider did not display on Chrome (Firefox & Safari were golden)

    I have noticed that when you scroll down the page (be it the home page or any other page) the Menu slides down and does not stay at a top position leaving a space of the pages scrolled that you can see right at the top.

    Do you have a fix for this Chrome problem? (Firefox & Safari are still awesome)

    Thank you so much!!!!

    Warmly,

    Havi

    #622579

    Hello,

    Parallax is working great on desktop, however we cannot get it to work on any mobile device whether it is a phone or tablet, apple or android.

    I found a link to this post in the forum: https://kriesi.at/support/topic/parallax-not-working-for-ipad-and-iphone/#post-607122

    and did exactly what it said to, but it did not work.

    in reviewing the shortcodes.js file, I also found this line of code around line 1847:

    _parallax_scroll: function(e)
    {
    if(this.isMobile) return; //disable parallax scrolling on mobile

    var winTop = this.$win.scrollTop(),
    winBottom = winTop + this.property.wh,
    scrollPos = “0”,
    prop = {}, prop2 = {};

    should any of that be removed too?

    I also found around line 1782:

    //parallax scroll if element if leaving viewport
    setTimeout(function()
    {
    if(!_self.isMobile) //disable parallax scrolling on mobile
    _self.$win.on( ‘scroll’, $.proxy( _self._on_scroll, _self) );

    },100);

    should this be removed as well?

    Can you please advise.

    #622565
    WM-acbh
    Participant

    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.

    #622561

    Hi guys,

    I wanted to come back to the lightbox issue: a few months down the road I’m fine with just opening the images in a lightbox, but they are still not appearing fullsize as I would want them to, but only in 1030x… size. I put the code mentioned above at the top of my functions.php of my child theme, but it doesn’t seem to have any effect. The image size is set to ‘no scaling’ in the gallery.

    #622551

    Hi,

    I updated Enfold so the site doesn´t look empty anymore.
    The issue is very similar to these treads

    https://kriesi.at/support/topic/enfold-masonry-problem-safari-ios/
    https://kriesi.at/support/topic/masonry-image-load-issue/

    I does seem to happen random but I think most frequently on iphone.
    …not using any cache

    • This reply was modified 9 years, 11 months ago by Dist.
    DigitalEssence
    Participant

    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>
    • This topic was modified 9 years, 11 months ago by Yigit. Reason: added html tags
    #622532
    bensondesign
    Participant

    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.

    #622497

    why don’t you use this demo settings here:

    http://kriesi.at/themes/enfold-consulting/

    set the div .logo to display none and put on all pages the logo on top of main

    #622492

    Hi Silvio!

    Please try adding following code to Quick CSS

    #top.avia-blank { max-with: 90% !important; display: block !important; margin: auto !important; }

    Regards,
    Yigit

    #622475
    Red Rubber Media
    Participant

    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!

    #622421
    74stan
    Participant

    I need to change the default cart icon.
    This solution works
    https://kriesi.at/support/topic/change-shopping-cart-icon/#post-177320

    But 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?

    #622416
    condonpb
    Participant

    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

    When I add the code to functions.php the website stopped working and I had to change the file form the FTP server to make it work again. I can’t believe it is so complicated just to remove the dash in the page title…. Is there not any options in the settings to remove it ???

    #622388

    Hi Nicoletta_DUS!

    Andy replied you here – https://kriesi.at/support/topic/button-farbe-andern/#post-621133

    Best regards,
    Yigit

Viewing 30 results - 96,661 through 96,690 (of 142,825 total)