Forum Replies Created

Viewing 30 posts - 12,751 through 12,780 (of 34,563 total)
  • Author
    Posts
  • in reply to: Change color of button #1334909

    Hi,
    I see that on the English page the section ID is #contact, but on the Greek page the ID is #epikoinwnia
    I adjusted your css for this:

    #contact.main_color .avia_ajax_form input[type='submit'],
    #epikoinwnia.main_color .avia_ajax_form input[type='submit'] {
     	background-color: #5d8a88;
        color: #ffffff;
        border-color: #5d8a88;
     }

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: How to stop top menu items from being clickable #1334907

    Hey Chiefi,
    Thanks for the login, I adjusted your css to this:

    .av-main-nav li.menu-item-has-children > a {
    cursor: default;
    }
    .av-main-nav li.menu-item-has-children > a:hover {
    pointer-events:none;
    }
    .av-main-nav li.menu-item-has-children > a:active {
    pointer-events:none;
    }
    ul.sub-menu a{
    cursor: pointer!important;
    }

    and it seems to work correctly, but ultimately the best solution would have been using custom menu items with no link for the top level items, but since your menu is already created this should work for you.
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Change color of button #1334905

    Hi,
    Thanks for the login, I corrected for you:
    2022-01-09_011.jpg
    Please clear your browser cache and check.

    Best regards,
    Mike

    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: Change color of button #1334898

    Hey troupdim,
    The reason it is not showing for you on desktop is because you have an unclosed media query for mobile higher in your css, so you need to close it.
    2022-01-09_010.jpg
    If you can’t find where to close, include admin login in the Private Content area so we can be of more assistance.

    Best regards,
    Mike

    in reply to: Scroll Down Arrow for Full-width Easy Slider #1334896

    Hi,
    Try this code in your code block element instead:

    <style>
    #top .code-block-arrow .av-icon-char:before {
        margin-top: -130px;
        position: absolute;
        z-index: 100;
        text-decoration: none;
        text-shadow: 0px 0px 3px rgb(0 0 0 / 40%);
        -webkit-animation: avia_fade_move_down 2s ease-in-out infinite;
        animation: avia_fade_move_down 2s ease-in-out infinite;
    }
    </style>
    <div class="code-block-arrow">
    [av_font_icon icon='ue87b' font='entypo-fontello' style='' caption='' link='manually,#true-next' linktarget='' size='60px' position='center' color='#ffffff' admin_preview_bg='' av_uid='av-2bmczk'][/av_font_icon]
    </div>

    2022-01-09_009.jpg

    Best regards,
    Mike

    in reply to: some posts' meta are not showing in blog grid layout #1334894

    Hey be360,
    Thank you for the link to your site, I see that for the meta some posts are showing the date & comment count, but none of the posts have a comment box, so I wonder why any would show the comment count as a meta. Do you plan on adding the comment box in the future? If not then the comment count meta should not show, correct?
    Were some of these posts originally created as default editor posts and later converted to ALB posts?
    Are all of the ones without meta share the same category or something?
    Perhaps all of the ones with meta share the same category or something?
    Please include an admin login in the Private Content area so we can examine closer.

    Best regards,
    Mike

    in reply to: Easy slider issue #1334890

    Hi,
    Thank you for your patience and for the login, I found the issue was from your EWWW Image Optimizer ▸ LazyLoad option, I disabled this option and tested in Chrome, Firefox, & Edge on Windows & Safari, & Chrome on Mac and it seems to be solved, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Accordion Toggle – not all open toggles are showing #1334888

    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

    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: Masonry Gallery – Can I link an image to a Custom URL? #1334884

    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

    Hey SirAdler,
    Thank you for the login, the error above seems to point to something wrong in a partner logo element, which could be a html tag in a title field or a strange character or a broken shortcode before the element.
    I was able to recover your start page shortcode and I tested it on my localhost but found no issues, then I created a test page on your site with the shortcode and still found on issues even though I saved and re-edited a few times.
    Perhaps the page shortcode that I recovered didn’t include the error, pleaseth check the test page linked below and try editing it, if it works fine then set this as your new start page and delete the other.

    Best regards,
    Mike

    in reply to: Masonry Gallery – Can I link an image to a Custom URL? #1334879

    Hey Julio,
    Once you set the custom URL in the masonry gallery you also need to go to the advanced tab and set the link settings option to use custom link.
    2022-01-09_008.jpg

    Best regards,
    Mike

    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

Viewing 30 posts - 12,751 through 12,780 (of 34,563 total)