Forum Replies Created
-
AuthorPosts
-
May 9, 2014 at 7:00 am in reply to: Issue with VIDEO inside Posts not displaying when using shortcode elements #262157
The only element I know of that will auto output a video from the link using the WordPress oembed is the blog element. Everything else needs to have a feature image set for it to output anything in the elements (magazine, post slider etc).
Hey!
You can re-create the slideshows as needed but no we don’t have any file or anything like that we can provide.
The demo data import is a single batch import of the whole demo data. There isn’t single exported version of only the LayerSlider slideshows alone.I just remembered that with the newest version of LayerSlider you can import the sample sliders from within the plugin by clicking on the Import Sample Sliders button next to the Add New button. If you import all demo sliders it will re-create the two Enfold slideshows.
Cheers!
Devin- This reply was modified 10 years, 6 months ago by Devin.
Hey shantidevii!
You would need to find another plugin that lets you customize the order of a that widget or a widget that does the same thing but has a customization feature.
Best regards,
DevinHey petertoner!
You can add a noLightbox class to prevent the themes lightbox from taking effect on any link. See: http://kriesi.at/documentation/enfold/prevent-image-or-link-from-opening-in-a-lightbox/
Cheers!
DevinHi bert787!
You can add a custom link and set the url field to # .
Best regards,
DevinHey atrixdave!
The LayerSlider plugin and each individual slideshow you create with it has its won responsive settings in the Slider Settings. You can use them to tweak the output in combination with how you set the elements inside of the slideshow.
Its unique for each slideshow so we don’t have any general how-to for it at the moment.
Regards,
DevinHi!
Schema data has nothing to do with what you’ve posted here as an aside. A code block will add in the same thing as a text block but it will leave your code intact.
The wrapping elements are needed to create your layouts using the drag and drop editor.
You would want to use a color section and then hide the color sections ID if you wanted to remove the entire block from within the layout.
Cheers!
DevinHi Victor!
Contact form 7 should have no issues with the theme. You can test to see if there is a conflict and that your setup of the plugin is correct by switching to another theme and then testing the plugin setup there.
Cheers!
DevinHey!
Try uploading over FTP and monitor the upload for any errors: 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
That would be my only idea on what could be causing the theme not to load like that for you.
Cheers!
DevinHi Vifa!
You can set anchor using any link anywhere on the page manually. All it is with raw code is a link with just a # sign before it.Ex:
<a href="#custom">This is some text that is thispage.com/#custom</a>
Best regards,
DevinHey Vifa!
No, it was completely removed from the code base and it doesn’t work with the new header configuration options so as far as I know it will not be coming back.
Cheers!
DevinHi Cora!
The php is incorrectly using quotation marks so if you were to edit the parent it would be correct but adding to a child theme it would cause a php failure.
For example this is wrong:
$avia_config['imgSize']['widget'] = array(‘width’=>80, ‘height’=>80);
this is correct:
$avia_config['imgSize']['widget'] = array('width'=>36, 'height'=>36);
Regards,
DevinHey!
You can add any widgets you’d like to the footer widget areas to customize them. The only styling that is possible is with regular html inside a text widget (as with all WordPress themes using widget areas).
For a fixed socket container you would typically need to use a sticky footer script or as the user above mentioned custom css. That isn’t however something we can assist in customizing.
Regards,
DevinMay 9, 2014 at 1:38 am in reply to: Bug report: Widget area drop-down jumps back to "Display Everywhere" #262070As we’ve both mentioned this is not something we have any other recorded instance of. With this and the other issues you are having I can only really assume, even with plugins currently disabled, there is some difference or error within the installation/server setup.
Either an extensions somewhere or possibly a permissions issue but without being able to replicate a bug or have multiple instance of it we don’t have anything to go on to hunt down a bug or bugs like this.
Hi!
The LayerSlider slideshows are completely customizable. So ultimately its whatever setup you create that is how it shows.
Make special note of the Layout Settings as they dictate how the plugin outputs the container on the front end since the preview window doesn’t use the same rules:
Regards,
DevinI’ve flagged the topic for Kriesi to take a look at. I can’t see why they would be showing with the current settings and it isn’t something that is typical or a reported bug within the theme right now.
You could try doing a quick re-install in case there was an issue at any point with a file being corrupted as an alternative fix attempt as well.
Hi martinbose!
As far as I know when you get a major slow down only when using pretty permalinks its cause by the server having poor performance. You can check the codex on permalinks and see if anything there helps but from our end there isn’t much we would be able to advise on.
http://codex.wordpress.org/Using_Permalinks
Cheers!
DevinMay 9, 2014 at 12:40 am in reply to: Hide "sidebar navigation for all nested subpages" @ site with individual sidebar #262059Hey Jan!
No, the option is checked before any sidebar is output on any page. You could use some custom css to do a display:none for that widget on a specific page by its ID but there isn’t a theme options or anything like that which is available to use.
Best regards,
DevinHey!
You would need to use the responsive option and then remove the media queries in the theme’s stylesheets for everything in the range of media queries you don’t want to use.
There isn’t any other method other than manually modifying everything unfortunately.
Best regards,
DevinHey Kayzel!
That is the testimonial element/shortcode: http://kriesi.at/themes/enfold/shortcodes/testimonials/
Best regards,
DevinHey!
I think its an error stemming from you having the page name of “work” and also the portfolio slug as “work”. WordPress can’t have that kind of overlap without issue.
So you can change either the portfolio slug to work-items or something like that if you need to have the specific /work slug on the work page.
Regards,
DevinTry:
.avia-content-slider .slide-image, .avia-content-slider .slide-image img { border-radius: 2px; position: relative; }
Hey ghrahams!
I believe there is a highly rated feature request for this here: https://kriesi.at/support/enfold-feature-requests/
And Kriesi tagged it as coming in 2.8.
Regards,
DevinHi!
If you are using a child theme then right at the top after your opening tag and comment. In the main Enfold functions.php it can go right after:
if(isset($avia_config['use_child_theme_functions_only'])) return;
Regards,
DevinHey!
You can adjust the container size 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:
.fullsize .big-preview.single-big { width: 80%; margin: 0 auto; }
In the Custom.css file there is a pre-done media query that you an add that css to so that it only effects desktop. You could also use max-width: 700px; instead of the percentage if you don’t need to worry about IE8 support.
Regards,
DevinHi dmudie!
That is an Easy Slider which you can add to a post with the magic wand icon>Media Elements>Easy Slider.
Best regards,
DevinHey doa!
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:
.slide-image, .image-overlay { max-height: auto; } .avia-content-slider .slide-image, .avia-content-slider .slide-image img { border-radius: 2px; display: inline-block; position: relative; }
Best regards,
DevinHi!
Looks like you need to change the permissions on the themes generated css file:
http://agathosfinancial.ie/wp-content/uploads/dynamic_avia/enfold.cssThat file must be publicly viewable for the theme styling to load.
Best regards,
DevinHey camkristis!
When you migrated with WP MigrateDB or WP MigrateDB PRO, did you change the url data and export that way?
Cheers!
DevinMay 8, 2014 at 7:13 pm in reply to: Bug report: Widget area drop-down jumps back to "Display Everywhere" #261949Hi!
My only guess would be that there is a conflict with one of the installed plugins. As Josue found I’m also not getting the behavior you are on my own dev install.
Regards,
Devin -
AuthorPosts