Forum Replies Created

Viewing 30 posts - 1 through 30 (of 89 total)
  • Author
    Posts
  • Hi Ismael, not sure if layerslider is the way forward

    I’ll try to explain by using this example:
    on the site https://www.dermaclinic.nl/ you have these 4 options under the header image:
    -Cosmetische kliniek
    -Huidtherapie
    -Ooglidcorrectie
    -Schoonheidssalon

    when you click on either of these texts the content in the column on the right side (on desktop) changes.

    How do I achieve this using Enfold?

    in reply to: Add dotted navigation to testimonial block #1398133

    Hi @mike, I’m trying to accomplish the same on another enfold site of mine, see https://schoonheidsinstituutdiane.nl/. but I am struggling for 2 hrs to get the image centered, make the arrows visible (they seem to be hidden at first, can’t find this in the CSS… and the previous given code to centre the arrows doesnt seem to work. what to do?

    in reply to: Add dotted navigation to testimonial block #1396612

    seemed like i messed up my CSS a bit along the way haha, thx!
    bonus question, answering this will result in me purchasing another 2 yrs of enfold support at least or an amount of donation to the enfold team, whatever your team prefers.

    how do I get the arrows to be centered in the photo, just on the side of the image? so it looks neat.

    in reply to: Add dotted navigation to testimonial block #1396570

    @mike, the overflow works, thx!

    I added this code to change the colours

    .avia-slideshow-dots a.goto-slide.active {
        background: #003e78;
    }
    .avia-slideshow-dots a.goto-slide {
    background: #969696;
    }

    the dots aren’t centered yet though.

    Also, is it possible to add arrows next to the images? to make it more clear that users can ‘swipe’ ?

    in reply to: Add dotted navigation to testimonial block #1396533

    @mike @guenni007
    thx a lot! I didn’t place the testimonials in a folder with that name, perhaps that was the cause of the error, or perhaps the order I approached this (first uploaded the file, then added the code to functions.)

    Anyways, it’s getting there! I’m only struggling with overlap between the nav-dots-slider and the element/content that comes under it. I’m trying to tackle this by the following css, but I can’t seem to get it right. see https://mondzorgcentrum-winschoten.nl/ontmoet-ons/

    .avia-slideshow-dots {
    bottom: -40px;
    padding-bottom: 20px;
    }

    can you advice?

    in reply to: Submenu shows parent as submenu page on mobile #1396514

    Ah! that actually makes a lot of sense! thx for explaining. Howeer, would it be possible to change the name of the cloned parent? in this case the parent is ‘facial treatments’, as it is cloned under that parent, a name like ‘overview all facial treatments’ or something like that would make more sense / be less confusing to site visitors?

    in reply to: Critical crash error after changing to php 8.0 #1396512

    Thx Yigit, but Strato already fixed it. Seemingly the problem was in their settings, not enfold. case closed:)

    in reply to: text editor alters code #1395852

    It works. ‘case closed’ and many many thx!

    in reply to: text editor alters code #1395850

    Mike, I will test this right away, but I must say: WOOOHOOO, I’m so happy :D
    love you guys. always going the extra mile. If you are ever in the netherlands I’ll definitely say “first couple of rounds of beers on me!”

    in reply to: Add dotted navigation to testimonial block #1395560

    @guenni007 thx for sharing, but I got countless of errors when I tried your php file. It started with an error about the lines with the code ‘protected funtion’. The enfold error code stated that these had to be changed to ‘public’. When I did that for all the public lines, after which I got several other error codes,.

    So, I tried the route @yigit proposed, I made a testimonials.php in the shortcodes folder and added the code to the child theme functions.php. I also added the CSS. Which changed nothing on the homepage, see https://schoonheidsinstituutdiane.nl/ section ‘hoe mijn klanten mij beoordelen’. What am I doing wrong?

    in reply to: Custom location breadcrumb #1376004

    Hi Mike & Guenni007, the provided code works well for pages just 1 level deep (the breadcrumb text is white), but on pages of 2 levels deep (page/deeper-page) the first part/level of the breadcrumb is still black, while the 2nd level is white. What do i need to adjust in the CSS to make the full text white? see page link in private content for exampl.e

    in reply to: How to generate a button in the menu with a dashed line? #1363627

    works like a charm!

    in reply to: Advanced layout builder not loading #1362597

    Hi Nikko, please see new info in the private content.

    in reply to: Advanced layout builder not loading #1362128

    Hi Rikard, I have the same problem. Often the layout builder is incomplete though: it doesn’t load the ‘highlighted image’ and several other options on the right hand side.

    The thing is that I’ve built several sites with Enfold, they don’t vary a lot, but this site is the only site which has this issue. I hope you can find and solve the bug, or to provide me with steps how I can tackle this.

    loging credentials for the ftp are provided in private content.

    in reply to: Advanced layout builder not loading #1361169

    See private content, the site is live at staging

    works like a charm, thanks! case closed

    in reply to: Custom location breadcrumb #1360592

    works like a charm! but with what CSS do i just make the text ‘home’ white?

    in reply to: Change H3 in footer to regular text #1360590

    Awesome, it works! many thanks! case closed:)

    in reply to: Change H3 in footer to regular text #1360283

    Many thanks @Guenni007 . The addition to the functions.php works, but the quick CSS doesn’t deliver the expected results. It’s this site any idea why?

    in reply to: Change H3 in footer to regular text #1359469

    Hi Yigit, but then the footer still remains H3? I just alter the styling? I want the titels in the footer to no longer have a H3 tag to it, how do I change that?

    in reply to: Custom location breadcrumb #1359447

    @guenni007 awesome!
    I managed to add some css to it and remove the ‘you are here’ via function.php… only have two questions left:
    1. if I want to change the home text to the icon of a home, how do i do this? Just a home icon from the standard fontello pack would be great.
    2. how do I change the color of the ‘home’ to white? (without and with hoover) I’ve used below CSS already.

    #top .breadcrumbs {
    line-height: 45px;
    font-weight: 200;
    font-size: 20px;
    color: white;
    }

    Hi Ismael,

    So, I’m struggling a bit with your explanation, even after reading the documentation you send. Are you saying that the first column, across the entire site, has that ID? I found a different ID, so I’m guessing thats not the case.

    I’ve used the custom CSS class several times with enfold before, though I never worked with /* Add your Mobile Styles here */ , how do I use that code? if I were to give the column the custom CSS class customheader , how would the final css code look like? like below?

    @media only screen and (max-width: 989px) {
    
      /*customheader*/
      .responsive #top #av_section_1 .av-19t81w-2bbc381a2d0af00be60f54214198d121 {
        padding: 20px !important;
        margin-top: -115px !important;
      }
    }

    I’m getting the impression that I need to identify the unique ID for all first columns for all relevant pages and add those to the code above? (it’s 15 pages give or take.. )

    What comes to mind is that the column, which is now visible on all screen sizes, already has padding settings (via the page builder). How is this handling the customer CSS above? Or do I need to define CSS rules for A. the largerst screen size and B. the other 3 sizes?

    Hi Ismael,

    thanks for your reply, but you make it sound very easy, but I doubt I can approach this easily via CSS. I

    How would I tackle the following in CSS?

    visible on bigger screens (>990px)
    – content sections that starts with a whitespace -200 (so that the column followed by it partially overlaps the header that is placed above it).
    – The colum has the following padding: above: 75px, right: 150px, under: 75px, left: 150px.

    visible on all screens except bigger screen
    – content section without negative whitespace as above
    – but with a column with a negative -115px above margin, and different padding settings: above: 55px, right: 20px, under: 55px, left: 20px.

    This sounds like a whole lot of hassle to approach via CSS?

    The H1 in itself isn’t any different on mobile than desktop. it’s the column that it is in that varies across screen sizes, see screenshot.
    https://drive.google.com/file/d/1TN_P69eEO2IGx4eKTZLqGGhFoGe-j6sF/view?usp=sharing

    in reply to: Advanced layout builder not loading #1359377

    Hi Nikko,
    what steps should I take before you do so?
    You will ensure that you put the site in maintenance mode? We naturally don’t want customers to see an empty other theme.
    Can we schedule this? When are you available? Please do not start before we scheduled a time slot.

    in reply to: Advanced layout builder not loading #1358938

    Hi Nikko,

    I contacted the server prodiver. They changed some setting, such as raised the max_execution_time and max_input_time from php from 30 to 300 seconds.

    Also, they upgraded the server, from 1 core and 512 memory to 2 cores and 1024 memory.

    I think it works a bit better, but some elements, such as ‘highlighted images’ still load very slowly (much later).

    Can you dive into this with me and see if things run smoother / how they can run even smoother?

    in reply to: Advanced layout builder not loading #1358854

    Hi Ismael, other sites are hosted on the same server, whilst they are much faster.
    I get the internal server error quite often as well on this particular site, but not on others. I use the timeline and table builder and yoast plugins on these other sites too…and there everything runs smoothly.

    so, what now?

    in reply to: Link column to full screen pop-up / iframe #1296116

    Hi Mike :) I completely understand that and I’m very gratefull for your help insofar. Big thumbs up for you and the team :)
    I’ll ponder on my options, thanks for now and you can close this ticket.
    Would be handy though for other people if columns can also link to iframes, similar as buttons. feels a bit buggy that this doesn’t work!

    in reply to: Link column to full screen pop-up / iframe #1295577

    Hi Mike, I must admit that I am fairly new with coding, so when you ask me to check a page’s sourcecode I am thinking ‘oh boy.. not sure about this’ ;P

    I’m not exactly rebuilding this site, I just like this feature and would to like to realize this in an exact manner, if possible. Do you have a debugger code by any chance which I can add and test the feature/approach you mentioned?

    in reply to: Link column to full screen pop-up / iframe #1295309

    Hi Mike,

    thx for providing me with these clear steps. So, I’ve tried this and it works. I also found out why I didn’t succeed earlier. I have several questions/remarks:

    1. It seems that Enfold doesn’t allow a column to load/link an/to iframe url. The iframe command works on buttons, but not when you add the code to a column link url. It simply loads the page in the browser, rather than putting it in an iframe. Can we fix this?

    2. somehow it takes long for the iframe to load. Why is this the case? on other sites this goes pretty instant.

    3. in the example provided in the private content you’ll see that when you click on a team member you can’t scroll on the page anymore. When I use the Enfold Iframe you can still scroll on the page that is below. How do I change this?

    4. when I change the size of the pop-up it isn’t centered. How do I center the pop-up?

    5. I see arrows left and right in the pop-up, why is this the case?

    thx in advance! :)

    in reply to: Change Search Widget Search button color #1291621

    Thanks Guenni007, that did the trick. I do work with a child theme and insofar this is the only issue I seem to have, so reuploading enfold feels like WAY to much hassle :P changed the code to the following (and it works)

    #searchsubmit {
        background-color: red !important;
        color: #000 !important;
    }
Viewing 30 posts - 1 through 30 (of 89 total)