shanakar
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Page content widthOk 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 widthUm, my theme isn’t edited though. I have two plugins installed called
Pixelentity – Estro Slider
and
WordPress Post Tabsand 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.
Forum: Fixing WordPress
In reply to: Removing space between menu and page contentHey 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]Forum: Fixing WordPress
In reply to: Removing space between menu and page contentanyone else able to help?
Forum: Fixing WordPress
In reply to: Removing space between menu and page contentThe 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.
Forum: Fixing WordPress
In reply to: Removing space between menu and page contentI don’t know what your looking at but there are no
or <p> tags in the HTML code for the page.