marie4057
Forum Replies Created
-
Yes, I only posted because I thought my resolution may help others. I talked to my client this morning and she is able to upload the certificates as well. Apparently, she has not uploaded anything in a week or so. It is possible it was not the last update that did it. WordPress was also upgraded by my provider so who knows lol. Just a place to start looking if it says the file is too big when it has been working fine and just suddenly stops.
- This reply was modified 1 year ago by marie4057.
Sorry, I am confused. I followed the link but it looks like the answer is a bunch of code. I have no idea what to do with this. Is there an update for the plugin?
Thank you.
Forum: Themes and Templates
In reply to: [Customify] Remove Background Image In EditorThank you for your response but I still have a problem. The plugin did not work and I can’t find the my-custom-editor-styles.css to implement the fix without the plugin. Can you tell me where to find it? Sounds like it might be a file I need to create. If so, where do I create it how do I make it run? Do I have to call it from another file?
Thanks!
Forum: Plugins
In reply to: [WP Google Search] Make Search Icon Use Google SearchActually, I had already disabled the default search and installed Google Search. I didn’t need to do anything with the search icon. Google confirmed that the error was gone even though it appears that the search icon still brings up the non-Google search.
Forum: Plugins
In reply to: [WP Google Search] Make Search Icon Use Google SearchThank you but it is not the search box I’m having trouble with. I’ve already replaced the default search box with a Google Search box. What I’m trying to do is to either find a plugin or the code to have the search icon in the menu use Google search.
The search box is in the sidebar. I have just an icon in the menu.
Forum: Plugins
In reply to: [WPPizza - A Restaurant Plugin] Disable order button in cart.Thank you! That looks a lot better now that I’ve installed your update. Much appreciated.
Forum: Plugins
In reply to: [WPPizza - A Restaurant Plugin] Disable order button in cart.The cart is on every page on the site https://bubbasnapanee.ca/
You will need to add at least one item to see what I mean as until you do it looks fine. It is when the tax and totals are added that it doesn’t look right.
Thanks.
PS You can’t add items outside of store hours. The site is set to Eastern time.
Forum: Plugins
In reply to: [WPPizza - A Restaurant Plugin] Disable order button in cart.Sorry, I guess I was too tired to be working on this last night. Went back in today and realized that there were settings under Item and Cart Updates and Amendments that enable those buttons. Totally missed them last night.
Thank you for your response. That problem is resolved. However, removing the button also changed the borders on the cart so they no longer fit. Where can I find the settings to fix that? The bottom border puts a line through the sales tax entry instead of being under the total.
Thank you.
Forum: Themes and Templates
In reply to: [Meditation] Title and Tagline Disappear On MobileYes, unfortunately, due to “politics” I had had to take the site offline this morning. Hoping that things will sort themselves out and I will be able to make it available again.
Thank you for your efforts. There was only that little padding issue left for me to deal with but I will post again once the site becomes available.
Forum: Themes and Templates
In reply to: [Meditation] Title and Tagline Disappear On MobileThank you! That worked! I was able to take the code you gave me and add the site description to it to make it all work.
Now, if there is anyway to get rid of the space between the title and the tagline and the tagline and header picture on mobile I would be very happy!
This is my current code in Additional CSS.
.site-description {
display: block !important; }
.site-title h1 a {
color: #ffffff;
}
.site-title {
background: #1e73be;
}
.site-description {
background: #1e73be
}
@media screen and (min-width: 960px) {
.site-title {
background: rgba(255,255,255,0);
}
@media screen and (min-width: 960px) {
.site-description {background: rgba(255,255,255,0);
}
}
}Forum: Themes and Templates
In reply to: [Meditation] Title and Tagline Disappear On MobileI’m afraid all that did was turn the color of the writing in the header to blue which doesn’t work on a desktop because it sits on a blue picture. What I need is a way to turn the background to blue but only on mobile.
Is this possible? I have tried several different coding variations using the @media screen but the code works on the desktop but still turns to solid white on mobile with no title or tagline.
Forum: Themes and Templates
In reply to: [Meditation] Title and Tagline Disappear On MobileHere it is again https://meditateinnapanee.org
Thanks.
Forum: Themes and Templates
In reply to: [Meditation] Issue With MobileI think I fixed it. I removed the settings for the fixed widget and it now appears to be behaving the way I want it to.