Forum Replies Created

Viewing 30 posts - 13,111 through 13,140 (of 34,910 total)
  • Author
    Posts
  • in reply to: Partner/Logo Element #1334878

    Hey dbcthomas,
    As I understand your question, your Partner/Logo element is displaying borders until the slide is advanced and then the bottom border doesn’t show.
    I couldn’t reproduce this error, please see the screenshot in the Private Content area.
    I checked with Chrome, Firefox, & Edge on Windows & Safari on Mac on a desktop.

    Best regards,
    Mike

    in reply to: Slider with buttons #1334874

    Hey edwindepianist,
    The buttons are an option in the slider under the advanced tab in the link settings option.
    2022-01-09_006.jpg

    Best regards,
    Mike

    Hi,
    Glad to hear you sorted this out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Menu Item colors #1334868

    Hey edwindepianist,
    to set the active and inactive menu item colors please try the Enfold Theme Options ▸ Advanced Styling ▸ Main Menu Links
    2022-01-09_005.jpg
    notice the check box Apply only to mouse hover state
    and Apply only to active state
    so depending on what you want to do you can choose color and check one of these boxes, if you wish you can add the element again and choose a different color and not choose the check box. Give this a try, if you want more help then include an admin login and explain specifically what you want.
    If you do not want any logo showing then add this css to your Quick CSS:

    .responsive #top #header_main .logo {
    	opacity: 0;
    }

    Then clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Making text align vertically #1334866

    Hey kazumakitajima,
    Do you mean the element with the heading “MAKING FRIENDS WITH FOOD”?
    If so that text element has an empty paragraph tag that has padding and margin that is pushing your text down:
    2022-01-09_003.jpg
    and the title which is a H4 heading has top margin pushing the content down:
    2022-01-09_004.jpg
    so in this case the solution would be:

    #top.home #av-layout-grid-1 > div > div > div > section > div > p:nth-child(1) {
    	display: none;
    }
    #top.home #av-layout-grid-1 > div > div > div > section > div > h4 {
    	margin-top: 0;
    }

    If this is not what you meant then please link to an example page.

    Best regards,
    Mike

    in reply to: Fatal error: Unparenthesized `a ? b : c ? d : e` #1334864

    Hi,
    If you are using v4.5.5 then you will need to update to v4.8.8 to be compatible with PHP v8 & the latest WordPress.
    The reason that the theme update says you have the latest version is because about that version Theme Forest moved from the update API to the Token so you will need to manually update via FTP by downloading v4.8.8 from your Theme Forest account.

    Best regards,
    Mike

    in reply to: Header Text Widget #1334862

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: URGENT: Header image gone #1334861

    Hi,
    Thank for the login, I added this css to your Quick CSS:

    @media only screen and (max-width: 767px) {
    .responsive #header_main .logo.avia-svg-logo svg {
        height: 90px!important;
    }
    }

    please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Header Text Widget #1334859

    Hi,
    I had to guess which foolscap image you wanted to use, so to change this icon to an image:
    2022-01-09_001.jpg
    I added this css:

    .hr-center.hr-icon-yes .av-seperator-icon:after {
      content: "";
      background-image:url(https://new.faschingsklub-thalheim.de/wp-content/uploads/2022/01/Kappe_100.png);
      background-size: 100% 100%;
      display: inline-block;
      height: 30px;
      width:30px;
    }
    .hr-center.hr-icon-yes .av-seperator-icon {
    	font-size: 0px;
    	width: 30px;
        height: 30px;
    }

    and the results are:
    2022-01-09_002.jpg
    If you want to use a different image, simply change the url in the css.
    I made this change for you, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Header Text Widget #1334854

    Hi,
    Thanks for the feedback, I added this css:

    #header.header_color.av_header_transparency .av-main-nav > li > a .avia-menu-text {
    	color: red !important; 
    }

    please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: remove padding under menu #1334851

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Widget for Enfold #1334834

    Hey edwindepianist,
    Thank you for your question, I have not tried different FB widgets but Enfold includes a built-in likebox, but please note that Safari is now blocking FB javascript by default and many AD Blockers are also doing this, so many of your visitors may not see your FB widget no matter which plugin you use. I recommend using a image of a FB likebox and linking it to your FB page so it won’t be blocked.
    Our FB likebox in our sidebar is faked like this so it won’t be blocked.

    Best regards,
    Mike

    in reply to: remove padding under menu #1334833

    Hey Susanne,
    Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    .html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 140px !important;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Full width colored separator with fixed height #1334831

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Header Text Widget #1334830

    Hi,
    You can use the Enfold Theme Options ▸ Advanced Styling ▸ Main Menu Links to choose the color:
    2022-01-08_006.jpg
    I did this for you, please clear your browser cache and check.
    Let us know if this helped and we will close this thread, if you have any further questions please create a new thread and we will gladly try to help you with them also. We like to keep each thread on topic so other users can also find solutions to their issues, thank you for understanding.

    Best regards,
    Mike

    in reply to: Saving didnt work! Please reload the page and try again #1334829

    Hi,
    Thanks for the login, I don’t see a cause for the error, I assume that it has something to do with your migration with updraftplus, I don’t have experience with this plugin.
    I recommend starting over with a clean WordPress install and installing the latest version of Enfold from your Theme Forest account and use the WordPress ▸ Tools ▸ Import to import your content from your other site.

    Best regards,
    Mike

    in reply to: Full width layer slider caption position #1334823

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Saving didnt work! Please reload the page and try again #1334818

    Hey NLGZero,
    Your site is in maintenance mode, please include admin login in the Private Content area so we can be of more assistance.
    Are you getting this error when you save the theme settings or when you save a page?

    Best regards,
    Mike

    in reply to: Facebook Verification – Facebook cannot see code #1334816

    Hi,
    Glad Rikard was able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Fullwidth Easy Slider #1334815

    Hi,
    As I recall they were using the same code as the Smush plugin, wpmudev was their sponsor.
    This was a recent issue and several Smush Pro members said that they opened support tickets at wpmudev. Their javascript is miscalculating the loading height, we can’t override this behavior, so for now just disable this option.

    Best regards,
    Mike

    in reply to: Full width colored separator with fixed height #1334814

    Hi,
    Thanks for the link to your site, the element options are for a minimum height, but you actually want to define the maximum height of 10px, the tricky part of this is that the theme sets a minimum height of 100px via javascript.
    One way around this with css is this:

    #top #main .color-section-divider {
    	background-color: transparent;
    }
    .responsive #top #main .color-section-divider > .container {
    	background-color: red;
    	max-width: 100% !important;
    	width: 100%;
    }

    Another way is this css:

    #top #main .color-section-divider {
    clip-path: inset(0 0 90% 0);
    }

    Best regards,
    Mike

    in reply to: Full width layer slider caption position #1334812

    Hi,
    For the sliders on all pages except the homepage I adjusted your css to this:

    #top:not(.home) #full_slider_1 .avia-slide-wrap {
        max-height: 200px;
    }

    this sets the slider height to 200px and centers the caption title.
    For your homepage, when I checked you had a max-height of 600px, but the first two slides had heights of 570px so it still looked like it was uneven, I changed your css to this:

    .home #full_slider_1 .avia-slide-wrap,
    .home #full_slider_1 .av_slideshow_full .av-slideshow-caption {
        max-height: 570px;
    }

    please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Website Size Increasing Rapidly #1334808

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    Hi,
    Glad to hear you have sorted this out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Header Text Widget #1334804

    Hi,
    Thank you for the link to your site, your title wraps because the css for the widget expects that you will be adding text to the widget also:
    2022-01-08_003.jpg
    2022-01-08_004.jpg
    so assuming that you are only going to use the title and no text I adjusted your css:
    2022-01-08_005.jpg
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Website Size Increasing Rapidly #1334803

    Hi,
    Thanks fro the login to your site and the sftp login, I followed the steps here and while our documentation says depending on the webhost it can take a while for the directory to be cleared, I also manually cleared the older files. Please check.

    Best regards,
    Mike

    in reply to: Cannot Update ENFOLD theme #1334801

    Hey Lauro,
    Thank you for the link to your site, version 4.2 can not be updated automatically because at that time Theme Forest changed the update API to a Token. To update your version of Enfold you will need to download the latest version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
    WordPress_Appearance_Themes_Add-Themes_Add-New.jpg
    after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
    Installing_theme_from_uploaded_file_This_theme_is_already_installed.jpg
    then you will see the Theme updated successfully message.
    Theme_updated_successfully.jpg
    Afterward you will want to follow the steps here to create a Token so that you can update in the future.

    Best regards,
    Mike

    in reply to: custom background #1334799

    Hi,
    currently the class .container_wrap in the css is adding the background image to your header, content, & footer, if you only want it in the content area change it to .container_wrap_first if you also want it in the header and on all pages & posts, & shop page (everything) try this css instead of everything previous:

    #top #header_main.container_wrap,#top .container_wrap_first {
      background: url(https://www.toysanarchy.com/wp-content/uploads/2021/12/annie-spratt-background-scaled.jpg);
    }

    Best regards,
    Mike

    in reply to: All pages return a not found error #1334798

    Hey soestkopers,
    Thank you for the login to your site, I’m not sure what is wrong but I believe that the search and replace changed something, I note that the admin toolbar for your pages say that they are portfolio items.
    I’m not sure how you migrated your site, but I would recommend starting over and try again.
    One way would be to reset your site and update your WordPress, then install the latest version of Enfold from your Theme Forest account, and then export from Gereedschap ▸ Exporteren ▸ Kiezen wat je wilt exporteren ▸ Gehele inhoud
    2022-01-08_002.jpg
    from your old site and import it to your new site. You will not need to use the search and replace plugin.
    If you know how to use the Duplicator Migration Plugin then that is also an option, but again you would not use the search and replace plugin.

    Best regards,
    Mike

    in reply to: custom background #1334796

    Hi,
    Try:

    .archive div.container_wrap {
      background: url(https://www.toysanarchy.com/wp-content/uploads/2021/12/annie-spratt-background-scaled.jpg);
    }

    Best regards,
    Mike

Viewing 30 posts - 13,111 through 13,140 (of 34,910 total)