Skip to content

Kerrie-Anne

My feedback

47 results found

  1. 0 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    4 comments  ·  Designers  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Kerrie-Anne commented  · 
  2. 0 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    4 comments  ·  Designers  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Kerrie-Anne commented  · 

    apologies,I misread your post and thought you meant to remove it, not move it.

    Essentially you need need to identify the class and/or id and change the css to reposition the icon. Looking back at the code on my site, the rss logo icon is actually nested within a href tag, which in turn is nested within a h1 tag, so it could get a little messy.

    Here's the kind of thing you're looking for

    <h1 class="pageTitle">

    Events Calendar

    <a href="/Content/RSS/events.ashx?pageId=863340" id="ctl03_FunctionalBlock1_ctl00_eventPageViewBase_ctl00_PageHeader_rssLink" target="_top" class="rssFeedLabel">

    <img id="ctl03_FunctionalBlock1_ctl00_eventPageViewBase_ctl00_PageHeader_rssLogo" title="RSS feed" src="http://f.wildapricot.org/ThemeSharedRes/images/rss.png " alt="RSS feed">

    </a>

    </h1>

    Where exactly are you wanting to move it to??

    An error occurred while saving the comment
    Kerrie-Anne commented  · 

    Try adding this to your custom css:

    #ctl03_FunctionalBlock1_ctl00_eventPageViewBase_ctl00_PageHeader_rssLink {

    display: none;

    }

  3. 0 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    4 comments  ·  Designers  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Kerrie-Anne commented  · 

    Try

    background-color: black instead of background: black;

    you can only use a selector once in a set

  4. 0 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    2 comments  ·  Designers  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Kerrie-Anne commented  · 

    You will have better luck using css and the background-attachment property

    <style> <!-- body { background-image: url(image.gif); background-repeat: no-repeat; background-attachment: fixed; } //-->

    </style>

    Working example here: http://www.w3schools.com/css/tryit.asp?filename=trycss_background-attachment

    Google is your friend! :-)

  5. 2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    20 comments  ·  Designers  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Kerrie-Anne commented  · 

    This is my social club site that I launched a little over 6 months ago, I am by no means a developer or designer but I do dabble.

    Its not perfect (some things in WA I find just too messy to spend too much time tweaking), and a continual work in progress (when I get time), but I do get some nice feedback from my users.

    I essential purchased a joomla template and retrofitted it and have added a few bits and pieces hear and there using a variety of third party tools such as jotform and the likes. I have been meaning to put some more effort into tweaking the menu (not real happy with it currently) when I get the time as well as a couple of other features now that I have a large enough user base to justify the effort ;o)

    Enjoy! http://www.mysocialcircle.com.au

    Feedback/suggestions welcome!

  6. 0 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    7 comments  ·  Designers  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Kerrie-Anne commented  · 

    Brilliant, thanks! Wish I'd asked this question much sooner rather than mucking about so much! Looked at Google fonts, but of course they don't really have what I want.

    Will let you know how I go... :o)

    Kerrie-Anne shared this idea  · 
  7. 5 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Kerrie-Anne commented  · 

    Count me in - I don't have a sitemap because I don't really have the time to maintain it - investigated some scripts, but most are php based and putting them in an iframe won't do much for the search engines....

1 3 Next →

Feedback and Knowledge Base