Hi
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:
#top .social_bookmarks li {
float: right;
}
.sub_menu {
left: 0;
}
That should be it if you are using the top sub menu for the phone number but if not we would need to see your site live to see what else would be needed.
Regards,
Devin
I hope that sorts you out Pete… it also fixes the issue with uploading media.. drove me nuts as the media would look like it was there – there was a thumb you could add to gallery.. but the gallery would not show those images and instead choose the first ones uploaded to the page, not even added… these things are sent to try us.. I am hoping for some help with my issues here:
https://kriesi.at/support/topic/some-help-with-a-new-install-formatting ;-)
As far as I can see there is a bug in the contact form of the avia layout builder: I created a contact form with about 17 fields and corresponding questions for the fields. It seemed to work fine but after submitting the form it showed, that some fields were missing in the incomming email.
It took me some time to find out that it had to do with full stops or dots in the title. I had several full stops in combination with shortcuts like “bzw.” or “z.B.” or “bspw.”. All these fields were not sent. After avoiding all of them everything worked perfectly. But of course it would have been much easier if this system would accept full stops. so maybe you can fix this with the next update.
Yours,
Harald
Hey!
Glad you found the solution :)
Best regards,
Peter
I sent Kriesi a patch for the wpautop/shortcode issue two days ago and it looks good so far. We now test it extensively with all elements to be sure that
1) all shortcodes are executed properly
2) wpautop() doesn’t parse shortcode tags.
I expect an update to fix this issue soon – however I don’t want to give an ETA before we tested everything.
That doesn’t quite cut it. I want the image to be on top of the menu bar like I’ve demonstrated on the image.
1) If you get a php error (or “white screen of death”) you can try to increase the allocated php memory to 128M: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Otherwise (if it’s a js/css, etc. error) please try to contact the plugin authors because this seems to be a plugin conflict between bbpress and sabai.
2) We’ll release an update which should fix all these wpautop issues soon. For now try open up wp-contentthemesenfoldconfig-templatebuilderavia-shortcodestextblock.php and replace
return "<div class='avia_textblock'>".wpautop( ShortcodeHelper::avia_remove_autop($content) )."</div>";
with
return "<div class='avia_textblock'>".ShortcodeHelper::avia_remove_autop($content)."</div>";
Glad that Peter was able to get you back on track. If you have other questions always feel free to ask away.
Enjoy the theme!
Nick
Hey,
Glad you found it.
You can watch this video: https://vimeo.com/channels/aviathemes/67651241
Regards,
Ismael
Hi,
You can find it on framework > php > class-form-generator.php.
You can use plugins like Contact Form 7 and Gravity Forms.
You should probably use http://wordpress.org/plugins/wp-smtp/, configure it according to your mail server.
Refer to this link: https://kriesi.at/support/topic/contact-form-does-not-work
Regards,
Ismael
Hi,
This will require a lot of modifications. Example for the pages, you need to edit page.php or template-builder.php (if you’re using the Advance Layout Editor). Create a page using the default editor, set a Right Sidebar. Edit page.php, find the code that renders the sidebar:
<?php<br />
<br />
//get the sidebar<br />
$avia_config['currently_viewing'] = 'page';<br />
get_sidebar();<br />
<br />
?>
Place it on top of the loop’s container:
<div class='template-page content <?php avia_layout_class( 'content' ); ?> units'>
Add this on your custom.css:
#top #main .sidebar {<br />
float: right;<br />
width: 269px;<br />
}
And this one to make sure it is visible on mobile devices
/*<br />
Mobile Styles<br />
================================================== */<br />
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */<br />
<br />
@media only screen and (max-width: 767px) {<br />
/* Add your Mobile Styles here */<br />
.responsive #top #main .sidebar {display:block; }<br />
}
We’re only talking about the Page made using the Default editor. You still have posts, products, portfolios and pages with Advance Layout Editor. And it might require some Media Queries to correct the layout for screen widths.
Send me an email on //…
Regards,
Ismael
Hi Devin,
Thanks for your response! I have built my entire site in Advance layout editor (Avia Layout builder) I created a slider and it appears at the top of my homepage while viewed in WordPress. When I go to my site: http://www.paradisechild.com the slider does not load. It appears I’m missing something in installing on my site. It sits in the “edit layer slider here” box at the top of the advanced layout editor along with all the enfold example layer sliders. Should I remove all those except for my own? Is this the reason its not loading?
I hope this makes sense and you can direct me to a solution. I really need to complete my site asap and this has been an extremely frustrating road block in an otherwise great theme.
thanks again
Will
Hi,
You can adjust the menu with this on your custom.css or Quick CSS
.main_menu {
right: 300px;
}
Adjust the right position value.
Regards,
Ismael
Hi DigitalMedia,
Please do not make single topics for feature requests/suggestion. There is a dedicated topic for it here https://kriesi.at/support/topic/enfold-feature-requests
Regards,
Devin
Thanks. Can you also clean up my old thread, https://kriesi.at/support/topic/newbie-looking-for-a-little-help#post-122164 ?
I had not edited any files in the theme (this is deliberate, for easy upgrades). I just deleted the whole enfold folder and extracted 1.8.2 (I already had done 1.8 a few days ago). Problem is still there. I have only added the custom css described in this thread, so are you sure it does not occur in the base theme? As in the screenshots, I am using the drop down not the icon menu.
Cheers,
Jason
Hi DigitalMedia,
First thing to check is the top right hand corner of the screen “Screen Options”. Click it and then click the checkbox for Advanced Layout Editor.
Regards,
Devin
got it! it is the “megamenu” functionality…
I have installed several sites in the past either through wordpress or uploading to the Themes Folder using FTP. However I recently bought your Enfold theme and cannot seem to be able to upload all the files. PLEASE NOTE THAT AVEDA ALREADY INSTALLED PERFECTLY :)
What happens is when i try to upload the using filezilla, the upload stops at file 615 ??. I then delete enfold folder and tried the WordPress zip upload option and after installed i then previewing the theme before activating it I see just a lot of garbled text.
I am at a loss as to what to do please help
thank you
Ismael is tagged on the topic for easy reference so hopefully he can point you in the right direction. The main thing is you’ll need to be able to pick out and target each class you want to modify on your own since there are so so many that will need to be changed.
A good starting point is watching this video on using Firebug: https://kriesi.at/support/topic/fyi-firebug-tutorial-for-wordpress-users
Regards,
Devin
Hi all,
I see that this has been asked in the past without success, so I’m offering a reward for anyone who can help me get the sidebar to float to the top (above the content) instead of at the bottom. I’m trying to gauge feasibility, so please let reply to this thread and let me know before going to the next step. If this post isn’t appropriate for the forum, I apologize, and will try elsewhere,
thank you, love the hard work that’s gone into the theme,
Greg
Same problem here. Slide show on startpage is working fine under newest chrome and firefox, but opera12 ist just showing the first two pictures and ie10 isn’t sliding, just switching the pictures … very disappointing, that the promised fix (https://kriesi.at/support/topic/easy-slider-problem ) in the current version didn’t happen. We would appreciate further help in this case! Currently using Enfold 1.8.2
Thank you for the screencast! This is interesting. Here are two screen grabs. The font is wrong in Chrome, and correct in Firefox.
If I do what you did in the inspector, in Chrome, then I see that removing Droid Sans fixes the headlines (they become thinner), and the body text also becomes Open Sans.
If I remove the quick CSS that re-states the two fonts, then the whole site goes back to Helvetica (in Chrome).
So what I’ve done is defined the entire site to be Open Sans in the quick CSS, and that will have to do.
Chrome:

Firefox: