Syahir Hakim
KeymasterKuala Lumpur, Malaysia
When not perched on my workspace, I tremendously enjoy hiking in the bushes and climbing mountains. They serve as much-needed refuges from the pretense of cities.
Forum Replies Created
-
Admin
A quick search of the forum would have gotten you the answer much faster than creating another similar topic:
https://forum.graphene-theme.com/graphene-support/remove-borders-of-images
Admin
Try adding this to the mobile theme’s Custom CSS option:
.singular .entry-footer {
height: auto;
}Admin
Are you using either Chrome or Firefox? If yes, press F12 on the keyboard to bring on the Developer Tools, and then click on the “Console” tab. Then try save the settings again and see what message is displayed on the Console window of the Developer Tools.
Admin
Check your post titled “Ainda o IEFP” for unclosed
<div>tags.Admin
Try disabling your plugins to see if it’s a conflict with one of them.
Admin
Quote:Setting up a child theme and fooling around with the custom functions .php files is the same as altering the code, in my mind. All of this is beyond the limits of my technical expertise. I need a current-version compatible plug-in or some other non-tech reliant solution or I will just use some type of work-around, like copying and pasting the article into a regular page, and using the “read more” function in the editor to create an excerpt. This would definitely be more work, but would involve less risk, in that I would not be fooling around with something that is outside my capabilities.Unless you actually hire a developer to create a plugin for you, chances are there won’t be any plugin that would fit your specific needs exactly.
Setting up a child theme is actually easier than you might think, but barring that, you can achieve the same effect by using a bit of (rather dirty) Custom CSS:
.archive-title {
font-size: 0;
padding-bottom: 3px;
}
.archive-title span {
font-size: 16px;
}Admin
Quote:The first point works a treat, but the second one changes the font size on all the pages unfortunately. It’s just this page where I need the extracts font larger please https://www.rogerhaywood.com/category/the-art-of-the-bleedin-obvious/Try this:
.category-4 .entry-content {
font-size: 16px;
}Admin
Quote:1) The white space between the heading and the first line needs to be reduced by about half. Is that possible please by CSS coding?Try this:
.entry-content h1:first-child {
margin-top: 0;
}Quote:2) The font for the blog extract needs to be larger. Can this be changed by CSS coding please?.entry-content,
.sidebar,
.comment-entry {
font-size: 16px;
}Quote:3) Layout is for full width. Can this be changed in the same way as post/pages can, or maybe create a table for this archive page? I have General themes option set for full width, and change on pages/posts as required.You will need to use a child theme to achieve this.
Admin
I thought of a long-winded answer as to how everything has risks and you can’t absolutely avoid it, but… no, it won’t damage or corrupt your site.
Admin
In reply to: Why does my website have a scroll bar on the bottom of computer whats making it wide ?
July 14, 2013 at 6:58 pm #39240Two things:
1. The Ajaxy Search Form widget in the middle column of your custom footer, which isn’t displaying anyway.
2. The slider navigation dots which you gave a 270px left padding and left text align.
