Viewing 30 results - 18,061 through 18,090 (of 18,744 total)
  • Author
    Search Results
  • #175458

    In reply to: Newb Question

    This reply has been marked as private.
    #175406

    Thank you so much Josue, you are a star! Awesome!
    2 issues except for the main menu were fixed. I have Active and hover as white for the menu items, which is fine, but even after deploying the script, the inactive state is still grey, and I wanted to change the grey to another colour. I havent worked out what colour but maybe an orange to match my theme.

    I have to tell you this site is not for me, it is for my client, Robyn and she wants me to change the contact form input fields to white, with black text, so that it looks like a standard form easier to see. Can you give me a quick css for that: where do I put it:in the same place as the other quick CSS?
    http://www.robynhaakercounselling.co.nz/wp/contact/.

    On the contact form, I was unable to load a google map. Can you direct me to the page where I can get a tutorial, perhaps a video too, on how to set up a map? Thankyou.

    In the bookings page, I have utilised a promo box, because my client has services to sell, and your promo box is looking really nice to display.
    She wants to use your buttons – to action the book now function, which takes the user to a pop up box for gettimely.com booking system. This system has options to use their buttons; any other button, or one of my own design. in other words they have something for each situation, but not for using your promobox fields…..
    I want to isolate or replicate your book now button; create a graphic, and put the gettimely script somewhere, and substitute their button for yours:

    <script id=”timelyScript” src=”https://book.gettimely.com/widget/book-button.js”></script&gt;
    <script id=”cat2477″>var button1 = new timelyButton(“robynhaaker”, { buttonId: “cat2477”, category: 2477 });</script>

    Sorry one more thing; Robyn says that this website has no navigation main menu bar when viewing in an IPAD. She wants me get this fixed, and to put another copy of the main menu in the footer, perhaps in the middle column. Could you please advise me how to do this, as well as the other points above?
    Thanks
    Gillian

    #175392

    Hello!

    Yes, that code should be put on Quick CSS, however that is not what you want, use this instead to change the size of the H1 tags:

    h1.product_title{
    font-size: 42px !important;
    }

    Cheers!
    Josue

    #175390

    Hello!

    Those titles are h3, this code will increase their font size:

    .product h3 {
        font-size: 24px !important;
        line-height: 32px !important;
    }

    Best regards,
    Josue

    #175367

    The product title is given an H1 attribute. You would have to change the H1 attributes. However, this will change it theme wide. Correct me if I am wrong though.

    h1 {
    font-size: 34px;
    line-height: 1.1em;
    margin-bottom: 14px;
    }

    #175289

    Topic: Change Font of submenu

    in forum Enfold
    sambolleter
    Participant

    Hi there

    I would like to change the submenus (first and second level) to the same font as my main menu font “Montserrat”. The submenus should not be uppercase and have slight smaller font size. At the moment they’re set to “Verdana”

    Please have a look at the site I’m working on: http://beta.adworks.ch/alpenrose/en

    For changing the main menu to montserrat I used the following CSS code:

    body .header_color .main_menu ul:first-child > li > a {
    	font-family: 'Montserrat', sans-serif !important;
    	text-transform: uppercase;
    	font-size: 13px !important;
    	font-weight: 400;	
    }

    Can you please help me with the custom CSS code for defining the submenus.

    Thanks a lot, Sam

    #175035
    Niels
    Participant

    Hi,

    1
    I have used EasySlider on my Enfold test site. As each new image appears in the slider, it makes text and images below, in the main content area of the page, nudge very slightly to left and then back.

    Once all of the image in EasySlider have run through once, this problem doesn’t happen any more. But if I leave the page and return to it, then the same problem happens.

    I have tried using over and under-sized images in EasySlider, as well as exactly sized images. I have also used slide and fad options. But the problem still happens in each case.

    2
    The second question is regarding the caption in EasySlider. By default it appears in white, in a dark grey box, on the left side of the image. Is it possible to change the position to the right side, change the colour of the box and the font size and colour?

    Thanks.

    ————

    Had another look at the first question, and see now that the slight shift in the main content area of the page, nudges down and up (before it was left, then right) – or both.

    I also noticed that this shift of the main content does not happen if I click the left/right advance/back arrows in the main slider image – only when EasySlider plays automatically.

    My Enfold test site is here: http://enamellers.org/bsoe/

    ————-

    Another update on the odd EasySlider behaviour – the page content movement issue described only affects Chrome (I’m on version 30 on a Mac). EasySlider seems to behave well in Firefox, Safari and Opera.

    • This topic was modified 12 years, 6 months ago by Niels. Reason: Tested EasySlider page content movement fault in other browsers

    Hey turner2f!

    You can do it via css. Please give us a link to the page with the button. The font icon code has been change on the update. Old way of embedding font icons will not work on the latest version of Enfold.

    Cheers!
    Ismael

    #174940

    Hello yusufhgmail!

    Please download the latest version of Enfold. Edit a post then click the shortcode wand. You can add a Font Icon.

    [av_font_icon color="" font="entypo-fontello" icon="ue80e" size="40px" position="left" link="" linktarget="no"]

    You can use it on the Layer Slider. Place the shortcode on Div / Video field.

    Cheers!
    Ismael

    #174864

    Hey Gillianrose!

    For the navigation menu links:

    .header_color .main_menu #avia-menu > li > a {
    color: #E7E7E7;
    }

    To increase the font size of the main content:

    #main {
    font-size: 14px;
    }

    And finally to change the color of the footer titles:

    #footer .widgettitle {
    color: #FFF;
    }

    Best regards,
    Josue

    #174830

    In reply to: HI tags and Ca

    This reply has been marked as private.
    #174823
    ubercool
    Participant

    I would like to have the same triangle you have in your demo site precede menu items, but because I use the Open Sans font, the Fontello icon floats too high. I tried adding align=”bottom” command to the shortcode or changing font size but neither technique worked. Any tips? :)

    #174820

    Topic: Header text size

    in forum Enfold
    malkoin
    Participant

    I am trying to change the size of the text in the header.
    Using the code below I managed to change the size of the body text.
    Instead the size of the header text does not change.

    I hope you can help. I am looking forward.
    Many thanks.

    body { font-size: 16px!important; }
    header { font-size: 16px!important; }

    #174755
    Gillianrose
    Participant

    how to enter it in quick css? Would you know if Hero or Century gothic is websafe font?
    I have currently selected Valera Round for headings, and helvetica for body text.
    What is your advice, and how to word the quick css?

    I would also like a css script to make the body text as one point bigger, I selected helvetica,

    I have changed my website background to black, see http://www.robynhaakercounselling.co.nz/wp/.
    Now colour scheme is good except I need to change the colour for just the navigation menu items before they are clicked.. i.e. they are currently not showing well on the black background. Is there a place in the options I have missed, could you direct me to it, or could you provide me a css?

    The footer headings are also defaulting to a colour I cannot see. therefore I need to change those too….
    Hope you can help…I would be most grateful.

    #174702

    In reply to: Table bug (Enfold)

    Hi Yigit,

    Sure! I have a attached 3 screenshots for you:

    1. Firefox, Chrome and Safari on a Mac
    2. iPhone size in Firefox on a Mac
    3. iPhone size in Safari and Chrome on a Mac
    4. iPhone screenshot Safari browser
    5. iPhone screenshot Chrome browser

    1. For all browsers in normal size, the result is a header which is vertical above the first column (try resizing to small and back again to “normal” size)
    2. Resized to a resolution of iPhone size in Firefox. The first two cells and the last one (columns of the row) do not have a header text in small letters above the content. Then the 3rd cell has a header text: “Symptomen” in small font above: 3:00-05:00. This is however not the header of the 3rd column. This should be “Optimale tijd”
    3. Resized to a resolution of iPhone size in Safari or Chrome, results in the same make-up.
    4. Screenshot from an iPhone in Safari browser. Notice that there is no header and there is the header text in the first 3 of the 4 columns (cells), but these are displaced again. So “Olie” above: “Long”, should be Meridiaan, etc. (so they are misplaced by one)
    5. Screenshot from an iPhone in Safari browser. This is the same as 2. and 3.

    So there are changes in the different browsers….

    Hope this helps :-)

    Kind regards,

    Dave

    #174654

    Hey MuzSolutions!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired

    #top .social_bookmarks li { font-size: 18px; }

    Please update Enfold theme to version 2.3.2. Iconfont uploader was added in version 2.3. Please see Devin’s tutorial on Adding Fontello Icon Fonts http://vimeo.com/75743285

    Regards,
    Yigit

    #174627

    I already tried the following code. This works, except for the color.

    .template-page .entry-content h1, .template-page .entry-content h2 { text-transform: none;
    }
    h1 {
    font-size: 16px;
    color: #214776;
    line-height: 1.0em;
    margin-bottom: 10px;
    }
    h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    }

    turner2f
    Participant

    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.

    • This topic was modified 12 years, 6 months ago by turner2f.
    #174448

    Got 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!

    #174443

    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

    #174210

    In 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 correctly

    Thanks for the help!
    Tom

    • This reply was modified 12 years, 6 months ago by tmunz.
    #174115

    In 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 4

    Thanks,

    Dave

    #174114

    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,
    Peter

    #173972

    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!
    Ismael

    #173884

    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,
    Yigit

    #173799

    Hey!

    Please add !important to it as following

    .widgettitle { font-size: 24px!important; }

    Regards,
    Yigit

    #173730

    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; }

    #173642

    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,
    Yigit

    #173639

    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; }

    #173499

    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%; }

Viewing 30 results - 18,061 through 18,090 (of 18,744 total)