Forum Replies Created
-
AuthorPosts
-
July 19, 2024 at 1:43 pm in reply to: Menu in transparant box with logo area with separate background #1462489
Hi Mike, thanks for your quick and detailed response.
I’ve followed all your steps, but I have two problems:1. I don’t see the possibility to add css to menu elements.
2. where to add the shortcode? As a codeblock/shortcode on top of the page in the editor? or on the bottom of the page builder?
March 12, 2023 at 5:07 pm in reply to: Slider with image with text underneath and navigation dots #1400939Hi 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
-Schoonheidssalonwhen 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?
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?
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.
@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’ ?
- This reply was modified 1 year, 9 months ago by the_digital_manager.
@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?
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?
Thx Yigit, but Strato already fixed it. Seemingly the problem was in their settings, not enfold. case closed:)
It works. ‘case closed’ and many many thx!
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!”@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?
- This reply was modified 1 year, 10 months ago by the_digital_manager.
- This reply was modified 1 year, 10 months ago by the_digital_manager.
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
September 2, 2022 at 1:31 pm in reply to: How to generate a button in the menu with a dashed line? #1363627works like a charm!
- This reply was modified 2 years, 2 months ago by the_digital_manager.
Hi Nikko, please see new info in the private content.
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.
See private content, the site is live at staging
August 4, 2022 at 10:42 am in reply to: Seperate special headings as H1 for mobile and desktop. Crawlbot sees 2x H1's? #1360593works like a charm, thanks! case closed
works like a charm! but with what CSS do i just make the text ‘home’ white?
Awesome, it works! many thanks! case closed:)
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?
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?
@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; }
July 26, 2022 at 10:44 am in reply to: Seperate special headings as H1 for mobile and desktop. Crawlbot sees 2x H1's? #1359442Hi 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?
- This reply was modified 2 years, 4 months ago by the_digital_manager.
July 25, 2022 at 1:54 pm in reply to: Seperate special headings as H1 for mobile and desktop. Crawlbot sees 2x H1's? #1359390Hi 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- This reply was modified 2 years, 4 months ago by the_digital_manager.
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.- This reply was modified 2 years, 4 months ago by the_digital_manager.
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?
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?
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!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?
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! :)
-
AuthorPosts