-
AuthorSearch Results
-
October 12, 2013 at 8:15 am #174510
turner2f
ParticipantPrior to version 2.3.2 we used to be able to modify the size and look of the “Responsive Menu Button” by modifying the code around LINE 106 of the “avia.js” file :
show_menu = $('<a id="advanced_menu_toggle" href="#" class="avia-font-entypo-fontello" style="width:32%; background-color:#d8d8d8; margin-right:-15px; border:thin #666767 solid"><font face="Arial, Helvetica, sans-serif" style="font-size:18px; color:#666767; margin-right:5px; padding-left:5px; font-weight:bold">MENU</font></a> '), //PIGO added the word "menu"===========================
Now we cannot in version 2.3.2.
How can we once again alter the size and look of the “Responsive Menu Button”. ?
Thanks in advance.
-
This topic was modified 12 years, 5 months ago by
turner2f.
October 12, 2013 at 3:10 am #174448Got it. Thanks! One more: How can I reduce the size of the light grey icon content box under the icon (DIV.iconbox_content)?
http://nexuscontentlab.com/home/ Thanks!October 12, 2013 at 2:51 am #174443In reply to: Full width easy slider constant height
ah that’s awesome, sorry I didn’t realise that. Works much better now.
One last question, how would I make the font smaller or not even visible just for mobile phones as the captions pretty much covers the image when viewed on a phone, thank you (not ipads this size will be fine)
I tried adding
.avia-caption-title h2 {
font-size: 10px;
}but didn’t work, my knowledge is limited on this sorry, cheers
October 11, 2013 at 3:42 pm #174210In reply to: Many IE8 Issues
Hey Devin,
I’ve gone ahead and deactivated respond.js and the theme is updated to 2.3.2.
After removing respond.js, obviously the website is no longer responsive in IE, so the squished blog image issue goes away. But naturally I would prefer it to remain responsive, so hopefully there’s a way to fix that aspect of the plug-in’s functionality.
The other remaining issues are:
– Menu disappears at certain smaller sizes
– Search icon renders as a square until moused-over (I would be happy with simply switching out the font search icon with an image if you can show me how)
– Recent Post images don’t fill their container boxes correctlyThanks for the help!
Tom-
This reply was modified 12 years, 5 months ago by
tmunz.
October 11, 2013 at 12:26 pm #174115In reply to: Table bug (Enfold)
Hi Yigit,
That didn’t work for me. The header is now displayed on top of each other and not above the columns in normal view.
When resizing to the size of the iPhone, there is still the problem with the headers in small above the cell content. Only one column has the header in small font above the content and that is column 3, but it has the header of column 4Thanks,
Dave
October 11, 2013 at 12:25 pm #174114In reply to: how to use character map in v2.3
Hi!
You can use the icon shortcode – generate it wiith the “Magic Wand” icon (shortcode generator) and add it to your text. If you want to embed it into html code/php file you can use the do_shortcode function like
<?php do_shortcode('[av_font_icon color="#9b9b9b" font="entypo-fontello" icon="ue801" size="40px" position="left" link="" linktarget="no"]'); ?>Best regards,
PeterOctober 11, 2013 at 5:14 am #173972In reply to: Avia page builder form mixes up cells on the iPhone
Hello HighschoolAustralia!
Please edit css > shortcodes.css, find this code:
@media only screen and (max-width: 767px) { .responsive div .avia-data-table table, .responsive div .avia-data-table tbody, .responsive div .avia-data-table tr, .responsive div .avia-data-table td, .responsive div .avia-data-table th{display:block; border-top:none; border-right:none; border-left:none; text-align: center;} .responsive .avia-data-table{border-style:solid; border-width: 1px;} .responsive .avia-data-table .avia-pricing-row .avia-desc-col{text-align: center;} .responsive .avia-data-table .avia-button-row, .responsive .avia-data-table tr:first-child th{display:none;} .responsive .avia-data-table td:before { display:block; font-style: italic; font-size: 11px; } .responsive .avia-data-table td { position: relative; } }Remove it to display the avia table on the default format when viewing it on iPhone. We might have to adjust the tables on mobile view.
Cheers!
IsmaelOctober 11, 2013 at 1:34 am #173884In reply to: Top Menu & Side Navigation Issues
Hello davidrk!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .widget_nav_menu li { float: left; font-size: 11px; } #top .sidebar_left .widget_nav_menu .sub-menu { display: none; }Regards,
YigitOctober 10, 2013 at 8:40 pm #173799In reply to: Change Widget Title Size
Hey!
Please add !important to it as following
.widgettitle { font-size: 24px!important; }Regards,
YigitOctober 10, 2013 at 6:08 pm #173730In reply to: Change Widget Title Size
Hi Yigit! Thanks for your quick reply. Unfortunately that didn’t work. Any ideas? Here’s what I have under the custom css box. Maybe there’s something blocking it from working?
.content { padding-top: 10px; }
#top .title_container .container { padding: 0; min-height: 36px; }
.social_header .phone-info span { font-size: 18px; }
#header_main .container { height: 150px!important; line-height:150px!important; }
.social_header .main_menu ul:first-child > li a { height: 90px; }
.iphorm-element-spacer { padding-bottom: 0; }
#header_meta { display: none; }
.logo img { padding: 15px 0; }
.main_menu { top: 11%; }#top #menu-item-search { display: none; }
.main_menu ul:first-child > li > a { font-size: 15px; }
.sidebar { padding-top: 25px; }
h3.widgettitle { font-size: 15px; color: #2a3032; }
.widget_nav_menu a { font-size: 14px!important; color: #2a3032 !important; }
#top .widget_nav_menu ul ul li a { padding: 2px 0px 3px 12px; }
.main_color strong { color: #333333; }.header_color .main_menu ul:first-child > li > a, h1, h2, h3, h4, h5, h6 { font-family: Helvetica, Arial, sans-serif !important; }
.widget h1, .widget h2, .widget h3, .widget h4, .widget h5, .widget h6 { text-transform:capitalize!important; }
.widget a, .widget p { color: #333333 !important; }.main_color h3.widgettitle { font-weight: bold; color: #ce1433; }
.widgettitle { font-size: 24px; }
October 10, 2013 at 3:52 pm #173642In reply to: Change Widget Title Size
Hello simplefly!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
.widgettitle { font-size: 24px; }Regards,
YigitOctober 10, 2013 at 3:47 pm #173639In reply to: Menu with logo above content – Problem
Still the same….
div.main_menu { position: absolute; right: 34.5%; top: 57%; }
strong.logo { left: 40%; }
#header_main { padding-bottom: 34px; }
.fixed_header.social_header #main { padding-top: 181px; }
.current-menu-item>a>.avia-menu-fx { display: none;}
li:hover .avia-menu-fx { display: none; }
.main_menu .menu ul { margin-top: -32px; }
body { font-size: 14px !important; }October 10, 2013 at 9:12 am #173499In reply to: Menu with logo above content – Problem
Hi Ismael,
thanks for answering.
thats the code i put in… But the menu is still on the right.
body { font-size: 14px !important; }
strong.logo { left: 40%; }
#header_main { padding-bottom: 34px; }
.current-menu-item>a>.avia-menu-fx { display: none;}
div.main_menu { right: 34.5%; top: 57%; }October 10, 2013 at 8:15 am #173477Topic: Change Widget Title Size
in forum Enfoldsimplefly
ParticipantHello. I would like to know how I can change the font size of the widget title. I would like it to be H4. Thanks!
October 10, 2013 at 5:59 am #173434In reply to: Contact form new field
This reply has been marked as private.October 10, 2013 at 2:03 am #173339In reply to: Targeting font icons in a footer widget
Hey!
The HTML code:
<p><span id="footer_icon_1" class="av_font_icon avia-icon-pos-left" style="font-size:15px;line-height:15px;" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span><span style="margin-left: 5px;">218 Viceroy Street<br><span style="margin-left: 21px;">Billings, MT 59101</span></span></p> <p><span id="footer_icon_2" class="av_font_icon avia-icon-pos-left" style="font-size:15px;line-height:15px;" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span><span style="margin-left: 7px;"><a href="tel:4067942593">406. 794. 2593</a></span></p> <p><span id="footer_icon_3" class="av_font_icon avia-icon-pos-left" style="font-size:14px;line-height:14px;" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span><span style="margin-left: 6px;"><a href="mailto: (Email address hidden if logged out) ?Subject=" target=""> (Email address hidden if logged out) </a></span></p>The CSS to change each icon:
#footer_icon_1, #footer_icon_2, #footer_icon_3{ /* Applies to the three icons */ position: relative; } #footer_icon_1{ /* Applies to icon 1 */ color: red; top: 2px; } #footer_icon_2{ /* Applies to icon 2 */ color: blue; top: 5px; } #footer_icon_3{ /* Applies to icon 3 */ color: green; top: 3px; }Best regards,
JosueOctober 9, 2013 at 8:13 pm #173238In reply to: Icons still not working in Firefox and IE
Hey Kriesi,
Just checked all the browsers/OS (WIN7 Chrome IE FF MAC OS 10.8.2 Safari FF Chrome) force refreshed and looks like all the icons are showing properly now! Thank you guys!!
Still one bizarre issue with Safari 6.0.2 – icons are there and always have been but the icons I added via the text block module where I added links to them are not showing as links.
<h6 style=”text-align: right;”>LEARN MORE ABOUT ME PROFESSIONALLY</h6>
[av_font_icon color="#c95516" icon="222" size="35px" position="right" link="manually,http://www.linkedin.com/in/moniquevirgilio" linktarget="yes"] [av_font_icon color="#c95516" icon="211" size="35px" position="right" link="manually,https://twitter.com/MyDesignSpace" linktarget="yes"]Any ideas?
Everything else is good!
October 9, 2013 at 7:28 pm #173201In reply to: entypo icon in footer
I got it working with this on footer column but link isn’t working on safari.
Firefox works fine.[av_font_icon color="" font="entypo-fontello" icon="ue8f4" size="40px" position="left" link="http://www.facebook.com" linktarget="yes"]
I’m confused.
October 9, 2013 at 2:32 pm #173029Hey!
Please change previous code with following one
@media only screen and (min-width: 767px) { .social_header .phone-info span { font-size: 16px; } }Best regards,
YigitOctober 9, 2013 at 1:16 pm #172978In reply to: Woocommerce fonts and paging Issue
This reply has been marked as private.October 9, 2013 at 7:08 am #172884This reply has been marked as private.October 9, 2013 at 3:20 am #172834Also, this did increase the font size but it doesn’t look right on mobile.
Do you have another CSS line for the responsive part of this?
Thanks
Zach
October 9, 2013 at 2:34 am #172820Hey kangaroozach!
The theme in provided link is not Enfold :)
You can add following code to Quick CSS in Enfold theme options under Styling tab.social_header .phone-info span { font-size: 16px; }Best regards,
YigitOctober 9, 2013 at 12:58 am #172783In reply to: Wider Blog Body in Single Author Fullwidth
Hello!
To make the content wider, add this code to the Quick CSS:
#top .fullsize .template-blog .post .entry-content>* { max-width: 850px !important; }To make the title and meta text larger:
.post-meta-infos { font-size: 14px !important; } .post-title.entry-title { font-size: 32px !important; }Cheers!
JosueOctober 8, 2013 at 9:12 pm #172399In reply to: Change font size
Hey mikaelsv!
You could try using CSS, add this code to the Quick CSS (Enfold > Styling):
.page-id-2329 p { font-size: 12px !important; }That will change the font size of all the paragraphs in the page 2329.
Cheers!
JosueOctober 8, 2013 at 8:45 pm #172393Topic: Change font size
in forum Enfoldmikaelsv
ParticipantOn one of my pages I would like to have the normal font a bit smaller, is it possible to write something in the beginning of that page to make the normal font a bit smaller?
This is the page,
October 8, 2013 at 7:37 pm #172373In reply to: Enfold latest news widget
Hello!
You can do something like this:
.sidebar p{ font-size: 16px; }That will target only the paragraphs in the sidebar.
Best regards,
JosueOctober 8, 2013 at 2:13 pm #172236In reply to: text size in the call to action button
Hi!
Please go to Enfold theme options > Styling you will see all fonts under “Heading Font” and “Defines the Font for your body text”
Cheers!
YigitOctober 8, 2013 at 1:54 pm #172216In reply to: Woocommerce fonts and paging Issue
This reply has been marked as private.October 8, 2013 at 1:34 pm #172200In reply to: change font size for body and quote text
cool !
thanks a lot. -
This topic was modified 12 years, 5 months ago by
-
AuthorSearch Results
-
Search Results
-
Prior to version 2.3.2 we used to be able to modify the size and look of the “Responsive Menu Button” by modifying the code around LINE 106 of the “avia.js” file :
show_menu = $('<a id="advanced_menu_toggle" href="#" class="avia-font-entypo-fontello" style="width:32%; background-color:#d8d8d8; margin-right:-15px; border:thin #666767 solid"><font face="Arial, Helvetica, sans-serif" style="font-size:18px; color:#666767; margin-right:5px; padding-left:5px; font-weight:bold">MENU</font></a> '), //PIGO added the word "menu"===========================
Now we cannot in version 2.3.2.
How can we once again alter the size and look of the “Responsive Menu Button”. ?
Thanks in advance.
Topic: Change Widget Title Size
Hello. I would like to know how I can change the font size of the widget title. I would like it to be H4. Thanks!
Topic: Change font size
On one of my pages I would like to have the normal font a bit smaller, is it possible to write something in the beginning of that page to make the normal font a bit smaller?
This is the page,
