Forum Replies Created
-
AuthorPosts
-
Hi Sarah,
No, I’m good, thank you!Hi Basilis,
After the second update yesterday I managed to fix it all.
Thank you!Hi Yigit,
Thank you for such a quick response! Works great.Nadea
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
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.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
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,
NadeaHi,
Thank you Vinay!
Sincerely,
NadeaHi Vinay,
I will try that. Where can I get the XML for the Startup demo and the Landing page demo?Thank you,
NadeaHello 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,
NadeaHi 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,
NadeaHi,
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 cssThanks again,
Nadea
- This reply was modified 7 years, 10 months ago by NNE.
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
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,
NadeaHi Ismael,
I will try that. Is it in the header.php that I add the code snippet?
Thanks,
NadeaHi,
it worked with the “?iframe=true” added to the video link.
Thanks again Yigit!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.Thank you Yigit!
Yep, for the button it’s really easy)
I’ll try the icon element for the video.Thank you, I will try both and see what works better.
-
AuthorPosts