jacsify
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Background colour – Full width featured area Child ThemeOk, understandable. Just tried to access my site and it’s still in the process of being moved from a temp URL to the registered domain (was supposed to take 8 hours not 19) – https://www.rlc.co.za
I am using the Responsive Child Theme, static homepage and Full width featured area option for the Pages.
So if I remove the
<div style="
and just use the followin code will it work, and in all browsers?#content-full { background-color: #F8ECC2; border: none; opacity: 0,5; }
Forum: Fixing WordPress
In reply to: Menu issues and assistance requiredSorry to be painful… I’m trying my darnedest to learn this stuff, but some of it just freaks my old brain out ??
I explained it incorrectly above, what I meant was, the sub-menus are not appearing. However I figured out what the issue was.
My problem with the menu now is that it’s showing ALL the items – even the sub-menu items i.e. they are not dropping down or falling UNDER the main menu item… e.g. About Us should have 3 sub-menu items (What We Believe, Our Vision, RLC Culture) that drop-down or slide or whatever under it.
Forum: Fixing WordPress
In reply to: Menu issues and assistance requiredAny chance you can assist me with why my drop-down menus not are appearing?
Forum: Fixing WordPress
In reply to: Menu issues and assistance requiredYES!! Oh man, thank you so very much! Problem 1 solved. Now to sort out the rest. Thanks again!
Forum: Fixing WordPress
In reply to: Menu issues and assistance requiredThanks. Will try that. Couldn’t stay awake. I’m quite a few hours ahead of you ??
Forum: Fixing WordPress
In reply to: Menu issues and assistance requiredHuh? I would like to only have 1 menu appear. That currently only happens when it’s on Desktop view. On Mobile view (or when the screen is made smaller) the menu that I hid using the code in my original post comes back (the dark one)
Forum: Fixing WordPress
In reply to: Menu issues and assistance requiredI got both } brackets. See screenshots:
1. Your code in child-theme style.css
https://rlc.co.za.winhost.wa.co.za/newrlc_wp/wp-content/uploads/2014/07/1.-Screen-Shot-2014-07-22-at-10.05.52-PM.png2. The menu (which I need help getting changed)
https://rlc.co.za.winhost.wa.co.za/newrlc_wp/wp-content/uploads/2014/07/2.-Screen-Shot-2014-07-22-at-10.06.51-PM.png3. The responsive menu which comes up when the screen is made smaller
https://rlc.co.za.winhost.wa.co.za/newrlc_wp/wp-content/uploads/2014/07/3.-Screen-Shot-2014-07-22-at-10.07.21-PM.pngForum: Fixing WordPress
In reply to: Menu issues and assistance required@bretwp – what do you mean by different ‘media queries’ CSS
All CSS changes have been done via Custom CSS Manager Plugin. I have not touched the Stylesheet.css
SIGH you are probably right about waiting… Eish! Need this all done by Friday night…@Mpwassier – this bit of code removed the top-menu entirely from the Desktop view. I’m trying to remove the Responsive Menu from the Mobile view. That top-menu (menu-menu-1) is the correct menu which I want to use, but I’m trying to find where I can change that as it’s not in the Stylesheet and the Child-Theme is empty. I have NO clue how to write code to change it to what I need.
Forum: Fixing WordPress
In reply to: Menu issues and assistance requiredThanks for the quick reply (been waiting for over 3hrs for reply from cyberchimps).
No, not trying to replace it. I am using the Child Theme of Responsive and it has 4 menu location option (top, header, sub-header, footer).
That’s what I’m trying to fix – the mobile has two menu’s and I cannot find the code to remove it. As you can see above I tried the .tinynav but it does’t work. Only the .menu removal works.
I would LOVE to use Firefox, but when I installed it (MacBook Pro OS X Mavericks) it literally crashed my Mac!
Forum: Fixing WordPress
In reply to: Slider alignment and background colour assistanceGot it!
#cycloneslider-164-1 { margin-top: 40px; }
Forum: Fixing WordPress
In reply to: Slider alignment and background colour assistanceThank you so much Marklcm! The background colour worked brilliantly. Still having some trouble understanding how to centre as I said before, I’m completely new to CSS. I have tried a couple of the examples given, however, it’s just not working! Getting a little frustrated, why isn’t there just a centre centre align?