Forum Replies Created
-
AuthorPosts
-
September 4, 2020 at 2:35 pm in reply to: Safe updating to WordPress 5.4 and using Gutenberg editor? #1243374
Ok, but the theme is already updated. The question was about updating to WordPress 5.4+. Can I update WordPress and still be able to use the Gutenberg editor in some pages and your Advanced Editor in other pages without any problem? In other support threads, people were asked to use the Classic editor, which I don’t want to do.
August 31, 2020 at 4:27 pm in reply to: Safe updating to WordPress 5.4 and using Gutenberg editor? #1242239Hello,
Has this problem been fixed? Thanks!I have fixed this issues. Thank you, we can close the ticket.
April 15, 2020 at 3:26 pm in reply to: Safe updating to WordPress 5.4 and using Gutenberg editor? #1204012OK, here is my situation:
In posts, I’m using blocks.
In pages, I’m using the Enfold Layout Builder.I have two questions :
1. I’m guessing this setup will cause a problem if I update?
2. Are you currently working on a fix?Thanks! :)
Hello,
Yes, I was trying to fixed the problem, it is back online now. OK, so I found that the problem was this code:
.home .av-section-color-overlay, .home .template-page, #footer, #header { z-index: 1 !important; }
However, this code was needed for my live search suggestion box to show on top of those elements. I’ve remove the search suggest box for now, so you won’t see that issue.
However, is there a way to show the mobile menu on top, even with the code mentionned above?
As I said before, I tried the following, but it didn’t work:
@media only screen and (max-width: 767px) { .av-burger-overlay{ z-index:9999!important; }}
Thanks!
Hello!
Thanks for your reply. No, I was not able to fix it. The menu shows up, but when you scroll the content, the content (search box, news items, etc.) is on top of the mobile menu and you can’t click on the mobile menu.
I’ve cleared the cache multiple times and tried it on different phones, so that shouldn’t be the problem.
Hello,
Just following up in this issue. I’m wondering if it’s on the road map at all?
Thank you.
You can close it, Jordan, thank you.
Great, thanks so much, Mike!
Hello,
Thanks for your reply, Mike. However, the theme already has a div id=”main” right below the menu. It’s in the perfect place. And my “Skip to content” link does scroll the page down to that spot when it is used.
Question 1: Why do we need to add a custom ID in every page when there is already one?
I did test it on the home page (removed it for now), and the workwaround of creating a custom ID does seem to work, but it brings more questions:
Question 2: How do I add this custom id in every single page? Should I insert it a the very bottom of the header.php file in the child theme?
Question 3: I have a multisite and I need the skip link to appear in English on one site and in French on the other. Is there a way to add an IF statement based on language in the script you recommend we use in the functions.php file: https://kriesi.at/support/topic/accessibility-skip-navigation/#post-1027058Yes, I implemented the highlighting of the links everywhere. The only place where tabbing doesn’t work properly (other than the current issue) is in the Enfold Tab section as mentionned here: https://kriesi.at/support/topic/tab-section-and-accessibility-keyboard-navigation/
December 19, 2019 at 3:21 pm in reply to: Social media in widget not working even after fix to function-set-avia-frontend #1167771Great, thank you!
December 18, 2019 at 9:18 pm in reply to: Social media in widget not working even after fix to function-set-avia-frontend #1167510Can you try now?
If it doesn’t work, can you send me your IP address?December 18, 2019 at 3:34 pm in reply to: Social media in widget not working even after fix to function-set-avia-frontend #1167322Hello,
You will find the login info in the private content, but you may not be able to access the wp-admin as it is restricted to specific IP addresses. Also, the editor does not seem to be accessible.
Is it possible to send me the changes so that I can make them via FTP?
Thanks!
November 22, 2019 at 3:18 pm in reply to: Cannot add images to Media Library when editing a Page or Post #1159186Thank you for the update, ChichesterDesign. I did what you did and it corrected the problem, but only until I used SEO Framework’s social media image selector.
After more tests, I found out that, in my case, the Enhanced Media Library plugin was the problem and it seems it is not being supported anymore so I simply deactivated it.
Thanks everyone.
November 21, 2019 at 7:00 pm in reply to: Cannot add images to Media Library when editing a Page or Post #1158891I don’t want to highjack this support request, but I’ve had the same problem since, I guess, the beginning of the week. I will wait to see what/if solutions are found before I start another thread. Thanks.
Hi Rikard,
Thanks for your reply. Tab navigation also works for sub menus/invisible elements. They generally appear on “Enter”. See:
https://www.w3.org/WAI/tutorials/menus/flyout/#keyboard-usersAccessibility being mandatory in more and more countries, I do hope this theme will consider adding that in the near future.
October 30, 2019 at 3:23 pm in reply to: Moving post date and adding text in front ("Published on") #1152385Thank you! It also corrected the overlapping/spacer problem.
October 29, 2019 at 8:43 pm in reply to: Moving post date and adding text in front ("Published on") #1152135I just noticed that this code seems to be preventing the featured image from appearing at the top of the article.
October 29, 2019 at 4:17 pm in reply to: Moving post date and adding text in front ("Published on") #1152094Perfect, thank you very much Nikko. I still sometimes have a problem when not using the builder, but I add a spacer and it corrects the problem.
Thanks!October 28, 2019 at 5:14 pm in reply to: Moving post date and adding text in front ("Published on") #1151833Hello,
Thank you! Can you tell me exactly where I need to put it (and in a way for the text to be translatable)? Because I tried to add it in that line of code, but it breaks the site, so there’s something I’m not doing right.
Is it also possible to put it in the child’s theme? Or must I change that file after each update?
Also, regarding moving the date to the top of the post, is there any other way than the one explained here (https://kriesi.at/support/topic/move-date-in-post-to-top/)? I’m asking because on most posts we do not use the builder and when that is the case, the date is not positioned correctly, if overlaps other content.
Thank you.
October 25, 2019 at 3:57 pm in reply to: Moving post date and adding text in front ("Published on") #1151237I finally found how to move the date to the top of the posts. See: https://kriesi.at/support/topic/move-date-in-post-to-top/
But I’m still not sure how to add “Posted on” before the date in the post.
Any ideas? Thanks!October 25, 2019 at 3:13 pm in reply to: Moving post date and adding text in front ("Published on") #1151222Hi,
I solved one of my two questions. For the magazine presentation, to add “Published on” before the date, I went into /enfold/config-templatebuilder/avia-shortcodes/magazine/magazine.php and replaced the following line:
$output .= "<time class='av-magazine-time updated' {$markupTime}>".$time."</time>";
with
$output .= "<time class='av-magazine-time updated' {$markupTime}>".__('Posted on ','avia_framework')."".$time."</time>";
And to do it in the child’s theme instead, I followed theses instructions:
I’m still searching for how to do this on single posts, in addition to moving the date at the top of the content on posts.
Thanks!
- This reply was modified 5 years, 2 months ago by darryllevine.
No, no additional help is needed. This topic can be closed. Thanks!
Hi Rikard, you were right, it was a caching issue on my cellphone. Thanks!
It will be corrected automatically with the next update? If so, I will wait for the next update.
Thanks!
Hello Ismael, I now have version v4.6.2, and Google Lighthouse still picks up the problem and I see it when I inspect the regular menu and then the hamburger menu. It may be, as Guenni007 said, that the problem only occurs when the menu is below the logo? You can have a look at our website and the code below.
When inspecting regular menu
<div class="avia-menu av-main-nav-wrap"><ul id="avia-menu" class="menu av-main-nav"><li id="menu-item-17650" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home page_item page-item-17374 current_page_item menu-item-top-level menu-item-top-level-1 current-menu-item">....
When inspecting hamburger menu
<div class="avia-menu av-main-nav-wrap av_menu_icon_beside"><ul id="avia-menu" class="menu av-main-nav"><li class="av-burger-menu-main menu-item-avia-special av-small-burger-icon"> <a href="#"> <span class="av-hamburger av-hamburger--spin av-js-hamburger"> <span class="av-hamburger-box"> <span class="av-hamburger-inner"></span> <strong>Menu</strong> </span> </span> </a></li></ul></div>
Hello, I ended up being able to do the update. As you said, it is still doubled. So you think it might be changed in future updates?
Hi there,
Sorry, I thought the demos were up to date. You hadn’t asked, but I checked anyway. :) I have version 4.5.7. It says the automatic update is not available, unfortunately, so I can’t update at this very moment to confirm if it corrects the issue. Will confirm later. Thank you.Google Lighthouse picks it up. If I inspect the regular menu, I see that the ul id is avia-menu. If I reduce the size of browser window to see the hamburger menu and then inspect that one, I see the ul id for that is also avia-menu. I see this on my website, but also in this demo: https://kriesi.at/themes/enfold-medical/
Thanks!
Thank you for your reply. Yes, I’ve done this already, but it doesn’t seem to work for the mobile/hamburger menu.
-
AuthorPosts