Alison
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to remove wrapper on page but keep menu.Thanks Jessi!
Basically the page just has to have the menu and header in the same place. Yes, so its not in the same container. I mean, if the wrapper was invisible completely for just this one page it would be perfect! Heres the site link
Immensely thankful,
AForum: Fixing WordPress
In reply to: How to remove wrapper on page but keep menu.Thanks Jessi, Twenty twelve is the optimal choice for me. I have already made a lot of adjustments to it. Its really just the custom template for the front page. I appreciate the feedback and advice!
Forum: Fixing WordPress
In reply to: How to remove wrapper on page but keep menu.Thanks Tecnonomad, but I did use the jetpack css editing option. So Maybe its better to create a custom page template then and make a page with just the header and menu? I did try that, but what would the “if “statement and “get” command be for the header and menu without the backdrop? I am a complete php newbie. What do I remove or have in the page to just render the header and menu?
Thanks for any who can advise!
<?php /** * Template Name: Index Page Template * * This is the template that displays all pages by default. * Please note that this is the WordPress construct of pages * and that other 'pages' on your WordPress site will use a * different template. * * @package WordPress * @subpackage Twenty_Twelve * @since Twenty Twelve 1.0 */ get_header(); ?> <div id="primary" class="site-content"> <div id="content" role="main"> <?php while ( have_posts() ) : the_post(); ?> <?php get_template_part( 'content', 'page' ); ?> <?php comments_template( '', true ); ?> <?php endwhile; // end of the loop. ?> </div><!-- #content --> </div><!-- #primary --> </div><!-- #primary -->
This css below removed it on the general store view but not on individual products.
/*PRODUCT DISPLAYS*/ .woocommerce div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce-page #content div.product div.images { float: NONE; width: 100%; } .woocommerce div.product div.summary, .woocommerce #content div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce-page #content div.product div.summary { float: NONE; width: 95%; margin-Bottom: 1em; padding: 0 20px; }
It appears this is a problem many people are having because of Woocommerce. Are we forced to buy the woocommerce theme by WptouchPro, or is there a way that it can be adjusted via css? Really I just need to remove the pages and archive at the bottom. Support still has not gotten back to me via the official site.
Forum: Fixing WordPress
In reply to: Search bar stopped working on TwentyfourteenHi James, well, Good news, today as I started turning off the plugins it was solved. It was something called Styles, a plugin that made adjustments to any theme color and fonts. It was extensive, I am sad to see it go. It must not play well with 4.2.3.
So, I did not have to even try twentyfifteen. Thanks!
Forum: Fixing WordPress
In reply to: Search bar stopped working on TwentyfourteenTwenty Fourteen with a Plugin that customizes it and a CSS editing plugin. All seemed fine until the update happened. I’ll be back later today and will try the theme switch. Thanks James!
Forum: Fixing WordPress
In reply to: Search bar stopped working on TwentyfourteenHi James, thanks, no I am not using any search plugins. I have been disabling other plugins as well but it seems that did not help. I will try the switch today to twenty fifteen as a test and report back. Thanks A
Thanks! I actually figured it out in the end. I had tried setting it to false, but just removing it did the trick.
Thanks!
Half of the Jetpack functions are also greyed out.
Forum: Themes and Templates
In reply to: Twenty Fourteen header partially hidden?Andrew!!! It worked! Thank you!!!
:-)))))))
I also deleted the same code from the Jetpack CSS, I am not sure if that impacted the result, but I figured if the custom css is one place it was good enough.
In anycase, We are good to go! Thank you!
Forum: Themes and Templates
In reply to: Twenty Fourteen header partially hidden?Thanks Andrew, no dice… I did not find any header code that had spacing like that. Hmmm
Forum: Themes and Templates
In reply to: Twenty Fourteen header partially hidden?Okay, heres the header https://pastebin.com/88Zm4nma
and I see theres a custom header here:
Hope I am using pastebin correctly! Thanks again!
Forum: Themes and Templates
In reply to: Twenty Fourteen header partially hidden?Okay, yes, the other custom css plugin is installed.
Forum: Themes and Templates
In reply to: Twenty Fourteen header partially hidden?I wondered if I should delete and re-install jetpack?