maribo theme

juicebox gallery use

but image halign top

I do not know how to do center

ex) http://www.ridere.co.kr/gallery/#expanded

2

(5 replies, posted in Showkase Support)

I solved

I did not do (4) Hardcode a specific user email address

It works fine when you edit and run it.

good

thx so much

3

(5 replies, posted in Showkase Support)

I tried the test but it failed.

i want

tel : 111-1111-1111 or 111-111-111

error massage

Invalid address: 111-1111-1111


try to

test@teat.com

or

11111111111@test.com

Function works normally

i want maribo theme contact page change



name email Message


-> name tel Message


and

Hide email from users and try to fix email to a value

synology nas was the cause of the problem

I solved

It's working this way.

thx~~~

6

(1 replies, posted in Showkase Support)

contact Customize

[
Optional Contact Form

Email to (XXX@gmail.com)
]

setting

but

Could not instantiate mail function.

how to email setting

<?php
/**
* Part of Showkase web site management package
*
* @package Showkase
* @author Jack Hardie {@link http://www.jhardie.com}
* @copyright Copyright (c) 2015, SimpleViewer Inc.
*/

error_reporting(E_ERROR);
ini_set('html_errors', 0);
function exception_error_handler($errno, $errstr, $errfile, $errline ) {
    throw new ErrorException($errstr, $errno, 0, $errfile, $errline);
}
set_error_handler("exception_error_handler");
date_default_timezone_set('UTC');
if (!$_POST) return;
require 'class.phpmailer.php';
$mailer = new PHPMailer(true);
$mailer->CharSet = 'utf-8';

/*$mailer->isMail();*/
//Tell PHPMailer to use SMTP
$mailer->isSMTP();

//Enable SMTP debugging
// 0 = off (for production use)
// 1 = client messages
// 2 = client and server messages
$mailer->SMTPDebug = 2;

//Ask for HTML-friendly debug output
$mailer->Debugoutput = 'html';

//Set the hostname of the mail server
$mailer->Host = 'smtp.gmail.com';

// use
// $mailer->Host = gethostbyname('smtp.gmail.com');
// if your network does not support SMTP over IPv6
//Set the SMTP port number - 587 for authenticated TLS, a.k.a. RFC4409 SMTP submission
$mailer->Port = 587;

//Set the encryption system to use - ssl (deprecated) or tls
$mailer->SMTPSecure = 'tls';

//Whether to use SMTP authentication
$mailer->SMTPAuth = true;

//Username to use for SMTP authentication - use full email address for gmail
$mailer->Username = "jskno1@gmail.com";

//Password to use for SMTP authentication
$mailer->Password = "my password";




$mailer->isHTML(false);
$mailer->WordWrap = 78;
try {
    if (
        !isset($_SERVER['HTTP_X_REQUESTED_WITH'])
        && strtolower($_SERVER['HTTP_X_REQUESTED_WITH']) != 'xmlhttprequest'
    ) {
        throw new Exception ('This program is for use by the Showkase contact form only');
    }
    if (get_magic_quotes_gpc()) {
        foreach($_POST as &$value) {
            $value = stripslashes($value);
        }
        unset($value);
    }
    $xmlSourcePath = $_POST['pagePath'].DIRECTORY_SEPARATOR.'page.xml';
    $xmlSource = @file_get_contents($xmlSourcePath);
    if ($xmlSource === false) {
        throw new Exception ('Cannot read page.xml file');
    }
    if ($xmlSource == '') {
        throw new Exception ('No content in page.xml file');
    }
    $domDoc = new DOMDocument();
    $domDoc->preserveWhiteSpace = false;
    $loaded = $domDoc->loadXML($xmlSource);
    if ($loaded === false) {
      $message = '';
      $errors = libxml_get_errors();
      foreach ($errors as $error) {
          $message .= 'XML error in page.xml, line '.$error->line.'. '.$error->message.'<br>';
      }
      libxml_clear_errors();
      throw new Exception($message);
    }
    $settingsTags = $domDoc->getElementsByTagName('settings');
    $tags = $settingsTags->item(0)->childNodes;
    foreach ($tags as $tag) {
      $vars[$tag->nodeName] = $tag->nodeValue;
    }
    // PHPMailer takes care of validation and sanitization
    $subject = isset($vars['ss_contactFormSubject'])
        ? $vars['ss_contactFormSubject']
        : '';
    $siteEmail = isset($vars['ss_contactFormTo'])
        ? $vars['ss_contactFormTo']
        : '';
    $response = isset($vars['ss_contactFormResponse'])
        ? $vars['ss_contactFormResponse']
        : '';
    $userName       = $_POST["userName"];
    $userEmail     = $_POST["userEmail"];
    $userMessage = $_POST["userMessage"];
    if(!PHPMailer::validateAddress($siteEmail)) {
          throw new Exception ('Site email address is not set or invalid');
    }
    if(strlen($userName) < 1){
          throw new Exception ('Please enter your name');
    }
    if(!PHPMailer::validateAddress($userEmail)) {
          throw new Exception ('Please enter a valid email');
    }
    if(strlen($userMessage) < 1){
          throw new Exception ('Please enter your message text');
    }
    if (stristr($siteEmail, '@') === '@example.com') {
        $output = json_encode(array('type'=>'message', 'text' => $response));
          die($output);
    }
//    $mailer->setFrom('mailer'.strstr($siteEmail, '@'), $userName);
$mailer->setFrom('jskno1@gmail.com', $userName);
    $mailer->addReplyTo($userEmail, $userName);
    $mailer->addAddress($siteEmail);
    $mailer->Subject = $subject;
    $mailer->Body =
        $userMessage
        ."\r\n\r\n"
        .$userName
        ."\r\n\r\n"
        .$userEmail;
    $mailer->send();
      $output = json_encode(array('type'=>'message', 'text' => $response));
      echo($output);
} catch (Exception $e) {
    $output = json_encode(array('type'=>'error', 'text' => $e->getMessage()));
    die($output);
}


do not operation

help plz

8

(1 replies, posted in Showkase Support)

Please let me know how I would like to receive by g mail

host machine

Synology nas

I solved

thx~^^;;;

i want to up Juicebox Page footer

-----------------
top

image gallery

body content

footer
--------------

i want change


--------------
top

image gallery

footer

body content
---------------

or

I want to delete body content only in a specific gallery


and

The top, gallery, and footer layouts on mobile are incorrect

my site

www.ridere.co.kr

11

(3 replies, posted in Showkase Support)

1. Juicebox-Pro 1.5.0   gallery Thumbnails image  look like blur image

thumbWidth and thumbHeight configuration, re-publishing -> fail

'System -> Repairs' -> fail

screenshot

http://maybi.iptime.org/image.png

http://maybi.iptime.org/image1.png




2. now
    gallery index page -> Splash Screen -> full screen image
   
    i want
    gallery index page -> full screen image



3 fixed forwarding -> resolve thx

12

(3 replies, posted in Showkase Support)

1. Juicebox-Pro 1.5.0   gallery Thumbnails image  look like blur image

i want Thumbnails unsharp image


2. now gallery index page -> Splash Screen -> full screen image

    i want gallery index page -> full screen image


3. fixed forwarding

www.clearpix.co.kr -> maybi.iptime.org/show_clearpix/

pc no problem

but mobile rorate gallery image auto resize, no active

now Flow forwarding

help plz



my forwarding index source


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html lang="ko">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<!-- 모바일 인식 -->
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; minimum-scale=1.0; user-scalable=no;">
<title>ClearPix Photography</title>
</head>

<frameset rows="*,*">
  <frame name="frame" src="http://maybi.iptime.org/show_clearpix/" name="mainframe" title="ClearPix Photography">
  <noframes>
  <body>
    <a href="noframe.html">프레임을 사용하지 않은 페이지로 연결 합니다.</a>
  </body>
  </noframes>
<frame src="UntitledFrame-1"><frame src="UntitledFrame-2"></frameset>
</html>

index gallery

center align

i want left align

i try Main Image (Pro) ->Image H Align -> left

but still gallery image center align

ㅠㅠ

http://maybi.iptime.org/1.png

http://maybi.iptime.org/2.png

phone : iphone 5s

page url : http://maybi.iptime.org/show_clearpix/

maribo theme

used




logo

sub text


(margin)

pic



margin is too large

16

(1 replies, posted in Showkase Support)

Kosel 1.5.0

title( center align)

main menu (center align)

gallery(center align)

footer page(center align)


how to

help plz

my sever
have not mailsever

i will use gmail (mailsever)

i don't know showkase<->gmail (mailsever) setting

help plz

thanks ^^
I have resolved.

I want to make this bigger than the horizontal size of about page (board)

v1.5

maribo theme

20

(3 replies, posted in Showkase Support)

thanks ^^

I have resolved.

21

(5 replies, posted in Showkase Support)

thanks ^^

I have resolved.

22

(3 replies, posted in Showkase Support)

uninstalling

after

make other folder

reinstalling

setup

make jucie box gallery

gallery image upload

gallery setting change

gallery name change gallery1, gallery2, 3, 4 ....

system repair click after page click

i see gallery, gallery2, 3, 4, 5, 6, 7, 8, ....

setting change gallery name +1 more

;;;;

23

(5 replies, posted in Showkase Support)

I wanted it to seem like Maribo 1.5.0 demo index
top menu does not seem but
demo website There seems juciebox page
help plz

make juicebox gallery

i want gallery top menu hiding

help me plz