Forum Replies Created

Viewing 30 posts - 3,091 through 3,120 (of 8,514 total)
  • Author
    Posts
  • in reply to: 50% Drop in traffic since changing to Enfold #234902

    Hi whitstablesunsets!

    Nothing in the theme would have any impact on a drop in traffic like that. Switching themes in general definitely can have an impact depending on how much changes with the site map, images etc.

    Regards,
    Devin

    in reply to: Self-Hosted Video Background #234901

    Hey!

    Make sure you’ve added in fallback video options to the same exact location where the self hosted video is. For example, you upload video.mp4 to the blank video field on the element in the Avia Layout Builder. You then would also add video.ogg, video.WebM to the same exact folder so that the theme can use them in places where the other format isnt supported.

    See: http://www.w3schools.com/html/html5_video.asp

    With iOS, videos can not be autoplayed so the user has to actually start a video playing which unfortunately we can’t change.

    Cheers!
    Devin

    in reply to: LInks to Vimeo not working on home page of Enfold theme #234899

    Hey!

    The theme automatically detects media links and then attaches them to the lightbox script. By adding the nolightbox to a link it tells the theme/script not to do that.

    See: http://kriesi.at/documentation/enfold/prevent-image-or-link-from-opening-in-a-lightbox/

    Best regards,
    Devin

    Hey!

    For right now it isn’t something we can assist with adding into the mobile only menu. I’ll suggest it to Kriesi for a future update as a new feature.

    If its a must-have I would suggest looking into a developer from either Microlancer or Codeable.

    Cheers!
    Devin

    in reply to: Internet Explorer 10 and under compatibility issue #234894

    I don’t have the same issue with the demo site in IE unfortunately but Kriesi just added another round of compatibility updates to the 2.6 version which should be getting released soon.

    in reply to: Anchor Text not working on iOS #234893

    Hey!

    Can you re-move the changes to your child theme/child theme js file. The 2.5.4 update should have fixed this and in my live test install I’m not having any issues with the scroll-to behavior in any browser+OS combination.

    You can also try deactivating any active plugins just in case there are any js conflicts since the scrolling behavior is a javscript effect.

    Best regards,
    Devin

    in reply to: WooCommerce 2.1.3 #230979

    Hi obguides!

    2.5.2 of Enfold was updated to work with the new 2.1 version of WooCommerce: http://kriesi.at/documentation/enfold/change-log-version-2-5-2/

    Regards,
    Devin

    in reply to: adding #sections to search results, is it possible? #230775

    Hi basilicon!

    As far as I know that isn’t possible. There *might* be a plugin that supports content within pages and specific anchors but I’ve never run across one that does.

    Regards,
    Devin

    All content sections have a container, even on the demo. There are specific builder elements which are full width but they are labeled by that name.

    With WordPress in general it will always try and mess with code you add in to the text tab when switching between tabs. Since the text element switches between text/visual to display it can cause issues with the filters depending on if you edit the element often, the last tab had open and other seemingly random conflicts.

    What I’ve found best is to use another plugin to output code using a shortcode or make shortcodes myself. If you will be using code often make sure that you don’t switch between the text tab and visual tab.

    in reply to: Portfolio frontend outcome #230770

    The sorting link above a portfolio grid is not able to show anything that isn’t already visible on the current page. So if you only see 2 “fleece” items in the grid then clicking on “fleece” in the navigation above the grid will hide all items except those 2 that are visible and will not pull up others.

    in reply to: 404-hook-in the-php #230748

    Hi simpson199!

    If you aren’t familiar with actions it would be easier for you to edit the file directly. You can do so in a child theme so that it doesn’t effect the core theme files and keeps it update safe.

    Cheers!
    Devin

    in reply to: Let's solve the single product sidebar fiasco! #230486

    Hi Tali!

    It isn’t overly difficult to do but adding it in makes for an awkward page layout and takes modifying the theme files directly (at least for now). In config-woocommerce>config.php replace lines 923 to 954 with this: https://gist.github.com/DevinVinson/9266284

    This changes the summary area to five grid spaces and then gives the sidebar three on the right. It shouldn’t have any issues but if it does you’ll need to look into other resources to have them fixed.

    If able I’ll add a patch for 2.6 to make these functions replaceable via child theme.

    Regards,
    Devin

    Edit: This can be done via a child theme as of 2.6: http://kriesi.at/documentation/enfold/change-woocommerce-single-product-page-layout/

    • This reply was modified 11 years, 4 months ago by Devin.
    in reply to: Child Theme upload #230377

    Hey Kimberlyjo!

    The programs I use in the video are available on both OS for free. You can however zip the child theme and upload it through the WordPress admin. You would still need to FTP to the folder to add in new files to the root folder if you wanted to do that so I would suggest getting comfortable with FTP.

    You can read a bit more about child themes here: http://codex.wordpress.org/Child_Themes

    When you are using the child theme it works just like the normal theme except it is the active theme while the parent theme just sits in your themes directory. Pages, posts and everything else is part of WordPress and the theme sits on top of those.

    Best regards,
    Devin

    I think seeing how it works first hand would be the best thing to do. Set up 3-4 portfolio items and then you can see how they interact.

    The demo you linked to isn’t the same element as in your original post. The Masonry *Gallery* element uses a single group of images together as a single viewable gallery.

    in reply to: BIG problem with Text block #230177

    I’ll tag the topic for Peter who has worked with WPML more.

    in reply to: Protection #230175

    Hi Zakkery!

    I don’t know of any issues at the moment but security plugins in general get updated very very frequently so testing from one day to the next may have different results.

    Best regards,
    Devin

    in reply to: Images inserted in Color Sections are not responsive. #230172

    Do you have an example we can see and inspect that happening on?

    in reply to: Enfold > Simply Youtube Gallery > Titles #230171

    Hi David!

    There is an extra break in the player that only gets rendered once the browser hovers:

    .youtube_gallery_player > br {
        display: none;
    }

    Regards,
    Devin

    in reply to: Full-width mansory limit to one row #230169

    Hi heikilaja!

    By its nature the masonry gallery adjusts to the screen size of the user. If you only want to show a fixed number of items you should use a different element.

    So on your desktop right now it may show perfectly with 4 items but on a larger desktop it has the space to the right even still. Shrinking down to mobile the script runs as if there were more items and adjusts the layout accordingly.

    Regards,
    Devin

    in reply to: Different font display for admin and others #230166

    Hi natiugango!

    There isn’t anything in the theme that shows a different font when logged in vs not logged in so there would need to be something else causing a conflict.

    If you’ve ever had a caching plugin installed try re-installing it and then clearing its cache. If you have any other plugins running deactivate them and see if that helps.

    Regards,
    Devin

    in reply to: How can I make the Header transparent in mobile view? #230165

    Hey!

    Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    
    .fixed_header #header {
    position: fixed !important;
    }
    

    Best regards,
    Devin

    Hey!

    Unfortunately not reliably. It would be best to use the regular visual editor with the plugin to make sure there are no issues with classes or anything like that since the ALB saves its data separately from the actual post data.

    Regards,
    Devin

    in reply to: Fullwidth slider video not playing in safari #230159

    Hi runekjensen!

    I’m not sure any of us have an older version of Safari running to test on since the Mavericks update was free. I’ll tag the other support crew and and see if we can debug what might be happening.

    Kriesi is aware of the iOS issues though that is due to iOS not allowing any video to autoplay and the user having no way to play the video in the background so the fix will either be a fallback static image or a play button, not sure which yet.

    Best regards,
    Devin

    in reply to: Fullscreen Slider…YouTube Links – MASSIVE FAILURE #229935

    Hi Richard!

    Testing 2.5.4 right now on my own personal site, having downloaded the version from ThemeForest just before that I’m getting a youtube video playing fine in Chrome, FF and IE . Safari is not a valid Windows browser as Apple hasn’t supported it for some time.

    Mobile is still iffy and as far as I know Kriesi is still working on additional updates to help with mobile browsing since it is a bit more touchy. iOS for example will not play a video without user input so you can’t force autoplaying.

    I’ll leave my example up here: http://devinvinson.com/video-testing/

    Best regards,
    Devin

    in reply to: tables in smartphone view #229882

    Hey romano2!

    Can we see the page/example live? It should be matching up by default but inspecting the code live will let us take a closer look.

    Cheers!
    Devin

    in reply to: hentries missing on portfolio entries? #229881

    Hey bivvo!

    As far as I know Enfold doesn’t use hentry on portfolio items. My guess is that it was added by another plugin.

    Best regards,
    Devin

    in reply to: Images inserted in Color Sections are not responsive. #229877

    Hey D5WDesignGroup!

    The images will act however you set it in the option for “Background Repeat”. It will not automatically scale to always show the whole image but instead it will fit so that the background is always tiled, covered etc.

    Cheers!
    Devin

    in reply to: Portfolio frontend outcome #229872

    Hi!

    You can link to the image and host it on somewhere like dropbox or imgur. Note that the automatic sidebar navigation is created based on the page hierarchy you define on your pages. If you want a custom menu then you can add it to your sidebar in the WordPress widgets manager in Appearances>Widgets.

    Regards,
    Devin

    Hey jeangiovanni!

    You can choose to manually tag your portfolio items with “landscape” or “portrait” to get them to output at that ratio. Otherwise there is no setting to change how the script outputs the images (besides what is already listed there).

    On each individual portfolio item you will need to go to the “Additional Portfolio Settings” section under the visual editor. Choose “Define custom link” and then add the exact url to the image you want to show in the lightbox.

    The lightbox size is not something that can be changed on the fly however and will output the image you define in the link to fit the screen.

    Best regards,
    Devin

    Hey crazyflx!

    Add it to the top of your functions.php file just under: if(isset($avia_config['use_child_theme_functions_only'])) return;

    Regards,
    Devin

Viewing 30 posts - 3,091 through 3,120 (of 8,514 total)