Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: Can I delete the borders around pictures?

    #39303

    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

    In reply to: Menu Nav and Tags problem

    #39247

    Try adding this to the mobile theme’s Custom CSS option:

    .singular .entry-footer {
    height: auto;
    }
    Admin

    In reply to: Saving settings (changing colours) is not working

    #39279

    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

    In reply to: Sidebar under posts

    #39284

    Check your post titled “Ainda o IEFP” for unclosed <div> tags.

    Admin

    In reply to: Saving settings (changing colours) is not working

    #39277

    Try disabling your plugins to see if it’s a conflict with one of them.

    Admin

    In reply to: Need Plug-in To Insert Post Excerpts Into Pages

    #39276
    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

    In reply to: Layout of posts and post summary/archive page

    #39236
    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

    In reply to: Layout of posts and post summary/archive page

    #39234
    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

    In reply to: Limiting Post Excerpts On Front Page

    #39199

    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

    Two 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.

Viewing 10 posts - 1,761 through 1,770 (of 6,030 total)