• ok, this is made from libith from 20-10(twenty-ten) sources for v 3.x. Anyways, I get everything how I want it and go to install my theme as I need it(I have some minor hacks added in) and I keep getting two issues.

    1) theres HR bars added in between the page title and the page content that are NOT in the theme what so ever. These are more visible on dark themes. This is god-awful ugly and I dont want them there.

    2) My tag cloud gets cutoff. This doesnt happen with other themes.Im noticing some misalignment on the right edge here, but its not something I can fix. Im trying to get away from the ‘paged’ feel of wordpress. I dont need those 4″ margins on each side of my pages. The content and meta sections are almost riding on top of one another. I dont know how to wrap the cloud tag.

    everything else seems to work as its supposed to. The hope is to integrate my themes into one master w variants inside the theme. This has been done with a few already.

    IE:
    20-10 can have 20-10 and TT-dark added within itself. Pop a different radio button for the change.No need to upload or install another theme.

    Fanoe can have color shifts within itself.
    This takes some work, but is the goal.I have the means.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Can you link the pages with the issue?

    Thread Starter frazzledjazz

    (@frazzledjazz)

    the theme isnt uploaded yet. but the current tt-dark, which is up has the same issue. The line isnt as bold, but its there.

    southern hedgehogs [org]

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    1) theres HR bars added in between the page title and the page content

    If you’re not using a Child Theme, and if the theme doesn’t have a section for CSS modifications then do the following:

    1. Install this Custom CSS Manager plugin https://www.ads-software.com/plugins/custom-css-manager-plugin
    2. use its “CSS Code” section of the dashboard to hold your CSS modifications:
    3. (put this code in)

      .response {
          display: none;
      }
    4. Save

    Alternatively use your Child Theme style.css file to hold your CSS modifications

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘custom theme issues’ is closed to new replies.