Forum Replies Created

Viewing 30 posts - 1 through 30 (of 347 total)
  • Author
    Posts
  • in reply to: Accordion Toggle Icons Not Displaying on Moble #1473429

    Thanks Ismael. That did the trick.

    in reply to: Accordion Not Displaying & Functioning Correctly #1472157

    Update – I tried naming the IDs “item-a”, “item-b”, etc. instead of just “a”, “b”, etc. That seemed to work on the live website and everything is displaying/linking fine. I’m not sure why using “s” for one of the IDs was an issue, but this seems to work to get around it.

    in reply to: Accordion Not Displaying & Functioning Correctly #1472155

    Hi Rikard,
    We had the ID added to the first toggle so it would open when someone clicked “S” at the top of the page and jumped down to that area. We also have the ID applied to the “S” that is displayed above the accordion.

    I added another header and accordion for “T” below what we have been looking at for “S” and that works with no issues. It has the ID set for the “T” header as well as the first toggle. You can also see the “S” is not displaying correctly with the ID applied to it and is overlapping the accordion slightly. I’m not sure why, but it looks like the issue has something to do with using the ID with the name of “s”. But I have no idea why.

    Ryan

    in reply to: Accordion Not Displaying & Functioning Correctly #1471971

    Hi Rikard,
    I’m not able to provide you login info for the live website, but can for our staging copy of the website.

    I created a version of the page there and added the links across the top that would jump down to the accordion for the letters in the alphabet. Since it was the “S” header and accordion that was having the issue, I just added those to this page and nor all the other accordions. I’m seeing the same issue here. I have no idea why we would just see this happen for “S”, but at least the issue is consistent.

    Below is the info you would need for the staging website.

    Thanks!

    That’s great. Thanks for all of your help Mike.

    Thanks Mike. It was set to 109%. Changing it to 110% looks like it worked when viewed full screen. But when the browser window is resized or the website is viewed on smaller devices, the background starts to not expand all the way along the bottom of the content container (on the left and right).

    Here’s the CSS I currently am using for that:

    .custom-header-background-bottom {
        background-image: url(/wp-content/uploads/2024/09/top_no_fade.png);
        background-repeat: repeat-x;
        background-position: bottom center;
        background-size: auto;
        height: 50px;
        width: 110%;
        position: absolute;
        top: 25px;
        left: -5%;
        transform: rotate(180deg);
        border: #FF0004 solid thin !important;
    }
    • This reply was modified 2 months ago by NicomIT.

    Thanks Mike. That worked perfectly.

    Do you happen to know how I can adjust the background at the bottom of the main content container so it is the full width of the content container? I still have a red border on that on the home page so you can see where the background doesn’t quite go all the way to the right edge of the container. If you resize the screen and make it smaller, you will see the gap increases and also appears on the left. If you could let me know what to adjust so that fills the full width of the container, that would be awesome.

    It looks like this is happening on all the pages for the background at the bottom of the main content container. But the background at the top of the header and footer areas all look fine. So I just need this one to display the same as those.

    Thanks again for the help.

    Thanks Mike. That worked great.

    Is there a way to display the background at the bottom of the main content container on all the pages in the website? After making these updates, it’s displaying there on the home page, but not the other pages/posts. The background that displays at the top of the footer is showing on all the pages/posts, so that is great.

    One small thing I noticed is the background at the bottom of the main content container doesn’t extend quite to the full width of the area above it. When you view the home page on a large screen/full width, it looks like there’s approximately 4 pixels on the right of it where the background doesn’t go all the way to the edge of the content container. If you resize your browser to make the screen smaller, it looks like the same thing happens on the left and right sides, but it’s more noticeable. I placed a red border around the background to make this a little easier to see.

    If you could let me know what would need to be adjusted so the background extends the fill with of the content area, that would be appreciated. The way the background displays above the footer area is prefect and is what I would like this to look like.

    Thanks again for the help.

    I have been working on this a bit more and added a background image to display at the top of the header area on the pages in the website. You can see what I am referring to in the area in this screenshot that has the red outline around it:
    https://hfxfarmersmarket.nicomitcms.com/wp-content/uploads/2024/10/Background-Example.jpg
    I am trying to add the same type of background to the bottom of the main content container and the top of the footer container, but not having much luck. See the red outlined areas in this screenshot:
    https://hfxfarmersmarket.nicomitcms.com/wp-content/uploads/2024/10/Content-and-Footer-Example.jpg
    If someone could let me know how I could do this, it would be great. The link to the website is included in the private data below. Thanks!

    Thanks Mike. I found the issue. It looks like there was some additional code in my CSS that was still making the background of the area white.

    #main {
        background-color: white !important; /* Keep the white background only in the main content area */
    }

    Things look good now, except that the area where the margin was added to the bottom of the page is still displaying as white on the home page. Is there something different that needs to be done for that page? All the other pages in the website are displaying things fine.

    Thanks Ismael. Unfortunately, that didn’t work. Is there anything else we can try?

    Thanks Ismael.
    That added space to that area, but the area where the margin is has a white background. Can you let me know how to increase that margin and not have a background color? We only need to have the white background color in the main content area and in the widget/footer area. The area where the margin is being added, should have no background color so you can see the main background image used by the website.

    in reply to: Portfolio Grid – Display Categories Beside the Grid #1466823

    Hi Ismael,
    Here’s the page that I would like to do this on:
    https://www.nicominteractive.com/portfolio-web-design-development/

    I would like to display the categories in the vertical list in a column to the left of the grid.

    Thanks!

    in reply to: Options for Managing Page Templates #1443431

    Thanks for the reply and info Ismael.

    It would be great if this could be something considered as a new feature for a future version of the theme. Templates in Enfold are very easy to use and create. But as I mentioned, are just a bit difficult to manage and view when you have a longer list of them. So if there was a more robust way to view and organize them instead of a single dropdown, that would really help.

    Instead of one list/dropdown, maybe the ability to manage them like menus in WordPress where there could be parent/child categories and display those with a dropdown or megamenu style would make it easier? I’m sure there are other and likely better options, so hopefully this is something your team will look further into.

    in reply to: Change Toggle Title in Accordion Feature to H3 #1439286

    Hi Ismael,
    Thanks for having a look at that. I think it was related to the Autoptimize plugin. I disabled that and the accordions look to be working. Can you check on your end?

    They were working in Chrome on desktop, but when I checked in Edge they were having the same issue that we were seeing on mobile. They are working in Edge now that the plugin has been disabled.

    Ryan

    in reply to: Change Toggle Title in Accordion Feature to H3 #1439023

    Hey there. Quick update on what I implemented.

    Things worked good. Just one issue – when viewed on a mobile device, the accordion titles don’t always open when clicked on. Sometimes they work fine, but then other times nothing happens when you click on them. Here are two pages where the accordion has been set-up and we are seeing this issue:

    https://www.nicomit.com/
    https://www.nicomit.com/services/managed-technical-support-services/

    Any help would be appreciated. Thanks!

    in reply to: Change Toggle Title in Accordion Feature to H3 #1438442

    Thanks for the quick replies and info Ismael and Guenni007.

    Changing the option under the Advanced > Toggle Titles > Toggle Title Tag settings worked perfectly.

    Thanks for providing that code Ismael.

    Is there any documentation or info that you can provide when it comes to the requirement I described related to the page template? Anything along those lines that would help our development team would be great.

    in reply to: Display Issue of Columns After Theme Update #1429944

    Thanks for the quick reply Yigit. That did the trick.

    in reply to: Menu Dropdown Spacing & Not Able to Select Dropdown #1429198

    Thanks Rikard. It should be fine to close it.

    in reply to: Menu Dropdown Spacing & Not Able to Select Dropdown #1429183

    Hi Mike,
    Thanks for the reply. I was able to figure it out on my own.

    in reply to: Menu Dropdown Spacing & Not Able to Select Dropdown #1428593

    Thanks Ismael. That worked and I am not seeing the bottom border under the current menu links in the dropdown. The padding looks to be different on those and not the same as the other links in the dropdown menu. There should be more space under the text when the darker background is displayed. It should have the same spacing/padding you see when you mouseover the other menu items in the dropdown. Can you let me know where to adjust that? Thanks for the help!

    in reply to: Menu Dropdown Spacing & Not Able to Select Dropdown #1428526

    Hi Rikard,
    I had some success with the menu and am close to having it display correctly. I am just having some issues with the current menu items in the dropdown menu for the page you are on. Some of them are displaying a green bottom border and all of them are displaying a green bottom border on mouse over. I provided links to two examples below.

    If you could help me remove those green borders from the current menu items in the dropdown, that would be great. We do want a green bottom border for the current menu item for the main section/parent links in the menu (Cargo & Operations, Cruise, Facilities & About Us). But the links in the dropdowns should not have that.

    Thanks!

    in reply to: Mobile Options & Resizing for Enfold Gallery Feature #1428244

    Hi Rikard.
    You should be fine to close it.
    Thanks.

    in reply to: Mobile Options & Resizing for Enfold Gallery Feature #1428209

    Thanks Nikko. That worked great.

    in reply to: Mobile Options & Resizing for Enfold Gallery Feature #1427992

    Hi Nikko,
    Two columns would be fine.
    Thanks!

    Thanks for the help Nikko. That did the trick.

    in reply to: Page Template Not Loading #1425678

    Thanks Ismael. That code should be added to the functions.php file in the child theme?

    Do you know why that would be happening? We didn’t have this issue with any pages/posts on the website until the last week or so.

    We updated Enfold approximately two weeks ago, but had to revert it back to the older version temporally when we found some issues. But have since changed it back to the latest version.

    in reply to: Page Template Not Loading #1425591

    Hi Ismael,
    We don’t currently have a caching plugin active on the website. I included admin login info below in the private field as requested.

    Here’s one of the pages that is not displaying correctly:

    https://www.maritimetravel.ca/recommended-resorts/riu-emerald-bay

    If we were to edit and then save that page, it would fix the issue. But we really need to know what is causing it so we can avoid further issues with other pages.

    Ryan

    Thanks Ismael. That looks to have worked. The only thing outstanding is for longer list items, the second line of text is wrapping under the dash instead of lining up with the first line of text. This wasn’t happening before we updated the theme.

    https://www.maritimetravel.ca/wp-content/uploads/List-Items.jpg

Viewing 30 posts - 1 through 30 (of 347 total)