dnelmusic on "footer showing up in side bar"
My site is based on the "Thematic" theme, downloaded from Wordpress. I have not tried validating anything - my initial search into this produced confusing results. Could you explain briefly how I go...
View ArticleAndrew Nevins on "footer showing up in side bar"
Try using the W3C validators: HTML - http://validator.w3.org/ CSS - http://jigsaw.w3.org/css-validator/
View ArticleJintro on "[Theme: Thematic] Adding new div"
Thank you very much for commenting and I'll check out that tutorial. Can I ask for a quick tip for making the header on that website set as a link to the homepage? Or am I just getting lazy and off...
View Articlesalsaturation on "[Theme: Thematic] Adding new div"
Since you added the logo as a background image rather than as img you need to add a link tag around the branding div <a href="<?php bloginfo('url');?>"> <div id="branding"> rest of...
View ArticleJintro on "[Theme: Thematic] Adding new div"
Thanks for all the advice, I'll try it out!
View Articlebwilsonnet on "Footer changed/won't keep dimension in newly created custom page"
Thanks Cyril Wasbrook! I'd never heart of W3C Validator. Getting rid of all the </div > tags that were in the template did the trick. However now it's styled different, oy lol -_-. It's separated...
View Articlealchymyth on "Footer changed/won't keep dimension in newly created custom page"
the edits should not be made in the footer.php, but in your page template(s); please post the full code of the page templates.
View Articlebwilsonnet on "Footer changed/won't keep dimension in newly created custom page"
<?php /* Template Name: bookpage */ ?><?php get_header(); ?> <?php get_header(); ?> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <?php...
View ArticleElectricFeet on "[Theme: Customizr] Gray areas on left and right of footer"
Rather than targeting all the widgets, try targeting the whole footer. So your CSS above becomes: footer#footer { background-image: -moz-linear-gradient(top, #5fa92d, #0B610B); background-image:...
View Articlejenbojlee on "[Theme: Customizr] Gray areas on left and right of footer"
Worked like a charm! Thanks!
View Articlebwilsonnet on "Footer changed/won't keep dimension in newly created custom page"
Thank you for both of your help. I resolved the issue by switching themes after realizing the structure for this theme was not written very well, and now my custom pages are working flawlessly. I...
View ArticleCodette on "Safari Browsers Don't Seem To Render "else" in my WP_Query"
Hello! The site I'm working on is http://www.rocquemoremedia.com. I've noticed, in Safari browsers (and only Safari browsers), there's a problem with the browser rendering the <?php else: ?> of...
View Articlekmessinger on "Can't Add Variable Products IE and Chrome, Firefox works...."
Your support is at http://themeforest.net/item/agritourismo-responsive-woocommerce-theme/5923413/support Premium themes are not supported on this forum.
View ArticleAnthony Hortin on "[Theme: Quark] Activating shortcodes for the custom...
Glad it all works for you :-)
View Articlemykonosman on "Can't Add Variable Products IE and Chrome, Firefox works...."
I can't get any support from the Theme developer because my site designer is not responding and she has the purchase code from my Theme. Is there any phone or email support. I am stuck and losing...
View Articlekmessinger on "Can't Add Variable Products IE and Chrome, Firefox works...."
There is no phone or email support here. I am sorry you can't reach your designer. The designer should make sure you have all passwords, etc. as you paid for it....
View Articlewebizone on "[Theme: Virtue] alligning the footer menu"
I am using a menu which is displayed at the right corner of the footer.Can I allign this menu to the center of the footer. I am unable to post the url of my site because I am developing it using XAMPP....
View ArticleKadence Themes on "[Theme: Virtue] alligning the footer menu"
You would need to edit the code in the footer.php file. From there you could build three columns and put the pieces you want in each. Or with a decent about of css to cut padding and style the items...
View ArticleMvdw on "[Plugin: WooCommerce - excelling eCommerce] Footer not showing on...
A lot of problems with updaten Woocommerce....one of the problems is that on some single productpages the footer is gone???? Anyone know how to solve this? https://wordpress.org/plugins/woocommerce/
View Articlewebizone on "[Theme: Virtue] alligning the footer menu"
Actually I have negligible knowledge of php. Can you suggest some code. This is my footer.php -------> <footer id="containerfooter" class="footerclass" role="contentinfo"> <div...
View Article