Forum Replies Created

Viewing 30 posts - 1,081 through 1,110 (of 8,514 total)
  • Author
    Posts
  • in reply to: Layerslider and Chrome #296390

    Clear it and turn it off completely. If you check the source of the page its still pulling up a cached version.

    On LayerSlider itself have you done anything with custom transitions, choosing specific transitions for slides or anything like that?

    There are no errors to go from so its incredibly odd from our standpoint unfortunately.

    Hi!

    What iPad version and iOS version is that happening on? I just tried it with mine and then a few emulators but didn’t get any issues.

    Cheers!
    Devin

    in reply to: Change the tabs #296387

    Hey DanielGruppen!

    For theme customization beyond what the theme offers you can hire a freelance developer from somewhere like Codeable or Envato Studio.

    The color change on the tabs can be done by 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:

    
    .js_active .top_tab .tab {
    background: #c00;
    color: #fff;
    }
    
    

    Best regards,
    Devin

    in reply to: Portfolio post category labels continued #296386

    Hey!

    You can use:

    
    .grid-entry a[rel='tag']:after {
        content: ' , ';
    }
    

    Without any other function. For this kind of customization however you will need to look into a freelance developer from somewhere like Envato Studio or Codeable. We’ll often provide snippets here and there but its beyond the scope of what support covers and shouldn’t be relied upon as a consistent source for theme customization.

    Cheers!
    Devin

    in reply to: Fall back for background video in colour section #296385

    Hey!

    Set the image background for the section and check the box to hide the video on mobile devices:

    For the button link issue what iPhone version, OS version and does nothing happen when you press a nav menu item or something else?

    Cheers!
    Devin

    in reply to: missing icons – internet explorer #296383

    Hey!

    It looks like in the setup of the two sites you’ve somehow got the icon fonts pointing to the group.org.uk site on the car.org.uk site. So IE doesn’t let the font load from the other domain.

    I don’t know the details of how the site was cloned or migrated or if its sharing a database or what but that is the root of the issue.

    Cheers!
    Devin

    in reply to: Can't Get My Advanced Slider To Properly Resize #296382

    You can tell LayerSlider *when* to start responding and what size the inside of your layers should be set to (the layers container in your image).

    But its global so once it starts responding it does so all the way down to the smallest size.

    Play around with them for sure as you might be able to find a happy medium where you can use the responsive under setting in conjunction with a container size and layout of the layers in the slideshow.

    in reply to: Advanced Styling Unresponsive #296381

    If you can provide admin credentials in a private reply here on the forums we’ll log in and take a look.

    in reply to: Layerslider and Chrome #296380

    Can you try clearing your WP Super Cache cached data, disabling and clearing any minified files and then giving it another try?

    in reply to: breadcrumbs only #296368

    Hi!

    Can we see the site with the css in place?

    Cheers!
    Devin

    in reply to: Image with Hotspots do not work for IE 8 #296367

    Hey Zeng!

    Definitely not working for me either. Not sure if this is a new element that wont have support for IE8 or something like that (it would be a first) but I’ve posted it as a bug on our internal tracker for Kriesi to look into.

    Best regards,
    Devin

    in reply to: Footer height on pages with little content #296365

    Hi royaltask!

    That effect is called a Sticky Footer. Unfortunately the theme doesn’t come with one so it would need to be custom coded by a freelance developer.

    I’ve spent a few hours on it myself but have yet to find a good simple solution.

    Regards,
    Devin

    in reply to: LayerSlider Dependencies Warning Message #296364

    See if you can compare the current server setup with the old server. PHP version, memory allowed etc.

    in reply to: Display posts under each other with original layout #296363

    It depends on what content is within each section. The layout will be full width on the page as long as the layout meta box has the “no sidebar” option selected.

    in reply to: Positioning the background image slide in layer slider #296362

    Hi!

    Although the screenshot isn’t coming through as far as I know the plugin doesn’t allow the background to be positioned with in it. You would need to crop the image on your own using image editing software and then upload it.

    Best regards,
    Devin

    in reply to: Language string missing! #296361

    Hey fendyhuang!

    If you check the search.php file in the theme files you’ll see:

    
    echo "<p>".__('If you are not happy with the results below please do another search','avia_framework')."</p>";

    And the same for the sharing text:

    
    $this->html .= 	apply_filters('avia_social_share_title', __("Share this entry",'avia_framework'), $this->args);
    

    That should correctly be pulled up when scanning. There isn’t any other support we could add to make it more translation ready.

    Regards,
    Devin

    in reply to: Images cropped in AJAX portfolio #296360

    Hey!

    It should be getting cropped based on the functions within the theme for creating thumbnails. You can change them with this plugin and also do the image regeneration that is required from the plugin as well: http://wordpress.org/extend/plugins/simple-image-sizes/

    It should be 710×575 by default which comes from this line:

    
    $avia_config['imgSize']['gallery'] 		 		= array('width'=>710, 'height'=>575 );
    

    Cheers!
    Devin

    Hi haydozmcl!

    First try updating the theme to the most recent release so we can make sure there isn’t an older bug causing an issue with the table layout on mobile. I know its been looked and tweaked a bit these past few updates.

    For a quick guide on updating your theme take a look at: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Devin

    in reply to: 404 – Basic page required #296354

    Hey johnfash!

    No, you can’t edit from within WordPress using the normal page editor. It can only be edited via plain text either from the WordPress admin area where you can edit the theme files directly (404.php) or via FTP by download the file to your computer, editing, then reuploading to the server.

    Best regards,
    Devin

    in reply to: Portfolio Item – Title #296352

    Hi waterwalk!

    On each portfolio go to the right hand side and look for the meta box labeled “Breadcrumb Hierarchy”. You can use it to “Select a parent page for this entry. If no page is selected the them will use session data to build the breadcrumb.”

    Best regards,
    Devin

    in reply to: Advanced Styling Unresponsive #296351

    Hey reederjack5252!

    What settings are you saving for the h5? Looking at the css file that gets saved when you change a style option I don’t see anything for the new style there.

    http://christyreederphd.com/wp-content/uploads/dynamic_avia/enfold.css

    Regards,
    Devin

    in reply to: Can't Get My Advanced Slider To Properly Resize #296335

    The only way to make it resize perfectly would be adding classes to your elements and then adjusting the position/padding with css that targets that specific breakpoint.

    So if you are comfortable with css its maybe an hour or two of tweaking. If not you could hire a freelance developer from somewhere like Envato Studio or Codeable.

    Unfortunately LayerSlider doesn’t have any other tweaks for specific breakpoints as far as I know.

    With WordPress installed in the WordPress folder on your server the home page is coming up correctly in that sub folder. Eg, yoursite.com/wordpress/

    Was there ever or is there now a second WordPress installation in your root folder on the server?

    The login at /wordpress/wp-admin logs me in fine but your settings in WordPress>Settings>General show the Site address as being at /wordpress

    in reply to: Help with organizing video blog content #296331

    Hi Joe!

    Blog is the best way to go since it has the absolute most blog-style functionality which it sounds like you are looking for. The issue will be in how you will be able to and want the user to navigate to the most recent video.

    Try simplifying things a bit and making the weekly video post have the featured image, then select the check box to hide the featured image on the single post page and put the video at the top embeded within the post.

    On your landing page you would need to individually manicure it a bit more when adding the new item each week if you wanted the video to play right from that landing page. Otherwise it could go directly to the single post page where the video would show.

    You could use a magazine or blog element or even a masonry element showing posts by category for that.

    Cheers!
    Devin

    Looks like you may have a CDN running. Clear its cache and then go to WordPress->Settings->Permalinks and change them to default. Save, then save 2-3 more times.

    If things are showing up fine you can re-save your permalinks to what you had previously.

    Which method from within WordPress? Did you re-install or update by clicking the update button and letting WordPress auto-update?

    in reply to: My slider is being cropped on different sized screens #296324

    Our average response time right now is 7.25 hours. As far as I know its right up there with the fastest for any theme author. So while you may think us unresponsive, we are answering hundreds of requests a day. We also handle them in the order they come in. So each time you self respond it pushes your topic to the end of our queue.

    We occasionally (like now) will go back through recent topics to check for emergencies.

    As for your issue, the images, as far as I can see, are not getting cropped beyond what the slideshow settings would do under normal circumstances (slight edge cropping).

    You can adjust the slideshow to fit your image dimensions more tightly by changing when it switches to responsive at the image width size. If all images are the same width it should in theory prevent any cropping.

    Elements that you want to keep visible, like logos, text etc, should be a bit off the edge for those instances where the edge gets cropped (and in general because padding is better to look at).

    Edit: As an aside, I didn’t see the second set of login credentials until re-scrolling through a moment ago. I changed the responsive under __ width to the size of your first photo which should tell LayerSlider to start scaling the slideshow at the point where it would have previously just hidden the edges.

    • This reply was modified 10 years, 4 months ago by Devin.

    Hey uriggs!

    How did you update (exact steps)? No content should ever be lost when updating as the theme files are the only thing that gets updated.

    Regards,
    Devin

    in reply to: shortcodes documentation #296319

    Hey!

    Yep, definitely not obvious enough (or at all) on a macbook. I’ll tag Kriesi on the topic so he can tweak the dropdown a bit.

    Regards,
    Devin

    in reply to: Adding Events Calendar Pro Widget to Enfold Page #296316

    Hi webejay1!

    Widgets in WordPress *can* only be used in areas that are registered as sidebar areas. So you would only be able to use any widget in a sidebar, footer or other widget designated area.

    Best regards,
    Devin

Viewing 30 posts - 1,081 through 1,110 (of 8,514 total)