b_boy02
Forum Replies Created
-
Hi Hayleigh,
So there were a bunch of php files added to my public folder that were activating redirects. There was a load of code in an existing php file too but can’t remember which off the top of my head. Will have a look tomorrow and see if I can remember. If you can look at another WordPress install you will see what php files should be in your public folder.
Ben
Forum: Fixing WordPress
In reply to: How to remove URLs injected by a hacker?Hi, thanks I read that exact post previously. Just need some indication of where the additional URLs might be?
Ok James, that is what I was hoping!
Thanks for the advice.
BenForum: Themes and Templates
In reply to: How to slow sub menu drop down speed?Anybody got any ideas?
Thanks!
Forum: Themes and Templates
In reply to: Adding hover over to primary nav textThank you jjerro,
The hover over works, maintaining the colour for the active menu page does not.
Forum: Fixing WordPress
In reply to: How to slow down drop down menu speed?I tried this in JQuery
$(‘ul.sub-menu > li a’).hover(function() {
$(‘ul’).slideDown(‘slow’);
}, function() {
$(‘ul’).slideUp(‘slow’)
})?Didn’t work
Forum: Themes and Templates
In reply to: Adding hover over to primary nav textI think the theme is overriding the changes. I have also tried adding your code to my child theme’s CSS style sheet….still no change.
Forum: Themes and Templates
In reply to: Adding hover over to primary nav textActually the changes only worked within customizer. The site is not accepting the changes.
Forum: Themes and Templates
In reply to: Adding hover over to primary nav textYes that did work thank you….but how to keep the colour for the active menu page?
Forum: Themes and Templates
In reply to: [Theme: Artificer) "Stand First" text alignmentHow exactly did you fix this as I want to do the same and make the first stand full width.
I have tried pasting this code into custom CSS
.home-intro .stand-first {
clear: left;
float: left;
padding-left: 3.8%;
width: 100%;
z-index: 99999;
}Nothing changes and I have tried increasing it to 110%, 150% etc.
How did you get it to work?