Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

Lay Theme Forum

N

Nathalie

@Nathalie
About
Posts
23
Topics
10
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Replace some element of page title
    N Nathalie
    Dec 3, 2016, 11:33 AM

    @arminunruh said:

    substr(12)

    Perfect Armin! The .substr was exactly what i needed ! You are great as always !
    Thanks

    General Discussion

  • Replace some element of page title
    N Nathalie
    Nov 29, 2016, 8:57 PM

    Hello There,

    The idea is to take the page title, replace some of their element and show it into class div "projectname".

    Currently, i have the — replace by Projet - but i would like to delete the Sitename and not show it into "projectname" div ( but still show it into page title).

    Page title is set like this

    <?php
    $title = get_bloginfo('name');
    if(!is_front_page()){ 
    $title .= ' &mdash; '.trim(wp_title('',false));
    }
    ?>
    

    My script is set like this

    Frontend.GlobalEvents.on("newpage",function(e,l,t){
    if("project"===l){
    var a=document.title.replace("—","<i>Stuff - </i>");
    jQuery("li.projectname").html(a)}
    

    The idea is to take the page title, replace some of their element and show it into class div "projectname".

    Currently, i have the — replace by Projet - but i would like to delete the Sitename and not show it into "projectname" div ( but still show it into page title).

    Thanks

    General Discussion

  • Script back-end doesn't work front-end
    N Nathalie
    Nov 3, 2016, 8:11 AM

    @arminunruh This work fantastically great ! Thanks for your help ! I have edit the script to have the text scramble each time the mouse is moving though body :+1:

    Frontend.GlobalEvents.on("newpageshown", function(layoutObj, type, obj){

    var scramble = jQuery("#scramble").splitText({
        'type':'words',
        'animation':'scramble'
    });
    jQuery("body").on('mouseover', function(){
        scramble.animate();
    });
    
    });
    
    General Discussion

  • Mailto is not opening mail program
    N Nathalie
    Oct 26, 2016, 7:42 AM

    Second solution has work ! It was inside the menu ! Thanks :)

    General Discussion

  • Script back-end doesn't work front-end
    N Nathalie
    Oct 26, 2016, 7:30 AM

    Hey Armin, I am working on a new website with your theme. I have a problem which is very weird, but maybe you could help ( my working on mamp, but manage to put the website online very soon is you have no idea of the problem). I am trying to integrated a script, this script is working ONLY BACK_END and not FRONT_END -_- !

    Here are the step :

    1 ) Add script in ** functions.php** on the theme

    wp_enqueue_script( 'tween-vendor-jquery', get_template_directory_uri() .     '/custom/tween/js/vendor/jquery-1.9.1.min.js', array ( 'jquery' ), 1.1, true);
    wp_enqueue_script( 'tween-vendor-tween', get_template_directory_uri() . '/custom/tween/js/vendor/TweenMax.min.js', array ( 'jquery' ), 1.1, true);
    wp_enqueue_script( 'example', get_template_directory_uri() . '/custom/tween/js/example.js', array ( 'jquery' ), 1.1, true);
    wp_enqueue_script( ‘SplitTextPlugin', get_template_directory_uri() . '/custom/tween/js/SplitTextPlugin.js', array ( 'jquery' ), 1.1, true);
    

    2 ) Added var $ =jQuery.noConflict(); to make the $ work without conflict, here is my main script that should make the works scramble and move when the mouse move though body.

    var $ =jQuery.noConflict();
    
    $(document).ready(function(){
    
    var scramble = $("#scramble").splitText({
    'type':'words',
    'animation':'scramble'
    });
    $("body").on('mouseover',function(){
    scramble.animate();  });
    });
    
    1. I add the html code into « code source» of a text block

      <div><p id="scramble" class="splitText">THIS IS A BORING TEXT SCRAMBLE IT!</p></div>

    IT WORKS in the preview but when i update and check front-end NOTHING MOVE.

    **I have try to add the html code directly in header.php and it work front-end, i have try to add it as a « html code » ( click on « more » and « html ») but do not work. **

    General Discussion

  • Mailto is not opening mail program
    N Nathalie
    Oct 20, 2016, 1:36 PM

    Hi ! I am trying to add a link with mailto such as

    	else jQuery("li.project").html("<a href='mailto:me@mymailadress.fr'>Contact</a>")});
    

    But when i click this link, the mail program is not opening, i just have my browser website path updated such as

    http://localhost:8888/website/index/mailto:me@mymailadress.fr

    Maybe i have done something wrong ?

    General Discussion

  • Background only on row-inner
    N Nathalie
    Sep 14, 2016, 8:36 AM

    Hello armin, what you see is exactly what i want.
    The first slide is text and i want a background as you see in the screenshot that i made with row-inner.
    The problem is that if i set a background to row-inner, the background will appear on following slide which i don't want. Also i want to be able to set different color depending of my project. Do you think it's possible ?

    Ps : I can't use your tool when your right click and "set the background" because the background appear all over the slide ( background cover also the menu ).

    Addons

  • Background only on row-inner
    N Nathalie
    Sep 13, 2016, 7:17 PM

    Hi,

    I am using Fullscreen slider vertical and i would like to apply the background only of "row-inner" of my first slide. Right now i am able to add background only of each of my slide, but i don't want the background on my nav menu, just on my slide. Please check the image to have more details.

    I tried to add background on row-inner but it show background on each slide…

    Capture d’écran 2016-09-13 à 21.15.31.png

    Addons

  • Fullscreen slider, How to have sharp image with retina
    N Nathalie
    Jul 6, 2016, 3:18 PM

    Oh i mean its text inside image that appear blurry ! Not text that i write on the website.
    I have try your option but doesn't make a change. Should i re-upload the image or it should take effect directly ?

    Addons

  • Fullscreen slider, How to have sharp image with retina
    N Nathalie
    Jul 6, 2016, 12:09 PM

    Hello !
    I would like to know how can we do to have very sharp images for retina display. I have disable the media compression on wordpress but still have a little blur on text. What is the best way to get very sharp image ( that include text ) with fullscreen slider. Currently, i am uploading picture 2x size (72 dpi ) that it should be, but the size of the images will also depends the size on the screen of my visitor.

    Need some advices :)

    Addons

  • Smooth scroll with anchor
    N Nathalie
    Jul 5, 2016, 10:25 AM

    This has work ! i had to add " display:none" to my css class :) Thanks

    General Discussion

  • Smooth scroll with anchor
    N Nathalie
    Jul 5, 2016, 9:58 AM

    Hey armin ! Have tried this code to make it sticky. The thing is that i want the text appear when i scroll .
    i have tried to make it with .hide but it still appear at the first load.

    <script>
    jQuery(document).ready(function(){

     jQuery(".js-scrollTo").hide();
    
    // fade in and out
    jQuery(function () {
        
        
        jQuery(window).scroll(function () {
            if (jQuery(this).scrollTop() > 500) {
                jQuery('.js-scrollTo').fadeIn();
            } else {
                jQuery('.js-scrollTo').fadeOut();
            }
        });
        
          jQuery('body').on('click', '.js-scrollTo', function(event) {
        event.preventDefault();
        var id = jQuery(this).attr('href');
        jQuery('html, body').animate( { scrollTop: jQuery(id).offset().top }, 750 );
    });
    
    
     
    });
    

    });

    </script>

    General Discussion

  • Smooth scroll with anchor
    N Nathalie
    Jul 5, 2016, 8:36 AM

    @Nathalie said:

    <a class="js-scrollTo" href="#page-1">Page1</a>

    Work well ! Haha we will check again your documentation next time !
    Thanks

    General Discussion

  • Left <p> element and center <p> same line Fullscreen slider
    N Nathalie
    Jul 5, 2016, 8:16 AM

    @arminunruh said:

    <p>left <span class="center-caption">center</span></p>

    Hi Armin ! All good it works ! Thanks for your answer :)

    General Discussion fullscreen

  • Smooth scroll with anchor
    N Nathalie
    Jun 29, 2016, 2:04 PM

    Hello !
    I would like to make the smooth scroll effect work with anchor ! The anchor is working but no way to have a the animate scroll effect.

    <a class="js-scrollTo" href="#page-1">Page1</a>
    <div id="page-1">
    <!-- Content Page 1 -->
    </div>

    then i have add this in the <head> of custom css et js section :

    <script>
    $(document).ready(function() {
    $('.js-scrollTo').on('click', function() {
    var page = $(this).attr('href');
    var speed = 750;
    $('html, body').animate( { scrollTop: $(page).offset().top }, speed );
    return false;
    });
    });
    </script>

    General Discussion

  • Left <p> element and center <p> same line Fullscreen slider
    N Nathalie
    Jun 29, 2016, 12:32 PM

    hello !
    I would like to add a caption under each of my image.
    The idea is that i have a <p> element at the left and another one <p> element on the same line and centered like this

    ——————————IMAGE———————————
    1/2 ——————— —Title ————————————

    How can i do ? because when i add a "text-align center" on one <p> element of my caption it simple not work. Stay on the left.

    General Discussion fullscreen

  • FullScreen slider horizontal / Number of image
    N Nathalie
    Jun 21, 2016, 5:05 PM

    All good Armin ! That is the right way to do it ! Thanks :)

    Addons slider fullscreen navigation image

  • FullScreen slider horizontal / Number of image
    N Nathalie
    Jun 16, 2016, 12:41 PM

    Hey Armin,
    I am trying to put text at the bottom of the image ( fullscreen slider ) but i am unable to do this. The image fit to the slide and i cannot move my text at the bottom of it !
    Maybe i do it wrong ?

    Addons slider fullscreen navigation image

I also code custom websites or custom Lay features.
💿 Email me here: 💿
info@laytheme.com

Before you post:
  1. When using a WordPress Cache plugin, disable it or clear your cache.
  2. Update Lay Theme and all Lay Theme Addons
  3. Disable all Plugins
  4. Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"

This often solves issues you might run into

When you post:
  1. Post a link to where the problem is
  2. Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
  3. If the problem is difficult to explain, post screenshots / link to a video to explain it
Online Users
A
alasdair17
3 minutes ago
J
j36g2
5 minutes ago
M
maxkesslau
10 minutes ago
O
okitswinter
16 minutes ago
Forgot your key, lost your files, need a previous Lay Theme or Addon version? Go to www.laykeymanager.com
laytheme.com
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Recent
  • Tags
  • Popular
  • Users
  • Search