bradleysowash
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Menu arrow colorI had in the child theme CSS file…but I moved it to the custom css and now the arrows are maroon…but what about the text?
Forum: Themes and Templates
In reply to: [Customizr] Menu arrow colorThat CSS did not take care of the problem…
On another note: how do I take care of the cookies problem?
Forum: Themes and Templates
In reply to: [Customizr] Menu arrow colorHm…that didn’t change anything. Any other suggestions?
Forum: Fixing WordPress
In reply to: Image ErrorI don’t understand…won’t I lose my site if I do that?
Forum: Fixing WordPress
In reply to: Image ErrorIf I delete WP-includes and WP-admin, should I copy them first to re-upload them?
I’ve tried deactivating the plugins.
Forum: Fixing WordPress
In reply to: Image Error– Fresh install
– I just began working on the site
– native(5.4) – PHP versionThe webhost has done what they know and are confused.
Forum: Plugins
In reply to: [WP eCommerce] Checkout page and shippingYes, I have done that – I’ve edited small things in many of the wp e-commerce files. But I’m not sure what to remove in the coding for the wpsc-shopping_cart_page.php. I’d like to hide shipping altogether – though I know it still has to be used to calculate for PayPal.
Forum: Themes and Templates
In reply to: [Weaver II] Header/Menu side-by-sideIt worked!!!!!!! Thank you, thank you…I need to dive deeper into my CSS understanding.
Forum: Themes and Templates
In reply to: [Weaver II] Header/Menu side-by-sideI pulled out this: #nav-bottom-menu .menu_bar {position:relative;top:-38px;}
Forum: Themes and Templates
In reply to: [Weaver II] Header/Menu side-by-sideAfter removing those pieces of css – the menu reappeared above the header image….?
Forum: Themes and Templates
In reply to: [Weaver II] Header/Menu side-by-sideThe coding still works with the header – I need to adjust my image so it adjusts left…but I still cannot click on the menu.
Forum: Themes and Templates
In reply to: [Weaver II] Header/Menu side-by-sideI suppose the real goal would be for the header image/logo to overlap the menu instead of a widget area – which is what I’m using now.
Forum: Themes and Templates
In reply to: [Weaver II] Header/Menu side-by-sideActually now that I go back and test things, I cannot click on any of the menus. Take a look: test.collegeliftoff.com
Forum: Themes and Templates
In reply to: [Weaver II] Header/Menu side-by-sideThat worked! Thank you – I’ve spent hours trying different codes.
Forum: Themes and Templates
In reply to: [Weaver II] Header/Menu side-by-sideThat is getting closer… https://test.collegeliftoff.com/
The image is now the same size as the menu. See link.
The image in the background is embed through the Header Horizontal widget. This is in my custom CSS rules box to back that image and menu overlap. The problem is it’s the wrong overlap.
.menu_bar div {float:right;margin-right:5px;}
#nav-bottom-menu {margin-top:-30px;}
#nav-bottom-menu .menu_bar {position:relative;z-index:500;top:-38px;}
#sidebar_header {overflow:visible;}
#sidebar_header .header-widget {padding-bottom:0;margin-bottom:0;}