Forum Replies Created

Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • in reply to: Mobile menu and WPML #823892

    Hi Sarah,
    No, I’m good, thank you!

    in reply to: Mobile menu and WPML #823838

    Hi Basilis,
    After the second update yesterday I managed to fix it all.
    Thank you!

    in reply to: Demo page shortcodes #797687

    Hi Yigit,
    Thank you for such a quick response! Works great.

    Nadea

    in reply to: Demo page shortcodes #797646

    Hello,
    Sorry to bother you again, but I had a biiig problem with my laptop (no more coffee while workirking for me) and realized I didn’t have a backup for the downloaded demos. Tried the links from the post above but the files are no more there. I would like the XML file for the App Demo please.

    Thank you in advance,

    Nadea

    in reply to: Demo page shortcodes #750896

    Hi,

    Thanks again for your help!
    I am having some trouble adjusting the size of an image in a grid row.
    I used the grid row element from the landing page demo.
    My problem is, the wider the screen, the bigger the image. I wanted to set the maximum height for the image, added a css class to it, but it’s actually on the grid row and not the image. So when I try setting new css rules (in my case I tried max-height: 75vh;), it works on the row and not the image.
    No idea how to set the class for the image only.

    in reply to: Demo page shortcodes #736469

    Hi Vinay,

    Thanks a lot! The only thing is that even when I check “Download and import file attachments”, the media files fail to be imported. It’s fine, because I will use other images.

    Sincerely,

    Nadea

    in reply to: Demo page shortcodes #735212

    Hi Rikard,

    Thanks again. It goes much faster this way.
    I would also like to have the Landing Page demo xml if possible to get some elements from it too.

    Thank you,
    Nadea

    in reply to: Demo page shortcodes #733986

    Hi,

    Thank you Vinay!

    Sincerely,
    Nadea

    in reply to: Demo page shortcodes #733132

    Hi Vinay,
    I will try that. Where can I get the XML for the Startup demo and the Landing page demo?

    Thank you,
    Nadea

    in reply to: WPML flag icons after search icon #733093

    Hello Andy,

    I updated the theme to the latest version (apparently it wasn’t set to automatic update). Just updating didn’t remove the flag icons. So I tried adding this snippet to functions.php :

    add_action(‘after_setup_theme’,’avia_remove_main_menu_flags’);
    function avia_remove_main_menu_flags(){
    remove_filter( ‘wp_nav_menu_items’, ‘avia_append_lang_flags’, 20, 2 );
    remove_filter( ‘avf_fallback_menu_items’, ‘avia_append_lang_flags’, 20, 2 );
    remove_action( ‘avia_meta_header’, ‘avia_wpml_language_switch’, 10);
    }

    But it still didn’t work.

    I found another solution, just adding a new rule to quick.css

    .av-language-switch-item {
    display: none;
    }

    I’ll keep it this way for now.
    Thank you,
    Nadea

    in reply to: Demo page shortcodes #731991

    Hi Rikard,

    I should read more about child themes, I never used one.
    If I understood this right, it will let me download the demos I would like to have without overriding the styling of the main Enfold theme. How do I do if I want to download 2 demos? And most important, how do I move the pages made in the child theme to the main one, or is this not necessary?

    I would still like to have the debug mode activated in the main theme, how can I do that?

    Thank you,
    Nadea

    in reply to: Header in code block #731576

    Hi,

    The page id was correct. I think it wasn’t working because of the language options. I’ll try adding the code using quick CSS each time in a different language and see if it works.

    Update: It worked!
    I was editing the custom.css file and it was applying the new rule to the whole website.
    Today I made some minor styling to other elements and used the quick css from Enfold>General Styling, then translated the page the element was on and saw that it didn’t work. I went back to General styling and saw that it has quick css for each language. I added the new rules there too and it worked.
    Same for the menu items. Different language = different css

    Thanks again,

    Nadea

    • This reply was modified 7 years, 10 months ago by NNE.
    in reply to: Header in code block #723177

    Hi Ismael,

    I tried the filter for the logo, it works perfectly well, thank you!

    As for the plugins, tried both and have an issue with both of them. But those are questions for the plugin authors.
    So, I went in and tried adding some custom css to change menu items visibility. Don’t know what I am doing wrong, but I still don’t manage to do what I want.

    For example, I changed the visibility of a menu item on a specific page:

    .page-id-5353 #menu-item-5389{
    	display: none;
    }

    At first it worked great, I was happy, but then I went on other pages that use the same menu item and it also disappeared. So I suppose there is a problem with my css declaration somewhere. Don’t know how to style a specific element on a specific page of the website.
    Can you see where it went wrong?

    Thank you,

    Nadea

    in reply to: Header in code block #719590

    Hi,
    I added the snippet to the functions.php but I would like to know how to change what the header displays. I made another menu for it and I need to insert another logo. How do I do that?

    Thank you in advance,
    Nadea

    in reply to: Header in code block #719201

    Hi Ismael,

    I will try that. Is it in the header.php that I add the code snippet?

    Thanks,
    Nadea

    in reply to: Lightbox video in Enfold #539643

    Hi,
    it worked with the “?iframe=true” added to the video link.
    Thanks again Yigit!

    in reply to: Lightbox video in Enfold #539634

    Hi,
    That’s the first thing I’ve tried, for the icon element. It opens my video on the same page but when it’s over, you have to hit the back button to go back to the page. No lightbox unfortunately. I saw there are plugins that do that but hoped to avoid them.

    in reply to: Lightbox video in Enfold #539620

    Thank you Yigit!
    Yep, for the button it’s really easy)
    I’ll try the icon element for the video.

    in reply to: FAQ empty field #507108

    Thank you, I will try both and see what works better.

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