Forum Replies Created

Viewing 12 replies - 1 through 12 (of 12 total)
  • @jreeserc it was working well for me for a while and then I started getting a 504 error on the page a couple days ago. There is some kind of server communication error going on. No idea as of yet how to correct the issue. Could be on my server end but I’m not sure yet. After the holidays I will tackle my error and hopefully be able to post an update.

    as jreeserc mentioned, you get your access key by going to https://api.esv.org. Then you have to make sure the link that starts:
    $esv_url = ‘http://www.esvapi.org/v2/rest/passageQuery?key=
    is changed to v3 instead of the v2 that is shown. That should validate the key you created. If you do not change it to v3 it will not validate the key you created. Change this in the file located at wp-content/plugins/sermon-browser/sb-includes/frontend.php. This can be found by going to the plugin editor and choosing Sermon Browser from the drop-down. From there you can navigate to this file and edit it accordingly.

    If you would like help off the forum, you can contact me through my website as well. [moderator note – link redacted] While I am a developer, this is a forum question that I delved deeper into so don’t worry, I’m not asking for a fee. 🙂

    • This reply was modified 9 years, 7 months ago by stephencottontail. Reason: link redacted

    Because of our screen size differences we are seeing two different things. Right now, I think the site is looking pretty darn good. No real spacing issues on my end. I have tested it through several size screens, including mobile devices, with pretty much the same result. Looks good all around. I can make another minor adjustment but I am afraid it will mess with all the other screen size layouts. I am happy to pass on some more code to make another adjustment but I think we might get a little deep into the woods. Up to you, just let me know.

    Accommodations looks better. Let me take a look at the code again and see if we can adjust something else. I dont want to get too deep into the code or it will start to mess with the mobile responsive view and then we will have to adjust more code and so on and so on. Give me a few minutes and I will see what we can do to adjust and not mess with other layouts.

    It does look like its a limitation in the code. Good work locating the issue. I will take a look in the code on one of my sites and see if I notice it being the same as well.

    oops….accommodations is still showing and it is cut off as well.

    Unfortunately its a paid theme so I can not access how to navigate through it. In the themes custom css, copy and paste the following code and then save it. Depending on the theme it could say “Publish” or “Save Stylesheet”. It changes from theme to theme. That should shrink up the space a little. If you want to save a little more space, let me know and I will add a little more code to adjust it.

    .site-content:before {
    display: none !important;
    }

    Looks much better. Its not getting cut off any longer. Screen sizes can really make a difference in what you are seeing. I work on a large screen and then test on smaller devices whenever I am building a site.

    • This reply was modified 9 years, 7 months ago by douglaseraye.
    • This reply was modified 9 years, 7 months ago by douglaseraye.

    Thank you for that. Looks much better. I have been floating around your site and it does have a few little glitches. Page headers mainly. They are being cut off on the pages where it is still showing. Do you see the title “Reception” being cut off on the reception page?

    I am playing with some of the code to see if I can address the space between the navigation and the slider. I have a couple methods we may want to use but I want to make sure it works on a couple browsers and doesn’t mess with the layout on other pages first. I see your theme does have a custom css section so this will be easier to address. I would suggest hiding all the page titles and then putting them in manually on the pages themselves for consistency.

    I know I am going off topic a lot (sorry about that) in this but I have some time today and it is a wedding site so I am taking a little more time than I might usually to address some issues.

    No worries. Happens to the best of us.

    Well, I think we might want to address another issue first then move on to the spacing of the slider and navigation. The navigation menu font is a little large and is causing a drop in the RSVP link. If you have control over the font sizes for the main menu, I would drop it to 16px. It is currently 18px. That will align all the menu items. Can you tell me what theme you are using? I might be able to get you to the correct location in the theme settings to change the font if it is built into the theme you are using. Otherwise we may have to do just a little coding.

    @nerijunior, do you mind clarifying what you are attempting to accomplish? From what I am reading, you are actually seeing all the child categories, just not in the location you would assume them to be? If this is the case, are you trying to add these categories to the main menu? If you have a link to your website, that would also be very helpful.

    Thank you,
    Douglas

    Good afternoon Danielle, your site is currently set yo be password protected so we can not see the actual site issue at this time. I will be happy to assist once I can get a look at the site itself.

    Cheers,
    Douglas

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