Derek
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress website keeps getting hackedThank you so much. I have updated that plug-in now and removed all the malicious code from the website after my host sent me a breakdown of all the files that they identified as being malicious. I haven’t had an attack since
Forum: Plugins
In reply to: image not showing on wordpress WP Mobile Detector.I have temporarily disabled the mobile plugin because I am getting traffic that can not view the page so I will turn it back on if anyone needs to see it
Forum: Fixing WordPress
In reply to: Limit the number of characters in sidebar titleI tried this, it didn’t work.
Forum: Fixing WordPress
In reply to: Limit the number of characters in sidebar titleHow do I do this? As in add it to the stylesheet? I have a whole bunch for UL
nav ul ul {display: none; z-index: 50;} .nav ul li:hover > ul {display: block; z-index: 50;} .nav ul {padding: 0 0px;border-radius: 10px; list-style: none;position: relative;display: inline-table;float:right;margin:0px; z-index: 50;} .nav ul:after {content: ""; clear: both; display: block; z-index: 50;} .nav ul li {float: left; z-index: 50;} .nav ul li:hover {background: #6d6e71; z-index: 50;} .nav ul li:hover a {color: #fff; z-index: 50;} .nav ul li a {display: block; padding:8px 10px;color: #757575; text-decoration: none; z-index: 50;} .nav ul ul {background: #6d6e71; border-radius: 0px; padding: 0;position: absolute; top: 100%; z-index: 50;}Forum: Fixing WordPress
In reply to: Menu not showing correctly with 4.0Here is some of the code from my functions.php file, not sure if its relevant
`
// This theme uses wp_nav_menu() in one location.
register_nav_menus( array(
‘primary’ => __( ‘main-menu’, ‘twentyten’ ),
) );
register_nav_menus( array(
‘secondary’ => __( ‘footer’, ‘twentyten’ ),
) );Forum: Fixing WordPress
In reply to: Images not showing on Mobile SiteCustom theme
Forum: Fixing WordPress
In reply to: Images not showing on Mobile SiteIt maybe, where should I check? In the css? I am not sure what to look for. I saw someone having a similar issue and it was down to the css blocking images on mobile to minimise data usage
Forum: Fixing WordPress
In reply to: Images not showing on Mobile SiteJust tried it, still not showing. Have you tried to view that page on a mobile?
Forum: Fixing WordPress
In reply to: Images not showing on Mobile SiteIt is still showing the images as an error…
Forum: Fixing WordPress
In reply to: Images not showing on Mobile SiteIt was the Jetpack mobile plugin that was running, I have deactivated it and now it shows regular desktop site but its just showing the image as an error
Forum: Plugins
In reply to: [Testimonials Widget] T-STATIC errorSure. Just go to http://www.1and1.co.uk/login to log in to the dashboard.
Then in the Web Space section click on the Global PHP Version.
There is then just an option on the page for PHP Version, just select 5.4 from the drop down.Forum: Plugins
In reply to: [Testimonials Widget] T-STATIC errorHi Michael
I had this error as well.
I kind of panicked because my site went down.
I use 1&1 for my server and called them up at 21:30 and they advised me how to update my php to 5.4
Done that now and it worked straight away no problems.
Thankshappening to me too
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Mobile ADSIs there any way to move the advert?
I want to make it at the top of the post not the bottom.For now I just add meta description to index.php body below get_header() and when i simulate the meta description on a website it shows ok… and it doesnt seem to be making any conflicts on IE or Chrome…
Is this how i should do it?