Viewing 30 results - 781 through 810 (of 18,716 total)
  • Author
    Search Results
  • #1436196
    omnicnc
    Participant

    https://omniradtech.com/ This is my site, I did not change the font size setting after imported the theme 5.0 , that modern demo. But you can see that body text font size is smaller than the demo. I wanna it the same font size as demo. Could you help me? Thanks.

    Hey LoPld,
    For your first question, I believe what you want is to have the burger menu show until 1240px, if this is correct then your css is wrong. Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (min-width: 768px) and (max-width: 1240px){
    .responsive #top .av-main-nav .menu-item-avia-special {
        display: block!important;
    }
    #top #header .av-main-nav > li.menu-item  {
      display: none!important;
    }
    .responsive #top .av-main-nav .menu-item-avia-special {
        display: block;
    }
    #top #header .av-main-nav > li#menu-item-search.menu-item  {
      display: block!important;
    }
    .av-main-nav-wrap {
        float: right;
    }
    }
    @media only screen and (min-width: 990px) and (max-width: 1240px){
    #top #header .av-main-nav > li#menu-item-search.menu-item  {
      display: block!important;
      line-height: 118px;
    }
    #top #header .av-main-nav > li#menu-item-search.menu-item a {
        line-height: 118px;
    }
    .responsive.html_mobile_menu_tablet #top #wrap_all .menu-item-search-dropdown > a {
        font-size: 24px;
        color: #e8c100;
    }
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1436069

    Hey Munford,
    Your css for 2em on mobile is working when I check, except for the first one that has it’s own css:

    #top .heliko .av-image-caption-overlay-center {
        font-size: 4em !important;
    }

    Try changing the hotspot animation in the element settings:
    Enfold_Support_4879.jpeg

    Best regards,
    Mike

    #1436050
    Munford
    Participant

    hi
    two questions:
    1 / I am using this css to change the font for my image captions, but it’s not working on mobile.

    .av-image-caption-overlay-center {
    font-family: 'Arial Black'!important;
    font-size: 2em;
    line-height: 1.3;
    }

    I have checked everything and can’t find the issue. I wanted to use my imported font ‘Archivo Black’ but that didn’t work at all.
    Can you see what the problem is?

    2 / I am using image hotspots on a few pages – is there a way to disable the bottom to top animation of the hotspots and text and just have them fade in?

    thanks
    Nancy

    • This topic was modified 1 year, 11 months ago by Munford.
    #1436029

    Hey iago26,

    1. You can set the transparent logo under Enfold->Theme options->Transparency Logo Options.
    2. I’m not sure what you are looking to achieve, but you could try to add your code in a Code Block element.
    3. You can set font sizes under Enfold->General Styling->Typography, or under Enfold->Advanced Styling.

    Best regards,
    Rikard

    #1436014
    satucker
    Participant

    working on https://shethrivespsych.com/
    I’d like to make the font larger for the masonry grid that appears half way down the home page under “What I can do for you”. I can’t seem to find where to edit the size/color of that text. I have tried several settings under Enfold>Advanced Styling but they don’t seem to affect the text.

    #1436006
    iago26
    Participant

    Good evening guys, I need your help.
    I’m working on the theme “Enfold Classic Restaurant Demo” and I can’t solve the following problems:
    1) although I changed the logo in the appropriate section, on the main page, in the top right corner, before the fade, the white enfold logo remains visible;
    2) I would like to ask if in the “easy slider” photo gallery that appears at the top of the home page it is possible to insert an html code block;
    3) I would like to increase the font size of all sections, including the footer.
    I thank in advance those who would like to help me.

    #1435717

    Hi,

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

    #av-burger-menu-ul li a {
      font-size: 18px;
      color: red !important;
    }

    Best regards,
    Rikard

    #1435693

    Hi,

    Thank you for the inquiry.

    Have you tried adjusting the font size or typography settings in the Enfold > General Styling > Typography tab? You should be able to adjust the style of the heading elements (h1, h2 etc) for different screen sizes including mobile screens.

    Best regards,
    Ismael

    #1435681

    Hi,

    Thank you for the update.

    We’ve checked the modifications in the Quick CSS field and noticed that one of your css media queries is missing a closing tag or curly brace, which renders the rest of the css rules invalid.

    /* MASONRY GALLERY FONT SIZE AND COLOR */
    @media only screen and (min-width: 768px) {
    

    We didn’t try to adjust it because we are not sure which modifications are meant for desktop and which are intended for other screen sizes. Also, please make sure to remove duplicate css media queries such as

    @media only screen and (max-width: 767px) {
    

    You only require one instance of this per stylesheet.

    Best regards,
    Ismael

    #1435632

    btw. even if you are opening a media query – but have some other media querries inside that open and close correctly – a following closing bracket then have no effect.

    see here some code of your css ( those rules that are correct are erased here )

    @media only screen and (max-width: 767px) {
    	.responsive #top.page-id-472 .avia_responsive_table .avia-data-table tr:first-child th {
    		display: block;
    	}
    } 
    /**** closed too early ? ******/
    	.responsive #top.page-id-472 div .avia_responsive_table .avia-data-table td, 
    	.responsive #top.page-id-472 div .avia_responsive_table .avia-data-table th {
    		padding: 0;
    	}
    } /**** or an additional superfluous bracket  ******/
    
    @media only screen and (max-width: 767px) {
    	#top .avia-icongrid.av-flex-cells.av-break-989 .av-icon-cell-item {
    		flex: 1 1 100%;
    	}
    
    	.avia-icongrid-flipbox .av-icon-cell-item .avia-icongrid-front .avia-icongrid-inner, .avia-icongrid-flipbox .av-icon-cell-item .avia-icongrid-flipback .avia-icongrid-inner {
    		padding: 0 3em;
    	}
    
    	.all_colors h3 {
    		line-height: 1.3; /* Adjust the value to increase or decrease spacing */
    	}
    
    	.keinspace span {
    		display: block; /* Ensure the span is treated as a block element */
    		margin-top: 0px; /* Adjust margin-top to reduce space */
    		font-size: 0.7em; /* Adjust the font size smaller */
    		color: #6F6571; /* Change the text color to grey */
    	}
    
    	.avia-cookie-consent {
    		width: 100%;
    		position: fixed;
    		background-color: #009BDD;
    		z-index: 999;
    		color: rgba(255,255,255,0.9);
    		padding: 1.1em;
    		text-align: center;
    		opacity: 1;
    		visibility: visible;
    		transition: all 0.3s ease-in-out;
    		overflow: hidden;
    	}
    
    	.avia-cookie-consent-button,
    	.avia-cookie-info-btn,
    	.avia-cookie-hide-notification,
    	.avia-button {
    		background-color: white !important;
    		color: black !important;
    	}
    
    /**** missing closing curly bracket ******/
    
    /***** some media querries inside here - that are correctly opend and close so the following closing has no effect to that before *******/
    
    .av-burger-menu-main.menu-item-avia-special {
    		display: block;
    	}
    }  /**** additional superfluous bracket  ******/
    
    

    It is therefore best to avoid nesting media queries and possibly combine the same ones.
    There are a lot of single @media only screen and (max-width: 767px) {

    #1435551

    .justify-text {
    text-align: justify;
    -webkit-hyphens: auto; /* For Safari */
    -moz-hyphens: auto; /* For Firefox */
    hyphens: auto; /* Standard */
    }

    #top .av-video-slide .avia-slide-wrap, #top .av-video-slide iframe {
    background: #fff;
    }

    .avia-icongrid-front,.avia-icongrid-flipback {
    border-radius: 100%;
    min-height: 300px;
    min-width: 300px;
    }

    .av-hriqo-df64f73a2229a5a484cc56fae9caca2e table tr th {
    width: 20%;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    background-color: #000000;
    padding: 8px;
    }

    @media only screen and (max-width: 767px) {
    #top .avia-icongrid.av-flex-cells.av-break-989 .av-icon-cell-item {
    flex: 1 1 100%;
    }
    }

    @media only screen and (max-width: 767px) {
    .responsive #top.page-id-472 .avia-data-table.avia_pricing_minimal tr {
    padding-bottom: 20px;
    }
    }

    @media only screen and (max-width: 767px) {
    .responsive #top.page-id-472 .avia_responsive_table .avia-data-table tr:first-child th {
    display: block;
    }
    }
    .responsive #top.page-id-472 div .avia_responsive_table .avia-data-table td, .responsive #top.page-id-472 div .avia_responsive_table .avia-data-table th {
    padding: 0;
    }
    }

    #top .av-82qhko-49fd44439e70710ba9259a5b8656603c .avia-data-table {
    border: 0;
    padding: 10;

    }

    div .avia-table {
    background: transparent;

    }

    #top.page-id-472 #main .main_color .avia-data-table * {
    border: none;
    background-color: #fff;
    font-size: 18px;
    text-align: left;
    }

    #top.page-id-472 .main_color .avia-data-table.avia_pricing_minimal th {
    color: #666666;
    width: 15%;
    }

    #top.page-id-472 .av-hriqo-df64f73a2229a5a484cc56fae9caca2e .avia-data-table td:before {
    display: none;
    }

    .av-hriqo-df64f73a2229a5a484cc56fae9caca2e table tr th {
    width: 20%;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    background-color: #000000;
    padding: 8px;
    }

    .avia-form-success {
    text-align: center;
    border-style: solid;
    border-width: 0px;
    padding: 20px 15px;
    line-height: 1.4em;
    border-radius: 2px;
    clear: both;
    Font-size: 14px;
    font-weight: normal;
    text-decoration: none,
    }

    .page-id-1331 input, .page-id-1331 textarea {
    border-color: #009BDD !important;
    }

    .input_checkbox_label {
    color: #6F6571 !important;
    }

    .responsive #top #av_section_4 .container {
    width: 100%;
    }

    @media only screen and (max-width: 767px) {
    #top #av_section_4 .avia-icongrid .av-icon-cell-item .avia-icongrid-flipback {
    padding: 0 3em;
    }
    }

    @media only screen and (max-width: 767px) {
    #top .avia-icongrid.av-flex-cells.av-break-989 .av-icon-cell-item {
    flex: 1 1 100%;
    }

    .avia-icongrid-flipbox .av-icon-cell-item .avia-icongrid-front .avia-icongrid-inner, .avia-icongrid-flipbox .av-icon-cell-item .avia-icongrid-flipback .avia-icongrid-inner {
    padding: 0 3em;
    }

    .all_colors h3 {

    line-height: 1.3; /* Adjust the value to increase or decrease spacing */
    }

    .keinspace span {
    display: block; /* Ensure the span is treated as a block element */
    margin-top: 0px; /* Adjust margin-top to reduce space */
    font-size: 0.7em; /* Adjust the font size smaller */
    color: #6F6571; /* Change the text color to grey */

    }

    .avia-cookie-consent {
    width: 100%;
    position: fixed;
    background-color: #009BDD;
    z-index: 999;
    color: rgba(255,255,255,0.9);
    padding: 1.1em;
    text-align: center;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
    overflow: hidden;

    }

    .avia-cookie-consent-button,
    .avia-cookie-info-btn,
    .avia-cookie-hide-notification,
    .avia-button {
    background-color: white !important;
    color: black !important;

    }

    @media only screen and (max-width: 767px) {

    /* Add your Mobile Styles here */
    #top #header .av-logo-container .av-main-nav>li.av-burger-menu-main {
    display: block;
    }
    }

    @media only screen and (min-width: 768px) {

    /* Add your Mobile Styles here */
    #top #header .av-logo-container .av-main-nav>li.av-burger-menu-main {
    display: none;
    }
    }

    #avia-menu .menu-item {
    display: none;
    }
    .av-burger-menu-main.menu-item-avia-special {
    display: block;
    }
    }

    .container_wrap {
    border-top-width: 0;
    }

    #scroll-top-link {
    display: none;
    }

    .avia_iconbox_title {
    font-size: 18px;
    color: #6F6571;
    }

    .avia_iconbox_title:hover {
    color: #009BDD; /* Set the font color on hover to blue */
    }

    #header_main .av-logo-container {
    margin-bottom: -14px;
    }

    #1435472

    Hi,
    When I check the red boxes on mobile they are the correct size based on the text font size, Please see the first screenshot in the Private Content area.
    If this is what you see than we can help adjust with css or you can follow your plan above that works for many people.
    But I want to ensure that you are not testing the mobile view on a desktop screen by making the screen smaller, if you test this way please ensure to reload the page, Please see the second screenshot in the Private Content area.
    If this is what you see then it is a testing error that real devices will not see, please let us know.

    Best regards,
    Mike

    HI there,
    after the tables initially performed well on Mobile and desktopview, they have now reverted back to the standard layout in desktop view. How could this happen? I have not touched the code for 2 weeks and have not looked at the page. Today suddenly the css for the Table view on desktop doesn’t take hold anymore. Is the handler not called this anymore? #top.page-id-472 .av-hriqo-df64f73a2229a5a484cc56fae9caca2e .avia-data-table

    It needs it be like this:
    1. no borders
    2. no grey background
    3. font sizes bigger, both 16px
    4. font in first column is blue
    5. all fonts in cells align left

    I suspect that the handler name somehow changed itself? can you please check? I would not like to go through adjusting the css again from scratch since it was so much hassle to get it right…

    Bets, Peter

    • This reply was modified 1 year, 12 months ago by ausgesonnen.
    #1435327

    Hey Diana,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top #wrap_all #header .av-burger-overlay .av-burger-overlay-scroll #av-burger-menu-ul li a {
        color: #000;
        font-size: 16px;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    cat77
    Participant

    I set all the content in a page to default font and it looks uniform on desktop but when i look at the page on my android phone the fonts are two different sizes. Really stumped on why this is. Two what appears to be identical icon lists have different size fonts on mobile.

    Starting with the “managed IT” and icon list all the fonts on the page are noticeably bigger then the first group of icon lists.

    #1434881

    … just a moment
    on your starting page you got those standard settings. For example h2 : 28px font-size
    on your “clone” you got a alb declared font-size:

    to give better advice – it might be nice if you switch of merging. Because then we can see what source css is responsible for that behavior.

    Are you shure that this isn’t a caching problem? Have you any caching tools installed.

    #1434834

    Hi,

    every image ID needs to be added to the css right?

    Are you referring to @Guenni007’s modification? You can remove the .page-id-xxxxx selector from the css code if you want the changes to apply globally.

    #top .with-lightbox-caption .avia_image {
      overflow: visible !important;
    }
    
    #top .av-image-caption-overlay {
      bottom: -30px !important;
      font-size: 10px !important;
      height: auto !important;
      width: 100% !important; 
      text-align: justify !important;
    }
    
    #top .avia-image-overlay-wrap:hover .av-image-caption-overlay,
    #top .avia-image-overlay-wrap:hover .av-caption-image-overlay-bg {
      opacity: 1 !important;
    }

    You should also remove the is_page conditional function from the animated_enfold_lightbox callback.

    function animated_enfold_lightbox() {
    ?>
    <script type="text/javascript">
    (function($){
     // rest of the code
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'animated_enfold_lightbox', 999);
    

    Best regards,
    Ismael

    #1434825
    mikecowles
    Participant

    I have a site I’m working on for a client at https://socialmediathumbnails.com. The home page looks fine on firefox, but the fonts on the headers and body text are all way smaller on Chrome. However, I made a clone of the home page at https://socialmediathumbnails.com/blue and the font’s are all fine on both chrome and firefox.

    Any suggestions? I included admin access below.

    Thank you,
    Mike Cowles.

    #1434778

    Hello Team, thanks for your answers.

    Below the link to the dropbox folder. I hope this works.
    In the folder are 3 screenshots:
    – Bildschirmfoto Safari – looks perfect
    – Bildschirmfoto Firefox – the font “static” is not shown/correctly loaded.
    – Bildschirmfoto Google-Chrome: There you can see my second problem. On smaller screens – not small enough for tablet style – the menu overlaps the logo. I’ve read many threads but no solution for this problem. Can you give me a css to fix this? Or shall I open a new ticket for this problem?

    I’ve installed 2 different caching plugins. First the Speed Optimizer and after clearing the cache, the design was as worse as yesterday. The green backgrounds were gone and the size of the Static-Font was worse.
    Today it looks better but there is still the problem with firefox and google chrome.
    I deinstalled the speed optimizer and tested the WP fasted cache plugin –> my design got broken yesterday.
    I don’t know what went wrong. Maybe I did some settings in my enfold child theme (Website Performance and Optimization)… maybe something got wrong with CSS-compression or Java- compression… or with the lazy load of pictures / responsive images… Maybe the plugins weren’t compatible with that… Would you mind having a look at both settings… enfold and the Speed Optimizer and I give you the login to the website?
    My hosting partner recommended a caching plugin. He told me, siteground produces a lot of cache. Therefore I’d like to use a caching tool but I’m really afraid, the whole design will be gone again.

    Thanks :-)

    #1434716

    Hello Mike,
    thanks for your fast answer. I’ve done what was mentioned in this link. Inclusive clearing the history. Now the page looks as broken as on my mobile screen. The green background is gone and the font sizes aren’t shown correctly any more. Very strange.
    Do you have any idea?

    Thanks :)

    #1434708

    Hello Team,

    I have the same problem with 2 subpages of my website. The page “Das Gemüseabo” looks perfectly on mobile screens (http://wurzelauszwei.at/das-gemueseabo/). But the page “Der Markt” (http://wurzelauszwei.at/der-markt/) looks broken – same problem as Gatica mentioned. Just a blank white page with the text. The green background and correct font size is not shown. I checked the settings and compared them to the “das Gemüseabo” page – same settings. And on the “Ab-Feld-Verkauf” page, the heading font “Ab-Feld-Verkauf” (http://wurzelauszwei.at/ab-feld-verkauf/) is not shown correctly. The menu overlaps the font. But also the same style options as in “Das Gemüseabo”. I cleared the caches on my iPhone (software version iOS 17.3.1.) and also the Desktop Cache with the “WP fastest cache” Plugin.

    Could you please help me with this?

    Thanks

    #1434705
    xeovision
    Participant

    Hi,
    need to palce a caption below the image. Activate the caption in the image settings and use this css:

    .av-image-caption-overlay {
      bottom: -20px !important;
      font-size: 10px !important;
      height: auto !important;
      left: 50% !important;
      transform: translate(-50%) !important;
      width: 100% !important; 
      text-align: justify !important;
    }

    …works fine but when i activate the Lightbox, it dissapear.

    #1434697

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 767px) {
    #top #wrap_all .avia-button {
      padding: 30px 30px 30px 30px !important;
      font-size: 20px;
    }
    }

    I’m looking at this button on your homepage as an example:
    Enfold_Support_4758.jpeg
    these are the correct buttons, right?
    If you have a missing bracket in your css somewhere it could cause issues for new css, so try adding the css to WordPress ▸ Customize ▸ Additional CSS and see if that makes a difference.

    Best regards,
    Mike

    #1434692

    Thanks,
    Unfortunately, that code does not seem to change the font size on any of my browsers in either landscape or portrait mode, even after clearing all browser history/caches etc., and clearing all caches in wordpress interface. I have also closed the browsers, restarted my phone, and made sure that everything is up to date.

    When I was just changing the padding, the changes took place immediately, even if I didn’t clear any caches/history.

    This doesn’t really make sense to me since your code looks just like other code y’all have provided.
    J

    #1434633

    Hi,

    Please try using this CSS instead to change the font size on mobile devices as well:

    @media only screen and (max-width: 767px) {
    .avia-button {
      padding: 30px 30px 30px 30px !important;
      font-size: 20px;
    }
    }

    Best regards,
    Rikard

    #1434624

    That works. I’ll use the Advanced Styling for the desktop sites and will use the quick css for the mobile devices.

    What would I add to the quick css for mobile devices to be able to change font size?

    J

    #1434601

    Oh, I just found that since changing the button size is just a matter of increasing padding, I can do that in Advanced Styling > Buttons > Padding Top/Bottom and Padding Left/Right.

    I can tweak font size there too so the button doesn’t look too large for the font.

    #1434529

    I removed the CSS since it didn’t affect the mobile display. Any idea why the Special Heading shows a different font on mobile and also on an iPad than on a laptop? By selecting the font in General Styling: Fonts, shouldn’t the font be the same on every device regardless of screen size?

    Were you able to see the different fonts on your mobile device compared to a laptop?

    #1434448
    gatehealing
    Participant

    Is there a way for me to change the size of all buttons on my website at once (vs going in to all 120 pages/posts and changing them manually)?

    J

Viewing 30 results - 781 through 810 (of 18,716 total)