comforteagle03
Forum Replies Created
-
Forum: Plugins
In reply to: [Search & Filter] After submitting im taken to a different pageHi,
I looked around on your filtered results and it seems like the categories and permalinks aren’t working well together. I kept getting a lot of “Page not found” messages.
I’d recommend looking at the permalinks first, and then exploring what category template hierarchy your category pages are using. I did something similar with my website (www.tagpantry.com)
Here’s WordPress’s information on category template hierarchy https://codex.www.ads-software.com/Category_Templates
Forum: Plugins
In reply to: [Search & Filter] Base slug for post tags not pulled correctlyThank you for this! I just figured out why my tag-based-search wasn’t expecting to find such a clear solution!
Forum: Plugins
In reply to: [RDP Wiki Embed] Wiki not showingI’m experiencing the same issue as well. https://tagpantry.com/wiki-test/
The code on that particular page is set as:
[rdp-wiki-embed url='https://en.wikipedia.org/wiki/United_States_Congress']
My website is running:
PHP version 7.3
WordPress version 5.1.1All other plugins were temporarily disabled to try ad isolate the issue, and I did confirm the shortcode had ‘ (not the rich text version).
Forum: Themes and Templates
In reply to: [Gridster-Lite] How to add top bar into my template?You can add arbitrary code (manually define an image tag and accompanying elements) at the very end of the header.php file
…for example
That circle with + is for the Featured Image and will display that image once you define it within the post.
Forum: Plugins
In reply to: [qTranslate X] Translating Custom Page TemplatesHi Gunu,
Thanks for replying and apologies for the delay. Yes, in my author.php file I’ve created the id “authors” and added that to the id field within Advanced Settings. The full text [:en]text[:de]text2[:] still displays in the author page.
Forum: Fixing WordPress
In reply to: Edit Copyright infoIt’s in the file class-content-footer-main.php (inside inc > parts folder).
Line 161
you should be able to uncheck the boxes for ‘allow comments’ in the Discussion box when you’re editing the page. If the box doesn’t appear click on ‘Screen Options’ at the very top then check the box next to ‘Discussions’
Or instead of customizing, create a post with the featured image and categorize it appropriately, then use Page Links To to redirect to the target page.
Forum: Themes and Templates
In reply to: [Brightpage] transition between posts in the sliderOpen the custom.js file located in the ‘js’ folder.
There’s a line which reads
effect: 'random', // Specify sets like: 'fold,fade,sliceDown'
where you can change it to fade.In that same file find the line which reads
animSpeed: 500, // Slide transition speed
and adjust the 500 to whatever you like. The number is in milliseconds.The ‘holes’ are navigation arrows. If you don’t want them to appear you can open the nivo-slider.css file and locate the line which states “You can start editing here” (should be line 94). Insert
display:none;
anywhere you want something to be hidden.Forum: Plugins
In reply to: [CongressLookup] Address not foundHi,
So I made sure to copy and paste the exact API key from above without including any spaces or anything and it’s still saying ‘address not found’. There were no errors when updating the key. Think about you saying it may not be updating in the wp-admin, I though to look in /wp-admin/options.php and there’s a line which reads ‘congress_key’ and it does have the same API key as above, also without any spaces or anything. Is there somewhere else I can look?
Forum: Plugins
In reply to: [CongressLookup] Address not foundHi,
Ok so with from step 1, I copy and pasted the API from the Sunlight Labs email. Chrome’s auto-fill kicked in confirming it was the same as before. I did also make sure there were no spaces afterward though. I tried the search again afterward and it looked like it was thinking for a while before giving the same ‘address not found’ as before.
From step 2, I click the activation link from Sunlight Labs (I knew saving those emails was a good idea!) and I got a message saying “Error Activating Key Could not activate key: Key Already Activated.”
I’m half tempted to just get another API key incase that one is corrupted or something. Yea?
Forum: Plugins
In reply to: [CongressLookup] Address not foundMy apologies for the delay but it’s been re-enabled on the same page as earlier.
https://www.rewriteamerica.com/find-your-representative/Thank you
Forum: Plugins
In reply to: [CongressLookup] Address not foundI’m not sure which private emails you’re referring to. Perhaps another user? The API does show as verified with Sunlight, and if it wasn’t then I’m sure it wouldn’t have worked on an offline test site.
I can get the plugin re-installed so something actually renders. It’s not installed at the moment
Forum: Themes and Templates
In reply to: [Retina] Enlarge header text in Retina themeGo to the custom-header.php file located inside retina\lib\functions
There’s a small section there for styles