Viewing 30 results - 14,401 through 14,430 (of 18,733 total)
  • Author
    Search Results
  • Hi, thank you so much. I’ve really been struggling with this, and the following spaghetti is the best I could come up with so far:

    ******************

    #top #wrap_all .custom-color-heading .av-special-heading-tag {
    color: #ffffff !important;
    text-shadow: 2px 2px 4px #000000; }

    .av-masonry-entry .av-inner-masonry:hover:before {
    background: rgba(0, 181, 241, 0.7);
    }

    .av-masonry-date{ display: none !important;
    }

    .av-masonry-entry .av-inner-masonry-content {
    background:transparent !important;
    text-align: center;
    }

    .av-masonry-entry .avia-arrow { display: none;
    }

    .av-masonry-entry .av-masonry-entry-title {
    background: transparent;
    padding: 10px;
    margin-bottom: 20%;
    font-weight: bold;
    font-size: 30px;
    color: #ffffff !important;
    text-shadow: 2px 2px 4px #000000;
    }

    .avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry{
    -webkit-animation: none; /* Safari 4+ */
    -moz-animation: none; /* Fx 5+ */
    animation: none; /* IE 10+ */
    }

    .avia_desktop .av-masonry-entry:hover .av-masonry-image-container {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    opacity: 1!important;
    }

    /* UNUSED
    .av-masonry-entry:before {
    content: attr(title);
    background: radial-gradient(transparent, black);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1000;
    text-align: center;
    line-height: 180px;
    opacity: 0;
    font-weight: bold;
    font-size: 24px;
    color:#ffffff !important;
    }

    .av-masonry-entry:hover:before {
    opacity: 1;
    }

    .av-masonry-entry:before{
    transition: all linear 0.2s;
    }
    */
    **************

    The EXACT effect I want to replicate is like the masonry on this page:
    http://stophavingaboringlife.com/cats/travel-blog/

    I feel like I am pretty close, but its taking up most of my mental energy and time to figure out how to make the content display just like on that page.

    Specifically what I would like to emulate is:
    – the vignette over the content box, and another deeper vignette on hover
    – the styling of the big title on the big featured post content box on the left
    – Having the author displayed under the title
    – upon hover, the title and author text slides upwards to reveal an excerpt

    Please have a look at my page, and you’ll see that I have three widget areas for featured content. I would also like to apply the same styling as described above on those as well. I can’t figure out how to have the title/author/excerpt display on those just like in the blog masonry element.

    Honestly, thank you so very much for your help. You guys are seriously amazing. If you are ever in Tokyo, beers are on me:)

    • This reply was modified 11 years ago by Apollo87.
    #405416

    Hello Elliott,

    Thanks for your patience. I deleted and reinstalled Enfold, activated just the theme, then reactivated my child theme – and my site lived to tell the tale! I have also narrowed down exactly where this size issue happens.

    In the avia layout builder, it works. In a regular post, it works. In a regular page, it works.

    In a custom post type, inserting the shortcode and changing the numeric value for “size” does NOT work. For me, this mainly manifests in any page related to The Events Calendar (I have the pro version). I don’t know if that’s an integration issue on your end or theirs, but I end up just clumsily changing the font size inline (to the text within the shortcode) to get the desired effect. Any ideas on getting these two to play nice so I can cut out that inline style?

    #405393

    Thank you, that works until it gets to around 550px on mobile.

    Is there a way to reduce the font size when it gets to that screen size so it stays on 1 line?

    #405360

    I think it’s better, but still there is a gap, if you croll down on the page, the last row’s on the right, it starts with “preise”, they are still out of the horizontal line. Is that because of the font size?

    #405326

    Thanks for your reply! Unfortunately, I have tried that method several times, and it is not working. The first time (changing the main menu link color, background, and font size but not checking “Apply only to mouse hover state”) applies the changes to make the main menu links and the mouse hover state look identical. However, the second time (changing the main menu link color and background then checking “Apply only to mouse hover state”) always reverts my main menu links to the default color, size, and background while keeping the new mouse hover state color, background, and size. It seems like something that’s self-explanatory, but it’s just not working correctly. Do you have any other ideas or suggestions?

    #405305

    In reply to: mobile menu

    Hey!

    Please add following code to Quick CSS

    @media only screen and (max-width: 1024px) and (min-width: 989px) {
    #top #header .av-main-nav > li > a { font-size: 12px; }
    .logo * { max-width: 80%; }}

    Best regards,
    Yigit

    #405191

    Hi!

    Thank you for coming back.

    In custom.css or Enfold->Styles->QuickCSS try to put the following and adjust the vaule:

    
    .page .content .entry-content {
        font-size: 15px !important;
    }
    

    Best regards,
    Günter

    #405111

    Hi dsmcpherson!

    Please paste this in your Quick CSS or use the same values in Enfold–>Advanced Styling–>H2

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

    Regards,
    Rikard

    #405048

    Hi Jennifer!

    Thank you for coming back.

    Try the following:

    
    #top .avia-button-fullwidth .av-button-description {
        font-size: 12px !important;
    }
    

    Best regards,
    Günter

    #405028

    Hi Ismael,

    yess, I have put 1140 in the “full width slider settings”. Is that ok? And I have already put a text in the classes field and quick CSS. … I have added some text like my text in the slider wont become to small and stays bigger on mobile devices. You know what I mean?

    This one…

    @media only screen and (max-width: 500px) {
    .layer-slider-caption {
    font-size: 20px !important;
    line-height: 35px !important;
    }
    .layer-slider-title {
    font-size: 30px !important;
    line-height: 30px !important;
    }
    .layer-slider-head {
    font-size: 20px !important;
    line-height: 20px !important;
    }

    What should I now put in?
    Cheers

    #404947
    drksteel
    Participant

    Hi,
    My base text size is larger than the default excerpt text size.
    I’d like to increase the font size of the excerpt text as it displays in, for example, the blog widget where the entry displays the excerpt text with a “read more” link.

    #404916
    jennifer
    Participant

    Hello,
    I found this post (very helpful) https://kriesi.at/support/topic/full-width-button-text-size/ which allows me to change the text size for the fullwidth buttons. When I apply it to my child theme, it works perfectly.
    I added in the Custom CSS Class field so that I could customize individual elements, but it doesn’t appear to be working (human error, I’m sure). :-)
    Here’s the test page: http://www.tripreads.com/paris/
    Custom class: offline_maps
    Code implemented:

    .offline_maps #top .avia-button-fullwidth .av-button-description {
    font-size: 12px; }

    What am I doing wrong?

    #404845
    dsmcpherson
    Participant

    Hi,

    I would like my H1 font size to be the same size as the H2 font size. I think I can make this change site wide by adding an entry to the Quick CSS field in the Enfold setting under the WordPress Admin. Is that correct?

    Can you tell me what CSS to add the make the H1 text size the same as the default H2 text size?

    Thanks,
    DSM.

    #404826

    Hey galore!

    Add this to your custom CSS.

    .avia-post-nav .label { color: red !important; font-size: 54px !important; left: 5px !important; }
    

    Regards,
    Elliott

    #404716

    Hey Me.llamo!

    1. The icons are actually a font so you can change their size with this CSS.

    .av-icon-char { font-size: 80px !important; }
    

    2. Hmm, not really sure what we can do here. Would you like to try setting the text to align left on smaller screens?

    Best regards,
    Elliott

    #404658

    In reply to: Magazine issue

    Hi!

    Please add following code to Quick CSS

    .av-magazine .av-magazine-content-wrap .av-magazine-title { font-size: 18px; }

    Cheers!
    Yigit

    #404606
    Eagles1227
    Participant

    Hi Support,

    I’ve been working with the CSS for the “Tabs” Element and cannot figure out why it displays differently on mobile – even before the CSS changes (Thought I would dive right in and make the changes as I go. Still no luck!).

    The issue I am having is: when I am on mobile, only one tab displays above the content while the others dhow below UNTIL another tab is chosen. Meaning, the first tab is ALWAYS above the content but when I select another tab, then they all display ABOVE the content. The text color of the tab name itself also changes. I’ve tried adding the correct color via CSS but it does not seem to want to work! I’ve also disabled all plugins as well.

    The website is here:
    http://tjmpropertygroup.com/philadelphia-neighborhoods/washington-square

    Though this was also the case prior to the CSS changes, the CSS that I have changed is:
    .tab_content.active_tab_content,.js_active #top .active_tab {
    background-color : transparent!important;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: solid;
    border-width: 2px;
    border-color: #f95909;
    }

    .js_active .top_tab .tab{
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-width: 0px;
    padding:12px 16px 14px 16px;
    width:auto;
    font-size: 15px;
    }

    .js_active .tab_content{
    padding: 10px 0 0 0;
    }

    .js_active .active_tab_content{
    display: block;
    visibility: visible;
    z-index: 3;
    position: relative;
    overflow:auto;
    border-style: solid;
    border-width: 0px;
    border-radius: 0px;
    left:0;
    width:auto;
    }

    Thanks!

    Also, I would LOVE if users could have the ability to sort tables. For example, in my table, users could have the ability to sort Townhouse from condos or even price, etc.

    #404578

    In reply to: font-size not respond

    Hey!

    Please try the code as following as well

    .page-id-362 #av_section_1 .avia_textblock * {
    font-size: 15px !important;
    }

    If that does not help, can you please post a screenshot and show the changes you would like to make so we can make sure that we are on the same page? You can upload your screenshots on imgur.com or Dropbox public folder.
    * is called wildcard character.

    .your-class h1 { font-size: 12px; } /* it would change the font size of h1 element inside your-class */
    .your-class h2 { font-size: 12px; } /* it would change the font size of h2 element inside your-class */
    .your-class * { font-size: 12px; } /* it would change the font size of both elements inside your-class */ 

    Regards,
    Yigit

    champlainconted
    Participant

    Hi guys,

    So I was looking at the Enfold demo, and I noticed how the blockquote is styled:

    I thought the vertical bar on the left was a nice touch, and wanted to use it elsewhere. However, where I want to use it, it’s not a quote, so I don’t want to make it italics, I don’t want to change the font size, all I really want is to have that bar on the left, same font size, same indentation. Is there a shortcode or something I can use to do exactly this? Or do I need to create a new CSS class or something that provides this effect, and add it to the page via the Text (code) editor? I always prefer to use Enfold shortcodes, to prevent hardcoding.

    Thanks!

    #404268

    Hi!

    Custom css class attributes are usually added to the grand parent container or the first container of the element. You can use google inspector or firebug to get the proper css selector. This will probably work:

    .awesome-easyslider {
    text-transform: lowercase; 
    font-size: 10px; 
    text-align:center;
    }

    For the iconlist, if you use “custom-iconlist” as custom css class attribute, you can use something like this:

    .custom-iconlist .iconlist_title {
    text-transform: none;
    }

    Add the !important attribute next to the css value if it doesn’t work.

    Best regards,
    Ismael

    #404227

    In reply to: Magazine issue

    This reply has been marked as private.
    #404210
    Me.llamo
    Participant

    Hello!

    For this page *see private* I struggle with a few minor issues:

    A) The pop-up icon with the letter ‘i’ in it is too big for small screens (tablet + mobile device) and also pops up in the middle of the text on tablet lay-out which I don’t want. Now I want to make it 60% smaller, but does not respond at this code:

    @media only screen and (min-width: 768px) and (max-width: 989px) {
    .page-id-407 .avia_transform .avia_start_delayed_animation.av_font_icon {
    transform: 60% !important;
    }
    }

    Also prefer this for mobile lay-out:

    @media only screen and (max-width: 767px) {
    .page-id-407 .avia_transform .avia_start_delayed_animation.av_font_icon {
    transform: 60% !important;
    }
    }

    B) General question; how can I handle ugly line-breaks in a page? I made all line-breaks for desktop layout with SHIFT + RETURN, but on tablet and mobile it looks real crappy…..I want to keep the same font-size for these smaller screens, just another place of line-break.

    Can you tell me what I do have to change or do in both cases?

    Best regards,
    Me.llamo

    #404111

    Hey!

    You have this code on the style.css file:

    .avia-content-slider  {
    color: white;
    left: 0px;
    right: 0px;
    padding: 0px;
    position: absolute !important;
    bottom: 6px;
    text-align: center;
    font-size: 13px;
    }

    I believe this is a modification for the post slider but since the blog grid and the post slider are using the same script, it breaks the grid. Replace the selector with this:

    .avia-content-slider-active .slide-entry .slide-content
    

    Cheers!
    Ismael

    #404057

    Topic: Secondary header/menu

    in forum Enfold
    arthurvancadsand
    Participant

    Hi, I know there’s already a lot of topics concerning this, but I can’t find the right answer. I already applied quick css for social icons height, font size telephone number and menu item. But The menu item padding does not work. It sticks to top instead of vertical center. I also want to include a telephone icon preceeding the phone number. Link fo site is quoted in private content.

    Txn
    Arthur

    #404047

    In reply to: font-size not respond

    Hey!

    Replace the code with this:

    .page-id-362 #av_section_1 .avia_textblock > * {
    font-size: 15px !important;
    }

    Cheers!
    Ismael

    #403929

    Hey Eran!

    2. That’s the Main – Primary Color color in General Styling – http://screencast.com/t/3PkQqpwrMV0w
    3. I didn’t find that strip on your pages.
    4. Go to Footer and put [nolink] as the Copyright value – http://screencast.com/t/xkhrzTb6l
    5. Try adding this code to the Quick CSS:

    body{
    font-size: 16px;
    }

    Regards,
    Josue

    #403890

    In reply to: Adding text to Header

    Hey!

    Here you go:

    function add_aditional_content_to_header($logo, $use_image, $headline_type, $sub, $alt, $link){
    
        $logo .= "<div class='custom_content'>";
        $logo .= '<span class="av_font_icon avia_animate_when_visible av-icon-style-  av-no-color avia-icon-pos-left  avia_start_animation avia_start_delayed_animation" style=""><span class="av-icon-char" style="font-size:16px;line-height:16px;" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span></span>';
        $logo .= "9232 6778 / 8127 0254 <br>
        $logo .= '<span class="av_font_icon avia_animate_when_visible av-icon-style-  av-no-color avia-icon-pos-left  avia_start_animation avia_start_delayed_animation" style=""><span class="av-icon-char" style="font-size:16px;line-height:16px;" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span></span>';
        $logo .= "Email:  (Email address hidden if logged out) ";
        $logo .= "</div>";
    
    	return $logo;
    }
    add_filter('avf_logo_final_output', 'add_aditional_content_to_header', 100, 6);

    Regards,
    Josue

    #403779

    Ok nevermind I found how by adding this to custom.css

    #top .avia-slideshow-button {padding: 25px 50px 23px;
    font-size: 15px;
    min-width: 200px;}

    #403768

    I finally found out that what I wanted to do was change the icon list TITLE. I found a solution from Ismael here:
    https://kriesi.at/support/topic/header-and-footer-enfold-default-style/

    .avia-icon-list .iconlist_title {
    text-transform: none;
    }

    But this solution will apply through the site. How do I use Custom CSS to change the titles of individual icon lists?

    Also, how do I do this for other elements. E.g. I have inserted an Easy Slider where I have added the Custom Css class awesome-easyslider. Under Quick CSS I have inserted:

    .avia-easy-slider. awesome-easyslider {
    text-transform: lowercase; 
    font-size: 10px; 
    text-align:center;
    }

    Which doesn’t work. Is there a general syntax for doing this kind of thing?

    #403735

    In reply to: Adding text to Header

    Hey!

    Try with this:

    function add_aditional_content_to_header($logo, $use_image, $headline_type, $sub, $alt, $link){
    
        $logo .= "<div class='custom_content'>";
        $logo .= '<span class="av_font_icon avia_animate_when_visible av-icon-style-  av-no-color avia-icon-pos-left  avia_start_animation avia_start_delayed_animation" style=""><span class="av-icon-char" style="font-size:16px;line-height:16px;" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span></span>';
        $logo .= "Some content <br> break line";
        $logo .= "</div>";
    
    	return $logo;
    }
    add_filter('avf_logo_final_output', 'add_aditional_content_to_header', 100, 6);

    That will put a phone icon before the text.

    Best regards,
    Josue

Viewing 30 results - 14,401 through 14,430 (of 18,733 total)