ac1643
Forum Replies Created
-
Hi, i just didn’t paste it. The linking title, date and description does appear, but includes the the tags as well:
<h3>Geddington, Newton & Little Oakley Parish Council</h3>March 6, 2015
The Parish Council meets in the Village Hall Lounge every 2nd Monday of the month, with the possible exception of August (please see August dates for confirmation).If its of use i’m using the nirvana theme
Hi, i’m now getting this:
<h3>Geddington, Newton & Little Oakley</h3>March 6, 2015
using this:
[my_calendar_upcoming category=”Dates for your diary” template='{linking_title before=”<h3>” after=”</h3>”}{date}{description}’ show_today=”yes” skip=”0″ type=”event” fallback=”No events coming up!” order=”asc”]
Hi, thanks for getting back quickly, apologies for the delay.
When I have all-day selected I get this display on the calendar sidebar widget:
N/A, June 4, 2015 – Archive Project is published.
I can change the N/A to something else, but I would prefer to just show:
June 4, 2015
I saw something about N/As in another support thread so this may have been covered, but if you could help me out it would be appreciated.
Thanks, will try this out.
ps: sorry for delay getting back, my alerts were sent to my spam
Forum: Themes and Templates
In reply to: [Moesia] where to add jquery codeI’ve added your code in, everything’s working fine.
Many thanks
Forum: Themes and Templates
In reply to: [Moesia] where to add jquery codeCheers for the quick response, brilliant.
2 things:
1)If i update moesia to a newer version in the future, presumably I would have to add it to js.scripts adain? code again?
2)With the code above, i think you need to add class=”scroll” along with the href to enable the scrolling mode. With the code in the link you provided, does this require a class definition or does it just make all anchor movements scroll?
If I was to use your code presumably I also copy it to the scripts.js file?
Thanks
Forum: Themes and Templates
In reply to: [Moesia] border showing in chrome when targeted.Brilliant, thanks
Forum: Themes and Templates
In reply to: [Moesia] controlling the color of the menu toggle buttonGreat thanks
For now I may just remove the focus color setting in the css: this makes the button orange only when clicked, at all other times blue.
However I’ll give the jquery a go as well to see if it works.
Grateful for the help
Forum: Themes and Templates
In reply to: [Moesia] controlling the color of the menu toggle buttonHi thanks for this.
I’ve never used jquery thus far (html + css only), so would you be able you tell me more specifically where I add the code you posted?
Much appreciated
Forum: Hacks
In reply to: remove anchor hashtags in the address bar using pure css?Thanks for everyone’s input
I eventually added an id to a different div in the same location, which works fine.
Forum: Themes and Templates
In reply to: [Moesia] Changing welcome logo not workingHi, after fixing several other issues I got this working
thanks
Forum: Hacks
In reply to: remove anchor hashtags in the address bar using pure css?Hi, i’m using Moesia theme.
I’ve found the line in the php file that I reference to:
<section id=”employees” class=”employees-area”>
I have a href=”#employees”. However the ’employees section is not really about employees therefore I don’t want it to appear.
So I think if I modify this line (in a child theme file) to:
<section id=”employees” class=”employees-area” name=”introduction”>
and make the ref: href=”#introduction”
then this should show the manually added name ‘Introduction’ as the hashtag?
This will actually do for now, although i’ll keep looking for a way for either:
- a way to navigate without using anchors
- using anchors but hiding them
Thanks
Forum: Hacks
In reply to: remove anchor hashtags in the address bar using pure css?Hi
Thanks for the reply. Ideally I would like a button, when clicked, to direct the user to a particular point on a page, but without the address changing. One reason is because I think it just looks more tidy, the second is that I was jumping to a theme id (not a name tag i’ve added manually) which is in the correct place but the name doesn’t make sense in relation to the content on the page.
I could probably go into the theme files and add a name tag with a more relevant description at the correct point. However I was hoping there was some way of hiding it completely in html or css.
Maybe there’s a better way of navigating around a page (without using js – i hope to teach myself but currently have no knowledge).
Thanks again
AdamForum: Themes and Templates
In reply to: [Moesia] Changing welcome logo not workingAlso, this is my website: curtiswebsitedesign.com
I can re-reference the background image of the employees section (under the header) by picking it from the media library. You can’t pick from the media library for the logo for some reason. Could this be something to do with the problem??
Thanks
fair point, its just that ideally I would like to use the employee widget as a general template rather than specifically for employees, ie 3 columns, with a picture, title and text, and be able to choose which elements to include based on catagories etc.
I’ll create a custom temple instead.
Thanks for your quick responses