flavex

Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • in reply to: Spiral "HTML5" Version – Menu & Revolution Slider #17137

    flavex
    Participant

    Hello AB

    How are you?

    Ok…

    1. Of course, I’m talking about the gradient which is there in order to get visible the text, but in this case, talking about the slider from the home page, the video has not text, so, I want to delete this gradient. I did it in other pages through the style.css. I can’t find the way in the slider. I hope this time what I’m trying to do is clear enough.

    2 y 3. OK, thanks for your investigation.

    *.Team page. I followed your instructions but the result is worst than the current look. You can see it at the image attached (team_page.jpg). Anyway, thanks for your effort.

    *. Contact pages. This issue is critical, I can’t upload the page until this is fixed. The following is the code from my sendmail.php file, which is the only php file I’ve changed. If I have to customize another file, please let me know:
    <?php

    $message_array = array();

    // $subject = “Mensaje de la web de Marcelo Bello”;

    if(empty($_POST[‘name’])) $message_array[] = ‘Nombre’;
    if(empty($_POST[’email’])) $message_array[] = ‘Correo electrónico’;
    // if(empty($_POST[‘subject’])) $message_array[] = ‘Subject’;
    if(empty($_POST[‘message’])) $message_array[] = ‘Asunto’;
    $body = ‘Nombre: ‘.$_POST[‘name’].'<br>’;
    $body .= ‘Correo electrónico: ‘.$_POST[’email’].'<br>’;
    // $body .= ‘Subject: ‘.$_POST[‘subject’].'<br>’;
    $body .= ‘Asunto: ‘.$_POST[‘message’].'<br>’;

    if(sizeof($message_array)==1){
    $message = $message_array[0].’ campo requerido.’;
    }
    elseif(sizeof($message_array)>1){
    $message = join(‘ y ‘, array_filter(array_merge(array(join(‘, ‘, array_slice($message_array, 0, -1))), array_slice($message_array, -1)))). ‘ son campos requeridos.’;
    // $message = implode(‘, ‘, $message_array). ‘ are required fields.’;
    }
    else{
    $message = ”;
    }

    if($message==” && (isset($_POST[‘action’]) && $_POST[‘action’]==’js’)){
    require_once(‘class.phpmailer.php’);
    include(“class.smtp.php”);

    $mail = new PHPMailer();

    $mail->IsSMTP(); // telling the class to use SMTP
    $mail->SMTPDebug = 0; // enables SMTP debug information (for testing)
    $mail->SMTPAuth = true; // enable SMTP authentication
    $mail->SMTPSecure = “tls”; // sets the prefix to the server
    $mail->Host = “smtp.example.com”; // sets GMAIL as the SMTP server
    $mail->Port = 587; // set the SMTP port for the GMAIL server
    $mail->Username = “[email protected]”; // GMAIL username
    $mail->Password = “”; // GMAIL password
    $mail->SetFrom(‘[email protected]’, ‘Mailer’);

    // $mail->Subject = $subject;
    $mail->MsgHTML($body);
    $mail->AddAddress(“[email protected]”, “Web Marcelo Bello”);

    if(!$mail->Send()) {
    // echo “Mailer Error: ” . $mail->ErrorInfo;
    echo “Error originado al enviar el mensaje…”;
    } else {
    echo “El mensaje fue enviado correctamente. En breve nos contactaremos con usted. Gracias.”;
    }
    }
    else{
    echo $message;
    }

    Thanks for your time and have a good day AB.

    Best regards.

    in reply to: Spiral "HTML5" Version – Menu & Revolution Slider #17110

    flavex
    Participant

    Hi AB

    Sorry, but my contact pages are not working.

    I’ve got the error message: echo “Error originado al enviar el mensaje…”; or echo “Error while sending message…”;

    I’ve upload the files from PHP folder and all the necessary files from the JS folder. I’ve attached my sendmail.php file. I didn’t edit the other two php files.

    If you know why this function is not working, please let me know.

    Thanks mate!

    Regards.

    in reply to: Spiral "HTML5" Version – Menu & Revolution Slider #17109

    flavex
    Participant

    Hello AB

    Thanks again for your feedback. About the width of the main menu, I changed the main width: .sf-mega {width: 670px; (line 2063) and woalla!

    *.Regarding the Revolution slider issues: http://www.marcelobello.com/
    1. It would be great if you know how can I erase the shade which is over the content. I erased this gradient from the banners of the about-us and contact pages through the style.css using this line of the code: background:linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(‘../images/sobre_mi.jpg’);
    2. Do you know if its possible to enable the controls from the youtube player (stop, foward, fullscreen, volume) for the slider and also the elements-videos page?
    3. Once the video is over the slider don’t goes to the next layer automatically. Let me know if this is possible.

    *. About the Team members page: http://www.marcelobello.com/equipo.html
    1. The next row (fifth member) its displayed without space from the row from above. Do you know how can I add some pixels between these two rows?

    Thanks again MB!

    in reply to: Spiral "HTML5" Version – Menu & Revolution Slider #16940

    flavex
    Participant

    Hi AB

    Awesome and very detailed feedback! Let me know if I can score your support.

    About this issues. Regarding the time of each layer, it works!

    About Youtube at the Revolution slider, it works but with some gaps. I can display the video (is the second layer), well done!!!! If I follow your instructions and update the custom.js with the code from the javascript.js, the slider disappear, maybe due to the first layer with pictures. I spent more than an hour trying to erase the dark shade which overlay the content of the slider. I looked into the settings.css without luck, I also searched in Google. If you know how to do it, please let me know. Also, is it possible to activate the play button of the video, so the user will be able to play it again and it would be great if once the video is over, the slider goes to the next layer automatically.

    Finally, can you tell me something about my first question concerning the wide of the main menu?
    Regarding the menu, I’ve tried the BR solution without good results (menu3.jpeg attached file). Right now it’s not available the auto adjust function. So, I’ve found the following line, is that the correct why to adjust this menu according the content you want to display?
    /*——– 3.3. Mega Menu ——–*/
    .sf-mega {
    width: 1170px;

    Thanks for your big help.

    Cheers mate!

    in reply to: Spiral "HTML5" Version – Menu & Revolution Slider #16913

    flavex
    Participant

    Hi AB

    I didn’t solved the three original issues and please remember that I’m working with the HTML5 template, NOT WP:

    1. Revolution slider: I can´t find the code to set up the duration for the entire slider, or each layer. Is it on JS files? Is very hard to find it.
    2. Revolution slider: I can’t display Youtube video. I’ve used the code supplied on this url: file:///A:/Sites/Marcelo%20Bello/Template/Html5/Documentation/sliderrevolution/documentation.html#media_in_slide
    This is the code I paste on the index.html and once this code is active, the menu goes crazy and the banner became null:
    <!– SLIDE –>
    <li data-index=”rs-40″ data-transition=”” data-slotamount=”7″ data-easein=”default” data-easeout=”default” data-thumb=”” data-rotate=”0″ data-saveperformance=”off” data-title=”Video” data-param1=”” data-param2=”” data-param3=”” data-param4=”” data-param5=”” data-param6=”” data-param7=”” data-param8=”” data-param9=”” data-param10=”” data-description=””>
    <!– MAIN IMAGE –>

    <div class=”caption fade fullscreenvideo”
    data-autoplay=”true”
    data-autoplayonlyfirsttime=”true”
    data-thumbimage=”yourpath/yourimage”
    data-nextslideatend=”true”
    data-x=”0″
    data-y=”0″
    data-speed=”500″
    data-start=”10″
    data-easing=”easeOutBack”>
    <iframe src=”http://www.youtube.com/embed/6×0-S24rIoY?” width=”100%” height=”100%”></iframe>
    </div>

    <!– SLIDE –>

    I’ve not update the site yet, but if you need to check this facts online, I’ll do it.

    3. Main menu: I’ve tried the BR tag solution without good results (menu3.jpeg attached file is above). It’s not available the auto adjust function. So, I’ve found the following line, is that the correct why to adjust this menu according the content you want to display? As you can see at the menu3.jpeg, the empty space is huge!

    /*——– 3.3. Mega Menu ——–*/
    .sf-mega {
    width: 1170px;

    I’m waiting for your feedback.

    Thanks mate, regards
    .

    in reply to: Spiral "HTML5" Version – Menu & Revolution Slider #16875

    flavex
    Participant

    Hi AB

    Regarding my last question… SOLVED.

    .headline_style_about_us{
    background:linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(‘../images/sobre_mi.jpg’);
    min-height:660px;
    background-size:cover;
    }

    Thanks!

    in reply to: Spiral "HTML5" Version – Menu & Revolution Slider #16874

    flavex
    Participant

    Hi Mate

    Another gap. Regarding the page about-us, I can’t find in the code the line with the file abouus.jpg, so I had to replace the file with the same denomination. Also, this banner has a kind of shade activated, and it would be great if this shadow/transparency is off.

    Thanks for your time!

    in reply to: Spiral "HTML5" Version – Menu & Revolution Slider #16872

    flavex
    Participant

    Hi again

    Regarding the menu, I’ve tried the BR solution without good results (menu3.jpeg attached file). Right now it’s not available the auto adjust function. So, I’ve found the following line, is that the correct why to adjust this menu according the content you want to display?

    /*——– 3.3. Mega Menu ——–*/
    .sf-mega {
    width: 1170px;

    Thanks mate!

    in reply to: Spiral "HTML5" Version – Menu & Revolution Slider #16871

    flavex
    Participant

    Hi AB

    Regarding the width of the columns, I’ve found on style.css the following code:

    nav > ul > .mega1 .sf-mega-inner > ul > li{width: 100%;}
    nav > ul > .mega2 .sf-mega-inner > ul > li{width: 20%;}
    nav > ul > .mega3 .sf-mega-inner > ul > li{width: 33.33333333333333%;}
    nav > ul > .mega4 .sf-mega-inner > ul > li{width: 33.33333333333333%;}
    nav > ul > .mega5 .sf-mega-inner > ul > li{width: 20%;}
    nav > ul > .mega6 .sf-mega-inner > ul > li{width: 16.66666666666667%;}
    nav > ul > .mega7 .sf-mega-inner > ul > li{width: 14.28571428571429%;}
    nav > ul .sf-mega-inner .description_menu_item{
    padding: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    color: #848998!important;
    text-align: left;
    }

    So, it can only be adjusted by percentages, in equal way. So, I reviewed your template, and that’s the way, so, I’ll try to use the BR tag, in order to avoid long lines in the menu. I’ll wait for your feedback regarding the Youtube video for Revolution slider. BTW; do you how can I display the satellite view instead of the map view once the Google maps widget is loaded? Thanks again!

    in reply to: Spiral "HTML5" Version – Menu & Revolution Slider #16870

    flavex
    Participant

    Hi AB

    Thanks for your feedback. Regarding your reply, I’m working with the HTML5 version, not WP, so it’s not working for me your feedback. I’ve posted my questions here due to I didn’t found the Spiral HTML5 page. Could you please reply for HTML5, not WP? Thanks in advance mate, cheer!

Viewing 10 posts - 1 through 10 (of 10 total)