broadleon
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Rollover/ hover text and reordering social iconsFind ul.social_icons in your style sheet around line 127?
Add after a } closing curly bracket
Add
ul.social_icons li a:hover { }
Forum: Fixing WordPress
In reply to: Rollover/ hover text and reordering social icons2. Place this in style sheet and style accordingly
ul.social_icons li a:hover { }
Forum: Fixing WordPress
In reply to: help with category display of blog postFound where I call the posts,
<?php if (have_posts()) : while (have_posts()) : the_post(); ?> <?php $i++; if ( $et_is_blog_category ) boutique_display_blogpost(); else boutique_display_product($i,'entry'); ?>
Then I tried to change it to
<?php query_posts('meta_key=custom_post_template&meta_value=single-template.php'); ?> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <?php $i++; if ( $et_is_blog_category ) boutique_display_blogpost(); else boutique_display_product($i,'entry'); ?>
Think something is wrong as nothing displays in category
Forum: Fixing WordPress
In reply to: help with displaying posts in a strange orderits ok I found a plug-in https://www.ads-software.com/extend/plugins/post-types-order/screenshots/ just but the premium version
Forum: Fixing WordPress
In reply to: help with displaying posts in a strange orderOk i’ve read up on wp_query and other stuff, Got the idea that you can create custom fields in your post but how do write a function to get posts in order and where do i put it?
Forum: Fixing WordPress
In reply to: help with displaying posts in a strange orderdon’t suppose you know a good plug-in for the job?
Forum: Fixing WordPress
In reply to: help with displaying posts in a strange orderIn WordPress version 1.5. The user was able to reorder the pages. It involved typing in numbers into a “page order” text box.
Esmi I don’t know how its done
Forum: Fixing WordPress
In reply to: Form to make post?Oh ok thats not to bad then!
Forum: Fixing WordPress
In reply to: Form to make post?Ahortin, any idea’s if Gravity-Forms has a option to post to draft for admin approval?
Quite expensive at a yearly price.
Forum: Fixing WordPress
In reply to: Form to make post?Yeah i’ve used contact form 7 before on a different site and to be honest i didn’t like it. I’m looking for a more ascetically pleasing form, i.e less css work, and a bit more wysiwyg.
Forum: Themes and Templates
In reply to: Flash in home pageThanks the problem was
<PARAM NAME=FlashVars VALUE="https://www.bookstoredirectory.co.uk/xmlfile1=uk_ir_locator.xml">
Thanks Andrew
Forum: Themes and Templates
In reply to: Flash in home pagei will take that back, it doesn’t work in Internet explorer but it does work in firefox
Forum: Themes and Templates
In reply to: Flash in home pageIt’s ok the above does work
Forum: Themes and Templates
In reply to: Flash in home pageI now have this, and I now have the words “map loading” think im on the right track
<script type="text/javascript" src="AC_RunActiveContent.js"></script> <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="480" HEIGHT="590" id="uk_ir_locator" ALIGN=""> <PARAM NAME=movie VALUE="uk_ir_locator.swf"> <PARAM NAME=FlashVars VALUE="xmlfile1=../wp-content/themes/Boutique/uk_ir_locator.xml"> <PARAM NAME=quality VALUE=high> <param name="wmode" value="transparent"> <PARAM NAME=bgcolor VALUE=#F5F5F5> <EMBED src="../wp-content/themes/Boutique/uk_ir_locator.swf?xmlfile1=../wp-content/themes/Boutique/uk_ir_locator.xml" quality=high wmode="transparent" bgcolor=#F5F5F5 WIDTH="480" HEIGHT="590" NAME="uk_ir_locator" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="https://www.macromedia.com/go/getflashplayer"></EMBED> </OBJECT>
Forum: Themes and Templates
In reply to: Elegant themesHi Kuguar77
I have purchased elegant themes, and over all they are good. They do give you PSD Files but alot of what you see in the templates are css driven not image.
There has been a lot of complaints about lack of support, i can only say that if it is not theme related don’t ask you will get very little answers. If you complain that your website is slow, Dont expect an answer.
If you take a look at the boutique theme on the elegant site then take a look at what i’ve done thebookboutique.co.uk you can see that you can hack the site to death to get what you want.
I don’t think that there is template that I’ve come across that is out of the box. take a look at thebookstoredirectory.co.uk this is the boutique theme in the making.