Hey aquinum!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.author { pointer-events: none; }
It will make author link not clickable
Regards,
Yigit
Hey Place_Creations!
1- Depending on the size of the image, you can add following code to Quick CSS in Enfold theme options under Styling tab
.bottom_nav_header.social_header #header_main .container {
height: 180px; }
It will increase the height of header section. If your logo is 1030x200px, you should set the value to 200px. It will push the main menu lower as well.
2- You can choose Audio post format and upload your audio files in media uploader to add to your post http://i.imgur.com/TVnJubz.jpg
Or you can use this plugin http://wordpress.org/plugins/soundcloud-shortcode/ to share audio files from SoundCloud
3- Please add following code to Quick CSS as well and adjust as needed
.avia_widget_section { padding: 10px; border: solid 1px red; margin-bottom: 20px; }
4- You can create your page and add either Blog Posts or Fullwidth Masonry element under Content Elements in Avia Layout Builder and choose to display any category you would like to display.
5- Yes it does. Blog posts with the same tags will be displayed in Related Posts section http://i.imgur.com/b2OkEmb.jpg
6- You should have no problem adding ads to widget areas using Text Widget
Thanks for your kind words, glad you like Enfold :)
Cheers!
Yigit
Hi there,
I love the Enfold theme, but was hoping for a Quick CSS code to change the background and text color for a dropdown menu of the Contact form. It’s the menu that shows up when ‘Select Element’ is chosen. Here’s the page of our website that uses itL http://www.dynaconnections.com/clareity-meeting-2014/
Thanks!
Hi tonyiatridis!
Please add following code to Quick CSS in Enfold theme options under Styling tab and change the link with your logo url
.image-overlay.overlay-type-extern .image-overlay-inside:before {
content: url(https://www.yourdomain.com/logo.jpg);
font-family: 'entypo-fontello';
}
Best regards,
Yigit
Hi there
I’m a starter using the Enfold Theme. I like it very much and everything works fine except:
I created different portfolio Pages and also created a portfolio Grid on a page (see link). Everythings works fine, except that I cannot select just a few categories to display. Either one Categorie is selected or all categories are. maybe the solution is easy
Thank you for your support
Mike
Enfold Theme: I’m running the latest version
http://www.michaelbischoff.ch/?page_id=23
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.page-id-1011 .avia-builder-el-1 .avia_textblock p a { padding: 10px; background-color: red; color: white; }
Regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
1-
.bottom_nav_header.social_header #header_main .container {
height: 160px; }
You can adjust the size. By default it is 88px
2-
.content, .sidebar {
padding-top: 10px;
padding-bottom: 10px; }
3-
.header_color .main_menu ul:first-child > li > a { color: white; }
4-
#top .header_color .main_menu .menu ul li>a:hover {
color: red;
}
.header_color .main_menu .menu ul li a {
color: green; }
Best regards,
Yigit
Hi georgescumariusss!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.avia-slider-testimonials.avia-testimonial-wrapper .avia-testimonial:first-child {
position: relative!important;
}
Cheers!
Yigit
Hi support team!!
I’m loving enfold theme. it’s really working out for me. I have a question about customizing the color section. I want to place an image after the color section that matches the color of the color section. its a triangle pointing down. all i got so far it’s an image separated from the color sectión or getting the image inside the color section but really separated from the bottom.
Also the color section seems to have a minimun height even though i reduce the size with a style id.
Can u help me please???
-
This topic was modified 11 years, 10 months ago by
claraelisa.
Hi,
I’m trying to make enfold compatible with wcag 2.0 standard (for people with low vision problems), which does not allow to use empty links. Is it possible to change in the link of search icon
69: $items .= '<li id="menu-item-search" class="noMobile menu-item menu-item-search-dropdown"><a href="?s=" rel="nofollow" data-avia-search-tooltip="'.$form.'" '.av_icon_string('search').'"></a></li>';
the ></a></li> part bo be non-empty, e.g. by moving there somehow the icon part ‘.av_icon_string(‘search’).’?
Best regards,
Pawel
-
This topic was modified 11 years, 10 months ago by
Yigit.
Great Thanks! works!
The code still needed :
– MAIN NAVIGATION (TOP) a:CURRENT and adjustment of height/color of marker for a:current
– HOW TO ADJUST WIDTH OF DROP-DOWN menu
– HOW TO REMOVE hover BACKGROUND BAR of colour
FOR SIDEBAR NAVIGATION:
– HOW TO REMOVE hover/current BACKGROUND BAR of colour and replace with an alternative text decoration
– how to add place below navigation so there is padding between navigation and a widget.
SLIDE SHOW ETC::: follows….
Thank you for all your help – nearly finished and can do the next one with enfold in a breeze.
Hallo Kriesi Team,
wie kann ich oben genannte Meldung in meinem Theme (Enfold) verschwinden lassen?
Grüße von
Klaus
Hi Peter,
Thanks for you answer.
Hmmm it’s a dedicated server used for all our websites. We produce websites for our customers with many custom post type and this is the first time that we have the problem. This is also the first time that we use enfold theme. Is it related to the enfold theme?
You don’t have any idea concerning the server config?
Thanks in advance,
Cyril
Hello there
i inserted the Quick css as mentioned (please see screenshot) but it does not change anything. Could it be that my Template does not “transfer” the quick css correct ?
http://www.sonicmediadesign.com/files/temporary/enfold1.jpg
Thank you so much for your help.
-
This reply was modified 11 years, 10 months ago by
SonicCube.
I’ll check again tonight, but I triple checked yesterday night and was simply ‘enfold’
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
div .logo { left: 40%; }
.main_menu {right: 30%; }
#header_main .container { height: 120px; }
.main_menu ul:first-child > li > a { height: 60px; margin-top: 60px; }
.logo, .logo a, .logo img { max-width: 200px!important; }
You may need to adjust first two lines depending on the size of your logo and menu
Cheers!
Yigit
i tried as follows:
– created a folder “includes” in child theme
– copied and renamed (to: alternative-markup.php) the avia-markup.php from enfold theme to includes
– made my alternative markup on this file and changed function name to function alternative_markup_helper
– added require_once( ‘includes/alternative-markup.php’ ); to my functions.php
– changed all avia_markup_helper to alternative_markup_helper in cpt files: my-loop.php and my-single.php
but… does not work :-/
is there a better solution? can you find my mistake?
greez
rene
Hi alexoua!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.main_menu ul:first-child > li > a, #header_main .container { height: 88px!important; line-height: 88px!important; }
.logo, .logo a, .logo img { max-height: 88px!important; }
Best regards,
Yigit
Hi
I need to remove this link from the socket
I would be quite happy to advertise Enfold but clients follow that link and see that their website has been created from a template that cost a few dollars. Not good when your charging a few 1000 dollars
I have the latest version of Enfold and I did read somewhere that this can now be done easily. I did try before on the last version of enfold but could not remove it.
Please advise me in simple words as i am only a novice with no coding experience
Thanks
Peter
Hello!
I was about to update our wp- enfold page today, but the whole theme option is gone from our wp controlpanel.
Do you know for any reason why ?
Best regards
Carl-Fredrik K Furset
Frisk Flora
Hi!
@tecworth Can you post a screenshot? Are you using MegaMenu? If not, please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
#top .main_menu .menu li ul a { padding: 4px 15px; }
Best regards,
Yigit
Hello,
I need to place a HTML code in a Enfold module in order to place a advertisement code.
I don’t see any HTML building-block in the page builder!
Some one did already place some ads in Enfold?
Hi Raymmar – nice site. A question if I can. On you icons with the Koi is the float in link standard or is that custom. Cheers
Hi!
I have checked your website on Chrome, Firefox and IE 10 mode on Win7 and logo looks fine. If issue remains on your end, please try adding following code to Quick CSS in Enfold theme options under Styling tab
.logo, .logo a, .logo img { max-width: 231px; }
Cheers!
Yigit
Hola Josue,
Verás, dos cosas,…
Primera – Yo no he montado mis páginas utilizando Color Sections, puesto que su fondo iba a ser el blanco desde el principio. No hay pues Colors Sections en estas dos paginas cuyas url te he pasado
Segunda – He estado jugando con los colores de las Border Colors en Main Content y Alternate Content dentro de Enfold, y si pongo esos colores en #ffffff, efectivamente las lineas grises (#e1e1e1)a las que te hago referencia desaparecen, pero desgraciadamente también desaparecen las lineas grises que enmarcan el Promo Box y los Testimonials, con lo que el tema tiene una mala solución.
Así que vamos a dejar el tema como está si te parece bien, a no ser que se te ocurra alguna otra solución.
Muchas gracias pues por tu ayuda,… Adolfo
Hey maximadz!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.avia-slider-testimonials.avia-testimonial-wrapper .avia-testimonial:first-child {
position: relative!important;
}
Best regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
div.gridfx-item-content { top: 27%; }
.header-scrolled div.gridfx-item-content { top: 14%; }
Regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#tab-description h2 { display: none; }
Regards,
Yigit
Hi guys,
is there any possibility to deactivate the link about-the-author?
Example (from theme karma):
(box) The author’s bio is displayed at the end (enfold: at the beginning) of each single blog post. Un-check this box to didable this functionality.
Tip: Author bio can be set within the wordpress-Profile page (Link)
Thanks for your support!
Oliver