Forum Replies Created

Viewing 30 posts - 1,501 through 1,530 (of 8,514 total)
  • Author
    Posts
  • Hi!

    iPhones last I checked will not autoplay any video under any conditions. The user must have control of starting the video and needs to click on it, press play etc in order for it to start.

    Is it working if you click on the image/video area?

    Cheers!
    Devin

    in reply to: Slideshow with captions via a link #282168

    Hi lflask!

    Within the theme the only thing that would be able to support anything close to that would be the prettyPhoto lightbox script but the whole slideshow with captions would need to be custom coded.

    As an example, the theme pulls together the photos in galleries into a lightbox like on this page when you click on an image: http://kriesi.at/themes/enfold/shortcodes/gallery/

    But you would need to build the code for the link custom into a code element using the demos here: http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/

    The non-code route would be to find a plugin that does what you are looking for instead which there is most likely one that fits your needs out there somewhere.

    Regards,
    Devin

    in reply to: Problems with Quick CSS #282166

    We aren’t able to debug/re-write code or css for you but in general the css syntax looks like this:

    So you have the selector and then the declarations. Each declaration is typically on a new line with the curly brackets enclosing all of them. For media queries, the curly brackets of the media query enclose anything you want to be in that media query.

    To add a phone icon you can generate the icon shortcode and then copy out the html for it and add it into the field. Ex:
    <span class="av_font_icon avia_animate_when_visible av-icon-style- avia-icon-pos-left avia_start_animation avia_start_delayed_animation" style="color:#ffffff; border-color:#ffffff;"><span class="av-icon-char" style="font-size:20px;line-height:20px;" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span></span>

    in reply to: Problems with Quick CSS #282017

    Hi trevorjohnston!

    The ones I see that are incorrect are at the bottom. The last 2 media queries don’t have closing brackets and the radius property names are all broken.

    Eg these:

    
    b}}-radius: 1000px;
    b}}-width: 0px;
    b}}-style: none;
    

    and then

    
    b}}-color: none;
    

    Best regards,
    Devin

    in reply to: Image in sidebar is cuttet #282016

    Hey!

    What is actually happening is that you are setting your widget content to a static width which isn’t planning for the site being responsive. So when the sidebar adapts to the browser width, the width you’ve set on those widgets is larger than the sidebars actual visible space.

    So even if you do something like this to change the margin to be zero on screens below 1140px wide:

    
    @media screen and (max-width: 1139px){
    .inner_sidebar {
        margin-left: 0px;
    }
    }
    

    The widgets still wont fit unless you change their widths to something ore like 180px since I don’t think Facebook has responsive code snippets at this point.

    Regards,
    Devin

    in reply to: Dummy Data problem.. #282013

    Glad you were able to get it sorted out. Let us know if you have any other questions or issues.

    in reply to: responsive horizontal layout #282005

    Is it when turning the device or even on first loading the page or something else?

    in reply to: Portfolio for pages #282004

    Hey Sophieja23!

    No unfortunately not. The porfolio elements are only set up to handle content that has a taxonomy. So if it has categories or tags then it can be queried like that.

    You could use the partner/logo element and then set the pages manually to get something similar but nothing automatic: http://kriesi.at/themes/enfold/shortcodes/partnerlogo-element/

    Regards,
    Devin

    Hey!

    That is a good solution for a performance improvement but I don’t know if that will have any effect on SEO at all. If its only effecting mobile users I don’t think it would effect things negatively but I can’t say for sure.

    Best regards,
    Devin

    Hey!

    You could try something like this function:

    
    add_action('admin_enqueue_scripts', 'avia_deactivate_builder', 10);
    
    function avia_deactivate_builder()
    {
    	$is_post_edit_page = in_array(basename($_SERVER['PHP_SELF']), array('post.php', 'page.php', 'page-new.php', 'post-new.php'));
    	if($is_post_edit_page && !current_user_can('manage_options'))
    	{
    		if(!current_user_can('manage_options'))
    		{
    			echo "<style>#avia_builder > .inside > .avia_meta_box_visual_editor > .shortcode_button_wrap { visibility: hidden; }</style>";
    		}
    	}
    }
    

    But I’m not really sure what effects that may have. The user can still manipulate the layout and access templates etc. If you want further customization of the editor for the non-admins you’ll need to look into a freelance developer from somewhere like Codeable.io .

    Best regards,
    Devin

    in reply to: Mobile Menu #281998

    Hi!

    I’m not sure I understand what the issue is. The menu appears to work correctly on your site right now in both desktop and mobile views.

    Regards,
    Devin

    in reply to: Mobile menu slide effect (continued) #281997

    Unfortunately I’m not able to get it working either. I’ll ask Kriesi if he is able to take a look at it again but if not I’ll just remove the topic so that it doesn’t cause issues for anyone else. As Kriesi mentioned in the topic its outside of normal support scope and you can see how even after getting it working on his end it still has some issues.

    in reply to: How to include a page in a page? #281730

    Hey SergeVG!

    There are a couple of ways to do it but it depends on how comfortable you are with coding them. Using an iframe is the easiest but you could also create your own shortcode that pulls in the php page data.

    Nothing wrong with using an iframe however. It just needs a bit of css to keep the frame full width usually.

    Regards,
    Devin

    in reply to: How to link to an anchor point? #281727

    Hey @tlow87!

    Try updating to the latest bug fix release which I believe had a fix for that. You can either update from within WordPress if you’ve added in your themeforest username and api or via FTP.

    For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750

    Regards,
    Devin

    Hi bodnikwebservices!

    What is the size you’ve set for the images on each page?

    Right now you are forcing the images to a size that is causing them to be skewed in the catalog view. (175×305). If you remove that css snippet then they all should be displayed correctly.

    Best regards,
    Devin

    in reply to: Raw code for media elements in ALB #281723

    Hi Iano999!

    No, the two don’t allow for switching between them. You’ll need to enable the debug field for the ALB to view what shortcodes are being used.

    See: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    Regards,
    Devin

    in reply to: portfolio filters #281721

    Hi romero2!

    Unfortunately you’ll need to use a third party plugin for more advanced filtering like that. The built in portfolio and gallery elements only support a single level of sorting and it only sorts what is visible on the page.

    Regards,
    Devin

    in reply to: Sticky Header on standard android 4.3. browser #281698

    I’ll try tagging the rest of the support crew as so far I’ve been unable to duplicate the same issue on my end.

    That first image above is with a galaxy tab but it doesn’t show any issue even with a sticky header.

    in reply to: Child Theme After-the-fact #281697

    Hi KK!

    Unless you’ve done any changes to the theme files you won’t lose anything when you update.

    If you want to download a pre-created child theme we have one to download here: http://kriesi.at/documentation/enfold/using-a-child-theme/

    We don’t have anything written or recorded at the moment for creating a child theme and moving to it after setting up the main site but I’ll add it to my to-do list.
    Edited as details are included on the theme documention site.
    Regards,
    Devin

    • This reply was modified 10 years, 5 months ago by Devin.
    in reply to: Full width masonry sorting abilities #281695

    That would be part of how the events plugin by Tribe displays events and has nothing to do with the theme.

    in reply to: Display Problem with IE 9 and Internet Explorer 7 #281694

    Hey!

    For me at least, using IE9 on Windows 7 I don’t see what browser shots shows. Maybe its taking the screenshot too early or its an un-updated version of IE9.

    This is what I see:

    Regards,
    Devin

    Hey mndawood!

    You can yes but it still loads in both sliders into the page when you do this. One is hidden on desktop, one is hidden on mobile.

    So it may look nicer but it can decrease performance if the slideshows are very full of content.

    You will need to add the mobile slideshow to the page and then we can help you target that slideshow to be hidden on desktop with css in the same way you’ve hidden the LayerSlider one on mobile.

    Regards,
    Devin

    in reply to: Big issue bug updating changes not take effect #281388

    Hi smorrone!

    When you updated over FTP did you change the name of the theme or anything like that?

    I’m getting a 403 error when trying to access the wp-admin to log in so I’m not sure what is happening there.

    Try re-naming your plugins folder to temp-plugins and see if you can log in then. That will temporarily deactivate all of your plugins. Then when you change the folder name back to plugins it should keep them deactivated so you can re-activate one at a time.

    When disabling any caching plugin make sure to always clear the cache its using so that its not still pulling it up on the front end even with it not active.

    Best regards,
    Devin

    in reply to: Masonry type layout but for PAGES not blog posts #281384

    Hey checkitwriteit!

    I don’t think so since the pages don’t have a taxonomy to select from. If you use this plugin however you might be able to get that working since it would give your pages the same taxonomy that posts have so you could select the masonry elements by the category of your pages at that point: http://wpthemetutorial.com/plugins/post-tags-and-categories-for-pages/

    Best regards,
    Devin

    in reply to: Full width masonry sorting abilities #281377

    Hi!

    The sortby is a WordPress parameter not the theme. That function gives the user the ability to easily tap into the core WordPress function but what you are looking for is to add something new to WordPress.

    Events, as a post type, are supported. How they are viewed by WordPress is: a post type. The date is just some meta data added on that could easily be any other value.

    Best regards,
    Devin

    in reply to: The Future of the Advanced Layout Editor #281374

    I’ve added it to our internal repo to take a look at :)

    If Kriesi has any thoughts he wants to add on the topic he will open it and respond here.

    Regards,

    Devin

    in reply to: Best Performance Possible #281363

    Hey Julie!

    Please don’t create new topics on issues that are still waiting on an answer. Kriesi has a private queue and we will often close a topic so that we don’t need to keep responding with “Kriesi hasn’t been able to respond yet”.

    We see and respond to each and every post that comes up on the forums but for issues we on the support crew can’t answer immediately its up to Kriesi’s availability to check on.

    You can of course always ping him on twitter if you are impatient.

    Best regards,
    Devin

    in reply to: responsive horizontal layout #280950

    Hey!

    Is that after refreshing the page? I know it will do that if you first visit and then turn while on the same image since their isn’t a detection for rotation changes most of the time.

    For me at least I get this:

    (the outside background is from my screenshot program)

    Regards,
    Devin

    • This reply was modified 10 years, 5 months ago by Devin.
    in reply to: Remove Enfold Theme by Kriesi from footer #280949

    Hi PixxAgentur!

    What version of Safari is this happening on and what OSX version?

    Best regards,
    Devin

Viewing 30 posts - 1,501 through 1,530 (of 8,514 total)