Forum Replies Created
-
AuthorPosts
-
Hey! Got it and can also reproduce the issue. Unfortunately the code gets injected into the layout builder in your frontend and the javascript implodes. We will need to add an additional element in the future that allows to paste javascript.
Might take a while but it will be available. Btw: the form you were building here looks like you could also build it with our own form generator. Did you try that?
Hi!
We are already aware of the issue, an update released later today will fix this ;)
Best regards,
Kriesi
Hey! Are you sure you have set up the default options correctly for your layerslider?
As you can see in our theme demo and also when using the demo slideshows that come with the theme, they are indeed fully responsive.
Probably the smartest thing to do would be to just clone the slider that comes with the theme, leave the settings intact and just remove the slides and add your own :)
Hey! Actually it does but it wasnt quite finished yet :)
Update yesterday added some additional styling so if you want to display your main Blog without Sidebar you just need to set the “Sidebar on Blog Posts” under Enfold->Sideabr to no sidebar
Hey!
The Main theme doesnt include the style.css file since it doesnt hold any style information, so it doesnt get included automatically on child themes either.
We will fix that with the next release. until then you need to modify the functions.php file of your theme and add the following to the bottom of the function “avia_register_frontend_scripts”:
wp_register_style( 'avia-style' , get_stylesheet_directory_uri()."/style.css", array(), '1', 'screen' );
wp_enqueue_style( 'avia-style');
If yyou dont feel comfortable with editing php files: the next bugfix release will be out during the next 48 hours ;)
Hi!
I will close this one up for now. the update that brings ajax portfolios to the theme will also bring a better compatibility feature for existing portfolios :)
Cheers!
Best regards,
Kriesi
I am sorry, there are no PSDs missing. I put everything I got into the folder. Problem is that once I get a basic idea on how a theme should look like I stop working in photoshop and start coding. I then add all the details on the go :)
Hi!
Hey! Could you also describe the use case for this? Just to make sure that if I add it it makes sense :)
What exactly did you want to do?
Regards,
Kriesi
Hi!
Thanks. 1 & 2 are already planned. As for the others: will see what I can do here :)
Regards,
Kriesi
Hey! I think I found a way to solve this issue. Since solving this requires me to implement the “ajax functionality” of choices as well it might last a little but I have already some ideas on how to make the transition as easy as possible :)
Hey! are the p tags added to the front end or to the backend editor?
If its the front end, mind sending us a link to your site?
If you want to change the current footer widgets you can simply add new ones to the footer widget areas and they will replace the dummy widgets. If you completely want to remove those widgets you would need to edit the footer.php file and remove line 21-51
Hi!
Hey! Currently not possible. I will think about how that could be done, and probably add it to one of the next versions :)
Best regards,
Kriesi
Would be a little tricky.
I have used the version Entypo icon font from http://fontello.com/
If you download the font not only do you get the font files but also a charmap that i converted into a php file. for reference, the file is located in config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello-charmap.php
The two easiest ways to add your own font would be to either replace the existing files and add your own with the same names, or probably the smartest solution: edit the font files so they also contain your very own font, then append the characters to the charmap.php file.
Hey Carl!
Unfortunately Enfold works with a completely different system so out of the box the old feature media is not compatible with enfold. I will think about a way to port those settings from previous installations to Enfold. Not sure yet if this can be done in a manner that makes sense. I will keep you posted if can come up with something smart…
-
AuthorPosts