-
AuthorSearch Results
-
November 14, 2013 at 3:09 am #188167
Topic: Small bug report — logo scaling in FF25/OSX
in forum Enfoldmayorninja
ParticipantHey guys, sorry if this was already pointed out, but the image scaling for the fixed header logo in Firefox 25 is suddenly really poor once the header is resized. It was fine through Firefox 24, but it looks like image-redering: optimizequality is what’s messing it up, so maybe they deprecated that, or it’s a bug. It’s possibly just an issue on OS X, too, since I haven’t checked other platforms. (Edit: Looking at it closer, it actually affects all scaled images, which of course makes sense.)
I guess while I’m on the subject, I’d also like to point out that FF25 supports -moz-osx-font-smoothing: grayscale, which improves the way icon fonts will render if you apply it to them. It’s very similar to -webkit-font-smoothing: antialiased. Lastly, Firefox will try to apply a faux bold to fonts that have no bold weight instead of ignoring it, and the faux bold search icon in the header has bothered me since v1.0, so if we could get a font-weight: normal on that, I’d appreciate it.
Alright, thanks!
-
This topic was modified 12 years, 4 months ago by
mayorninja.
November 13, 2013 at 8:20 pm #187946Hey!
Please try following code to change font number
.social_header .phone-info { color: orange!important; font-size: 20px!important; }and following for your logo
.logo img { padding: 20px 0 0 0; } .header-scrolled .logo img { padding: 5px 0; }Best regards,
YigitNovember 13, 2013 at 6:18 pm #187883ok – the tab font size is also too small – how to increase?
Is there a chart you have where we can see which css titles you have given to elements so we can find ourselves and write the css without having to ask you each time?November 13, 2013 at 5:17 pm #187846Hey!
1) Please add following code to Quick CSS as well to increase the font size of main menu
.main_menu ul:first-child > li > a { font-size: 20px; }2) You cannot create a dropdown menu in sidebar but you can create something like http://kriesi.at/themes/enfold/pages/contact/
You can assign parent page to your sub menu items and it will be created
3) You can add [nolink] in Enfold theme options > Footer > Copyright section to remove “Enfold Theme by Kriesi”
4).template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 { text-transform: none; }5) Please post the link to your page where you have Dropcaps
6) This code here should increase the font in contentbody { font-size: 16px!important; }Regards, YigitNovember 13, 2013 at 4:10 pm #187803Thanks!
We would like to alter all sizes and type possibilities, especially where the typography only allows UPPER CASE letters.
We would like the main menu larger to begin – this is too small for viewers over 40 years.Could you also please inform us how to set up a side menu – identical to the drop down menu under the main menu.
We assume that this is possible – yes?Thanks for the reply
: )November 13, 2013 at 3:52 pm #187791Hey!
Please point out the elements you would like to increase font-size so we can provide you custom css code that you can add to Quick CSS in Enfold theme options under Styling tab, such as
p { font-size: 16px; }Best regards,
YigitNovember 13, 2013 at 3:29 pm #187781Thanks!
But we would like to change the sizes!
this are much too small for the new generation websites where minimum size is at 16pt.
Is this possible at all?Do we have to go into the child theme and write an entirely new css for this?
or is there some possibility to tweak?
We understood before purchase that the ability to work with the typography is possible.Thanks!
Best regards,dara emerson
November 13, 2013 at 2:45 pm #187757Topic: Font issue
in forum Enfoldbergzohar
ParticipantHi,
I bought Enfold theme and i can not control the font size and type.
Why is that?Thanks,
BergNovember 13, 2013 at 2:13 pm #187744In reply to: Tweaking the header
Hi!
1) Please go to wp-content\themes\enfold\js folder and open avia.js file and find
el_height = $(elements).filter(':first').height(),and change it to
el_height = 120,120 here represents 120pixels. Then add following code to Quick CSS in Enfold theme options under Styling tab
.fixed_header #main { padding-top: 120px; }2) In WordPress dashboard, go to Appearance > Editor and open Header.php file and find
wp_nav_menu($args); echo '</nav>';and add following line right under it
echo "<div class='phoneno'>tel</div>";then add following code to Quick CSS in Enfold theme options under Styling tab
.phoneno { float: right; font-size: 20px; margin-top: -25px; }Cheers!
YigitNovember 13, 2013 at 4:28 am #187611In reply to: Editing the code of avia builded pages
Hi heufti65!
Please switch your theme to debug mode. Edit function.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;Below, add this code:
//set builder mode to debug add_action('avia_builder_mode', "builder_set_debug"); function builder_set_debug() { return "debug"; }You will be able to see the actual shortcode below the builder. Shortcodes can be combine then, like this example. A combination of Promobox shortcode plus the Button shortcode:
[av_promobox button='yes' label='Click me' link='single' link_target='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='large' icon_select='no' icon='25'] Welcome Stranger! This is an example Text for your fantastic Promo Box! Feel Free to delete it and replace it with your own fancy Message! [av_button label='Click me' link='' link_target='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='small' position='center' icon_select='yes' icon='25'] [/av_promobox]Note that you can’t use the Default Editor and the Advance Layout Builder simultaneously.
Best regards,
IsmaelNovember 12, 2013 at 9:51 pm #187463In reply to: Enfold Bug – Buttons in sidebar, text color issue
Hey!
You can pick the colors directly to prevent the button from inheriting that content sections overall style. Eg:
[av_button label='Click me' link='manually,http://google.com' link_target='' color='custom' custom_bg='#81d742' custom_font='#b100ed' size='medium' position='center' icon_select='yes' icon='ue83d' font='entypo-fontello']Best regards,
DevinNovember 12, 2013 at 5:14 pm #187360DaraEmerson
Participantin the Enfold Child Theme Options> STYLING
We have: General, Header, Main Content, Alternate Content, Footer, Socket
We do not have: Fonts, Background!
Why is this?where can we adjust sizes etc… of fonts?
how can we adjust the backgroundyour documentation needs work!
-
This topic was modified 12 years, 4 months ago by
DaraEmerson.
November 12, 2013 at 3:19 pm #187289the code for the social bar doesnt work.
is there a conflict in some of my CSS style code?
#top .main_menu .menu li a { font-size: 18px; color: white; background-color: #4787f3; }
#top .main_menu .menu li a:hover { background-color: #4787f3; color: grey; }#top .header_color .main_menu .menu ul li a{
background-color: #4787f3;
color: #ffffff;
font-size: 17px;
}
#header_main {
background: #4787f3;
}
@media only screen and (max-width: 989px) and (min-width: 768px) {
.responsive .main_menu ul:first-child > li > a {
padding: 0 8px;
font-size: 17px;
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
.woocommerce .template-shop.content.nine.units {
width: 100%;
}
@media only screen and (max-width: 989px) and (min-width: 768px) {
.woocommerce .template-shop.content.nine.units {
}
.grid-content {
height: 70px;
}
.woocommerce .sidebar {
display: none !important;
}
.woocommerce .template-shop.content.nine.units {
width: 1030px;
border: none;
}
.header_color .sub_menu>ul>li>a {
font-size: 12px;
color: #0e75bf;
}
#top .main_menu .menu a {
color: white;
}
#top .main_menu .menu a:hover {
color: white;
}
.main_menu ul:first-child > li > a {
font-size: 17px;
font-weight: 700;
color: white;
}#footer .widget {
padding: 30px 0 30px 0 !important;
}
.numeric_controls, .arrow_controls {
position: absolute;
bottom: 100px;
}#top .sidebar_tab_content.sidebar_active_tab_content {
background-color: #fff;
color: black;
}
#top .sidebar_tab.sidebar_active_tab {
background-color:#0e75bf;
color: #fff;
}
.slideshow_color .breadcrumb, .slideshow_color .breadcrumb a {
color: #0e75bf;
}
.numeric_controls, .arrow_controls {
position: absolute;
bottom: 10px;
}
#top .ajax_controlls {
top: 70%;
}
#footer .widget_nav_menu li a {
font-size: 20px;
}#menu-item-1045 a, #menu-item-1044 a, #menu-item-1043 a, #menu-item-1988 a {
color: #FFF;
font-size: 25px;
}
#footer .widget_nav_menu li a {
text-align: center;
}
.iconbox_icon {
background-color: white !important;
}
.widget_nav_menu h3.widgettitle {
text-align: center;
}
#top .iconbox {
width: 100%;
}
#top .avia_mega_div {
background-color: #f5f2f5;
color: grey;
}
#top .avia_mega_div .sub-menu {
background-color: #f5f2f5;
color: grey;
}
#top .avia_mega_div .menu-item ul {
background-color: #f5f2f5;
color: grey;
}
#top .main_menu .menu ul li a {
background-color: #f5f2f5;
color: white
}
.sidebar_tab_title {
margin-left: 10px !important;
}
#js_sort_items a {
font-size: 19px;
}
#top.woocommerce-page .woocommerce-ordering select { width: 25%; }@media only screen and (max-width: 767px) {
#top.woocommerce-page .woocommerce-ordering select {width: auto; }
}
.chzn-container {
position: initial;
}
#top .chzn-container .chzn-drop {
top: 70px !important;
width: 325px !important;
margin-left: 3px;
}
.woocommerce-pagination {
display: none;
}
#top.tax-product_cat .container > .term-description {
display: none;
}
.added_to_cart {
display: none;
}
.form-row.address-field{
overflow: visible;
}
#top .chzn-single div b {
background-position: 5px 6px !important;
}
.widget .gform_wrapper .gform_footer br{
display: none !important;
}
div .main_color .active_tab {
background-color: #0e75bf;
color: #FFF;
}
div .main_color .tabcontainer .active_tab {
color:#FFF;
}
#top .main_color .tabcontainer .tab:hover {
#FFF:}
.main_menu ul:first-child > li > a {
padding: 0 5px;}
#top .main_menu ul:first-child > li > a {
padding: 0 13px;}
.social_header .phone-info.with_nav span {
color: orange;
font-size: 20px;
}November 12, 2013 at 2:57 pm #187263Hey!
Looks like you managed to change the main menu font color and size. You can use this for the phone number:
.social_header .phone-info.with_nav span { color: orange; font-size: 20px; }Regards,
IsmaelNovember 12, 2013 at 2:31 pm #187245Hi
Ismael. It was on a 17″ computer screen but I still have big problems that I really need to resolve now.
My logo is : 250 x 101 so it’s not big.
The problem I think is that my menu has to be written in capitals.When I am on 17″ computer I have this problem: The logo is WAY TOO CLOSE to the nav bar text. And it even goes on the first word when the page first appears.
https://www.dropbox.com/s/5iz4ngqfhn0uxed/mariage_in_oui___Cr%C3%A9ateur_de_Mariages_de_R%C3%AAves_%C3%A0_l_Etranger.jpg
AND on ipad look what I have.
https://www.dropbox.com/s/oadbyqxlukzdxzv/IMG_1087.PNGBut when it’s enfold default logo it’s almost perfect (still too close but better) (on computer screen)
In my css I have all of these:
@media only screen and (max-width: 989px) and (min-width: 768px){
.responsive .mobile_menu_tablet .main_menu {
display: block!important; }}div .logo { left: -30px; }
@media only screen and (min-width: 768px) and (max-width: 989px) {
.main_menu ul:first-child > li > a {
padding: 0 10px !important;
font-size: 12px;
}
}I really need to fix this..Please.
Kind regards
Delphine
November 12, 2013 at 1:27 am #187044Hey!
What screen resolution are you testing this with? You can add this on your custom.css or Quick CSS to prevent the menus from overlapping the logo on iPad or mobile view:
@media only screen and (min-width: 768px) and (max-width: 989px) { .main_menu ul:first-child > li > a { padding: 0 10px !important; font-size: 12px; } }Cheers!
IsmaelNovember 11, 2013 at 4:08 pm #186892In reply to: H1 tag size
Hi!
Font size of H6 is 14px. If you would like to make all H1 tags 14px, please add following code to Quick CSS in Enfold theme options under Styling tab
h1 { font-size: 14px!important; }Best regards,
YigitNovember 10, 2013 at 3:17 am #186550In reply to: How to change the font of main menu
Hi!
The code should work:
.main_menu ul:first-child > li > a { padding: 0 12px !important; font-size: 15px; }Please remove browser cache then reload the page a few times. Don’t forget to “Save Changes”.
Regards,
IsmaelNovember 9, 2013 at 3:50 pm #186472Topic: Followup question for #185474 – Stack items within a menu
in forum Enfoldtiredagent
ParticipantThe question asked in #185474 was solved tangentially, but adjusting padding and font size. But I have a situation where a customer wants to know if we can wrap menu items. The following entries are only examples but you’ll get the idea:
Home About Us Electrocardiography Program Center Peritoneal Dialysis Training DepartmentI’ve suggested modifying the content – ECG Program Peritoneal Dialysis Dept
I suggested breaking centers and departments into mega menus
I tried entering <br> in the lines but that obviously didn’t work:They still ask about wrapping items so I’m asking if you have a trick to arrive at something like this?
Home About Us Electrocardiography Peritoneal Dialysis
Program Center Training DepartmentLine height is off but you get the idea.
November 9, 2013 at 8:14 am #186413In reply to: H1 tag size
Hi thanks for trying but that did not do it either. I have searched the forum before posting one search that did work was making the phone number bigger.
.social_header .phone-info { font-size: 20px!important; }so far though nothing is working for making the H1 to look like H3 but be an H1, we all know SEO wise how important H1, 2 and 3 tags are. and I love this theme but all caps and so big is annoying. any other help?
-
This reply was modified 12 years, 4 months ago by
condormarketing.
November 9, 2013 at 7:08 am #186398In reply to: Issue with Navigation menu on iPad and iPhone
Hey!
Please use this on your custom.css or Quick CSS:
@media only screen and (min-width: 769px) and (max-width: 1250px) { .logo img { width: 180px !important; margin-top: 10px; } .main_menu ul:first-child > li > a { font-weight: 600; font-size: 11px; } }Cheers!
IsmaelNovember 9, 2013 at 6:59 am #186395In reply to: H1 tag size
Hey!
Please use this:
.product_title.entry-title { font-size: 12px !important; }Remove browser cache then reload the page.
Cheers!
IsmaelNovember 9, 2013 at 6:47 am #186392In reply to: Center Blog titles, Shift Blog Post data to bottom
Hey seelyjen!
You can add this on your custom.css or Quick CSS:
#top .fullsize .template-blog .post .entry-content > * { text-align: left; }You can use this to modify the meta info:
.post-meta-infos { font-size: 10px; }Regards,
IsmaelNovember 9, 2013 at 4:28 am #186365In reply to: How to change the font of main menu
Hey juannjo1!
What type of header do you have? You can use this:
.main_menu ul:first-child > li > a { padding: 0 12px; font-size: 15px; }Regards,
IsmaelNovember 9, 2013 at 1:27 am #186347In reply to: Customizing appearance of Accordion
Hi!
Add this too:
.toggler{ font-weight: bold; font-size: 18px !important; } .toggle_icon{ top: 15px !important; }Cheers!
JosueNovember 9, 2013 at 12:10 am #186324In reply to: H1 tag size
@ContentedKerry: try:
.div.product .product_title { font-size: 42px !important; }-
This reply was modified 12 years, 4 months ago by
melonmelon.
November 8, 2013 at 8:59 pm #186296In reply to: H1 tag size
I was looking for a way also to change the font size of the H1, 2 and 3 and not have them all upper case can you help. I will need to know where to put this information and what to put in,
November 8, 2013 at 7:12 pm #186269In reply to: Issue with Navigation menu on iPad and iPhone
I tried changing the width to 989 and I’m still having issues with my menu showing up under my logo on an iPad and other similar devices:
http://www.alpineorthopaedics.comI just changed it to 1024 and it still doesn’t work…. is there a way to have the menu font size shrink responsively so that the original menu would still show up on an iPad and not encroach under the logo?
-
This reply was modified 12 years, 4 months ago by
ewingmh.
November 8, 2013 at 5:26 pm #186231In reply to: H1 tag size
Hi ContentedKerry!
Please try replacing your code with following one
div.product .product_title { font-size: 42px; }Cheers!
YigitNovember 8, 2013 at 5:10 pm #186219Topic: H1 tag size
in forum EnfoldContentedKerry
ParticipantHi
I have trued adding the following to the CSS in the theme in the CSS as advised but it still isn’t chaining the size f the H1 tag, please can you advise thanks.h1.product_title{
font-size: 42px !important;
} -
This topic was modified 12 years, 4 months ago by
-
AuthorSearch Results
-
Search Results
-
Hey guys, sorry if this was already pointed out, but the image scaling for the fixed header logo in Firefox 25 is suddenly really poor once the header is resized. It was fine through Firefox 24, but it looks like image-redering: optimizequality is what’s messing it up, so maybe they deprecated that, or it’s a bug. It’s possibly just an issue on OS X, too, since I haven’t checked other platforms. (Edit: Looking at it closer, it actually affects all scaled images, which of course makes sense.)
I guess while I’m on the subject, I’d also like to point out that FF25 supports -moz-osx-font-smoothing: grayscale, which improves the way icon fonts will render if you apply it to them. It’s very similar to -webkit-font-smoothing: antialiased. Lastly, Firefox will try to apply a faux bold to fonts that have no bold weight instead of ignoring it, and the faux bold search icon in the header has bothered me since v1.0, so if we could get a font-weight: normal on that, I’d appreciate it.
Alright, thanks!
Topic: Font issue
Hi,
I bought Enfold theme and i can not control the font size and type.
Why is that?Thanks,
BergTopic: H1 tag size
Hi
I have trued adding the following to the CSS in the theme in the CSS as advised but it still isn’t chaining the size f the H1 tag, please can you advise thanks.h1.product_title{
font-size: 42px !important;
}
