FastFurious
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Custom Community] Adding analytics code- doesnt workTry this plugin:
https://www.ads-software.com/extend/plugins/google-analyticator/
Forum: Themes and Templates
In reply to: Sidebar doesn't show on any pages except Home PageI solved this myself by downloading this widget:
Twenty Eleven Theme Extensions
https://www.ads-software.com/extend/plugins/twenty-eleven-theme-extensions/Forum: Themes and Templates
In reply to: Sidebar doesn't show on any pages except Home PageSome progress here:
Sidebar now does show as I inserted <?php get_sidebar(); ?> in page.php as well (as per instructions in the link given above)however
now the sidebar shows at the bottom. Just for the record, I have 3 widgets in the sidebar: search, twitter and sendpress. Sendpress widget requires a visitor to fill in their first name, last name and e-mail address.
I ran validation and got the following 9 mistakes:
Line 176, Column 31: Attribute name not allowed on element p at this point.
<p name=”firstname”>
Line 178, Column 104: Attribute orig not allowed on element input at this point.
…=”text” class=”sp_firstname” orig=”First Name” value=”” name=”sp_firstname” />Line 181, Column 30: Attribute name not allowed on element p at this point.
<p name=”lastname”>Line 183, Column 100: Attribute orig not allowed on element input at this point.
…type=”text” class=”sp_lastname” orig=”Last Name” value=”” name=”sp_lastname” />Line 186, Column 21: Attribute name not allowed on element p at this point.
<p name=”email”>Line 188, Column 89: Attribute orig not allowed on element input at this point.
… <input type=”text” class=”sp_email” orig=”E-Mail” value=”” name=”sp_email” />Line 177, Column 38: The for attribute of the label element must refer to a form control.
<label for=”firstname”>First Name:</label>Line 182, Column 37: The for attribute of the label element must refer to a form control.
<label for=”lastname”>Last Name:</label>Line 187, Column 32: The for attribute of the label element must refer to a form control.
<label for=”email”>E-Mail:</label>I assume the issue is with the SendPress widget but I don’t know how to solve it.
Forum: Themes and Templates
In reply to: Different header on Home Page onlyYes, it was a static front page and it is now resolved only by inserting this in the original header.php:
<?php if( is_front_page() ) echo do_shortcode(‘[cycloneslider id =”292″]’); ?>
Thanks a lot!!
Forum: Themes and Templates
In reply to: Different header on Home Page onlyI am afraid this did not solve it. I copied and pasted the entire code you provided for header.php and now I lost the slide show. When I inserted the slide show with this code as shown above,
<?php echo do_shortcode(‘[cycloneslider id =”292″]’); ?>
again I am back to square one. I get the slideshow on all pages, not only on home page.
So, I removed this code and left only what you gave me as content but I have no slideshow now.
Forum: Themes and Templates
In reply to: Different header on Home Page onlyHere you are:
Forum: Themes and Templates
In reply to: Different header on Home Page onlyHi,
I changed it and now I see no header or slideshow at all. It seemed that it removed the entire header section, I can only see the horizontal menu bar now.
Any other ideas?Forum: Themes and Templates
In reply to: Different header on Home Page onlyHere you are, thanks for looking into it:
Forum: Themes and Templates
In reply to: [Photolistic] Post Footer Thumbnail image qualityHey Jana, I love your home page. Which theme are you using? How did you make this background “window”? It’s really cool.