ottomatek
Forum Replies Created
-
Hey, thanks for the reply. I actually came to realize that the problem was only occurring with my themes built-in menu links. Others work just fine. Currently, I am resulting to using just text for these links, now, but am confused why it worked before and not now. Maybe I was using some icons that came with the theme. I actually can no longer find the ones I was using.
Forum: Fixing WordPress
In reply to: Menu Icons Not Showing (Shows Text Instead)I am now realizing it is for the built in theme links specifically. Other links work fine with icons, but I would really like to find a fix for this still so I can have live notifications.
I have just realized, though, that the only way to see the links in which I’m referring to is to actually be logged into the website. They are live messages/notifications menu links that came with my theme.
Forum: Fixing WordPress
In reply to: Menu Icons Not Showing (Shows Text Instead)Oh, right… They are links that only show up for logged in members. Hmmm. They are live message and notifications that pop up with a number count, according to how many message and notifications are being sent through.
Forum: Fixing WordPress
In reply to: Menu Icons Not Showing (Shows Text Instead)You don’t see “messages” or “notifications” text in the the top right of the menu?
Forum: Fixing WordPress
In reply to: Site Appearance Changes Sometimes at RandomNo, it is just completely random when the appearance changes, then when I refresh the page, it is suddenly fine. Also, I’m the only person that edits my website.
Forum: Fixing WordPress
In reply to: Site Appearance Changes Sometimes at Randomtheme options
Forum: Fixing WordPress
In reply to: Can’t Embed iFramesYes! That did the trick. Thanks a bunch!
Forum: Fixing WordPress
In reply to: Can’t Embed iFramesAh. So all I had to do was remove the last part of the code. I see. That was the code that chess.com gave me, and I was trying it with the script part. It works now, however, it’s confined within a small box that I need to scroll through to reach different parts of the board. Is there an easy solution to get rid of this so that the whole board is viewable all at once? I’m not sure if this was how it was for you as well, but you might understand what I mean if it was.
Forum: Fixing WordPress
In reply to: Can’t Embed iFrames<iframe id=”9286423″ allowtransparency=”true” frameborder=”0″ style=”width:100%;border:none;” src=”//www.chess.com/emboard?id=9286423″></iframe><script>window.addEventListener(“message”,e=>{e[‘data’]&&”9286423″===e[‘data’][‘id’]&&document.getElementById(
${e['data']['id']})&&(document.getElementById(${e['data']['id']}).style.height=${e['data']['frameHeight']+30}px)});</script>