Julian Walker
Forum Replies Created
-
Forum: Plugins
In reply to: [VS Event List] display events inlineHi Guido
Thats a much better solution than my hack
Thanks for your supportCheers
JulianForum: Plugins
In reply to: [VS Event List] display events inlineHi Guido
And thats not an option or is it?
Heres the page with my hack:
https://avantidisplay.co.uk/diary/Julian
Forum: Plugins
In reply to: [VS Event List] display events inlineYes forcing each <p> tag on one line rather than under each other… I have done a hack with:
p {display:inline;}Thanks for replying
JulianForum: Plugins
In reply to: [Genesis Simple Sidebars] Can't get any widget to show up on the blog page.Hi Ron
I have a similar problem in that I cannot get the Rh sidebar to appear on the blog
The home page is static – site set to full width, all posts act can have primary sidebar with Layout Settings but not the blog..https://alfredbrown.co.uk.gridhosted.co.uk
Have tried Genesis Simple Sidebars + with this additional code with no joy
add_action( ‘genesis_after_content’, ‘my_sidebar_logic’ );
function my_sidebar_logic() {
if( is_author() || is_category() || is_tag() || is_date() || is_home() ) {
remove_action( ‘genesis_sidebar’, ‘ss_do_sidebar’ );
add_action( ‘genesis_sidebar’, ‘my_do_blog_sidebar’ );
}
}
function my_do_blog_sidebar() {
dynamic_sidebar( ‘blog-sidebar’ );
}I also tried this:
https://gist.githubusercontent.com/billerickson/352a67fe320808dff865/raw/functions.phpAny ideas??
Forum: Themes and Templates
In reply to: [Virtue] Virtue Theme Mobile sub menusThank you! kadence Themes Author you are correct
Best wishes
JulianForum: Themes and Templates
In reply to: [Virtue] Virtue Theme Mobile sub menusHi I am using the Kadence Themes Free virtue theme with wp 4.2.2 and my mobile menu isn’t working, see:
https://andrewrobsonbridgeholidays.co.uk
I have used the same theme before with no problem on the mob menu
My problem is that it isn’t pushing down content in the normal mannerThanks
JulianForum: Fixing WordPress
In reply to: Inserting Swiffy flash conversions into WordPressI used the ‘Html5 swiffy insert’ & ‘Preserved HTML Editor Markup’ plugins
JulianForum: Fixing WordPress
In reply to: Inserting Swiffy flash conversions into WordPressHi Andrew
A flash file exported as HTML5 (swiffy) pasted into the Value field in Custom fields
named: swiffy_1 – and this code in text: [swiffy n=”1″ w=”900″ h=”885″ v=”5.0″]Here it is wordpress:
https://sepevents.co.uk.gridhosted.co.uk/swiffy/What it should look like:
https://sepevents.co.uk.gridhosted.co.uk/bannerloop.swf.htmlThanks
Julian