brooksy31
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Help with sidebar and footer CSSThank you for replying so soon, I think the css is amended, but its still showing the same thing.
Here is the css code:
.wpb_widgetised_column .widget:last-of-type,
.widget-area .widget:last-of-type {
margin-bottom: 0;
background-color: #eee
}.widget {
background-color: #eee;
box-shadow: 1px 1.732px 5px 0px rgba(235, 235, 235, 0.75);
-webkit-box-shadow: 1px 1.732px 5px 0px rgba(235, 235, 235, 0.75);
margin-bottom: 20px;
display: inline-block;
width: 80%;
}.footer-widget .widget {
box-shadow: none;
-webkit-box-shadow: none;
-webkit-appearance: none;
border: 1px solid #000;
background-color: #000Forum: Fixing WordPress
In reply to: Remove link on imagesWell cheers steve,
I did not realise what mafiashare was till i googled it. I got a disc off a friend with loads of templates on so guess I wont get support from them. Think I will look at purchasing the said template and try them.
Thanks for pointing that out
I am having the same problem. do you have the answer yet?
Cheers
Brad
Forum: Fixing WordPress
In reply to: Fatal error. Not sure what to doThank you
Forum: Fixing WordPress
In reply to: Fatal error. Not sure what to doI do this is from line 25 to 45:
<?php while ($my_query->have_posts()) : $my_query->the_post(); ?>
<h1 class=”mainheadline”>” rel=”bookmark”><?php the_title(); ?></h1>
<span id=”small-txt”><?php the_time(‘F j, Y’); ?> by <?php the_author_posts_link(); ?></span>
<div style=”margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #dddddd;”></div>
<?php wswwpx_content_extract ( ‘ ‘, 37, 37 ); ?>” rel=”bookmark”>[+]
<?php endwhile; ?> ;
Sorry for being a pain
Forum: Fixing WordPress
In reply to: Fatal error. Not sure what to doAll have between line 40 & 48 is this:
<?php wswwpx_content_extract ( ‘ ‘, 37, 37 ); ?>” rel=”bookmark”>[+]
<?php endwhile; ?>
Forum: Fixing WordPress
In reply to: Fatal error. Not sure what to doNow I am getting this error:
Parse error: syntax error, unexpected T_ENDWHILE in /home/cleanmfc/public_html/tsih/wp-content/themes/wpsn/home.php on line 45
Forum: Fixing WordPress
In reply to: Fatal error. Not sure what to doThe only place on the home.php page i can find Viva is in this section:
What exactly do i put in place and where abouts.
Sorry still new to this area
Forum: Fixing WordPress
In reply to: How to remove the title on the post/page.Its done. Thank you very much
Forum: Fixing WordPress
In reply to: How to remove the title on the post/page.