Forum Replies Created

Viewing 15 replies - 1 through 15 (of 44 total)
  • Thread Starter Mag_ick

    (@mag_ick)

    How can I see the commercial slider plug in? My web developer is not available just now… I guess I should have waited.

    Now the central picture on the home page below the main picture has lost its scaling…

    Thread Starter Mag_ick

    (@mag_ick)

    I have a div on the layer slider of my home page “www.salixpeopleandprocess.com” I want it to be opaque rather than a solid block of colour… so the picture below is still visible.

    Tm on the layerslider page, with the 2nd layer being the Div, so have entered the code into the Customs Style Settings on this layer… I dont know why it’s not taking effect (I have saved it).

    thanks

    Thread Starter Mag_ick

    (@mag_ick)

    ok
    thanks

    Thread Starter Mag_ick

    (@mag_ick)

    Hi Andrew
    I copied the header file within Spun and added the line where stated.
    Being php does this need to be uploaded via the FTP route as someone suggested earlier. I pasted the code into CSS Manager, which has been working beautifully, but the change didn’t take place. Or could it be that I have done something wrong in copying the code rather than being CSS Manager?

    Thread Starter Mag_ick

    (@mag_ick)

    Thanks Kacomp
    I thought this post had closed. I will try the PHP code on FTP upload.

    My posts and pages have the same content, however hte pages dont appear as circles. This only happens if they are posts. I will see if I can make them a menu item.

    Thread Starter Mag_ick

    (@mag_ick)

    Thanks Andrew
    I think when I tried previously I must have forgotten to “update”.

    How can I change the order of the posts (Im using the circles as entry to “pages” in effect).

    Thread Starter Mag_ick

    (@mag_ick)

    I have tried that previously, but with give it another go now
    thanks
    …. I’ll let you know what happens

    Thread Starter Mag_ick

    (@mag_ick)

    Thank you Andrew, that looks like a great tool for those of us who are not that close to webdesign but want to make changes to our sites.

    Thread Starter Mag_ick

    (@mag_ick)

    Yes it was

    @import url(“../spun/style.css”);

    #masthead { opacity: 1; }
    #secondary { display: block; }

    and it only took effect when I entered it into CSS Manager (plugin)

    I would like to know how to make the footer opaque and visible on hover over… I dont know what the #name is as in #masthead

    Hi Amanda,

    I have looked at your site and you have the structure I want.
    A constantly visible heading ie no opacity/hover
    and I want my circles to go to pages rather than posts

    I have been trying to get the heading to change on and off for the past few weeks with no luck. I’m not sure if this is the “done” thing, but is it appropriate to ask for the code you have put in your child theme, so I can upload that? My current Style.css file is below, which I have put together from reading the style.css tutorial and copying code from forum posts.

    /*
    Theme Name:	spun child
     theme
    URI:	http://example.com/
    Description:	Child theme for spun theme
    Author:	 Magick
    Author URI:	http://example.com/about/
    Template:	spun
    Version:	0.1.0
    
    */
    @import url("../spun/style.css");
    
    */
     #masthead { opacity: 1; }
     #secondary { display: block; }
    
    .main-navigation a,
    #colophon,
    #colophon a {
     color: #999;
     font-family: sans-serif;
    }
    
    <?php /* Display Pages */ ?>
    
    			<?php query_posts('post_type=page'); ?>
    
    			<?php if ( have_posts() ) : ?>
    
    				<?php /* Start the Loop */ ?>
    
    				<?php while ( have_posts() ) : the_post(); ?>
    
    					<?php
    						/* Include the Post-Format-specific template for the content.
    						 * If you want to overload this in a child theme then include a file
    						 * called content-___.php (where ___ is the Post Format name) and that will be used instead.
    						 */
    						get_template_part( 'content', 'home' );
    					?>
    
    				<?php endwhile; ?>
    				<?php /* Start the Loop */ ?>

    Any and all help welcome
    Magick

    Thread Starter Mag_ick

    (@mag_ick)

    thanks – good tip

    Thread Starter Mag_ick

    (@mag_ick)

    thanks Andrew – I read the article it referred to making a picture fade rather than how to code for making a faded/hover image solid.

    I picked up the code I entered in my style.css file from one of the forum messages… but now I look at it I see it does say capacity not opacity. I’ll make the change

    Thread Starter Mag_ick

    (@mag_ick)

    Hi Andrew
    did some more uploading, activiated a different template then reactived Spunchild … and it came back!
    Thank you .. again

    still having problems with the opacity not being read from the style.css file, do I need to repost?

    Thread Starter Mag_ick

    (@mag_ick)

    ok thanks Andrew, but it hasnt worked.

    the spunchild folder on my C: drive had aa blank spunchild style.css
    I recreated, within the correct file structure and uploaded
    wp-content
    themes
    (create) spunchild
    create file for style.css

    uploaded via Filezila

    no change on website

    Thread Starter Mag_ick

    (@mag_ick)

    I’ll get the path from my email notification…

Viewing 15 replies - 1 through 15 (of 44 total)