Forum Replies Created
-
AuthorPosts
-
Another question about the popup link in an iframe in my footer – can that be centered on the page? I have some css that is making it 50% width but it’s aligned left. see attached popup that is off center.
I don’t write or read php/java script so… not sure.
Shouldn’t the widget I have on the popup work fine? It works in the iframe in the footer text link.-
This reply was modified 14 hours, 56 minutes ago by
Munford.
could you take a look at the page? I can’t find any errors and it should work in the popup either as a widget or code, right?
March 25, 2025 at 10:40 am in reply to: problem with video on mobile and css on chrome mobile #1480120thanks I used a .gif instead on the other page.
I can’t reproduce how the front page displays but I will take it for now!Do you have any idea about the issue I am having here with a magnific popup form?
thanks
NancyMarch 24, 2025 at 10:14 am in reply to: problem with video on mobile and css on chrome mobile #1480035yes I’ve done that, but the video on my front page DOES play on mobile.
thanks for taking a look – i solved the podcast grid issue
I disabled the cookiebot banner and am using the enfold one.
Is this enough for eu gdpr?This reply has been marked as private.that isn’t working for me.
I now added this code to hide the side navigation that DOES show up in a popup from a link in my footer “TILMELD DIG NYHEDSBREV” but the portfolio side navigation was not showing before I did that./*hide post side nav for footer link*/ #top button.mfp-arrow { display: none; }
I tried adding this to hide the post nav but that didn’t work either:
function no_post_nav($entries) { $entries = array(); return $entries; } add_filter('avia_post_nav_entries','no_post_nav');
I also noticed that if I set the page with the magnific to be the footer, then when I click on the popup text it scrolls back up to the top of the page.
This reply has been marked as private.This reply has been marked as private.thanks
OK I just disabled my chrome extensions and reset the broswer it seemed to fix the cookie issue and login issue as well. I am still seeing a not secure warning on the domain in the url area – do you see that as well? Any idea what that’s about?-
This reply was modified 1 week, 3 days ago by
Munford.
no see here: https://imgur.com/a/6RqDzUx
but now there is something else wrong with my site. On chrome I am unable to login due to this message: Check your browser before accessing (my site). And the footer popup is not working now due to the cookie consent bar not staying hidden after initial consent – it is showing up on all my pages now on chrome. I have tried disabling my adblock on chrome but that doesn’t change it.
help!OK but that actually made all my pages have post navigation, not just the portfolio items.
This reply has been marked as private.#d5392e
the page is published now
thanksthanks that worked.
Is there a way to have a hover color on those icons?
I already added them to my theme.
best
Nancyyes thanks you can close this
thanks – forgot that was a footer page.
ok thanks, I used a mobile menu instead for that.
I had another question about the side menu.
I am using the code here on this thread: #875588 to get the submenu items to show in the side menu which looks OK, but there is something wrong with the way the links are working – they don’t seem to respond right away or correctly. he hover color. If I am moving down the page with my mouse, it turns to blue as it should, but if I am moving up from the bottom, the color doesn’t change. Can you see what is happening here? Also how do I set the active color on those submenu links?.html_header_right.av-main-nav ul.sub-menu { opacity: 1 !important; visibility: visible !important; position: static; margin-bottom: 15px; float: left; border: 0; box-shadow: none; } .html_header_left .av-main-nav ul.sub-menu li, .html_header_left .av-main-nav ul.sub-menu li a { border: 0 !important; }
**
right now I have a menu with “-” in front of the submenu items. Is there a way to hide this – have a space there – so I don’t have to code the submenu in? it’s not working correctly at all. https://imgur.com/f3pkxIV is what i have and this is what it looks like with the submenu code https://imgur.com/pT3QKRA** OK I figured this out below with:
li#menu-item-263 { padding: 0 20px; }
If there is an easier way please let me know.
thanks
NancyNovember 13, 2024 at 11:28 pm in reply to: There has been a critical error on your website. #1471278follow up – this was the answer from my hosting service:
As per techs, this is due to a recent update in WordPress core. WordPress 6.7, recently released, changes the way translations are loaded, aligning with best practices for internationalization. This shift affects how and when translation strings should be triggered, aiming to prevent potential issues that arise from loading translations too early. Most plugins haven’t adapted to this.
A quick fix is to deactivate debug mode in the wp-config.php file by turning it off as shown below:-
define( ‘WP_DEBUG’, false );that fixed the issue.
-
This reply was modified 4 months, 1 week ago by
Munford.
HI again
a bit urgent!
I am now seeing an error on the site below and can’t login to the wp admin
can you take a look?
also updated today…maybe a conflict between wp 6.7 and the new enfold version?
thanksok
thanksNovember 13, 2024 at 4:14 pm in reply to: text block on color section not displaying on firefox #1471244you can close this
November 13, 2024 at 3:12 pm in reply to: text block on color section not displaying on firefox #1471233ok thanks. I think it’s the ad blocker on chrome
yes I restored both sites to backups and will monitor it.
I increased the php on both sites – could that have been an issue in combo with the recent enfold update?October 11, 2024 at 10:32 am in reply to: events calendar “additional content’ settings not working anymore #1468910yes I do it in text mode, but the changes don’t save. I wrote to the event calendar support and they said it is a glitch in the plugin that they are looking at fixing. She also said the previous events links at the bottom should be there but are being blocked by some customizing I have there, but all I see is this which is hiding the search bar at the top:
/*-------hide top bars on events page--------*/ .tribe-events-header__events-bar.tribe-events-c-events-bar.tribe-events-c-events-bar--border { display: none } .tribe-events-header.tribe-events-header--has-event-search { display: none }
can you see why that would effect the previous events links?
thanks for taking a look
NancyThis reply has been marked as private.This reply has been marked as private. -
This reply was modified 14 hours, 56 minutes ago by
-
AuthorPosts