HumbleThinker
Forum Replies Created
-
Forum: Plugins
In reply to: [Eventbrite API] Getting Permalinks to Match Index & Other QuestionsThat was exactly the case. After publishing the Everbrite index page, I stopped receiving the 404 errors. Didn’t occur to me that that would be an issue because of the way the API was programmed.
Tweaking the iframe and adding the_content were very easy, so that was nice. Thanks for the help.
ETA: By the way, I really like how you commented out your code so thoroughly; it makes it very easy to know exactly what everything is doing and to edit it when I’m trying to tweak things.
Forum: Plugins
In reply to: [Eventbrite API] Getting Permalinks to Match Index & Other QuestionsETA: Did a bit of a hack to get the URL of a page to match the page the index title was trying to redirect to, but clearly I am unsure how this API creates single events pages, so I will leave it alone for now until I can discuss things with you guys.
Forum: Themes and Templates
In reply to: [evolve] Different Layouts on Different PagesOk so yeah, update number 2. I saw on my dashboard that you all had an update, so I implemented that and saw that now each page can choose its own layout as far as the sidebars go, which is great. Two issues, though:
1) There is no true “No Sidebar” option. I have one page on my site that I wish to not have sidebars. I can easily rectify this with having a custom page with no sidebars and 100% width, but was wondering if you all could implement a button that would truly remove sidebars on a page while the other pages have one or more sidebars.
2) One solution I tried was simply to set my general layout to no sidebars, and then simply set my other pages to 1 or 2 sidebars. When I did this, though, my Sidebar2 does shows nothing. The page is making space for it, but nothing appears. When I set my layout back to two sidebars, Sidebar 2 does show up then. Seems like just a minor bug that could easily be fixed.
Forum: Themes and Templates
In reply to: [evolve] Different Layouts on Different PagesAs an alternative, I realized the problem with my previous solution was that I was setting the width to a fixed pixel length instead of a percent. Obviously responsiveness was not in mind when I made that decision :p. So I notice that the sidebar and body take up different percentages of the screen depending on the size of the screen (and if the screen is a non-standard size such as a manually adjusted browser the percentages will not change thus making the site look not quite as pretty). I guess this is the responsive part. I’m just not seeing where this is coded for in the PHP so that I can change the layout on each page to how I want it while retaining the responvie nature of the width of the body, thus having my cake and eating it too.
Forum: Themes and Templates
In reply to: [Theme: Evolve] Different Layout on Different PagesAnyone have any ideas?
Forum: Plugins
In reply to: [CongressLookup] Congressmen Information does not appearThanks. I was so eager to use it, I didn’t see that I needed to register the key along with putting it into the settings for the plugin. Works perfectly now with all of my other plugins enabled. Consider this resolved!