manchoo
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [OceanWP] CSS not working on FIREFOXFor future readers, the parsing was wrong, requires denoting the width into a measurement, so px/em etc. works now ??
/*requires @MEDIA under mobile size 1345*/ @media only screen and (min-width: 1345px) { .dgwt-wcas-sf-wrapp{ width:400px; } }
You may also want to put a spacebar between the ‘and‘ and the ‘(‘ and I also saw maybe a ‘;‘ after the px.
Thanks
Forum: Themes and Templates
In reply to: [Zakra] hide header media on front pageThanks Ashish!!
Much appreciated for your response, sorry I hadn’t replied, the emails must be going to junk. Managed to sort it though.
Solved, worked out how to find the CSS myself and edited!
here is the code:
/*image border margin*/
.pt-cv-content-item {
padding-bottom: 0px;
}/*covermedia top and bottom border padding*/
.alignfull {
margin: 0px 0;
}/*coverphoto bottom border*/
.pt-cv-ifield > *, .pt-cv-view .pt-cv-content-item > * {
margin-bottom: 0px;
}Forum: Fixing WordPress
In reply to: Hiding Post title in Latest Posts blockHi steve,
That was the page, it is a post, as I wanted to use the “Latest Post” block to have an updateable section for news at the top of my page, first bit of news was the site is under construction. After very many options of CSS, built in options and plugins, I think I have finally found something that works. A plugIn called Content Views. Spent all day looking for it! Thanks for your interest, greatly appreciated below is why I what I am using the plugIn for if you or anyone reading is interested.
The PlugIn allows me to only show the content of a post and remove all other attributes. As it will only show the Latest post (number of rows 1), I can add a new post under the category I have set the list to show and it will just show the newest one, allowing me an archive of what has come before. I will have a few of these on the main page and therefore can just update posts rather than fiddle with the page. Hoping it makes things easier to update. The plugIn is free for this and thanks to the editor!
Thanks again!
Forum: Networking WordPress
In reply to: Can you run a site publicly with no need to log inGood to know, cheers!
Forum: Networking WordPress
In reply to: Can you run a site publicly with no need to log inFound it I think, right at the bottom of settings in members sub menu private site!
Seems to be working so close this thread thanks!