Forum Replies Created

Viewing 30 posts - 91 through 120 (of 350 total)
  • Author
    Posts
  • in reply to: Modify Previous/Next Code #1291432

    Haha, yes you are right. Sorry about that. I saw the previous/next referenced in the code from the accessibility tool and had incorrectly assumed it was the feature for navigating between the posts. I guess that would explain why I couldn’t find that code in the ‘functions-enfold.php’ file. Thanks for pointing me in the right direction.

    in reply to: Modify Previous/Next Code #1291363

    Thanks for the info/clarification. I tried adding the code you provided to the child functions.php, but the accessibility tool I am using to test the website is still picking up on the elements. Below is what I am looking to remove:

    <a data-av_iconfont="entypo-fontello" data-av_icon="" aria-hidden="true" class="prev-slide" href="#prev">Previous</a>
    <a data-av_iconfont="entypo-fontello" data-av_icon="" aria-hidden="true" class="next-slide" href="#next">Next</a>
    in reply to: Modify Previous/Next Code #1291137

    Thanks. I actually need to remove it completely from the code in order to meet accessibility requirements:

    Avoid placing inactive elements in the focus order
    Providing focus to non-active elements may give users of assistive technology the impression that the element is interactive and cause keyboard users to have to use extra keystrokes to navigate.

    Since they are not being used in the website, I need to remove them completely in order to address that. Which is why I’m trying to find the file they are in.

    in reply to: Modify Previous/Next Code #1291131

    I actually want to remove the code for those two links.

    in reply to: Embedded YouTube Video in Fullwidth Easy Slider Not Looping #1283725

    Thanks Rikard. I added that to the functions.php file of my child theme and it worked. The only thing I noticed is in Dreamweaver it shows a syntax error for the first and last line of the code that was provided. It doesn’t seem to have caused any issues, but I just wanted to mention that. I pasted it in at the end of the file just like this:

    add_filter("avf_youtube_video_data", function($data) {
    	unset($data["playlist"]);
    	return $data;
    }, 10, 1);
    in reply to: Image Upload Button Not Working #1276866

    I spoke to the developer of the plugin again and he said that adding the line mentioned in the post I included above from 2018 (https://kriesi.at/support/topic/wp_enqueue_media-not-working-on-frontend-after-latest-update/) would fix it. So I tried that and it’s working now.

    In that post one of the moderators mentioned it would be something addressed in a new update to the theme. So I’m not sure why it was working on Enfold 4.7.5 and stopped when I updated to 4.7.6.4. Both copies of the website are using WordPress 5.6.

    I removed the login info in my previous post since it’s not needed now.

    in reply to: Image Upload Button Not Working #1276856

    Hi Rikard,
    I installed that plugin, but didn’t have any luck. I included details in the private info so you can see the issue.
    Thanks.

    • This reply was modified 4 years, 4 months ago by NicomIT.
    in reply to: Images Not Displaying on Translated Page #1276113

    I was able to figure out what was happening. To duplicate the same images for both languages, this needed to be done:
    WPML > Settings > Media Translation > Start (with all options checked).

    in reply to: Images Not Displaying on Translated Page #1275506

    Hi Ismael.
    I tried editing the original page and re-uploading a couple images, but that didn’t change anything on the German/translated page. In the past when I manually create a new translated page, I would select the option to copy/duplicate the content from the original English page in the WPML language settings. Then replace the duplicated English content with the new translated content. But when submitting translations to a translation service, I don’t actually create the new German page the same way. When the translation is completed the page is there and looks fine when it comes to content, but no images. So I’m not sure what to do about that.

    in reply to: Center Secondary Menu #1275312

    Thanks Rikard, that did the trick.

    in reply to: Center Secondary Menu #1274520

    I used the code above that Victoria provided and it works fine at the breakpoint where the logo goes from being centered to aligned left and the mobile menu aligned to the right. But before that it’s not quite centered. If you look at the sample link below at a screen size of around 900 pixels wide, you can see the menu/language switcher isn’t centered above the logo. Would anyone happen to know what is causing that? Thanks!

    in reply to: Header Height Changed After Theme Update #1274464

    Hi Nikko,
    I was able to just adjust the CSS and fix it without too much difficulty. I’m still not sure why it was changed, but for now lets wait to do anything more unless it happens again.
    Thanks!

    in reply to: Header Height Changed After Theme Update #1274168

    Hi Victoria,
    Do you mean CSS merging? If so, I already have that disabled to allow me to update the child theme style.css file.

    in reply to: Social Media Icons Not Showing in Header Extra Eliments #1270886

    That’s great! Thanks very much Nikko.

    in reply to: Social Media Icons Not Showing in Header Extra Eliments #1270699

    Hi Nikko,
    That password is just to view the website. I created a WP admin user for you and that info is below.
    Ryan

    in reply to: Images Not Displaying After Updating to WordPress 5.6 #1266577

    Thanks Yigit. I think I should be good now that I know what the issue was.

    in reply to: Images Not Displaying After Updating to WordPress 5.6 #1266570

    Thanks Yigit. It looks like that did the trick.

    in reply to: Images Not Displaying After Updating to WordPress 5.6 #1266564

    Sure thing, here you go.

    Hi Rikard,
    I was able to adjust things so the text was visible for the most part. But it does still get covered over a little bit in a couple instances. So it would be nice to be able to just let it resize and place an overlay on the slide images to fade them out some and allow the text to be readable on top of them.

    I included two images below. One shows a screenshot of a slide as it displays now with the text running over the slide image a little. The second shows what I am trying to do by placing an overlay on top of the image. It’s a little rough, but should give you the idea of what I am trying to do. In the image with the overlay, the text would be on top and 100%. Only the image would be faded out.

    Sure, here you go.

    in reply to: Grid Row Border Color #1256045

    Thanks Rikard. That changed the borders on the left and right. I was able to change the top and bottom with this CSS:

    .av-border-top-bottom {
    	border-color: #15577b;
    }

    Btw… one thing I noticed is the first image is displaying a pixel taller than the other four images and the files are all the same size (600 by 345), so I’m not sure what is causing that with just the first one.

    in reply to: Grid Row Border Color #1255250

    Sure thing Victoria. Here you go…

    in reply to: Remove Link on Image When Viewed in Lightbox View #1254647

    I’m good. You can close it now. Thanks for checking.

    in reply to: Remove Link on Image When Viewed in Lightbox View #1254389

    Hi Ismael.
    It looks like that was the issue. I think when I was originally trying to get the 3D button to open something in a light box, the shortcode I found had that target attribute in it for some reason. It didn’t do anything before making the changes we discussed here, so it wasn’t opening the 3D model in a new window earlier. It’s all good now. Thanks for the help.
    Ryan

    in reply to: Remove Link on Image When Viewed in Lightbox View #1252822

    Thanks Ismael. It looks like that works – when I click on the product photo, it no longer has a link on it. However in Firefox when I click on the “3D View” button it opens that in a new tab in addition to the lightbox view.

    in reply to: Remove Link on Image When Viewed in Lightbox View #1251456

    Hi Ismael,
    I actually already have that disabled. What I need to do is have no link on the image itself.

    Ryan

    in reply to: Remove Link on Image When Viewed in Lightbox View #1250838

    Hi Ismael,
    Unfortunately, I don’t think that will work. We still need users to be able to click on the image in the page and open the larger version in the light box view. So if we change the setting to ‘No Link’, then it won’t do that. The issue specifically is the link on the image once it is opened in light box view and being able to click on it and go to another item. Is there a way to disable that or remove it?
    Thanks.

    in reply to: Position of Lightbox Close Button #1244303

    That worked great. Thanks Jordon.

    in reply to: Position of Lightbox Close Button #1243351

    Sure. If you click on the yellow “3D View” button on the left under the product photo, it will open the lightbox.

    in reply to: Lightbox Link From a Button #1236675

    No, I’m good. Thanks for checking Jordan.

Viewing 30 posts - 91 through 120 (of 350 total)