Forum Replies Created
-
AuthorPosts
-
raftingbatuParticipant
hi @zed, can we remove footer credit in your themes?
Website: raftingbatu.id
raftingbatuParticipanthi @peter@pflyzcreative.com
i try to learn how to speed up website load time, (for now in my case) my website faster without autoptimize plugin and i did optimalization in some stuff according to google pagespeed insight recomendation, and this step (dont minify css) is suitable with @zed reference in https://www.cryoutcreations.eu/forums/t/best-way-to-speed-up-website-load-time/#post-42755
(sorry if my english not good)
Website: raftingbatu.id
raftingbatuParticipanthi, maybe you can try this, from wp-admin menu : appearance-customize-additional css
try to input (for example) like this:.comment-form-comment textarea {
display: block;
float: none;
font-size: 12px;
height: 5em;
width: 50%;
}#respond input {
font-size: 12px;
width: 50%;
}save, publish and see whats different, change value if you need it
Website: raftingbatu.id
February 24th, 2017 at 10:50 in reply to: White space issues (underneath slider & above footer) #42905raftingbatuParticipantHi,
1) from customize-additional css try input this:
.lp-section-header {
margin: 0 auto;
padding-top: 0px;
text-align: center;
}.lp-blocks-inside {
padding-bottom: 0px;
}2) you can use custom css like above answer, i use firebug addon mozilla to edit css and simulate it
3) maybe you can use custom css again like this :
.entry-title {
text-align:center;
}note that every text use entry title id will be centered
February 24th, 2017 at 10:40 in reply to: How to remove the background color behind post images #42903raftingbatuParticipanthi, can you provide link or screenshot?
February 17th, 2017 at 13:02 in reply to: remove effect of the 'site title' text (img link attached) #42788raftingbatuParticipant@Aniket
try this css trick, is easy, add this in “customize – Miscellaneous – Custom Theme CSS”
#site-title span a span:first-child {
display: none;
}it remove first letter & effect, so you must change your site identity to FFluida Flows
hope it works
Website: raftingbatu.id
raftingbatuParticipantalternatively, you can use plugin, i use YOAST SEO to change title in any page/post manually
raftingbatuParticipanton wp-admin, go to menu comments, you can delete individually or mass comments
if you want to disable comments, go to menu all pages/posts, quick edit in page/post you want to disable comments, and uncheck allow comments (and update)
raftingbatuParticipantHi!
I use serious slider (from fluida themes), this is what i did:
(From backend menu options)
1. Serious Slider – Define Sliders : to create sliders name, settings sliders etc
2. Serious Slider – Add Slides : add image/slide(From Customize themes mode)
3. Landing Page – Slider – and choose serious slider + sliders name
4. Save and PublishWebsite: raftingbatu.id
raftingbatuParticipantHi!
I dont know what is the best plugin, but i use autoptimize to minify js and css.
-
AuthorPosts