Fixed some bug…
-
(more error in source view – firefox – cause bad code formatting, now fixed).
here with search bar also for guest: https://pastebin.com/0GH1dYKU
also, i’ve change offset on-click (by js) to 60px (caus bad view if adminbar is active)…maybe some little settings for this (search bar and offset) can be a good idea!
ah, what is the little arrow left to print button?
line 3088… click on this button and nothing happen ??
echo "<a class='quotes-llama-quote-author-back quotes-llama-inline' title='" . esc_html__( 'Return to' ) . ' ' . $this->strip_trim_wp_kses_post( $author ) . "' href='#" . $author . "'><input type='button' value='←'></a>"; echo "<input type='button' value='Print' class='quotes-llama-print')"; ?>
and, see now, also an error in line 3088:
echo "<input type='button' value='Print' class='quotes-llama-print')"; ?>
instead of:
echo "<input type='button' value='Print' class='quotes-llama-print'>"; ?>
- This topic was modified 8 years, 4 months ago by .
- This topic was modified 8 years, 4 months ago by .
- The topic ‘Fixed some bug…’ is closed to new replies.