Forum Replies Created

Viewing 15 replies - 1 through 15 (of 60 total)
  • Do you have access to the hosting platform? Is there a backup of the website that you know of?

    Sounds like you have tried a lot of reasonable things. Often caching in is the culprit with an issue like this in my experience, so maybe worth double checking that. If you have a caching plugin turn that off and then clear your browser cache & open in incognito to be sure it isn’t a caching issue.

    You can try putting WordPress into debug mode, that may give you a clue. Do all the webpage behave the same, or are some of them updating while others don’t?

    The best solution depends on your skills. If you feel comfortable writing JavaScript and doing small things with functions.php you can probably figure out how to let JS handle the logic part.

    I’ve used Contact Form 7 + JS to create forms that dynamically hide/ show follow-up questions depending on how a given question is answered, do some calculations to create a survey score, and send the person filling out the form an email.

    If you want to go this route, try setting up Contact Form 7, figure out how to have JavaScript listen for the form submission, get the radio button selection and any other data, then send a customized email using PHP’s mail function or display something on their screen right then…

    There’s a variety of ways to do what you want, and the best one will depend on your skills, if you’re willing to pay or want to do it for free, and how much time you’re willing to invest.

    Check out the Contact Form 7 DOM Events page. Hope this is helpful to you!
    https://contactform7.com/dom-events/

    Your max content width variable is set to 1140px for the section-wrappers. When the screen is wider than that, white space will show on either side and the content will be center aligned as the margins are set to auto.

    I understand you have tried messing with the content width settings for your theme, but perhaps you missed something? This shouldn’t be super hard to solve, though small layout shifts can be a PITA. Another place to try is in the block editor, see if you can set the alignment to full width.

    Another possibility… do you use a caching system? If yes, when you make a change it may not display without clearing your cache / hard reloading the page.

    Hope this is helpful, keep trying… you will figure it out.

    Dillon Lanier

    (@dillonlanier)

    You need to be more specific with the location on the page you are talking about. There are multiple instances of white space on the landing page, and certainly some are intentional. Please specify between which two sections the unwanted space is and someone will be able to help you!

    Dillon Lanier

    (@dillonlanier)

    I am not finding the website egregiously slow. Visiting from the US and most stuff is loading at perfectly acceptable speeds for my laptop over a home WiFi network. The search could be sped up but that’s the only thing taking more than a couple seconds for me.

    Sounds like you have tried a lot of things. Can you elaborate on the nature of the site? Traffic load, what it does, etc. What was the conclusions from running your Python analysis script?

    My personal approach would be to either change hosts OR download a backup and do a quick rebuild of the site in a local environment to make sure everything is working smoothly, then swap that out with the current site. A lot of the approach depends on how critical uptime is for you.

    What is the purpose of this function? Why not just go back to the previous page address? Seems like over engineering something that browsers already have built in, unless you have a great reason for needing it.

    Forum: Fixing WordPress
    In reply to: AMP

    Hi @finty57, where do you host your website? Can you login to your hosting platform and manage the site from there?

    Given this is a plugin specific issue, I would suggest exploring the Amp Support Forum.

    The first thing to try is deleting this plugin from your website through a file manager on your hosting backend. Hopefully that will fix it and you are able to access the correct location or get help from your hosting provider.

    Dillon Lanier

    (@dillonlanier)

    Perhaps I am misunderstanding, but it should be as simple as:

    • Edit the Post
    • Add the widget block under the post content
    • Save and check how it displays

    This could vary depending on the page builder you are using and the widget you want to add

    Hi @kaiwenf, I don’t have a definitive answer for you, but I’ll try since no one else has yet.

    First, I would check if the things you think are setup correctly and working are actually setup and working. DNS or mapping seems like a possible culprit from reading your description of the errors.

    Second, check for silly things like spelling errors and get rid of extra stuff you tried that didn’t work – I don’t think you need to edit .htaccess, for example.

    Sorry I can’t be more helpful, it does sound like you’re close, and clearly something you think is setup correctly isn’t. If you want to add screenshots of the relevant DNS records, network mapping, or other that may help me or someone else pinpoint the issue.

    Best of luck.

    Hey @kiran9, I wish I had a more helpful response, but I figure any response is better than no response.

    What you’re looking for sounds pretty complex and even if you find plugins for each step there will be some custom work getting them to play nice and work together. More than likely the best solution is going to be built on WooCommerce and customization.

    Some things are unclear – what dictates the membership level, amount paid? How complex is the input data and what has to happen to assign a price?

    If you don’t have experience with custom WordPress development, you should find someone who does and can help you bring this vision to life. The Jobs page is a good place to start.

    You say that you have checked your Pages, but have you checked your Posts? Your posts are visible separately from pages. You can find your posts in the backend sidebar menu, usually directly above the ‘Media’ option.

    I’m not sure the plugin, but I do have a non-plugin solution that should help you separate active and inactive (deactivated) plugins. Simply go to the plugin page and find the menu above the list of plugins that goes something like all, active, inactive, etc. and select the plugins you would like to see. Inactive will show you all deactivated plugins, active will show you everything that is active.

    Dillon Lanier

    (@dillonlanier)

    This is a feature not a bug in my opinion. Would you prefer if there was no text shown until the font loads? That would confuse a good number of users and probably increase your bounce rate if people are visiting from locations where the page loads slowly.

    I would recommend trying to load the font faster. You could consider hosting the font locally and applying it with CSS, which is faster than pulling from Google each time.

Viewing 15 replies - 1 through 15 (of 60 total)