zmrol
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress comment php error since upgrade to 3.9i had a problem with login on wp-admin :
headers already sent by (output started at /is/wp-config.php:1) in /is/wp-includes/pluggable.php on line 1121
solution of @NazarDesign works fine… thanx man 😉
Forum: Plugins
In reply to: [Gallery Theme] Gallery Theme plugin does not work with any lightbox?I use (for tests :)) a basic theme on fresh wp instalation.. I have 2 files:
– your theme file
and index.php and it look like this:<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> <h1><a>"><?php the_title(); ?></a></h1> <?php the_content(); ?> <?php endwhile; else: ?> <p><?php _e('Brak wpisów.'); ?></p> <?php endif; ?>[Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
… and i paste plugin code to my theme function.php…
btw. i tested on “twentythirteen” theme and I have this same problem 🙁
Forum: Plugins
In reply to: [Gallery Theme] Gallery Theme plugin does not work with any lightbox?mean that when I create a page or post and add some content (e.g text, h1 etc) and it look like this (in wp editor 🙂 ):
<h1>bla bla bla</h1>
[gallery theme="my" ids="47,46,45,44,43,42"]…then h1 element will displays on bottom of site/gallery, not on top…
Forum: Plugins
In reply to: [Gallery Theme] Gallery Theme plugin does not work with any lightbox?my fault, I did not know I had to add a “rel” tag to link, it’s ok now, lightbox work fine :)… but i have one more problem:
all the content is loaded under the gallery…I have a basic/”clean” (only index.php) template, no css… I tried a styleing but I can’t do it with css 🙁