Forum Replies Created

Viewing 27 posts - 1 through 27 (of 27 total)
  • Author
    Posts
  • Following Dude’s recommendation, I went ahead and did what the WP Superstars article suggested.

    However, can Team Kriesi confirm that disabling directory listing and browsing by using the Options All -Indexes in .htaccess doesn’t affect anything in terms of SEO and theme functioning correctly?

    Thank you!

    in reply to: The full width submenu of my homepage will not work. #1041429

    Same here. Is there an ETA as to when this issue is going to be fixed via an official theme update and not custom code?

    Hi Nikko and thank you for the response.

    Unfortunately I am not a developer and have no knowledge of javascript. Anyway, including such an option in a future release would be great in my humble opinion. Please consider.

    Thank you

    in reply to: Color Settings are not applied #977189

    Hi Victoria,

    Thank you for the reply. I have included the login info in the private box.
    Please have a look.

    in reply to: Color Settings are not applied #976392

    I am still having the same problem in my website.

    While my custom CSS is pasted in the Child Theme’s style.css file, my header in the secondary language doesn’t follow the styling.

    Please check: https://www.alfamarble.gr/

    • This reply was modified 6 years, 5 months ago by ManoLee.
    in reply to: enfold wpml image alt attribute title attribute #810370

    Hi Rikard,

    Just opened an new support request in WPML. You can find it here

    Hope this gets resolved.

    in reply to: enfold wpml image alt attribute title attribute #810303

    Hi there artes,

    Did you find a solution for this? I am struggling with the media translation myself.

    in reply to: Color Settings are not applied #810284

    Yes, I am using the child theme and the custom CSS is in pasted in the custom.css

    Thank you

    in reply to: Color Settings are not applied #809757

    Hi everyone,

    I am having a similar problem with my styling. I have Enfold and WPML installed with 2 languages. English being the first and Greek as the second. I exported the English theme options and imported them to the Greek version.

    I have all my custom CSS in the default custom.css file under Appearance–>Editor–>custom.css. The reason I did this is because I want all my customizations to be applied to both languages without the need to toggle between English and Greek and pasting the same code in the respective languages’ Quick CSS. I believe this is the best way to do this to save some developer time.

    Problem is that while the English version was picking up the changes, the Greek version seemed to be stuck with the old CSS. This applied mostly to color tweaks. I tried to save the Enfold settings in Greek multiple times so the dynamic file could be generated anew but to no avail.

    I had to go to my server and overwrite the contents of the enfold_child_el.css with the contents of the enfold_child.css which was in the same folder (wp-content–>uploads–>dynamic_avia).

    Is there an easier solution to overcome this? Logging into the server and doing all this is not so developer friendly.

    P.S. I also noticed that Microsoft Edge cannot load the fonts for the Greek site. Please have a look on that too.

    in reply to: Aew ShiftNav and Enfold Shop Demo Compatable? #763229

    OK Vasilis, I will contact the plugin author and post back here to inform others so keep this post open .

    Thank you (Σε ευχαριστώ)

    in reply to: Aew ShiftNav and Enfold Shop Demo Compatable? #763180

    Hi,
    I am interested in using ShiftNav too and I am already using a child theme. Any instructions further? Do we follow Ubermenu’s instructions?

    in reply to: Enfold setting + WPML not synchronize #757275

    I too had this question and if this is the case then it is not convenient at all to use Enfold and WPML for a multilingual site.

    in reply to: Snap Fullscreen Scroll #711097

    Hi there,
    I am interested in this feature too and I have made a feature request. I hope you will implement it, it is a very nice feature since other premium themes like yours already have it.

    Thanks,
    Manou

    in reply to: Mouse wheel scroll to anchor #711095

    Hi there,
    I am interested in this feature too and I have made a feature request. I hope you will implement it, it is a very nice feature since other premium themes like yours already have it.

    Thanks,
    Manou

    in reply to: Firefox on Android Nastyness #647319

    A big thank you to the Enfold team! After the recent update the Firefox mobile issues have been resolved. Good work guys.

    Hi Nicoletta,
    Just go to Enfold Theme options –> Header –> Untick “Sticky Header”.

    Regards,
    Manou

    in reply to: WPML flags at header social icons position #602856

    Thank you Ismael,
    Your code worked fine and I had to adjust some things using the below CSS

    To fix the header padding when in tablet sized viewport:

    @media only screen and (max-width: 990px) and (min-width: 768px) {
    .html_header_top.html_header_topbar_active.html_header_sticky.html_large.html_bottom_nav_header #top #main { padding-top: 118px !important; }}

    To “call” the black bar for the language flags when in mobile view:

    @media only screen and (max-width: 768px) {
    #header_meta, #header_meta .container {
        min-height: 30px;
        height: 30px; }}

    To adjust the padding of the flags in header scrolled:

    .header-scrolled .avia_wpml_language_switch.avia_wpml_language_switch_extra {
    top: -62px !important; }

    Hope this helps someone out there.
    Thanks!

    in reply to: WPML flags at header social icons position #599381

    Hi Yigit,
    I did all that but the black bar of the secondary header menu is still there. Maybe you cannot see it because it is black.
    I’ll change it to orange to see what I mean.
    Thank you

    in reply to: Woocommerce Catalogue Mode #597463

    It would be great though to add a catalogue mode in the theme someday. You are going to have even more sales for sure.

    Thank you for the great work anyway. Enfold is the most easy and beautiful theme one can use.

    in reply to: Firefox on Android Nastyness #597239

    Since many of us are developers of some kind and use Firefox desktop (especially for Firebug), many of us use Firefox for mobile too. I hope the team really considers including support for it soon. This way Enfold will be the best of the best for every device.

    Thank you.

    in reply to: WPML flags at header social icons position #597021

    Hey Yigit,
    Unfortunately the code didn’t work so I disabled it. I am creating credentials to log in and have a look.

    Regards,
    Manou

    in reply to: WPML flags at header social icons position #596652

    Thank you for the reply Yigit.
    The code you provided has indeed removed the top socket but only in desktop viewport. When going into 767px or less a black bar appears beneath the header and above the slider. The same and even bigger bar shows up if you resize the site in less pixels. See attached screenshots.
    Any ideas?

    View 1

    View 2

    in reply to: Padding on an item within Contact Form #593558

    OK, I understand. So you’ll have to wait in line like me. The support questions are flying in the forum in hundreds!
    Good luck :)

    in reply to: WPML flags at header social icons position #593078

    Since the support team seems a bit swamped with so many requests, I did some research and I achieved (nearly) what I want.
    I activated the header secondary menu and made the “built-in to Enfold” language flags appear. Then I used the following CSS I found in another post with some tweaks to my header:

    @media only screen and (min-width: 768px) {
    .sub_menu {
        position: absolute !important;
        top: 85px !important;
        right: 120px !important;
    }
    }
    
    .header-scrolled .avia_wpml_language_switch.avia_wpml_language_switch_extra {
    top: -32px;
    }
    
    #top ul.avia_wpml_language_switch li {
        margin: 0px 10px 0px 5px;
    }

    I don’t know if I made any mistakes or if I could make the code better but it seems to work.
    What I would finally want to achieve is to remove the black strip of the secondary menu but keep it for the language flags when it goes into mobile view.
    Desktop

    Mobile

    Also I noticed that the social menu icons disappear when the layout jumps into mobile menu view.
    Social icons disappearance

    I am attaching some screenshots to indicate the above. I hope they help and I hope you will help.

    Thanks

    in reply to: Remove shopping cart icon on mobile version #593063

    Oops, my bad. It is answered here

    Paste the following in your Quick CSS

    @media only screen and (max-width: 767px) {
        .cart_dropdown{
            display: none !important;
        }
        .html_visible_cart .cart_dropdown{
            display: block !important;
        }
      
    }

    All good! Try it la_tripping and see if it works

    in reply to: Remove shopping cart icon on mobile version #593061

    I am facing the same issue and unfortunately the CSS code provided does not fix the problem. Any other ideas?

    in reply to: Padding on an item within Contact Form #593034

    Hi there,
    I am not a developer but maybe I could help because the support guys seem swamped. I have asked a support question 3 days ago and I am still waiting for an answer, so while I wait please send a link to your website so me or somebody else can help.

    Regards,
    ManoLee

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