shannonsadik
Forum Replies Created
-
Thank you. Does seem like a basic thing many want. What I don’t understand is why some links work well and others don’t. And why no one else seems to have this issue when I google for solutions or workarounds. Is this just caused by my theme and others aren’t affected? I’m using Astra.
Forum: Plugins
In reply to: [Code Snippets] Footer Snippet Code Broke SiteYes someone already got back to me from another avenue and helped me to resolve this issue.
Forum: Themes and Templates
In reply to: [Astra] Toggle Button and Menu not showing in mobile settingsAwesome! Thank you so much. I looked EVERYWHERE for that setting. I clicked on the Toggle Button and the Off Canvas Menu and checked those but didn’t know to also click on the actual row setting! Thanks.
- This reply was modified 1 week, 1 day ago by shannonsadik.
Forum: Themes and Templates
In reply to: [Astra] Toggle Button and Menu not showing in mobile settingsHello, just following up on the status of this? No one can use the site at all unless on a desktop version as they cannot navigate at all. I have confirmed it is theme specific b/c all menus function properly when changing to another theme.
Forum: Themes and Templates
In reply to: [Astra] Toggle Button and Menu not showing in mobile settingshttps://drive.google.com/file/d/1t9WGYwb7a3cSLlxbmztT-PHvfdWcGdmK/view?usp=sharing
Sure, here you go. I”m having issues with the footer as well. Didn’t want to have to add another plug in to export the data before, and just coded my footer images in as a workaround, but the missing hamburger menu is an issue I cannot seem to fix so now that you have all the data maybe you can take a look at that too. Anytime I create a widget and try to add it to the footer, it doesn’t show up.
Site is now live. You can take a look here: https://heronpondhideaway.com/
Please take a look at page caching as it is enabled, but still showing as not per WordPress.
Forum: Plugins
In reply to: [Code Snippets] Footer Snippet Code Broke Site<!DOCTYPE html>
<html lang="en">
<head>
<style>
/* Set the background color */
body {
background-color: #D6D1CA;
margin: 0;
padding: 0;
display: flex;
flex-direction: column; /* Arrange content in column */
align-items: center; /* Center content horizontally */
min-height: 100vh; /* Make sure body takes up the full height */
}
/* Container for images to display them in a row */
.image-container {
display: flex;
flex-direction: row; /* Images in a row */
width: 100%; /* Make container width 100% */
justify-content: center; /* Center images */
gap: 0; /* No gap between images */
}
/* Style for each image */
img {
width: 20%; /* Let the width adjust based on content */
height: 250px; /* Uniform height for all images */
object-fit: cover; /* Ensure the image fills the container without distorting */
display: block; /* Remove extra space below images */
}
</style>
</head>
<body>
<!-- Image container with images -->
<div class="image-container">
<!-- Image 1 -->
<img src="https://heronpondhideaway.com/wp-content/uploads/2025/02/White-WAter-Rafting-Hudson-River-Adirondacks-North-Creek-Larger-image.jpg" alt="Image 1">
<!-- Image 2 -->
<img src="https://heronpondhideaway.com/wp-content/uploads/2025/02/Gore-Mountain-Skiing-Adirondacks-Larger-scaled.jpg" alt="Image 2">
<!-- Image 3 -->
<img src="https://heronpondhideaway.com/wp-content/uploads/2025/02/Sawmill-Waterfalls-in-Fall-Larger-Image.jpg" alt="Image 3">
<!-- Image 4 -->
<img src="https://heronpondhideaway.com/wp-content/uploads/2025/02/Trout-Fishing-Hudson-River.jpg" alt="Image 4">
<!-- Image 5 -->
<img src="https://heronpondhideaway.com/wp-content/uploads/2025/02/Hiking-Moxham-Mountain-overlooking-North-Creek.jpg" alt="Image 5">
</div>
</body>
</html>Most concerned about page caching as that is clearly enabled and yet not working.
I can send you a log in if you have an email.
it is still an issue that has not been resolved. I’ve reached out to astra and am waiting to hear back.
Hm…I’m not sure what you mean. To create this, I did first add it to an empty widget titled Footer Bar Section 1 under Appearance>Widgets and then added the widget itself into the Footer under the theme customizer. I do not have any other widgets available to add it to under this theme. It is limited to just Sidebar, Header and another Footer Bar (which is currently being used).
I created a different form that was then added on my site and had no issues adding it to a section on a page. I also added this same form to another section on a page on my site and had no issues. The issue seems to be with the footer alone. It is visible while in Appearance>widgets, and visible when clicked on in the footer section to design, but not visible in the footer itself. This could be a footer issue or an Astra issue because I created another Footer Bar Section widget that looks good in the widget under Appearance, but when added to the footer under theme customization does not look the same (images skew to different direction). Perhaps these are related to an Astra issue??
I have been corresponding with someone at Media Library Assistant as I am also using that plug in to help categorize the media to filter with your widget. They helped me to get the filters working properly by Changing the Items Per Page number to more than the total number of images I have. He said that was the only way with your widget. However, I have 71 images, so this means that all 71 are loaded on the page when scrolling to this section (that’s no good!). I de-selected the Show “All” Filter but that only removed the actual filter. All 71 images still load immediately. Is there a better way to do this that shows some images, but not all and does not create issues with filtering?
Also- the inset border issue is driving me crazy. I have been through every single setting with a fine tooth comb and cannot figure out where this is coming from?? Any idea what it is and how to turn it off? I tried deactivating all widgets and that didn’t solve the issue.
https://drive.google.com/file/d/1s64dRxUDLbQcJqnUb_sLdFI7ZkbGQGhV/view?usp=sharing
To answer your question, I am using the Lite version. I just changed the background color with CSS provided by someone at WP Forms through my last thread in this conversation.
Thank you for the video. That is exactly how I did it as well. I don’t know why mine is different from yours, but I have already been instructed to follow all of the troubleshooting steps you sent me and did all of them and am still getting this issue?? My issue is that you can clearly see the widget was added because a large container appears, but no details are showing. Is it possible it’s an issue with the theme, Astra?
Forum: Plugins
In reply to: [Media Library Assistant] How can I change the order of the categoriesYes, I am using the Elementor Royal Add Ons “Image Grid/Slider/Carousel” widget. Changing the Items Per Page number to more than the images I have worked. All of the filters appear to be working correctly. It even worked on my children’s children (the Bedrooms>All shows all pics of bedrooms and then can further be filtered by Bedroom 1, 2) as I wanted. However, I have 71 images, so this means that all 71 are loaded on the page. I de-selected the Show “All” Filter but that only removed the actual filter. All 71 images still load immediately. What is the work around for this?
Not sure what other info you need as I provided a lot of detail above? What do you not understand? Basically filters are not working. At this point, I have about 6 filters and none of them work except one. All images have been correctly attached to categories, but they are not showing up.
My border issue should be detailed enough. All border settings are turned off, but I am still getting a border.
For the images that DO load, when I click on “next page” at the bottom of the images to see more, it takes me to the top of the web page, not to the next page of images.
https://drive.google.com/file/d/100a4IZLbQl0AIZG_Gmu3b8O5maqSSwPv/view?usp=sharing
https://drive.google.com/file/d/1Gg_MncYFUU7z2Uml3ocEMHRtZqZwqSlO/view?usp=sharing