Forum Replies Created

Viewing 30 posts - 31 through 60 (of 64 total)
  • Author
    Posts
  • in reply to: structured data problem with masonry gallery #739733

    Hi Yigit
    I didn’t know, that outside of Central Europe you need to access the server over SFTP, Port 5544. Please try.

    in reply to: structured data problem with masonry gallery #739412

    Hi Yigit
    We had this issue before. I created a new FTP-user. Lets try that one. If it is not working again, I have to create a ticket for our hosting provider.
    Best, filz51

    • This reply was modified 7 years, 10 months ago by filz51.
    in reply to: structured data problem with masonry gallery #739329

    Hi Yigit
    We use the latest Enfold version.
    The credentials you find in the private content.
    Thanks for having a look.
    Cheers, filz51

    • This reply was modified 7 years, 10 months ago by filz51.
    in reply to: alt-attribute for transparency header logo #725972

    Hi Ismael
    This worked 100%. Thank you. Last question: Will this helper-main-menu.php-file be overwritten with every enfold update?
    Best regards, filz51

    in reply to: alt-attribute for transparency header logo #724238

    Let’s try: http://pastebin.com/2H0shpfA
    Thanks and best regards
    filz51

    in reply to: alt-attribute for transparency header logo #722639

    Ok, I made a new FTP-account
    Thanks and a nice weekend
    filz51

    in reply to: alt-attribute for transparency header logo #722094

    Hi Yigit

    Probably you didn’t see the special character in the PW?

    Try again, it works for me.

    Best, filz51

    in reply to: alt-attribute for transparency header logo #722059

    Hi Yigit

    Yes, both files look empty when accessing via appearance from wp-admin-panel. But they aren’t when you access via FTP. You find the credentials in the private content

    Best, filz51

    in reply to: alt-attribute for transparency header logo #721736

    Hi Yigit
    Thanks for having a look
    Best regards, filz51

    in reply to: alt-attribute for transparency header logo #721423

    Hi Yigit

    Maybe I still have this conversion issue with > sign. How can make sure or solve that?
    Executing your code makes following changes: The transparent logo doen’t show up, only the non transparent logo. So there’s no transition to the non-transparent logo-version. In the source I have alt-text from the transparent logo but not from the non-transparent logo.

    Best regards,
    filz51

    in reply to: Facebook Like-Plugin breaks Phone-Info-Bar #563281

    Hi Rikard

    I spent hours on the weekend to fix my problem but I totally stuck and I really need your help.
    I switched now back to the likebox-widget from enfold 3.4.2 but I’m totally unhappy with it. It does not adapt the container width (check link 1).
    I tried to customize its appearance by this code, because I absolutely don’t want to show friends faces. But for some elements in the likebox-widget the css-code comes from facebook, so my options are limited and the result wouldn’t be good enough anyway. Your likebox-widget also breaks The menu on Safari and Firefox. This is not the case with Opera or Chrome, but on these two browsers don’t show the shrinking header. (Check link 2)

    I’d rather like to use the codes from my first post with SDK-imlementation because then I can hide friends faces. (Check lin 3). Better, but I get the same two problems here: No container-adaption and broken menu (Safari/Firefox) respectively no shrinking header (Opera/Chrome).

    Maybe it is important for you to know that the container in every case is inside the main content in a widget-area for wich I use other custom css I’ve gotten from the enfold support.

    Cheers,
    Filz51

    in reply to: Facebook Like-Plugin breaks Phone-Info-Bar #562516

    False alarm. It was a cache-issue. Thanks anyway

    in reply to: Enfold-Update makes the menu invisible on some sites #538187

    I went back to Enfold 3.3.2 and all works fine again. I hope that I can upgrade Enfold one time in the future without facing the same problem.
    Thanks anyway
    Mathias

    in reply to: Enfold-Update makes the menu invisible on some sites #537204

    Hi Rikard

    The strange loading is caused by more than one plugin.
    It occurs when I activate Events Manager or Mail-Poet.
    Both plugins are important for me. With the enfold-version I used before everything was working fine.

    in reply to: Enfold-Update makes the menu invisible on some sites #536392

    Hi Rikard
    Yes I use some customized css in the custom.css-file for my chid theme. You find the credentials in private content.
    thanks for your help.
    filz51

    in reply to: Enfold-Update makes the menu invisible on some sites #535941

    Hi Basislis
    I use the latest version of enfold. I also flushed all caches but the problem persists.
    Cheers, filz51

    in reply to: Adjustments on mobile Screens #403882
    This reply has been marked as private.
    in reply to: Shopping cart icon on mobile menu – only show if… #403866

    Hi Elliott

    I enabled it but still the shopping cart shows up even when empty. I installed a fresh enfold copy but no changes. What else do I have to do? I only want to display the shoping cart when it is not empty.

    Cheers, filz51

    in reply to: Shopping cart icon on mobile menu – only show if… #398850

    Hi Elliot
    I don’t know what you mean with “enabling the ajax cart”. where can I do this?
    Regards, filz51

    I face the same problem. It works fine with safari but it occurs randomly in firefox, chrome and opera. on macs and on PC. I’m on Enfold 3.0.8.
    Cheers, filz51

    in reply to: Adjustments on mobile Screens #391506

    Hi Rikard
    I added these codes to quick css flushed all caches but it still looks the same. Do you want to have a look in the backend?
    Regards, filz51

    in reply to: Adjustments on mobile Screens #388648

    Hi Elliott

    If you visit my homepage with a smartphone you see the menu covering almost half of the screen. I don’t want the menu show up on mobile devices because I already have the menubutton there. Instead of the menu the social bookmarks should appear below the logo. See screenshot

    On desktops I want the main topmenu in CAPITALS and the social bookmarks next to it on the right side. Now they are overlaying the login-link in the top barSee screenshot

    Thanks for your patience and support
    filz51

    in reply to: Adjustments on mobile Screens #387257

    Hi Ismael
    Thanks for your reply. I added your code to quick css. Now on desktops the social bookmarks moved to the infobar and there they overlay the login-link. Not good. And the main topmenu on desktops is still not capitalized.
    On mobile devices (checked on iPhone Safari) now the menu-bar shows up next to the menu-button what is very redundant. I want the menu-button only.

    Now my quick CSS looks like this:

    .responsive.html_header_top #header_main .social_bookmarks {
    top: -35%; }
    #header_main { z-index: 10; }}

    @media only screen and (max-width: 480px) {
    .responsive.html_header_top #header_main .social_bookmarks { top: -48%; right: 9%; }}

    @media only screen and (max-width: 767px) {
    .responsive .phone-info {
    float: left;
    width: auto;
    clear: none;
    }

    .responsive #header .sub_menu, .responsive #header_meta .sub_menu>ul {
    float: right;
    width: auto;
    }

    .main_menu, #header_main_alternate, .responsive #header .main_menu ul {
    display: block;
    }
    }

    Could you please have a look?

    Cheers, filz51

    in reply to: Shopping cart icon on mobile menu – only show if… #379299

    Hi Elliott
    This moved away the shopping cart when it’s empty. But when you got a product in the cart, it should appear. How to solve this? The site is up again, so you can check.
    Regards, Filz51

    in reply to: Shopping cart icon on mobile menu – only show if… #377601

    Hi Elliot
    I did how you told me. But the empty cart is still there and the social bookmarks do still not appear. I have the impression, that the site loaded faster before I uploaded the fresh theme copy. What else can I do?
    Regards, Filz51

    in reply to: Shopping cart icon on mobile menu – only show if… #377251

    Hi Elliot I get an Internas Server Error when I put these lines into the .htaccess-file. Would it be a solution if I provide you the ftp-login and admin login for my site?
    Thanks and kind regards, Filz51

    in reply to: Shopping cart icon on mobile menu – only show if… #376016

    Hi Elliott

    I moved to another hoster. The site is up again. Please take a look.
    Also the social Bookmarks don’t appear anymore in the header on mobile devices. I used for this the following code in my custom.css:

    @media only screen and (max-width: 767px) {
    /* Add your Mobile Style here */
    .main_menu, #header_main_alternate {
    left: -73;
    display: block;
    }
    .responsive #header .social_bookmarks {
    display: block!important;
    }
    .social_bookmarks li a {
    font-size: 16px;
    }}

    @media only screen and (max-width: 767px) {
    /* Add your Mobile Style here */
    .responsive.html_header_top #header_main .social_bookmarks {
    top: -35%; }
    #header_main { z-index: 10; }}

    @media only screen and (max-width: 480px) {
    /* Add your Mobile Style here */
    .responsive.html_header_top #header_main .social_bookmarks { top: -48%; right: 9%; }}

    in reply to: Shopping cart icon on mobile menu – only show if… #374014

    Hi Elliot
    The adress is https://magiclift.ch
    I’m sure I don’t have any item in the cart.
    Thanks for having a look.
    regards, filz51

    in reply to: Background color custom widget area #369733

    Hi Yigit

    You helped me a lot with your CSS-code and I tried to adjust it for my purpose. But I still have some problems.
    Is it possible to apply semi-transparency to all avia-elements in the color-section?
    For instance with something like this:
    #my-custom-id .avia-builder-el-all {
    background-color: rgba(255,255,255,0.7);
    padding: 10px;
    }

    or can I apply more than one section ID to a single element if I have different custom CSS-codes for the different elements within a Color Section?

    Kind regards, filz51

    in reply to: Background color custom widget area #357909

    Great, Yigit,
    This affects the homepage only. But how can I apply this on other pages of my website? Some pages come with this custom widget area and some pages don’t.

Viewing 30 posts - 31 through 60 (of 64 total)