Viewing 30 results - 2,311 through 2,340 (of 18,728 total)
  • Author
    Search Results
  • #1333641
    klkc
    Participant

    Hi,

    I would like to change the size for the Titles and Excerpts on the portfolio grid to make them more visible compared to the size of the images..
    Is that possible ?
    Please take a look at my website on the address below

    Regards
    Kim

    #1333478

    Hey Ramon,
    Thank you for the link to your site, the closest I could come to your request is this script and css that shows the gallery image thumbnail alt tag on mouse-over:
    2021-12-19_005.jpg
    which works ok if the alt tag doesn’t contain too much text, since the image needs to be clickable to view the larger image above if there is too much text you can’t click the image.
    If you want to try this, add this code to the end of your functions.php file in Appearance ▸ Editor:

    function custom_gallery_tooltip_script() { ?>
        <script>
    (function($) {
    	setTimeout(function(){
      $("#top.single-product .flex-control-thumbs>li>img").wrap('<div class="alt-wrap"/>');
      $(".alt-wrap>img").each(function() {
        $(this).after('<span class="tooltip">' + $(this).attr('alt') + '</span>');
      });
    	},300);
    })(jQuery);
    </script>
        <?php
    }
    add_action('wp_footer', 'custom_gallery_tooltip_script');

    and this code in the General Styling ▸ Quick CSS field:

    .alt-wrap { 
      display: block;
      position: relative;
      margin: 0px;
    }
    .alt-wrap span.tooltip {
      opacity: 0;
      position: absolute;
      left: 0; right: 0; bottom: 0;
      margin: 0;
      color: #fff;
      padding: 5px;
      font-size: 10px;
      line-height: 12px;
      background-color: rgba(0,0,0,0.8);
      transition: all 300ms ease;
      transition-delay: 300ms;
    }
    .alt-wrap:hover > span.tooltip { 
      opacity: 1; 
      transition-delay: 0s;
    }

    Then clear your browser cache and any cache plugin, and check.

    Best regards,
    Mike

    Hey Julio,
    It looks like the footer icons are html pasted into a text widget, is this correct?
    If so please include an admin login and we can adjust the html to use the icon in the socket.
    to increase the icons try this css:

    #footer .social_bookmarks li a {
    width: 50px!important; 
    line-height: 50px!important; 
    min-height: 50px!important; 
    font-size: 30px;
    }
    
    #footer .social_bookmarks li {
    height: 50px!important; 
    width: 50px!important; 
    }
    
    #footer .social_bookmarks {
        height: 60px!important;
    }

    As to changing the green-yellow color of the icons, what color do you want them to be?

    Best regards,
    Mike

    #1333392

    Hi,
    Thank you for the login, to correct your mobile header I had to adjust your custom css for the social_bookmarks by putting it in a media query like this:

    @media only screen and (min-width: 767px) { 
    #top #header .social_bookmarks li a {
        font-size: 25px;
    }
    #top .social_bookmarks li {
         margin: 0 5px;
    }
    }

    and I had to add your “make header larger & move over” css to another media query like this:

    @media only screen and (min-width: 1440px) { 
    	/* Make header larger & move over */
    #header_main .logo, 
    #header_main .logo a {
        overflow: visible;
    }
    #header_main .logo img {
        height: 90px;
        position: relative;
        max-height: none;
        right: -90px;
        top: 15px;
    }
    #top nav .social_bookmarks {
       float: right;
       left: auto;
       width: 10%;
    }
    }

    But I notice your desktop your header widget is overlapping your social_bookmarks because you have it set to right: 300px;, I would recommend using right: 30%; instead.

    Best regards,
    Mike

    #1333365

    Thank you, I wil keep jQuery Migrate library enabled and ignore the error.

    I also discovered that this specific error is onli in Chrome, not in Firefox.

    Just to be sure; can it be that my custom css is causing this error:

    #socket { font-size: 14px !important; }

    #footer .widget p {
    font-size:15px !important;
    }

    .container_wrap {
    clear:both;
    position:relative;
    border-top-style:solid;
    border-top-width:0px;
    }

    .avia-button.avia-size-large {
    padding:14px 28px 14px;
    font-size:17px;
    min-width:120px
    }

    /*tagcloud*/
    .tagcloud br{display:none;}
    .tagcloud a{font-size: 15px !important;padding:2px 8px;margin:0 1px 1px 0;display:block;float:left;border-style: solid;border-width: 1px;text-decoration: none;}

    .tagcloud a:hover{
    text-shadow: none;
    text-decoration: underline;
    }

    .widget_tag_cloud h3{
    border:none;
    }

    /*recentcomments, recent entries*/

    .recentcomments, .widget_recent_entries li{
    padding:10px 0;
    display:block;
    font-size: 0.92em;
    line-height: 2.6em;
    }

    .recentcomments a, .widget_recent_entries li a{
    font-style: normal;
    font-family: “Verdana”, “Times New Roman”, Helvetica, Arial, sans-serif;
    }

    .recentcomments, .widget_recent_entries li{
    border-top-width:1px;
    border-top-style: solid;
    }

    .recentcomments:first-child, .widget_recent_entries li:first-child{
    border-top:none;
    }

    .entry-content-wrapper li {margin-left: 0em;padding:3px 0;}

    Thanks,
    Alwin

    #1333339

    Hey Julio,

    Thank you for the inquiry.

    As we mentioned in the previous thread, it is possible to apply a unique ID or class name to any elements in the builder including the Text Block and the Special Heading element. Just edit the element, then go to the Advanced > Developer Settings panel to apply the class name or the ID. You can then use those attributes as css selectors to adjust the style of the element.

    Example:

    .your-custom-class { font-size: 100px; }
    

    Best regards,
    Ismael`

    #1333240

    Thanks Yigit, I also added “textarea” for the message field.

    input, select, textarea {font-size: 100%! important; }

    Good job

    • This reply was modified 4 years, 3 months ago by vbonora.
    #1333187
    web4smallbusiness
    Participant

    Good morning
    I have been using Enfold for quite a while and have built a number of websites, but I seem to be experiencing a problem with one particular website (see details below),

    Problem No 1
    ———————
    Custom CSS and Advanced Styling are being ignored.

    I changed the font on the website several times (using the available theme fonts) and each time I made the change the font showed up ok. Then suddenly none of the changes I made were being reflected.

    I checked the website on several browsers and monitors and even my mobile phone and still no change.

    I then upgraded the theme to the latest version and changes still did not show up.

    I decided to install Google Fonts and whilst this is now showing the new fonts, other formatting still did not show up. For example all H1 headings are coming up in ALL CAPS and even though I have quick CSS code within the theme:

    h1, h2, h3, h4, h5, h6{text-transform: none !important;}
    span.image-overlay {display: none !important;}
    #header .social_bookmarks li a { font-size: 30px;}

    and I have specified Text Transform “none” within Google settings, it seems to be getting ignored.

    I contacted the hosting company, thinking that maybe something is being blocked and they said:

    Enfold theme has weird caching system that sometimes takes a while to take into effect.
    To add custom CSS, it’s better to add it to Appearance > Customize > Additional CSS

    So I did that and that fixed the problem, but I have a number of websites to build and I am hoping to get to the bottom of the issue.

    Problem 2
    ——————
    I have also noticed that even though I have selected a Stretched Layout, it seems to be a lot narrower than other website with Stretched Layout. I have checked and the dimensions are the same as other websites, ie 1310px.

    Problem 3
    —————-
    I am unable to make any changes to the menu, which I tried through Advanced Styling – the client has requested a different font, but no matter what I do, the changes do not happen.

    I can’t figure out what could be causing these problems. This website is hosted with all my other client websites and none of them are experiencing these problems.

    Is there a setting I may have missed that could be preventing the updates?

    Your help would be greatly appreciated.

    #1333171
    Jules
    Participant

    On the Fullscreen Slider Element, I’m able to add text and place it within a framed border. How can I achieve this same effect with the Text Block & Special Heading Elements?

    Here is an example of what I’m trying to achieve: https://ibb.co/7pq8Dm4

    I found a previous topic from 2015, however, these options don’t appear to currently exist.

    If there is now workaround with Enfold, are there WordPress Plugins that anyone is aware of the would allow me to override the Text Font Size limitation (i.e. add font sizes greater than 40px) and add an overlay behind the text to help it standout – similar to “Fullscreen Slider Element” – – for example: Advanced Editor Tools (previously TinyMCE Advanced); plugin site says it’s: “Untested with your version of WordPress”?

    TIA for your help.

    • This topic was modified 4 years, 3 months ago by Jules.
    #1333160

    Hi,

    For next release 4.8.8.1 I added this feature:

    
    add_theme_support( 'avia_options_extended_typography' );
    

    replaces the selectboxes with plain input fields where you can add any valid CSS (there is no check).

    To skip your ALB settings for responsive fonts there is a filter:

    https://github.com/KriesiMedia/enfold-library/blob/master/actions%20and%20filters/Layout/avf_el_styling_responsive_font_size_skip.php

    If you want to have a beta version for testing let us know.

    Best regards,
    Günter

    #1333143

    Hey,

    Thanks for contacting us!

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

    
    input, select { font-size: 100%; }
    

    Best regards,
    Yigit

    #1333076

    Hey hitrev,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .av-subnav-menu .avia-menu-text {
      font-size: 12px; 
    }
    }

    Best regards,
    Rikard

    #1332837

    Hey rob,

    I could not see any selector that is deprecated but there are some things you can do with options instead of using CSS codes.

    For example, you have following code to make borders rounded on button element with “rounded-button” class

    #top .rounded-button a.avia-button {
    border-radius: 30px;
    }

    You can edit button elements and adjust their border radius in Styling > Borders now – https://i.imgur.com/7rCORiZ.png

    Instead of using following code

    .main_menu ul:first-child > li > a { font-size: 18px; }

    You can go to Enfold theme options > Advanced Styling and edit “Main Menu Links” to increase main menu font size

    Instead of using following code

    p.toggler.av-inherit-border-color {
    background-color: #002348;
    color: #ffffff
    
    }

    You can edit Accordion element and use custom color options

    Instead of following code
    h1, h2, h3, h4, h5, h6 { text-transform: none !important; }
    You can go to Enfold theme options > Advanced Styling and edit “All Headings (H1-H6)” to change text transform

    That seems to be it :)

    Regards,
    Yigit

    #1332750

    Hi Tim,

    Thanks for your feedback.

    ad 1)

    That makes sense. I took px because Kriesi did in his default setting (and also in the Advanced Styling tab).
    I will change it to plain input fields with a default of px (if no other unit is specified).

    ad 2)

    For elements that support post css files (like ‘Special Heading’ does) the responsive handling for font sizes in in aviaElementStylingResponsive::add_responsive_font_sizes(…).

    What I would suggest is to extend the parameter list with a reference to the shortcode object and add a filter to supress generating the media queries.
    That will allow more flexibility without touching any other core code.

    ad 3)

    Yes, Advanced Styling has priority. Selectors are e.g.

    
    #top #wrap_all .all_colors h1
    

    Selectors from typography tab are simple e.g.:

    
    h1
    

    Best regards,
    Günter

    #1332685

    Hi,

    You can use css media queries to adjust the style of the elements including its font style on mobile view or any screen sizes.

    // https://css-tricks.com/a-complete-guide-to-css-media-queries/

    If you need more help, please feel free to open another thread.

    Best regards,
    Ismael

    #1332647

    Hey Gunter,

    I have just started playing the the new responsive typography feature, and I wanted to say a big thank you for implementing this suggestion.

    I’ve only just started with it, so sorry if I’m missing something or don’t understand something fully, but I had a few questions/suggestions on it’s implementation.

    1. In the articles I linked to when I started this thread, and in the ones you link to from the Enfold theme settings, to achieve the best responsive results they usually use em or rem units for font sizes. However, I can only select pixel sizes in the Enfold settings. Is there a reason for this? As a suggestion, could we do away with the drop down list of pixel sizes, and instead use a text entry box where we can enter a value that we want, such as 1em, 2vw, 1.5rem, 10px etc? This would provide a lot more flexibility, plus also I think would be quicker than using a drop down list for all of these sections. Then it would be easy to implement the typographic scales you link to in the articles for instance by simply copying/pasting the em values if we wanted to.

    2. Would it be possible to add an option in for each h1-h6 section along the lines of “override individual page settings”? For instance, on some sites before this feature was added, I’ve customised the Special Headings using the responsive settings in the ALB element. But now with these global features, I have to find each one I customised and revert it to default for this new feature to take affect on it. Another possibility to help with this could be a global option “set all heading elements responsive styles to default” which as a one-time thing when starting to work with the new responsive typography element you can select it and know that any custom headings/special headings that you’ve ever customised over time are now back to defaults, so you can start using the new responsive typography without any surprises. (I think I prefer this second option)

    3. How does this feature interact with the Advanced Styling tab? For instance, if values are set in responsive typography, and values for a H1 exist in the Advanced Styling tab, does the AS tab take priority? (It seems that way, but just want to be sure).

    Thanks again Gunter for your brilliant work implementing these and other features.

    Regards,

    Tim

    • This reply was modified 4 years, 3 months ago by THP Studio.
    #1332562

    In reply to: Socket font size

    Hi,
    Thank you for the link to your site, please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    #top #socket {
        font-size: 16px;
    }

    you can adjust the number 16 to suit your needs, then clear your browser cache and check.

    Best regards,
    Mike

    #1332561
    Art_Discovery
    Participant

    Hi,
    We’re using the east textillate plugin to have an animated script on some pages. It is working well on my desktop, but not other devices. I uploaded the Brush Script font through the custom font manager, does this not automatically upload to the server?
    Easy textillate script is embedded as shortcode in text field thus:

    <p style=”text-align: center;”>[textillate font_family=’Brush Script MT’ font_color=’#ffffff’ font_size=’50px’ font_weight=’inherit’ effect_in=’fadeIn’ type_in=’sequence’  effect_out=’none’]”The world always seems brighter when you’ve just made something that wasn’t there before.” [/textillate]</p>

    Can you help? If it is an issue with the brush script font, then I have also tried this with the Dancing Script available through Enfold, but this doesn’t work either. How else can I achieve this effect (effect of handwriting).
    The site is under maintenance at the moment. I have attached screen shot below
    Many thanks in advance

    #1332427

    In reply to: Vertically center text

    Hi,
    I see that your trioIcon div is missing your icon html:
    <i class="bi bi-pin-map-fill" style="font-size: 1.25rem; color: white;"></i>
    Please use the code block element instead of the text block element to display html code.

    Best regards,
    Mike

    #1332425

    Hey, sorry I didn’t think about changing the font size manually for other devices. Problem solved :) thanks

    #1332400
    caledoman
    Participant

    hello guys,
    after the last enfold update some pages using breadcrumbs were blank :(
    i know the problem is here because after removing breadcrumb pages working well
    i do have a rollback of enfold to have a good looking website with breadcrumsb but i do need to update it soon
    please help
    the breadcrumbs using a short code in pages
    and the style is :
    .title_container .breadcrumb {
    z-index: 10;
    line-height: 15px;
    font-size: 14px;
    position: absolute;
    left: 50px;
    top: 50%;
    margin-top: -7px;
    }
    .breadcrumb .trail-begin span{
    display:none;
    }
    .breadcrumb .sep{
    width:20px;
    font-size:24px;
    }

    .breadcrumb .trail-begin:before{
    content: “”;
    font-family:”dashicons”;
    font-size:16px;
    }
    .sep{font-family:”dashicons”!important;}
    .caption_container .slideshow_caption h2{text-transform:none}
    .slide-contact .avia-caption-title {
    margin-top: 40px;
    text-align: left;
    margin-left: 45%;
    font-weight: bold;
    font-size: 50px !important;
    }

    #1332346

    Topic: Socket font size

    in forum Enfold
    Martin
    Participant

    Hi there,

    I’m currently building the page http://designplanung-leipzig.de/projekt-003 and have a problem with the font size in the socket. It’s too small. Can someone help me with this?

    Best regards,
    Martin

    #1332298

    Hey Julio,

    Thank you for the inquiry.

    You can actually use the Image element to open the video as an external link, just make sure to apply the “noLightbox” class name in the Advanced > Developer Settings > Custom CSS class field to prevent lightbox from opening. For the play button, you can try this css code.

    .avia-image-container:hover .avia-image-overlay-wrap:before {
        content: 'Play Button Here';
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        top: 50%;
        z-index: 1000;
        font-size: 20px;
        font-weight: bold;
        color: #ffffff;
    }

    Just replace the content value with an actual play button image or a font icon.

    Best regards,
    Ismael

    #1331874

    In reply to: Fullwidth Sub menu

    Hey limedrop,

    Please try the following in Quick CSS under Enfold->General Styling:

    .av-submenu-container li a .avia-menu-text {
      font-size: 20px;
    }
    
    .av-submenu-container li.current_page_item a .avia-menu-text {
      color: red;
    }

    Best regards,
    Rikard

    #1331841

    In reply to: Enfold and WooCommerce

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    1.

    .cart_dropdown_link span:before {
        font-size: 25px;
    }

    2.

    @media only screen and (max-width: 767px) {
    .template-shop.avia-content-slider .products .product {
        width: 49%;
    }
    }

    Best regards,
    Rikard

    #1331703

    Hey Corina,

    Thank you for the inquiry.

    This css distorts and disaligns the logo on screens narrower than 1284px.

    .responsive .logo img, #top .logo {
        max-width: 35% !important;
        width: 35%!important;
    }
    

    And this one removes the space between the menu items.

    .av-main-nav > li > a {
        font-weight: normal !important;
        font-size: 20px;
        text-transform: uppercase;
        padding: 0px!important;
    }
    

    We added a screenshot of the header in the private field after disabling the css rules above.

    Best regards,
    Ismael

    #1331647

    Hey aruizhuidobro,
    Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    #top .av-tabs-trauma .av-section-tab-title .av-inner-tab-title {
    font-size: 8px;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1331639
    aruizhuidobro
    Participant

    Hi, I am using the tab section on this page and I am trying to customize the size of the title but it is not taking the changes. I used .av-section-tab-title and .av-inner-tab-title… Can you please check and help ?

    #top .av-tabs-trauma .av-section-tab-title {
    font-size: 8px;
    padding-right:60px!important;
    }

    #1331544

    Hi,
    To have a Scroll Up to Next Section Arrow try pasting this is a code block element at the top of your color section:
    <a href="#intro" title="" class="scroll-up-link av-control-hidden" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></a>
    adjust the link to the custom ID of the section above #intro please note that every ID can only be used once on a page, so every arrow needs a different link.
    Then add this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    #top .scroll-up-link {
        height: 60px;
        width: 80px;
        margin: 0px 0 0 -40px;
        line-height: 60px;
        position: absolute;
        left: 49.85%;
        top: 0px;
        color: #FFF;
        text-align: center;
        font-size: 70px;
        z-index: 100;
        text-decoration: none;
        text-shadow: 0px 0px 3px rgb(0 0 0 / 40%);
        -webkit-animation: custom_fade_move_up 2s ease-in-out infinite;
        animation: custom_fade_move_up 2s ease-in-out infinite;
    }
    /*animated arrow animattion*/
    @-webkit-keyframes custom_fade_move_up {
      0%   { -webkit-transform:translate(0,20px); opacity: 0;  }
      50%  { opacity: 1;  }
      100% { -webkit-transform:translate(0,-20px); opacity: 0; }
    }
    @keyframes custom_fade_move_up {
      0%   { transform:translate(0,20px); opacity: 0;  }
      50%  { opacity: 1;  }
      100% { transform:translate(0,-20px); opacity: 0; }
    }

    Then clear your browser cache and any cache plugin, and check.
    the expected results:
    2021-12-04_001.jpg

    Best regards,
    Mike

    #1331538

    In reply to: footer title font size

    Hey Susanne,
    Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    #footer h3.widgettitle {
    	font-size: 10px;
    }

    and adjust the font size to suit, then clear your browser cache and any cache plugin, and check.
    If this doesn’t help please include the url to your site so we can take a closer look.

    Best regards,
    Mike

Viewing 30 results - 2,311 through 2,340 (of 18,728 total)