Forum Replies Created

Viewing 25 posts - 1 through 25 (of 25 total)
  • Author
    Posts
  • in reply to: Save buttons in editor stopped working! #1486740

    Hi Rikard,

    That’s it!
    I feel a bit stupid now :D
    Thank you so much!

    Please mark as resolved.

    in reply to: Save buttons in editor stopped working! #1486642

    Hi Rikard,

    For instance, on the homepage when you edit the text in the text area under “Hallo en welkom”, the save button in the pop-up text editor is unresponsive.

    Also, when you delete the contents in the column next to it (About me) and save the page, the content restores automatically!

    Can you please try these two situations?

    in reply to: Save buttons in editor stopped working! #1486583

    Hello Rikard,

    I just tried with Firefox, but the problem is the same there.
    I have included an admin login in the private content.

    • This reply was modified 5 days, 12 hours ago by pelgrimrat.
    in reply to: Transition between logo and logo after scroll #1464519

    It works perfectly, thank you so much!

    Eventually, I used this code:

    .header-scrolled .logo .subtext > img {
        opacity: 0;
        display: none;
    }
    
    #header .logo img,
    #header.header-scrolled .logo img {
      transition : opacity 0s ease;
    }

    I think it looks perfect now, thanks again!!

    Page:

    This topic can be closed.

    in reply to: Transition between logo and logo after scroll #1464450

    Hi Ismael,

    Thank you very much for your reply!
    Your code works perfectly when scrolling down!

    When I scroll back up, there is still a transition visible which I don’t like: the “scrolled” logo is getting stretched before fading into the “full” logo.
    Is that transition also possible to hide with CSS?

    Thanks in advance.

    in reply to: Remove hover effect on image gallery #1426252

    Hi Mike,

    Thank you so much! It worked!
    I think I forgot the #top and #main

    This topic can be closed

    in reply to: Page jumps to footer on refresh #1426186

    This topic can be closed

    in reply to: Page jumps to footer on refresh #1426139

    It’s solved!
    By itself….. ?

    in reply to: Move down bullet points #1425440

    Hi Ismael,

    Thank you very much for your reply!
    I have tried your code and this solved the problem, so thank you!

    After I added your code, the “default” bullet points were still there. To remove these, I made some changes in my code.
    The code now looks like this:

    /* bullet points */
    li::marker {
    	color: transparent;
    	font-size: 28px;
    }
    
    .entry-content-wrapper div li:before {
        content: '';
        width: 9px;
        height: 9px;
        display: block;
        background: #ff9001;
        border-radius: 100%;
        float: left;
        top: 8px;
        position: relative;
        margin-right: 14px;
    	margin-left: -24px;
    }
    in reply to: Advanced Layout Editor keeps loading on 1 specific page #1415267

    Hi!

    Did you fix the issue?
    Because it is fixed!

    in reply to: Advanced Layout Editor keeps loading on 1 specific page #1415260

    Hello Yigit,

    I updated Enfold to it’s latest version, but the issue persist. I still can’t edit the page “Kontakt” because of this.
    I created a temporary admin login and shared the information with you.

    I look forward to an update!

    Best regards,
    Maarten

    Hi Yigit,

    Thank you for your reply.
    I updated the theme and the error message is indeed gone.
    Thanks again

    in reply to: Log messages input for Enfold contact form #1410748

    Thank you Rikard, for your swift reply.
    It would be great if Enfold could offer this in a future release, because I think the forms functionality and looks in Enfold are great.

    in reply to: Move sublevel links up before scrolling #1405345

    Hi Mike,

    Perfect! Thank you so much!

    Best regards,
    Maarten

    in reply to: Move sublevel links up before scrolling #1404930

    Hi Nikko,

    Thanks for your reply.
    I have tried your code, but I only want the submenu to move up AFTER I scroll, so when the menu bar becomes narrow.
    I don’t know how to target this situation with CSS.

    Best regards,
    Maarten

    in reply to: Change size and position of icon in icon box #1352780

    Hi Ismael,

    Thanks again for your help!
    I managed to adjust the css properties to make it look good, using your code. I ended up with this:

    #top .av-pencil-iconbox .iconbox_icon {
        float: left;
        padding: 30px;
        font-size: 42px !important;
        line-height: 10px !important;
    }
    
    #top .av-pencil-iconbox .iconbox_icon:before {
    	    float: left;
        transform: translate(-50%, -40%);
    }

    Thanks again and have a great day!
    The topic can be marked as resolved.

    Maarten

    in reply to: Change size and position of icon in icon box #1352322

    Hi Ismael,

    Thank you very much for your help! The first 3 icons look great now!

    Do you also have a solution for me to adjust the 2 icons futher down the page? I can’t seem to change them without also changing every other icon on the page!

    Futher down the page, there are 2 icon boxes with a pencil as an icon. I would like to make those SMALLER and keep them nicely centered inside the circle. In this case, that means move them up a little bit.

    Again, your help will be much appreciated!

    in reply to: Thumbnail size LATEST NEWS widget #1343876

    Hi Rikard,
    This topic can be closed. Thanks!

    in reply to: Thumbnail size LATEST NEWS widget #1343807

    @guenni007, Thank you so much, it worked! You are a wizard!

    I used your PHP code and this CSS code:

    .news-thumb {
        padding: 0px;
        float: none;
        margin-top: 0px;
        margin-bottom: 8px;
        border-width: 0px;
        height: 116px;
        width: inherit;
        background-color: transparent !important;
        display: block;
    }
    
    #top .news-thumb img {
        float: none;
        padding: 0px;
        height: 116px;
        display: inline;
        width: auto;
    }

    Now the image automatically scales. Great!!

    in reply to: Thumbnail size LATEST NEWS widget #1343005

    @Yigit and @Guenni007, Thank you very much for the input!

    I placed the code provided by Guenni007 in my functions.php of the child theme.

    After that, I changed the previous css code to:

    .news-thumb {
        padding: 0px;
        float: none;
        margin-top: 0px;
    	  margin-bottom: 8px;
    	  border-width: 0px;
    	  height: 116px;
        display: block;
    }
    
    #top .news-thumb img {
        float: none;
        padding: 0px;
        height: 116px;
    	  display: inline;
    	  width: 100%;
    }

    The thumbnail image is now in a good resolution, but my first 2 points are not yet resolved:
    1. The complete image has to be visible
    2. The proportions have to be right. I would like the height to be around 116 px and the width to scale automatically

    Unfortunately, I don’t have any PHP skill except for placing/deleting some code.

    in reply to: Content keeps disappearing after saving a page #1295734

    Dear Yigit,

    Unfortunately it is not fixed yet.

    I reverted the homepage back to how it was 2 days ago, when everything was still working fine.
    The page is looking good in the front-end. However, when I start adding or changing only one object, the page deletes almost 80% of its content!

    in reply to: Content keeps disappearing after saving a page #1295587

    Thanks for the quick reply.
    It´s just on the homepage. The other pages are still empty.

    I saw that some changes have been made, probably by you?

    Sometimes the back-end still shows all of the content, but the front-end deletes almost everything. Very strange…
    Other times content will disappear from both the front-end and the back-end

    in reply to: Accordion different color for each slide #1284643

    Dear Rikard,

    It worked perfectly!
    Thank you so much!

    Best regards,
    Maarten

    in reply to: Preset certain portfolio category on filter options #906817

    Hello John,

    Thank you for your reply!

    Have a nice day.
    Maarten

    in reply to: Table: change column widths #764889

    Hello people,

    Thank you, Guenni007, for your instructions. It worked!!

    The only thing that needed to be changed was to use ‘#’ instead of ‘.’

    So the code looks like this now:

    #tablestyle1 th:first-child {width: 70%}
    #tablestyle1 th:nth-child(2) {width: 20%}
    #tablestyle1 th:nth-child(3) {width: 10%}

    Thanks again! So good to have this knowledge now :)

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