mark_harding
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Latest Posts] Remove Link Underline CSSThanks for your reply.
I resolved the problem using the theme CSS editor. I wasn’t able to produce any effect using the css editor in the plugin itself.
/* WP Latest Posts widget / / Reset Swiper container */
.wplp_container .swiper {
margin: 0 !important;
padding: 0 !important;
height: auto !important;
}
/* Reset swiper-slide / .wplp_container .swiper-slide { margin: 0 15px 0 0 !important; / Keep margin-right, zero others */
padding: 0 !important;
height: auto !important;
line-height: 1.35 !important;
}
/* Reset insideframe */
.wplp_container .insideframe {
margin: 0 !important;
padding: 0 !important;
height: auto !important;
line-height: 1.35 !important;
}
/* Reset wpcu-front-box (all) */
.wplp_container .wpcu-front-box {
margin: 0 !important;
padding: 0 !important;
height: auto !important;
line-height: 1.35 !important;
}
/* Specifically target left, right, and bottom boxes / .wplp_container .wpcu-front-box.left, .wplp_container .wpcu-front-box.right, .wplp_container .wpcu-front-box.bottom { display: none !important; / Hide empty or unnecessary boxes / height: 0 !important; / Collapse height */
margin: 0 !important;
padding: 0 !important;
}
/* Reset wplp-box-item (all) */
.wplp_container .wplp-box-item {
width: auto !important;
display: inline-block !important;
margin: 0 !important;
padding: 0 !important;
line-height: 1.35 !important;
height: auto !important;
}
/* Ensure top box-item (containing title) is tight */
.wplp_container .wpcu-front-box.top .wplp-box-item {
width: auto !important;
display: inline-block !important;
margin: 0 !important;
padding: 0 !important;
}
/* Hide left, right, and bottom boxes */
.wplp_container .wpcu-front-box.left,
.wplp_container .wpcu-front-box.right,
.wplp_container .wpcu-front-box.bottom {
display: none !important;
height: 0 !important;
margin: 0 !important;
padding: 0 !important;
}
/* Title link styles / .wplp_container a.title {box-shadow: none !important; /margin-top: 0px !important;*/
font-weight: normal !important;
font-size: 0.875rem !important;
line-height: 1.6 !important;
}
/* Hover underline */
.wplp_container a.title:hover {
text-decoration: none !important;
-webkit-box-shadow: inset 0 -3px 0 rgba(15, 15, 15, 1) !important;
box-shadow: inset 0 -3px 0 rgba(15, 15, 15, 1) !important;
-webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
}
/* Mobile spacing adjustments / @media screen and (max-width: 767px) { .wplp_container .swiper-wrapper { height: auto !important; / Allow wrapper to adapt / } .wplp_container .swiper-slide { margin-bottom: 3px !important; / Small gap / height: auto !important; min-height: 0 !important; } .wplp_container .wpcu-front-box.top.equalHeightImg { height: auto !important; / Disable equal height */
min-height: 0 !important;
}
.wplp_container a.title {
line-height: 1.6 !important;
max-width: 100% !important;
}
.wplp_container .wplp-box-item {
line-height: 1.6 !important;
height: auto !important;
}
}
/* end WP Latest Posts widget */Thanks!
Merci !
Forum: Plugins
In reply to: [Options for Twenty Seventeen] Slider as header backgroundMerci Olivier !
Bien à vous
Mark
Forum: Plugins
In reply to: [Options for Twenty Seventeen] Slider as header backgroundMainly on the home page, Olivier, but all pages could be good too.
I’m using MetaSlider as the slider, but that could change as necessary too.I also discovered that the www. redirect wasn’t working, a blank page being served instead.
My web host technical support said:
1. This was due to you having an index.shtml file on the account which was taking precedent over the WordPress index.php. I’ve renamed your index.shtml to index.old.shtml and the “www” address now loads properly.
About the duplicate header tag, they said:
2. I wouldn’t be concerned about this. This is not a server issue either way, and would be to do with your WordPress / theme.
But since the index.shtml has been renamed, the duplicate head tag has vanished, and the child theme analyser is working as expected.
Thank you @lilaeamedia – your diagnosis was correct!
Best regards
Mark
http://www.markharding.com
http://www.markharding.org
http://www.mharding.net- This reply was modified 7 years, 10 months ago by mark_harding.
Forum: Fixing WordPress
In reply to: Can't get rid of "update has failed" message – no .maintenance?I allocated more space to the account, restored from a backup, updated again, and now it seems fine… waiting for next auto update.
Forum: Fixing WordPress
In reply to: Can't get rid of "update has failed" message – no .maintenance?I’m in the same situation