atlas99
Forum Replies Created
-
I don’t want to publicly post URL. Is there a way to message you?
Forum: Themes and Templates
In reply to: [Bam] Removing “Category:” from top of category pageThe developers don’t seem to offer any kind of support for this theme. They are not responding on here or through their website
Forum: Themes and Templates
In reply to: [Bam] Removing “Category:” from top of category pageI’m trying to limit my plugin usage for load time and hacking issues
I would like to alter the code within the file, just trying to find where it is
Forum: Themes and Templates
In reply to: [Bam] Removing “Category:” from top of category pageHi, thanks for the reply. This doesn’t work the same in all browsers, as when I try it in Firefox it still shows “ORY:”
I am looking for a solution that will fully remove the word “CATEGORY:” from the actual code
Sorry, I should have mentioned that I do not want to switch to CODE view.
When I have switched to this view I have had formatting issues, so I do not go into edit the post in that area anymore
Forum: Plugins
In reply to: [LuckyWP Table of Contents] Post / page not loadingWhen I add a Table of Contents to a post, the page does not load.
I installed and used this plugin about a week ago on a post and it works fine, that page still loads.
I tried to use this plugin on a post today and when the Table of Content was added to the post, the page does not load and times out. When I remove the Table of Contents from the post, the pages loads right up.
This plugin is causing posts to not load
EDIT
I figured out part of the problem.
This plugin does not work on posts that are using the plugin: “Amazon Product In a Post”
When I used this on another post, it was not using that Amazon plugin and it worked fine.
When the LuckyWP Table of Contents plugin is used on the same post that Amazon Product In a Post plugin is used, the page will not load.
Not sure why
- This reply was modified 6 years, 7 months ago by atlas99.
try Events > Settings > Pages > Event List/Archives > Show events search =No
That worked, thanks
I have found my answer here: http://wp-events-plugin.com/documentation/creating-and-editing-events/
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] No end timeIf you want to change the output of “7:30pm – 10:30pm” and only want to show the start time “7:30pm”
where you see “#_EVENTTIMES” in the formatting, replace it with “#_12HSTARTTIME”
#_12HSTARTTIME will only show the first start time and not both.
Yes, I’ve tried that. Using grouped mode seems to be what I am looking for.
When I use this on a page:
[events_list_grouped mode=”montly”]#_EVENTLINK[/events_list_grouped]
It comes out as:
April 25
Event Title Link
Event Title LinkApril 26
Event Title Link
Event Title LinkHow can I have it include the day of the week like:
Wednesday, April 25
Forum: Plugins
In reply to: [Short URL] How to put URL in text box?New release 1.4.4 with this feature
Thanks, works great!
For anyone who wants to have a text box with the short URL that automatically highlights when a user clicks it, here is the code:
Add this in the “Parameters” section in the input box titled “Displayed HTML:“
<script language="JavaScript"> function selectText(textField) { textField.focus(); textField.select(); } </script> <b>LINK:</b> <input type="text" name="sometext" size="40" value="%short_url_without_link%" onClick='selectText(this);'>Forum: Plugins
In reply to: [Short URL] How to put URL in text box?Ok … will you be happy, if I add a %short_url_without_link% ?
Sure, I think a lot of people would want just the URL output so users can copy and paste it to Twitter, Facebook etc.
Forum: Plugins
In reply to: [Short URL] How to include short url under every post on the homepage?Your request is interesting => a new release (version 1.4.3) is just available with the requested feature.
Thanks, I just updated to version 1.4.3 and the option of “At the bottom of excerpt” is exactly what I was looking for. Works great!
Thanks