sallysqueak
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [MesoColumn] Primary menu colourAh no ?? Is there a way to do this through custom css or anything? (I don’t know anything about css though, only how to pop some extra code in the themes custom css folder!)
Forum: Themes and Templates
In reply to: [MesoColumn] Primary menu colourHi Richie
The menu seems to be called Primary Menu > Top Menu
I’ve just looked through all the settings you mentioned and more, and just can’t seem to find this menu anywhere to edit.
It’s the pale blue underlined menu on the homepage. Whereas everything else is dark blue underlined.
What am I doing wrong? :/
Forum: Fixing WordPress
In reply to: How do I add clickable text over an image?Thanks for your help
I need to add more than one link within this image. I need to add for instance
link 1
link 2 etc…
So I need to link to different pages for each link.
The image map idea looked promising, but then I discovered I couldn’t actually add it as a widget in wordpress, which is where this needs to go.
This is proving to be impossible without knowing css. Does anyone have any other ideas?
Thanks
Sally
Forum: Fixing WordPress
In reply to: How do I add clickable text over an image?Not greatly, well not at all with CSS and have only done very basic stuff with HTML. I never thought it would be this complex, just thought I’d be able to add the text in Gimp and hyperlink it… how wrong was I! ??
Forum: Fixing WordPress
In reply to: Why won't my text appear like it does in the backend?Topic resolved ??
Forum: Fixing WordPress
In reply to: Why won't my text appear like it does in the backend?Thanks for your help! I had to use the text editor option in the end, but at least it’s fixed now!
Thanks! ??
Forum: Fixing WordPress
In reply to: Why won't my text appear like it does in the backend?It’s the part where it says ‘In addition to this, there is the optional Pawtrax Web Platform.’
This should be a title of the next paragraph, sitting down in a new line. It just won’t separate from the line above, even when I leave a huge gap.
Thanks
Forum: Fixing WordPress
In reply to: Password reset issuesIs this a problem everyone else is having on this version then?
Forum: Plugins
In reply to: [Rencontre - Dating Site] Struggling with installationHi Jacques
Ok, both shortcodes now entered on the dog-assisted-dating page ??
Have logged in as a normal user, and just struggling to set up a few things. The edit profile doesn’t seem to be working quite right.. I try to save settings and nothing happens. Is there something else I’ve missed?
I’ve edited the counties so that I now only have uk and ireland, I’ve not edited anything on the profile page on the backend yet.
When I edit the profile on the front end of a normal member, I click save and everything disappears which I filled in and goes back to blank.
Also, I try to set ‘my city’ under the users account and there is nothing showing up when I click validate location.
Are there a few more settings somewhere I’ve missed?
Thanks ??
Forum: Plugins
In reply to: [Rencontre - Dating Site] Struggling with installationp.s.
With the shortcodes, do I place both on one page, or make 2 pages, one for each?
Thanks ??
Forum: Plugins
In reply to: [Rencontre - Dating Site] Struggling with installationSorry for the delay over the weekend Jacques
My register system is used for members to join to use the rest of the site though, such as posting in the forums and adding listings to my directory. All sign ups are totally free, people only pay to list on the directory if they go through the listing process. So with Rencontre, how will I stop this existing free sign up system conflicting with my dating system, in particular when rencontre allows me to charge for dating listings?
Will people register through the free registration page as usual, and then go to the dating page, and then sign up/pay for that separetely?
I do want to get the new paid rencontre next month if this will work, but I don’t want all new members to feel theyre signing up to a dating site, as a business just wanting to register to list on the directory may be put off by this.
Thanks again for the help
Sally
Forum: Plugins
In reply to: [Rencontre - Dating Site] Struggling with installationOk, before I try this again, I just wanted to ask, as it’s just occured to me, is this the same registration page as would be found at the house of dog .co.uk/register/ ?
If so, won’t this interfere with my current free membership system set up there? I have buddypress on the site too.
Does this mean all new users signing up to the site will have to sign up as a dating member? Or will this all be completely separate? Obviously I don’t want to intergrate the 2 at all, as not all members will want to register for a dating site.
Thanks
Sally
Forum: Themes and Templates
In reply to: [MesoColumn] Could anyone advise me on getting this working?Don’t worry now, giving up after 2 days of trying sadly ??
Forum: Plugins
In reply to: [Rencontre - Dating Site] Struggling with installationHi Jacques
I managed that, I got the template showing and selected it. All seemed ok, then I moved on to tertio step and tried to edit my header.php to include that code needed and now my whole sites just stopped working. I’ve deleted the code I added to the header, still the same, only thing which brings the site back momentarily is deleting my browsing history, but it soon goes back to not showing, so now I’m just going to have to go and ask my host what’s going on.
I don’t think I’m going to get very far with this plugin, it just seems overly complicated to get it up and running. Most plugins you download and install and that’s pretty much it. I’m not a coder and I can’t afford to hire someone to do all this for me. I’ve tried for 2 full days now to get this working and its so frustrating because I really do want it to work, but I just can’t keep spending the rest of the week on just getting the page to show.
I’m sure it’s a great plugin when it’s up and running, I wish it could work for me.
Please could you let me know if you ever change it so I can install and just use it without having to mess with coding.
Thanks again for all your help
Sally
Forum: Plugins
In reply to: [Rencontre - Dating Site] Struggling with installationThanks Jacques
I just started to get my head around it, lol, but then noticed you’ve added these shortcodes.
I’ve added these shortcodes now and I’ve also got this template I think you meant for me to create. The file is now within my themes child folder and is called dog-assisted-dating-page.php
The content within it is;
<?php get_header(); ?> <?php do_action( 'bp_before_content' ); ?> <!-- CONTENT START --> <div class="content"> <div class="content-inner"> <?php do_action( 'bp_before_blog_home' ); ?> <?php if(is_user_logged_in()) { $renc=new RencontreWidget; $renc->widget(0,0);} ?> <!-- POST ENTRY END --> <div id="post-entry"> <div class="post-entry-inner"> <?php do_action( 'bp_before_blog_entry' ); ?> <?php if (have_posts()) : ?><?php while (have_posts()) : the_post(); ?> <?php do_action( 'bp_before_blog_post' ); ?> <!-- POST START --> <article <?php post_class('post-single page-single'); ?> id="post-<?php the_ID(); ?>" <?php do_action('bp_article_start'); ?>> <h1 class="post-title entry-title" <?php do_action('bp_article_post_title'); ?>><?php the_title(); ?></h1> <?php get_template_part( 'lib/templates/post-meta' ); ?> <?php do_action( 'bp_before_page_content' ); ?> <div class="post-content"> <div class="entry-content" <?php do_action('bp_article_post_content'); ?>> <?php the_content( __('...more »','mesocolumn') ); ?> </div> <?php wp_link_pages('before=<div id="page-links">&after=</div>'); ?> </div> <?php do_action( 'bp_after_page_content' ); ?> </article> <!-- POST END --> <?php do_action( 'bp_after_blog_post' ); ?> <?php endwhile; ?> <?php if ( comments_open() ) { comments_template(); } ?> <?php else : ?> <?php get_template_part( 'lib/templates/result' ); ?> <?php endif; ?> <?php do_action( 'bp_after_blog_entry' ); ?> </div> </div> <!-- POST ENTRY END --> <?php do_action( 'bp_after_blog_home' ); ?> </div><!-- CONTENT INNER END --> </div><!-- CONTENT END --> <?php do_action( 'bp_after_content' ); ?> <?php get_sidebar(); ?> <?php get_footer(); ?>
Is that correct?
At the moment I have both shortcodes on this one page. Perhaps I should go with just the shortcodes method and delete the page mentioned above? The libre one doesn’t show on the page, but the [rencontre] one shows on the page as normal text.
I went to the dog assisted dating page itself, and cannot see the dog-assisted-dating-page.php to select as a template, but did find a ‘full width’ template which I selected and published.
I also went to admin > rencontre > general > page where plugin is settled and ensured that the dog assisted dating page was chosen.
After all this, the only thing which shows on the dog assisted dating page is [rencontre] – Is this correct?
How do I add a test member to test everything displays? Or is there still something I need to do to get this set up correctly?
Thanks again for your patience, it is appreciated!
Thanks
Sally