Viewing 30 results - 16,591 through 16,620 (of 18,728 total)
  • Author
    Search Results
  • #260047

    Hi!

    I wanted to check but it seems like you are now using Special Heading element. Please try following code

    body .av-special-heading .av-special-heading-tag { text-transform: none!important; font-size: 24px!important; }

    Cheers!
    Yigit

    #260019
    addwebtoday
    Participant

    Hello,
    Thank you for an amazing theme!

    I’m currently using the Fontello Icons as on page sliding navigation (for http://schneidercentre.com/) as it has a great look with the theme and brand. Right now, the buttons don’t change sizes on mobile, and really take away from the look of the site. The buttons are also not very responsive when using them on a touch pad, and don’t work on iOs when the background is parallax, but do work when the background is in “sliding” or “fixed” setting.

    Please help with some CSS that will allow better mobile functionality of the Fontello apps for the Enfold Theme. I really want to use this strategy on this theme a couple times over as it looks great.

    The ideal results would be 3 different sizes based on the 3 different dimension widths provided with the theme’s responsive layout. Right now I have them at 60 px, so 40 px for tablet and 20 px for phone seems to make sense.

    Thank you for your help!
    -addwebtoday

    #259954
    envatoaccount8310
    Participant

    When using the shortcode generator (in this example an icon) there is the option to make a hyperlink to another page.
    so when doing this it generates this shortcode
    [av_font_icon icon='ue800' font='entypo-fontello' style='' caption='' link='page,8' linktarget='' color='' size='40px' position='left'][/av_font_icon]

    inside the code it says link='page,8' would it be possible to add an anchor in that ?

    I do not want to use the full manual link eg. example.com/hello/#anchor1

    is this possible ? the result would be link=’page,8,anchor1′

    Thanks

    Hey simonac!

    1) Danke für den Hinweis. Das Caption Problem werden wir mit dem nächsten Update beheben. Für einen Quick Fix füge diesen Code in das Quick CSS Feld ein:

    
     #top .wp-caption .wp-caption-dd{
    display:block;
    font-size:11px;
    font-style:italic;
    margin:0 auto;
    padding:3px 10px 5px;
    text-align:center;
    font-family: Georgia,"Times New Roman";
    float: none;
    }
    

    2) Die Schriftfarbe sollte sich ohne Probleme im Texteditor ändern lassen. Falls dies nicht funktioniert deaktiviere bitte die Plugins – möglicherweise verursacht eines davon ein Problem mit TinyMCE.

    Cheers!
    Peter

    #259532

    Hey kaledonder!

    I think the issue is that you are using a span style to change the font size which IE can’t handle. You shuold use a div or custom css to target that specific container if you want to change the font size for the element.

    Best regards,
    Devin

    #259416

    Hey!

    Please add following code to Quick CSS instead

    div .slideshow_caption h2 {
    text-transform: none!important;
    font-size: 24px!important;
    }

    Best regards,
    Yigit

    #259177

    Hey Yigit,

    Thanks for your help, mate.

    I’m also trying to align the text on the left side, next to the icon I’ve included in each cell, with the following code:

    <div align=”center”>[av_font_icon font="entypo-fontello" icon="ue806" size="14px" position="left"]<span style=”margin-left: 5px;”>
    You’ll love this monitor!<span style=”margin-left: 5px;”></div>

    It does get the text on the left, but below the icon. I want to include the text on the same line. Any recommendations?

    Cheers,
    Arnoud

    • This reply was modified 11 years, 10 months ago by agernaat.
    #259135
    This reply has been marked as private.
    #259007
    This reply has been marked as private.
    #258901

    Hi jazbird!

    Please add following code to Quick CSS

    h2.avia-caption-title {
    font-size: 24px!important;
    }
    div.avia-caption-content {
    font-size: 16px!important;
    }

    Cheers!
    Yigit

    #258819

    Hey!

    Thank you for using the theme!

    You can use the icon shortcode. Example:

    [av_font_icon icon='ue854' font='entypo-fontello' style='' caption='' link='' linktarget='' color='' size='40px' position='left' custom_class=''][/av_font_icon]
    

    You can find the character codes by hovering over the icons:

    Cheers!
    Ismael

    #258774
    jazbird
    Participant

    hi,

    i had this code from before but it’s not working…
    avia-caption-content { font-size: 24px; }

    need to edit both the title and text styles…

    thanks :)

    jaz

    #258749

    In reply to: Submenu

    Hi!

    I can now see your website, try with this code:
    #top .main_menu li ul a { font-size: 16px !important; }

    Regards,
    Josue

    #258609
    mikehirsch
    Participant

    When I want insert an Entypo icon, it seems there is a third code/identifier that I don’t understand what it is, and I can’t look up code/identifier for when I wan to insert a different icon.

    For example, to show the phone icon on my page, I have:
    <div>[av_font_icon icon='ue854' font='entypo-fontello' style='' caption='' link='' linktarget='' color='#ec7a1d' size='26px' position='left'][/av_font_icon]</div>

    Note the icon code for the phone is “ue854” but on http://www.entypo.com/characters/ it shows “U+1F4DE” and “📞”

    I forgot where the ue854 came from. Am I doing something wrong? Is there a better way?

    #258573

    Hi!

    Please add following code to Quick CSS as well
    1-

    body a, #top .comment_text {
    font-size: 15px;
    }

    2-

    .blog-tags, .blog-categories { pointer-events: none; }

    3-

    .main_color strong, .alternate_color strong { color: inherit !important; }

    4-Please add following code to Functions.php file in Appearance > Editor

    add_filter('avf_postgrid_excerpt_length','avia_change_postgrid_excerpt_length', 10, 1);
    function avia_change_postgrid_excerpt_length($length)
    {
       $length = 55;
       return $length;
    }

    5-

    h1 { color: red !important; }

    6-

    h2 { font-size: 18px !important; }

    Cheers!
    Yigit

    #258549
    This reply has been marked as private.
    #258506

    Hey 12Switch!

    Please add following code to Quick CSS

    #top .avia-font-entypo-fontello, body .avia-font-entypo-fontello, html body [data-av_iconfont='entypo-fontello']:before { content: 'click'; font-size: 14px;  }
    #advanced_menu_toggle { line-height: 34px; }

    Regards,
    Yigit

    #258297
    Mike
    Participant

    Hi all,

    First of all great theme, but there are some things that I want to change.

    1) Body font enlarge with “body {font-size: 15px;}” in quick css increases not everything. For exemple Enfold latest news widget and commentary under Leave a Reply remain small font. How can I change all to size 15?
    2) Enfold theme make categories and tags clickable in the text from posts. How can I remove this feature?
    3) Bold words are the same color as my links (that I can set in the styling options). How can I make the bold words in the same color as normal text?
    4) When I set my blog page by the enfold theme options, he no longer cuts off automatically by 55 words. Can I at this feature back?
    5) How can I give the heading tags a different color?
    6) The H2 and H3 tags are a little bit to large for my, how can I set a smaller font? (the H1 is smaller than the H2 now, can you see what font the H1 tags are by default?)

    Thanks for the time and sorry for my poor english.

    Regards,
    Miikey

    Hi oliviad!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #top .scroll-down-link:before {
    content: 'click here';
    font-size: 12px;
    }

    Best regards,
    Yigit

    #257874
    Angiec13
    Participant

    Link to site in private reply. I am having a bunch of weird issues with Enfold, and I think something needs to be done to the WP file at GoDaddy, but I don’t know what. I wonder if any of you have heard of the issues below or have any ideas. My client opted to go with GoDaddy managed WP hosting and had WP installed for them. I installed the Enfold and Enfold Child themes just like I have before, but it started doing weird things when I uploaded new media files. I had GoDaddy update the php5.ini file on their server after reading a forum post. However, a couple issues still persist:

    1. Enfold Child has the left tab options (general styling, theme options, advanced styling, etc.) column sitting above the actual configuration options for each individual section.

    2. In Firefox, my site has a large layer slider that works fine, but the rest of the main/center container is only taking up the center 600 px of the screen… so it’s all shrunk.

    3. My enter WP dashboard has a smaller font-size… around 8 px.

    I am very curious to see what everyone thinks about this– thanks for your time. :)
    Angie

    #257740

    Hi!

    Sorry forgot about the content section. Please add following code to Quick CSS as well

    div.entry-content {
    font-size: 13px;
    line-height: 23px;
    }

    Regards,
    Yigit

    #257729

    Hey Yigit,

    thank you very, very much. Now the blog headline looks very nice.
    But the font size of the blog content/text is still bigger, then the content text on the other pages
    or the font size that is used for the Date, on which the text is posted.
    When you compare the line above “April 8, 2014/ in blog”
    with the text below, the hole text looks at least 2pt bigger.
    Although the code shows up, that both is set to the same style: “address”.

    I hope you can understand, what I mean.
    PS: Sorry for my bad english. ;)
    PPS: I’m very happy, that you like my first self-made wordpress site.

    #257708

    Hey Danny!

    Please add following code to Quick CSS as well

    body .av-special-heading .av-special-heading-tag { margin-top: 3px; }
    #top .fullsize .template-blog .post-title { font-size: 1.3em !important;  font-weight: 300!important; }

    Please go to Enfold theme options > Blog Layout and change Single post style – http://i.imgur.com/lLdA2mU.png
    P.S.: Your website looks awesome!

    Regards,
    Yigit

    #257694

    Thanks a lot. It worked very well. :)

    Related to the blog-area I have another question.

    For my main content area I used the special heading,
    is there a chance to make the blog post title look the same way?
    Which specifications I used for the special heading, you can see on this screenshot:
    http://www.coeval.de/blogpost.jpg
    I would love to have the same look for my my blog post titles.

    And as well I would like to let the blogpost itself look exactly like the main content?
    I used for both the „address style“, but on the blog post at least the font size looks bigger.

    This is the link to the actual site: http://www.coeval.de/demo

    Thx a lot :)
    Danny

    #257564

    Hi!

    1) Habe die Abstände mit:

    
    
    .av-main-nav li > ul.sub-menu{
    margin-top: -41px;
    }
    
    #header .avia_mega_div {
    top: 67%;
    }
    

    verringert.

    2) Die Farbe könnt ihr mit:

    
    #top #header .avia_mega_div > .sub-menu > li > ul li a{
    color: #ff000;
    }
    
    #top #header .avia_mega_div > .sub-menu > li > ul li a:hover{
    color: #ff000;
    }
    

    ändern. Der zweite Wert gibt die mouse hover Farbe an. Ihr könntet hier auch font-size hinzufügen, wenn zB eine kleiner Schrift gewünscht wird (zB um die Anzahl der Menüpunkte erhöhen zu können).

    3) Dieser Code ändert die Farbe des Submenüs:

    
    #top .header_color .sub_menu ul li a{
    color: #ff000;
    }
    
    #top .header_color .sub_menu ul li a:hover{
    color: #ff000;
    }
    

    4) Nein, das Megamenü kann man leider nicht scrollen. Wäre auch extrem benutzerunfreundlich, da es sich dann oftmals unerwartet schließt, etc. Ich empfehle entweder die Schrift kleiner zu gestalten, oder die Menüstruktur zu ändern.

    Regards,
    Peter

    #257530

    Hey Yigit,

    Great! That works fine.

    Still have some questions and sorry for my bad English.

    1) Body font enlarge with “body {font-size: 15px;}” in quick css increases not everything. For exemple Enfold latest news widget and commentary under Leave a Reply remain small font.
    2) Enfold theme make categories and tags clickable in the text. How can I remove this feature?
    3) Bold words are the same color as my links. How can I make the bold words in the same color as normal text?
    4) When I set my blog page by the enfold theme options, he no longer cuts off automatically by 55 words. Can I at this feature back?
    5) How can I give the heading tags a different color?
    6) The H2 and H3 tags are a little bit to large for my, how can I set a smaller font? (the H1 is smaller than the H2 now, can you see what font the H1 tags are by default?)

    Thanks for the time.

    Regards,
    Miikey

    #257438
    uychkinnear
    Participant

    Hi, I am trying to use our corporate font in the Layer Slider so it is in line with all of our branding. However when I put the name with is Tahoma the font looks bold and not quite right. I am not a developer just a mere designer so I googled HTML and found the following code
    <p style=”font-family:Tahoma;color:#F26522;font-size:35px;”>Accredited Courses</p>
    If you check out this homepage you will see how it dip lays, compare that with the screenshot I have attached and you will notice the difference. I’m sure it is my lack of knowledge in this area so your expertise would be greatly appreciated. Cheers Kinnear

    I just noticed that I can’t attach it, so just check out this page as it is how it should look. I tried to add the word regular thinking that work and that changed the type completely. http://test.uych.vic.edu.au/?page_id=3196

    #257182

    Hey 1456932587!

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

    .page-id-734 #av_section_5 p {
    font-size: 18px;
    }

    Best regards,
    Yigit

    #257117

    Hey!

    Great! Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

    #257114

    You were right Yigit, must have been the Font Size plugin. Problem solved thanks,

Viewing 30 results - 16,591 through 16,620 (of 18,728 total)