Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Forum: Fixing WordPress
    In reply to: Page content width
    Thread Starter shanakar

    (@shanakar)

    Ok so once I create a child theme, what should I edit to try and make the content area wider? Is there a specific line of code etc?

    Forum: Fixing WordPress
    In reply to: Page content width
    Thread Starter shanakar

    (@shanakar)

    Um, my theme isn’t edited though. I have two plugins installed called

    Pixelentity – Estro Slider
    and
    WordPress Post Tabs

    and the only thing that’s changed in the theme is adding one piece of code in page.php for the slider to appear above the menu and that code is…

    // alternatively, if the above doesn't work for you (code in included in a function)
    $GLOBALS['peEstroPlugin']->the_slider(1);

    And that does not replace or change anything. Aside from adding that on the page.php file, nothing else has been altered in the theme files.

    Thread Starter shanakar

    (@shanakar)

    Hey I got it to work. There were no tags like that in the html editor or anything. What I found out was that the creators who made the program failed to explain the right way to insert the code. They tell you to insert it

    [tab name="Official Downloads"]
    Content Coming Soon
    [/tab]
    [tab name="League Downloads"]
    Coming Soon[/tab]
    [tab name="Third Party Downloads"]
    Page Coming Soon
    [/tab][end_tabset]

    But by doing that, each line on the HTML editor will automatically place a
    without showing it in the html editor so the code needs to be one code without spaces or lines. Kinda stupid but at least I figured it out and it now works. Now its just…

    [tab name="Official Downloads"]Content Coming Soon[/tab][tab name="League Downloads"]Coming Soon[/tab][tab name="Third Party Downloads"]Page Coming Soon[/tab][end_tabset]

    Thread Starter shanakar

    (@shanakar)

    anyone else able to help?

    Thread Starter shanakar

    (@shanakar)

    The image you are showing is a HTML page source. The code in the files is nothing like that, they don’t have br or p tags.

    Thread Starter shanakar

    (@shanakar)

    I don’t know what your looking at but there are no
    or <p> tags in the HTML code for the page.

Viewing 6 replies - 1 through 6 (of 6 total)