any update on this topic? im also having the same issues.
Hi radis92!
You can either go to Appearance > Menus and uncheck Enfold Footer Menu in Menu Settings http://i.imgur.com/eMXkV3V.jpg
or add following code to Quick CSS in Enfold theme options
#socket .sub_menu_socket { display: none; }
Regards,
Yigit
Hallo Peter
Also ich habe das getested, leider ohne Erfolg.
Portfolio Eintrag :
Avia Layout bilder LEER (kein Inhalt, siehe screenshot).
Preview Text folgenden Shortcode : [av_video src='http://www.youtube.com/watch?v=zTy5Duzn0K4' format='16-9' width='16' height='9']


Link zu meiner Testseite : http://www.soniccube.ch/sonicmediadesign
Browser : Firefox neuste Version
Hi!
Please create temporary admin login and post it here privately
Regards,
Yigit
Hi Ismael
Sorry for the slow response.
Seems like there is a clash with CMB Metabox framework https://github.com/jaredatch/Custom-Metaboxes-and-Fields-for-WordPress
Whenever that is enabled, the ‘add media’ function seems to bug out.
Looks like a JS error, so probably a clash of JQuery or something.
I will investigate further and update this if i find a solution.
thanks
Hello Indiatravelz!
Please add following code to Quick CSS in Enfold theme options and adjust as desired
.avia-button { font-family: 'Dancing Script', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 18px!important; }
Regards,
Yigit
Hi techtools!
Can you elaborate? You do not remember your login credentials?
Best regards,
Yigit
Hi BelIblis!
Please add following code to Quick CSS in Enfold theme options
.product-sorting, .product .woocommerce-tabs, .related.products { display: none; }
This will remove all three. Modifying WooCommerce temlpates could be complicated. If your other questions are CSS related as well, feel free to post them any time :)
Cheers!
Yigit
Hi MartinSchambach!
Please add following code to Quick CSS in Enfold theme options
.sidebar_left .content { border-left-color: #e1e1e1; }
Best regards,
Yigit
Glad we could help. Let us know if you have any other questions or issues :)
Regards,
Josue
Hi Niels!
You can do both but first option would require editing theme files. You can add following code to Quick CSS in Enfold theme options for second option
#top #menu-item-search.menu-item-search-dropdown>a:after { content: ' Search'; font-size: 13px; }
Cheers!
Yigit
That is perfect – many thanks Josue.
:o)
Hi yukanl!
Please add following code to Quick CSS in Enfold theme options
.entry-content td { border: solid 1px #e1e1e1; }
Best regards,
Yigit
Hello Niels!
There is a way, i personally use this plugin to edit all the files located in the theme.
Regards,
Josue
Hey!
Please add !important to the same code so it should be like
@media only screen and (max-width: 767px) { .content .entry-content-wrapper { padding-right: 0!important; } }
Then flush your browsers cache and refresh your page a few times.
Regards,
Yigit
That doesn’t make any difference.
Hi kirkmc!
It is not supposed to display sidebar. Please add following code to Quick CSS in Enfold theme options
@media only screen and (max-width: 767px) { .content .entry-content-wrapper { padding-right: 0; } }
Best regards,
Yigit
Hi diaarts!
1) You can go to Enfold theme options and choose Boxed Layout under Styling tab
2) Please add following code to Quick CSS in Enfold theme options under Styling if you would like to remove the whole bar
.title_container { display: none; }
and add this code if you would like to remove only breadcrumbs
.breadcrumbs { display: none; }
3) You should add Color Section element under Layout Elements to that certain page http://i.imgur.com/CVRHg0g.jpg
Cheers!
Yigit
Hi Guys,
Sorry, combining several posts back into one here as have additional questions relating to the Enfold Portfolio section.
1. Is there a portfolio scroller available? So can have many at the bottom of any page scrolling through not in grid format.
2. I can see this in some of your other themes but cannnot for the life of me in this one – the previous and next entry for the portfolio. Your other themes having it sit under everything, and was wondering if it was a. available in this theme and b. whether can move to top of page.
3. When click through to a portfolio item, the Portfolio in the menu bar at very top does not stay ‘activated’. Is that an easy fix?
4. I’d like to keep the border around the images and titles on the Porfolio main page, but struggling to remove what appears to be a shadow. Everything I do just removes it all.
For the below have used code inspectors, but cannot seem to get it correctly.
5. Where do I change the colour for the Avia Arrow, text and the background just in the Item Name. So it would be an orange arrow and orange text box with white text.
6. For the above is it possible for the arrow to change to blue and text box to blue on hover??
7. On a separate matter, please let me have the Big Numbers under your main page :). Been trying to find this as a plugin to replicate key figures we have from our hard copy brochure to no avail.
Thanks!!
Jas
Hello!
You can add following code to Quick CSS in Enfold theme options
.ajax_form .button { float: right; }
It will move button to right side of your form
Best regards,
Yigit
Hey!
@subevent which version of Enfold are you using? That option was added with Enfold version 2.0. If you have older, you should go to your ThemeForest profile and go to Downloads and download new version. Only after that you will see this tab http://i.imgur.com/wzsJvzE.jpg
Regards,
Yigit
sorry did you see my above post ?
from – October 2, 2013 at 2:33 pm
Now I also have a new problem, I’ve updated to the latest Enfold from 2.2 to 2.3 and now I cannot change icons at all only the font size ?
after updating the theme, the icon wont change at all with exactly the same code changed, only the font size change works
Many thanks
Hi!
In Enfold theme options under Styling http://i.imgur.com/te8Ye2C.jpg
Best regards,
Yigit
I can see there is a lot of flexibility in being to edit the CSS.
Some changes to colour can be made through Dashboard | Enfold Theme Options | Styling, which is a simple and effective way of making changes. This area also has a ‘Quick CSS’ editing box.
I see that Dashboard | Appearance | Editor shows style.css as a ‘token’ file for WordPress to recognise basic theme data, but is not used by the Enfold theme.
I guess my question is, is there any convenient way of showing/editing the .css files Enfold uses in the Dashboard | Appearance | Editor area, or do the (seven) .css files have to be edited locally in a text editor and uploaded via FTP each time?
Hello!
Please add following code to Quick CSS in Enfold theme options
div .widget_shopping_cart .button.checkout { float: left; }
.woocommerce .title_container { display: none; }
That should do it for both issues :)
Regards,
Yigit
Hello!
You are welcome, glad we could help :) Let us know if you have any other questions or issues
Regards,
Yigit
Many thanks Yigit – that sorted it.
:o)
On your question 2… Not sure I’m right on this, but as a WP and Enfold ‘newbie’ I’ve been playing with sidebars and footers.
In the Dashboard, go to Appearance | Widgets
On the right hand side of the screen, at the bottom, create a new Enfold Custom Widget Area and name it ‘Testimonials’
Once it’s created, click on the arrow at the right edge of the ‘Testimonials’ widget name bar to open up the widget area.
From the main ‘Available Widgets’ list, drag ‘Text: Arbitrary text or HTML’ widget into ‘Testimonials’.
Then, in the pop-up text box, just type in the title and text to create a reusable custom widget which you can use in your sidebar (or anywhere else).