Forum Replies Created

Viewing 30 posts - 1 through 30 (of 30 total)
  • Author
    Posts
  • in reply to: WPML customization #1124574

    Hello Victoria,

    Thank you. This can be closed then.

    Best regards,
    Niklas

    in reply to: WPML language switcher still not working #1123534

    Hello Ismael,

    Thank you. This works.
    If someone else is having the same problem: There is also missing an “i” in the code at “!important”.

    Thanks for the help and best regards,
    Niklas

    in reply to: Sticky socket not on smaller device #1118751

    Hi Victoria,

    I played around a bit, and if I only use this piece of code, it seems to work (on both devices).

    /*Search page socket adjust to bottom*/
    .search #socket {
        position: fixed;
        bottom: 0;
        width: 83vw !important;
        z-index: 999;
        -webkit-transform: translateZ(0);
    }

    This thread can be closed.

    Thank you for the help,
    Niklas

    in reply to: Sticky socket not on smaller device #1118322

    Hello Victoria,

    I’ve added the information below,

    Thank you,
    Niklas

    in reply to: Sticky socket not on smaller device #1118242

    Hi Nikko,
    thank you for the code. I tried it and it doesn’t work. I don’t understand why. I’ve flushd the cache, I tried it with !important and I changed the value to see if anything changes…

    Here is the code, I added:

    .search #main {
        min-height: 100vh
    }
    
    .search #socket {
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 999;
        -webkit-transform: translateZ(0);
    }
    
    @media only screen and (min-width: 769px) {
      .search #socket {
          width: 85vw;
      }
        .search #main {
          min-height: 100vh;
      }
    }
    
    @media only screen and (max-width: 768px) {
      .search #socket {
        width: 60vw !important;
      }
      .search #main {
        min-height: initial;
      }
    }
    

    Do you have any idea what I could be missing?

    Thank you,
    Niklas

    in reply to: Does the website use GoogleFonts #1117821

    Hello Ismael,

    alright. Thank you. This thread can be closed then.

    Best regards,
    Niklas

    in reply to: Sticky socket not on smaller device #1117245

    Hello Nikko,

    I’ve changed the lines you mentioned and tested out some values. When the width is set to 85vw, it looks fine on my 1080p screen. I’ve checked the page on a 768p screen. The socket gets cut there again, so that I cannot fully read the links in the socket.
    Is there a solution which is responsive?
    If not, how can I adjust your suggested code, so that I can set a different value for a 768p screen?

    Thank you,
    Niklas

    in reply to: Does the website use GoogleFonts #1116436

    Hello Victoria,

    when I go to the “Sources” tab, these entries are shown. That doesn’t mean that there are connections made to the Google servers?

    Best regards,
    Niklas

    in reply to: Sticky socket not on smaller device #1116433

    Hi Victoria,

    thank you for the code. On the phone it looks fine. On the desktop it looks like on the screenshot I’ve attached.

    Best regards,
    Niklas

    in reply to: Does the website use GoogleFonts #1116016

    Hi Victoria,

    Now, I’ve added this code from the thread you mention to the functions.php:

    add_filter( 'avf_output_google_webfonts_script', 'my_output_google_webfonts_script', 10, 1 );
    
    function my_output_google_webfonts_script( $activate )
    {
    	return false;
    }

    It seems as if the Questrial-font doesn’t load anymore.
    There is still the Cabin font being loaded here: https://one-bound-beyond.org/vision/
    and the Roboto font being loaded here: https://one-bound-beyond.org/video/

    I guess the Thrive Leads popup is responsible for the Cabin font and the YouTube video is responsible for the Roboto font. Is there something I can do about this?

    The header.php should be from the latest version because I’ve just moved it there a few days ago.

    Best regards,
    Niklas

    in reply to: Sticky socket not on smaller device #1115612

    Hi Victoria,

    Sure! I’ve added the information below.

    For further clarification:
    The socket doesn’t stick to the bottom on the smaller device.
    Also, if I’m using “width: 100%” in the code the socket-width looks fine on the smaller device, but not on the desktop. On the desktop the socket gets stretched over the edge of the viewport.
    If I’m using “width: 90%” in the code above the socket-width looks fine on the desktop, but not on the smaller device. On my phone the socket doesn’t fill the whole width of the viewport then.
    I’ve attached screenshots for both cases.

    Thank you,
    Niklas

    in reply to: Does the website use GoogleFonts #1115611

    Hi Victoria,

    You find the correct credentials below.

    Thank you,
    Niklas

    in reply to: Does the website use GoogleFonts #1115310

    Hi Victoria,
    sure. I’ve attached the details in private.
    Thank you,
    Niklas

    in reply to: Does the website use GoogleFonts #1114603

    Hi Micheal,

    thank you for your help. It is still not working (I don’t know, what I am missing).
    When I go to “Untersuchen”, I find the entry fonts.googleapsis.com/css?family=questrial and a bit further down fonts.googlestatic.com/s/roboto/….

    1. I go to Google Web Fonts Helper, I download Questrial and Roboto Font.
    2. I unzip the downloaded files.
    3. I create a directory in my “Enfold Child Theme”-root-directory (FTP). I call it fonts and move the unzipped files into it.
    4. I create a fonts.css and add the @font-face arguments given by Google Web Fonts Helper. Then I put that fonts.css into the root-directory of my “Enfold Child Theme”-root-directory.
    5. I copy the header.php from my “Enfold”-directory into my “Enfold Child Theme”-directory. I edit that header.php in my Child-Theme-directory by adding <link rel=”stylesheet” type=”text/css” href=”/fonts.css”> between <head></head>
    6. I flush the cache and I still see the entries fonts.googleapsis.com/css?family=questrial and a bit further down fonts.googlestatic.com/s/roboto/.

    What am I missing?
    (In my website-layout there is no header, but a sidebar. That has nothing to do with the above, right?)

    Thank you for your time,
    Niklas

    in reply to: Does the website use GoogleFonts #1114413

    Hi,

    I want to load GoogleFonts locally so that no connections are made to the Google server. I’ve read the thread you’ve sent me. It’s confusing because there are posts before the GDPR was active and some after the GDPR was active, and there are a lot of suggestions and it’s not clear to me which is correct and which not. So what I’ve done is, I’ve uploaded the font I use locally via the Enfold Custom Font Manager. Nevertheless, there are still connections to the Google servers being made. There is the Roboto font loaded and the Cabin font loaded. I want to find out, why this is happening.
    There are two YouTube-videos embedded on the page, maybe this is the reason for the Roboto font?! I don’t know where the Cabin font might come from. So what am I to do? Is it enough to upload the Roboto and Cabin font also locally? But then, how to make sure, they load locally and the connection to the google server are surpressed?

    Best regards,
    Niklas

    in reply to: Does the website use GoogleFonts #1114309

    Hello,

    Thank you. For my understanding: if I have uploaded the GoogleFont via the Custom Font Manager in Enfold, do I have to add anything to the Stylesheet style.css?

    Best regards,
    Niklas

    in reply to: Does the website use GoogleFonts #1113565

    Hi Jordan,

    which scripting exactly?
    My approach is to disable any connection from my site to the GoogleFonts-server. How am I to do that?
    This whole GDPR-business is confusing, sorry!

    Best regards,
    Niklas

    in reply to: Disable google font loading via google #1113220

    Hello,

    On my website I am using a Google font, Google Maps and ReCaptcha. So as far as I have understood: I upload the font locally through the Enfold-option. What next? I can disable Google Font but it will be still loaded due to the Robot-font used by Google Maps and ReCaptcha. Is there an overall solution for that problem? How do I completey integrate Google Font/Maps/ReCaptcha into my website under compliance of the GDPR?

    Edit: Ok, it seems to be best to ReCaptcha. I’ve found another solution for GoogleMaps. The question remains of how I disable Google Fonts. The link given in Post #975459 is not working anymore. Can you help with that?

    Thank you,
    Niklas

    in reply to: Menu-sidebar size problem #1110062

    Hello Victoria,

    wow, truely wonderful! Thank you! You all are the best!

    Best regards,
    Niklas

    in reply to: Menu-sidebar size problem #1109805

    Hi Rikard,

    unfortunately that didn’t do the trick. I’ve cleared the cache, added an “!important”, but both didn’t help.
    Do you have another suggestion?

    Thank you,
    Niklas

    in reply to: Menu-sidebar size problem #1109433

    That works wonderful so far.
    Now, is it possible to increase the space between the “Description”-label and the “Navigation”-label? I’ve added a screenshot.

    Thank you,
    Niklas

    in reply to: Menu-sidebar size problem #1108809

    Hello Rikard,

    is it possible to show the “Description”-label of the menu not below the “Navigation”-label but next to it on the right? Have a look at the attached screenshot.

    Best regards,
    Niklas

    in reply to: Icon List Content Adjustments #1106347

    That did it.
    Thank you very much!

    in reply to: Icon List Content Adjustments #1106026

    Hello Rikard,
    thank you for the reply. That doesn’t work for me. I added the code to my custom-css, cleared the cache several times and the font-size doesn’t change (I put in 32px to test it).

    Best regards,
    Niklas

    in reply to: Bold and color problem #1105913

    Thank you very much, Jordan!

    in reply to: Mailchimp widget customization #1105912

    Thank you! Wonderful!

    Niklas

    in reply to: Icon List Content Adjustments #1105299

    Yes, I’m sorry for the little context!
    So, I’ve created an icon list and I would like to change the fontsize of the content-field (not sure, if that is the right word). Here is the screenshot: https://beyond-limitation.com/screenshot/ (I’ve given the login/pass in private). In the ALB I can set the font size, but there is 14 and the next is 18, I’d like to have a size in between.
    That’s why I had the idea of giving the icon-list a custom css. I don’t want to change the font size of all icon-lists, just of the one on that specific page (https://beyond-limitation.com/work-with-me/)
    I hope, it got clearer now.
    I’ve sent all necessary information via private.

    Thank you again!
    Niklas

    in reply to: Adjustments with Events Calendar plugin #1103651

    Thank you very much! That works!

    Is it possible to move the “Find Events”-button to the left and the “Events – From” and “Search – Keywords” to the right?
    I’ve attached a screenshot!

    https://beyond-limitation.com/screenshot/

    And is there a code that fixes the socket on the events page to the bottom, if there is not enough content in the middle? I’ve found some posts on that topic, but they don’t seem to help in this case. If I click on an event (e.g. https://beyond-limitation.com/event/treffen/) there is the same problem.

    Can you help me with that?

    Blessed by your great support,
    Niklas

    in reply to: Aligning text in colour section #1100493

    Hello,
    yes, it can be closed.
    Thank you again!
    Niklas

    in reply to: Aligning text in colour section #1100153

    Hello Mike,

    I solved it by adjusting an option under “Theme Options” / “General Layout”.
    “Ausrichtung des Inhalts” (in English it should be “Alignment of the content”) was set left, now its centred and it looks as I wanted it to be.

    Thank you for you help!
    Best regards back,
    Niklas

Viewing 30 posts - 1 through 30 (of 30 total)