Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter strucep

    (@strucep)

    Sent an email. I like troubleshooting so feel free to contact me.

    Thread Starter strucep

    (@strucep)

    Thanks for the quick reply. I attempted to fill out the support request form, but on submit I received an error message:


    A potentially unsafe operation has been detected in your request to this site

    Your access to this service has been limited. (HTTP response code 403)

    If you think you have been blocked in error, contact the owner of this site for assistance.Block Technical DataBlock Reason:A potentially unsafe operation has been detected in your request to this siteTime:Tue, 6 Jan 2026 1:06:30 GMTAbout Wordfence

    Wordfence is a security plugin installed on over 5 million WordPress sites. The owner of this site is using Wordfence to manage access to their site.

    You can also read the documentation to learn about Wordfence’s blocking tools, or visit wordfence.com to learn more about Wordfence.


    I will post the additional information I was sending here so you at least know it:

    The tests all worked, it is a plugin conflict.

    I added a test page so you can better see what is happening.

    https://christdoorcounty.com/calendar-test/

    I also found the conflict. It has to do with WPCode:

    https://ww.wp.xz.cn/plugins/insert-headers-and-footers/

    With that plugin deactivated, the calendar renders as normal. I also tried removing the footer code they are specifically using to see if it was something in there. It seems to be just having WPCode active that causes the issue:

    <script src="https://www.biblegateway.com/public/link-to-us/tooltips/bglinks.js" type="text/javascript"></script>
    <script type="text/javascript">
    BGLinks.version = "NIV";
    BGLinks.linkVerses();
    </script>

    I’m not providing the system report here as I didn’t read through it to see what information is revealed for the site.

    They have decided they prefer the look of the iframe embed, so there is no rush. But I’m more than happy to help troubleshoot if you need.

    Let me know if you need any more details and if there is another way to contact you if the form continues to give that error.

    Thanks,
    Peter

    edit: After further testing, creating a new theme, simply adding the layout contentSize and wideSize settings seems to have added the alignment options. However, in my original theme I had already had those, so I am unsure as to why it was previously not appearing.

    I’m teaching myself how to build FSE themes currently and was having a similar issue with images only being able to be left, right, or center aligned. None of the solutions here added the additional wide and full width options. I found the solution in the TwentyTwentyFive theme.

    With the layout contentSize and wideSize set in theme.json, you need this line under settings:

    “useRootPaddingAwareAlignments”: true

    For example:

    {
    "version": 3,
    "settings": {
    "layout": {
    "contentSize": "645px",
    "wideSize": "1340px"
    },
    "useRootPaddingAwareAlignments": true
    }
    }

    As soon as I added that line, the options appeared and styled correctly in the editor and on the frontend. However, when I remove the line to test if that was in fact the solution, the options are still present so YMMV.

    • This reply was modified 1 year, 3 months ago by strucep. Reason: Additional information to the exact issue I was experiencing and additional testing
    • This reply was modified 1 year, 3 months ago by strucep. Reason: More info on testing and results
    strucep

    (@strucep)

    I’m happy to hear that worked. I enjoy looking into other sites since it can help me solve problems that I may come across in my own work later. One thing you might be doing, but would be good to check, is that you are clearing your cache whenever you upload new files.

    Good luck with your site!

    Hello,

    I apologize for snooping, but I saw your issue and decided to see if another set of eyes looking at it would help. I will let you know I am not involved with this plugin so you really have no reason to trust what I say. That being said I believe I have found your issue and an easy way to fix it.

    On the page with the menu styled how you want the id on the unordered list is “menu-produkter-2” while on the other page the id on the unordered list is “menu-produkter-4”.

    Here is a screenshot of looking at it with Google Chrome’s Dev Tools:

    http://i.imgur.com/v5bJQnf.png

    The two highlighted lines is what I am referring to.

    I also see that you are using a child theme with a custom style sheet. In this style sheet you have references to “menu-produkter-2”. Doing a quick find (ctrl+f on pc, cmd+f on mac) will show you have 13 different places this is referenced. Changing all of these to “menu-produkter-4” will give you the style you are looking for.

    Since I do not know how the id is being applied to the unordered list I cannot guarantee this is a permanent fix, but it at least shows why the styles are not being applied on that page.

    Thread Starter strucep

    (@strucep)

    Assistance is not necessary as I quickly moved to a different plugin that was working. I do not see how it could have been a conflict as I did not install, uninstall, activate or reactivate any plugins (besides the other map plugin which I deactivated before installing yours again) yet the issue seemed to be fixed.

    Thread Starter strucep

    (@strucep)

    I am positive it was this plugin. I reinstalled it to be sure and it still had my map ‘saved’, but in fact did not save my marker. The only part that saved was the title of the map. I tried it again today to see if I had the same issue, but I did not. When I save it almost goes to the same screen and switches quickly again to a screen I can use. I thought this seemed odd, but then I saw this plugin was updated earlier today. This leads me to believe that it was an issue that has now been fixed. I will not be changing my review since at the time that was how the plugin worked.

    Thread Starter strucep

    (@strucep)

    Hi Umesh,

    It is working for me as well. Thank you for your help and for this plugin.

    Strucep

    Hi Catchy,

    I’m am also still learning WordPress, but I may be able to help you a little bit. In order to see js errors you will need to open your error console in your browser. This will be different depending on what browser you are using:

    Chrome – Go to View->Developer->JavaScript Console

    FireFox – Go to Tools->Web Developer->Web Console (you may also have to click js to activate it for JavaScript once the window is open)

    Safari – Go to Develop->Show Error Console (If there is no ‘Develop’ on the menu bar, go to the Preferences for Safari, got the advanced tab, and check ‘Show Develop menu in menu bar’)

    If you are on Internet Explorer do a quick google search for ‘javascript console ie ‘ as I am on a Mac and can’t check IE at the moment.

    All these logs will show you the same thing as what is shown in the screenshot above from Umesh. Which is that jQuery is undefined. This means that the JQuery JavaScript library is not being loaded. It also appears that there is a variable called ‘FB’ that is not defined, but I don’t know if thats affecting the images.

    Thread Starter strucep

    (@strucep)

    Hi Umesh,

    Thanks for the reply. I saw there was an update this morning (April 15, 2015), but the issue still persists. While it doesn’t really keep me from doing my work, it is just a slight annoyance. I’ll keep updating the plugin as you work on it and let you know if there are any changes.

    Thanks,
    Strucep

Viewing 10 replies - 1 through 10 (of 10 total)