Viewing 30 results - 1,741 through 1,770 (of 18,718 total)
  • Author
    Search Results
  • Hi Mike,

    i moved the menu to the sidebar and two old problems came up again.

    1. the search resault pages have no graphic in the header.

    2. with the imported pages the header graphic is too big
    see https://parkinson-journal.de/probieren-geht-ueber-studieren-teil-1-3

    Can you please correct that for me?

    here is the current CSS code:

    .widget {
    font-size: 16px !important;
    font-family: ‘Lato’!important;
    }

    #top.search-results #main p,
    #top.search-results #main .post-meta-infos * {
    font-size: 18px;
    font-family: ‘Lato’!important;
    }
    #top.single-post .template-single-blog .entry-footer,
    #top.single-post .template-single-blog .related_posts,
    #top.single-post .template-single-blog .comment-entry,
    #top.single-post .template-single-blog .post-meta-infos{
    display: none;
    }
    #top.single-post .template-single-blog .entry-content-wrapper {
    padding-left: 10px;
    }
    #top.single-post .template-single-blog .entry-content-wrapper > .entry-content {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 23%);
    padding: 2%;
    font-family: ‘Lato’!important;
    font-size: 18px;
    }

    #top.single-post .template-single-blog .post-title {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
    color: #222222;
    font-size: 28px;
    line-height: 1.1em;
    text-align: center;
    }
    #top.single-post .template-single-blog .post-title:after {
    content: url(https://parkinson-journal.de/wp-content/uploads/2022/06/Blueline-with-red-icon.jpg);
    display: inline-block;
    margin-top: 30px;
    }
    #top.single-post .container_wrap_first:before {
    content: url(https://parkinson-journal.de/wp-content/uploads/2022/05/Headpic.png);

    }

    .rssSummary { font-size: 14px; }
    a.rsswidget { font-size: 16px; }

    #1362144

    Hi,

    If I change a button font size in the custom elements , all the buttons on my page

    Please note that only locked options or values will be shared across all CETs in the site. If you created a CET from a Button element for example and locked the value of the Button Label field, all CET instances in the site will share this label or value. So when you edit the Button Label of the CET Button again, all CET instances will inherit the updated label value.

    Scenario 1:

    1.) Create a CET from a Button element.
    2.) Lock the Button Label field with the value “Click me!”.
    3.) Add instances of CET Button in 3 different pages or different areas in a single page.
    4.) All buttons will have the label “Click me!” by default.
    5.) To edit the CET again, go to the “Custom Elements” tab and click the “Edit Custom Elements” button.
    6.) Edit the CET Button again by clicking the pencil icon.
    7.) Change the label to “Do not click me!”, save the changes.
    8.) All instances of the CET Button will be updated and will now have the label “Do not click me!”.

    Best regards,
    Ismael

    #1362130
    Tri
    Guest

    Please add more header options design. I’ve been using them for 5 years and have not seen add any added functions to the header. The header creates a huge impact on the look and feel on the website.

    I love your theme in every way but the header options are so limited and require much custom coding.
    Please add the ability to add header widgets, icons, size, font, color. Please see my example below.

    #1362028

    Thank you

    I am still trying to understand how this works

    If I change a button font size in the custom elements , all the buttons on my page that shares that same custom element should update with the new font size as well right?

    It does not seem to be working like that on my site

    #1362024

    Hey navindesigns,

    Thank you for the inquiry.

    You can use this css code to adjust the size of the buttons on smaller screens.

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      .responsive #top .av-kw1jnirn-7aeec02aee509ff49f6cdea556f5817f__0 .avia-button {
        font-size: 13px;
        padding: 8px 18px 6px;
      }
    }
    

    We used the unique identifier (uid) of the slider as a selector so the css rule above should only change the size of the buttons within that slider.

    Best regards,
    Ismael

    #1361917

    Hey sroetheli,

    You can set the general font size of the site for each screen size under Enfold->General Styling->Typography.

    Please try this in Quick CSS to adjust the font size of the mobile menu:

    @media only screen and (max-width: 767px) {
    #av-burger-menu-ul li a {
      font-size: 14px;
    }
    }

    Best regards,
    Rikard

    #1361616

    In reply to: General question

    Hi Philippe,

    Thanks for reaching out to us, and for using Enfold. Everyone has their own preferences as to what they think is appealing on a website, but most things are possible to set and change in the theme options. If you want to change the fonts and sizes, then you can do so under Enfold->General Styling->Typography for example, and further settings can be made under Enfold->Advanced Styling.

    You should need further help, then please let us know what you would like to change on your sites. Please share screenshots with us if possible, since it makes it easier for us to understand what you are trying to achieve.

    Best regards,
    Rikard

    #1361592

    Hi,

    Try this instead:

    h2.gform_submission_error {
      font-size: 16px !important;
    }

    Best regards,
    Rikard

    #1361566

    Hi,

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

    h2.gform_submission_error {
      font-size: 16px;
    }

    Best regards,
    Rikard

    #1361552
    wildturkeyway
    Participant

    I’ve used Text in other areas of Enfold without it breaking anything. But trying to use it in alternating table rows, it bolded text where I didn’t use Text :-(

    At the bottom of this page Special Character do I need to use this plugin Translation plugin and then use ###lt###Text###gt### to Bold?

    But what about the “/” in ###gt### to close the element?
    I’ve spent hours trying to figure this out.

    I grabbed this from the forum and use it in Quick css

    `// CSS – Pricing Table
    //————————————–*/

    /* Heading */
    #top .pricing-table li.avia-heading-row,
    #top .pricing-table li.avia-heading-row .pricing-extra {
    background-color: #1379cb!important;
    font-size: 14px;
    /* color: #000000; */
    border-color:#1379cb;
    }

    /* Pricing rows */
    #top .pricing-table li.avia-pricing-row {
    background-color: #ff892f!important;
    font-size: 24px;
    color: #000000;
    border-color:#1379cb;
    }

    • This topic was modified 3 years, 6 months ago by wildturkeyway. Reason: update
    #1361130

    In reply to: How to upload icons

    did you read further on: https://kriesi.at/support/topic/ajout-dicones-dans-enfold/#post-1356658

    you can upload your svg files to media-library and replace existing font-icons. So you can use the enfold insertion of font-icons – and replace them by css:
    f.e. with an unimated svg or gif: https://webers-testseite.de/

    webdesing column

    after my posting i recognized that some icons are in span etc. you had to adjust the replacement code then

    [data-av_icon="\e837"] {
    	content: " ";
    	background-image: url(/wp-content/uploads/ezgif-4-64b6614e32.gif);
    	background-size: contain;
    	background-repeat: no-repeat;
           font-size: 0 !important
    }

    _______
    Yes – it’s a bit of work, but it’s worth doing this way.
    You convert your colored svgs in icomoon app to black svgs – upload them to fontello and then import them into Enfold. Then you replace the black pendents with the colored svgs via css. Then you have the advantage to use these colored icons like font-icons everywhere where they can be positioned in Enfold Alb elements.

    and btw. if you only like to have colorized icons f.e. with gradient:
    ( You need to be more specific with this selector here – to not address all icons on the page )

    [data-av_icon]:before {
     background: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-stroke: 0px blue;   /*** you even can have strokes on the icons ***/
      -webkit-text-fill-color: transparent;
    }

    for example: https://enfold.webers-webdesign.de/colorized-font-icons/
    i named the svgs analog to the code the black icons have on the fontello font

    in edit mode:

    #1361013

    In reply to: Mobile Font Issues

    Hi,

    Thanks for the apology, it’s appreciated. If I suggest a to use a different element or a different way of doing something, it’s not to be rude. I’m only trying to help you out to have a better interaction with the theme.

    Please help me understand why the special headings element works and the text element I was using does not. I do understand that only putting the 72px value in and nothing else means everything is set to 72px I’m confused about this part though….Each of those elements has the same text size component, where you can leave it blank or insert your desired text size for each screen size. I did that on the text element I initially used but it didn’t work. I had only placed text sizes in the last two screen sizes previously, but in the special headings element, I went ahead and filled in the size for each screen. Could that be part of the problem? Must you fill in all the text sizes for it to work properly?

    This is what I tried explaining with the first test page I linked to. If you add inline CSS to any html markup, then in most cases it will override any other CSS which is trying to set the same value. I’ll try a different example:

    //This text will override theme settings, and will always show at 70px
    <h1 style="font-size: 70px;">My heading</h1>
    //This text should get its size from the theme settings
    <h1>My heading</h1>

    Special Heading element – will get its styling from the theme settings. You can set the responsive font sizes under Enfold->General Styling->Typography. You can also set styling under Enfold->Advanced Styling.

    Text Block element with responsive font settings – If you use a Text Block element and you set font sizes for each screen size in the element options, then that should override the general theme settings. Please note that you need to set values for all screen sizes, otherwise the last value set will apply to smaller screens.

    I hope that explains it a bit clearer.

    Best regards,
    Rikard

    Hi @Rikard. I already explained in my first message that I already did what you are asking to test.
    1) I removed the whole CSS
    2) I set the Default Content Font Size to a large value
    3) Cleared the cache, opened the website: the default text is still unchanged.

    But I did it once again. In these screenshots you can see:
    1) Set the default font size to 70px (all the 4 values, just to be sure it is not mistakenly skipping the first value): https://imgur.com/a/lZNGH0E
    2) cleared the whole CSS area (you can see that it is also “saved” already: https://imgur.com/a/qJzNRMb
    3) See the normal text when I access no matter what page (you can see that I am also in incognito mode): https://imgur.com/a/iSjGTmo

    Therefore, as I said in my previous messages, the Default Content Font Size seems NOT to be working.
    I also wrote already that the H1, H2, H3… values in Typography are working fine. The only one that seems not working is the Default Content Size.

    Bye,
    A.-

    Hi,

    Thanks for the update. Please try to remove the CSS I referred to above, then make the settings you would like to have under Enfold->General Styling->Typography. Look for the Default content font size option.

    Best regards,
    Rikard

    Yes, Rikard: as I wrote in the P.S. of my message, I am now achieving the result I wanted by setting the size of the <P> font directly in the CSS.
    I just wanted to do it with the “Default Content Size” in General Styling/Typography, because I’d like to avoid using CSS if not strictly necessary.
    That one setting seems not to be working for me (while H1, H2, H3 settings are ok), and, as I wrote, I also tested it after deleting the whole CSS customization (in Staging, of course). Therefore, there should not be any “custom CSS” overriding that configuration.

    If you want to test it, feel free to temporarily comment out that part in the CSS…
    You may also say “don’t bother us, please continue with the CSS configuration!” and I will accept if for sure :-)

    Thanks in any case!
    Bye,
    A.-

    #1360983

    In reply to: Mobile Font Issues

    This reply has been marked as private.

    Hi,

    Thanks for the update. The page you linked to on the staging site is still htaccess protected, but I checked your Quick CSS on the site you sent login details to, and it looks like you are overriding the theme settings with this CSS:

    @media only screen and (max-width: 767px) {
    p {
    font-size: 18px !important;
    /*line-height: 1.3em !important;*/
    }
    }

    Best regards,
    Rikard

    #1360975

    In reply to: Mobile Font Issues

    Hi,

    I tried your suggestion, and as I indicated before, it did not work. Adding the font size in css or inline makes to difference, the mobile settings are not responsive The font, remains at 72px on every screen.

    But that is exactly what my example page showed you. If you add inline CSS, that will apply instead of any theme setting, since that CSS has a higher priority. If you don’t understand how CSS priority works, then please try to do a bit of research online.

    This page will answer your question in the screenshot: https://wpexpert.se/enfold/text-block-font-sizes-example/

    Not at all, I’m simply suggesting that when you design a website, it’s designed for the largest screen first, then the responsive settings adjust all the page elements to fit the appropriate size. That 72px value would still be there for the larger screens and naturally, adjust to smaller screens. That is how responsive websites are supposed to work.

    You have explicitly told an element to be 72 pixels, with no further specification. How exactly should the theme then know when you want it to change, and on which screen sizes?

    Best regards,
    Rikard

    #1360949

    In reply to: Mobile Font Issues

    This reply has been marked as private.
    #1360947

    In reply to: Mobile Font Issues

    This reply has been marked as private.
    #1360928

    In reply to: Mobile Font Issues

    Hi,

    First of all, please try to calm down a little bit. If you don’t understand something, then it’s better to ask. I’ve made a test page for you, so that you can see what happens when you add CSS inline. The first header is a copy from your site, the second one is a Special Heading element from the Layout builder, and I’ve specified font sizes for different screen sizes in the theme options:

    https://wpexpert.se/enfold/header-test-page/

    As you can see, your heading is displayed at 72 pixels on all screen sizes, since the inline CSS has priority over other CSS, unless you have added !important to it. And as far as I can see, you have not specified font sizes for any other screen size. Are you suggesting that we override the styling you have added yourself? If so, then even the 72 pixel setting which you have added, would not be respected.

    About the paragraphs on the other two page; I can’t see that you have made any font size settings on either page. Could you try to explain the problem a bit further?

    Best regards,
    Rikard

    • This reply was modified 3 years, 6 months ago by Rikard.
    mistermagoo8691
    Participant

    Hi folks.
    I would like to reduce the size of the “normal” font, the <p> one, only when used from mobile.

    In general styling->typography, any change I apply to the size of H1, H2, H3 styles is immediately applied to my website.
    All styles are working, BUT the first one, the “Default Content Font Size”. Any value I assign to this one, it is not apparently applied anywhere on my website.

    I thought “there must be something in my CSS that is overriding this”. Therefore I wen to the staging area, I deleted the whole custom CSS, and nothing changed.

    Do you have any idea? In “private” information on how to access to my website.

    P.S. I resolved setting the <P> font size in the CSS, as suggested by @Rikard on this post. I just wanted to avoid to use yet another CSS trick…

    THX in advance!
    Bye,
    A.-

    #1360892

    In reply to: Mobile Font Issues

    Hey Sozo,

    I’m not sure if I fully understand the problem you are having, but I’m guessing that you are referring to the page in private? If that is the case, then you have added the heading manually with the font size inline. Styling/CSS which is added inline will almost always override other CSS:

    <h1 style="text-align: center;"><span style="font-size: 72px;">Our Store Policies</span></h1>

    Maybe you could try using a Special Heading element instead?

    Best regards,
    Rikard

    #1360875

    Topic: Mobile Font Issues

    in forum Enfold
    Sozo
    Participant

    On several pages, I created a title bar using the colored background (w/image) and then placed title text on top of it and changed the font size to 72px While it looks great on large screens on mobile devices that text is not responsive, in fact, it keeps its original large screen size of 72px and depending on the device will do one of the following…
    1.) Stack text on top of each other.
    2.) Move text to the next line, but overlaps the lines to text, so they are displayed partially on top of each other
    3.) Does nothing and the text is displayed off the screen.

    I should note that I created a custom ID and CSS class for the text element in order to add a drop shadow to the text, but removing those settings completely did not change the display issue.

    I, also, set mobile font sizes manually in the layout settings of the text element. Those settings are being ignored and do not appear in the mobile versions. They don’t appear in the emulators or real devices.

    I’ve read all the documentation, and I can’t seem to figure out why these settings are being ignored and why this set of text is not responsive.

    You can see the issue on the following pages.

    Thank you!

    #1360820
    This reply has been marked as private.

    Hi A,

    There were many errors in your custom CSS related to the way you add comments in CSS. I have corrected them. Following is the correct way of adding comments in CSS

    
    /* Comment goes here */
    

    And you had following custom CSS in Quick CSS field which was overriding default styling

    #top .av-menu-button > a .avia-menu-text {
      font-size: 16px !important;
      font-family: 'Lato' !important;
      background: #9cae30 !important;
      border-collapse: separate !important;
      border-width: 0px !important;
      border-color: white !important;
      border-radius: 5px !important;
      color: white !important;
      opacity: 1 !important;
      padding: 10px !important;
      box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.5) !important;
      -webkit-transition: 0.3s !important;
      -moz-transition: 0.3s !important;
      -ms-transition: 0.3s !important;
      -o-transition: 0.3s !important;
      transition: 0.3s !important;
    }

    I changed it to following

    	#top .av-menu-button > a .avia-menu-text {
    			font-size: 16px!important;
    			font-family: 'Lato'!important;
    			/* background: #9cae30!important; CAMBIO ANDREA  */
    			border-collapse: separate!important;
    			border-width: 0px!important; /* CAMBIO ANDREA 30/6/2022, prima c'era 1px */
    			border-color: white!important;
    			border-radius: 5px!important;
    			color: white!important;
    			opacity:1!important;
    			padding:10px!important;
    			/* box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.5)!important; */
    			-webkit-transition:	0.3s!important;
    			-moz-transition:	0.3s!important;
    			-ms-transition:		0.3s!important;
    			-o-transition:		0.3s!important;
    			transition:			0.3s!important;
                             border: solid !important;
    	}

    You can now change border color in Enfold theme options > Advanced Styling > Menu Item Button with Border :)

    Best regards,
    Yigit

    #1360603

    Hi,
    Thanks for the feedback, the css above should have replaced the text “home” with the house icon, this part of the css above makes the text “home” font size zero:

    
    .breadcrumb-trail a.trail-begin {
    	font-size: 0 !important; 
    }

    if you didn’t add this part because you want to see the “home” then add the color to it like this:

    
    .breadcrumb-trail a.trail-begin {
    	 color: #fff;
    }

    if this doesn’t help please link to your page so we can check.

    Best regards,
    Mike

    Hi,

    Thank you for the update.

    Looks like an issue with font size switcher. Is this only happening in the home page? Please try to edit the home page and update it or edit the elements inside the page and resave them.

    To hide the warnings/errors temporarily, please edit the wp-config.php file and set the WP_DEBUG_DISPLAY constant to false.

    // https://wordpress.org/support/article/debugging-in-wordpress/#wp_debug_display

    Best regards,
    Ismael

    #1360563

    In reply to: Support?

    Hi Michael,

    You’re welcome, I could see you’re registered on the forum as well :)

    (3) H1 Styling
    Edit the Special Heading and change Heading Style from Default Style to Heading Style Modern (left)

    (4) H1 padding on mobile
    I could see this CSS code in your site (margin-bottom is set to height relative to the size of the font) which is causing the issue.

    h1 {
        font-size: 2.7em !important;
        letter-spacing: -0.1px !important;
        line-height: 1.3em !important;
        margin-bottom: 0.8em !important;
        text-decoration: none !important;
    }

    Just remove the margin-bottom or just apply it on desktop.

    For #5 & #6, please give us temporary admin access, so we can check further on the issue.
    Just post the credentials privately.

    Best regards,
    Nikko

    #1360443

    Hey Mountain,

    Thank you for the inquiry.

    The color of the text in the input field is already set to black when we checked. Did you add this css code?

    #mainContainer input.count {
        width: 40px !important;
        margin: 0px 5px;
        font-size: 1.2rem !important;
        color: #000!important;
    }
    

    Best regards,
    Ismael

Viewing 30 results - 1,741 through 1,770 (of 18,718 total)