Forum Replies Created

Viewing 30 posts - 271 through 300 (of 375 total)
  • Author
    Posts
  • in reply to: Advanced LayerSlider not displaying correctly #782290

    Any help please…?

    in reply to: Advanced LayerSlider not displaying correctly #780528

    Hi!

    Nothing important. I only deleted some pages or posts revisions to empty some space in the database.

    in reply to: Advanced LayerSlider not displaying correctly #780078

    So I cleared my database but the problem is not solved.

    Could you help ?

    Thanks !

    in reply to: Advanced LayerSlider not displaying correctly #779973

    Hi again !

    I’ve just received a message from my host and my database is really full.
    It maybe explains some problems…

    I clean the database and I’ll come back to you…

    Thanks !

    in reply to: Advanced LayerSlider not displaying correctly #779875

    Hi Basilis,

    Sure ! Here are the credentials (in private content).

    Thanks !

    in reply to: Advanced LayerSlider not displaying correctly #779468

    Hi John !

    What do you mean when you say “working normally”?
    The animation is working normally. The problem lies in the fonts that are not displayed as defined in my Advances LayerSliders. Both must have the same font weights, but it is not!

    And if you mean that everything is the same on both pages, which cache are you talking about ? Because I cleaned the cache of my browser and of another one to, and the problem is still present.

    Could you help?

    Thanks

    in reply to: Image with Zoom In effect when hover and getting cut off #778530

    Hi Victoria,

    It works perfectly !
    For now, it’s ok for me. The topic can be closed.

    Thanks a lot Victoria !!

    in reply to: Footer not showing correctly #778529

    Hi,

    Finally, I’ve completely recreated the full page because I didn’t need the headline rotator and the white space.
    It works for me now, so the topic can be closed.

    Thanks a lot Mike !!

    in reply to: Footer not showing correctly #778487

    Hi Mike,

    Sure! Here are the credentials…

    Thanks!

    in reply to: Images not showing in admin #777948

    Hello Mike,

    First, I’m sorry but could you please put the image that you posted and all elements relatives to my website in private content please ? :-)
    About that, which “software” do you use to display informations at the right of this image (console, and so on…) ?

    About what you said, in fact my images are not uploaded in wp-content/uploads/ because I changed the path to a folder called “medias” at the root of my server.
    To do so, I put this information in my wp-config.php and it worked perfectly a long time after that… The path is still “working” for my medias because when I open “Medias tab” in WP, all the thumbnails appear correctly…

    You said that the path to my thumbnails is empty and given what I have just told you before, it seems to be logic. So, How could I change this path to my thumbnails ?

    Thanks !!

    in reply to: Animation on fontello icons #777598

    Hi Ismael,

    It works perfectly ! The topic can be closed.

    Thanks ! :-)

    in reply to: Icon rotation animation #774072

    Hi Rikard !

    Finally, I found a solution, thanks to another topic.
    So you can close this topic if you want.

    Thanks !

    in reply to: Animation on fontello icons #774033

    Hi Ismael !

    No, this is not what I want.

    I explain :
    Each column is composed by 1 icon, 1 empty space and 1 title (text).
    Here are two images to show you what i’m talking about :

    http://imgur.com/a/WyWGI (front office)
    http://imgur.com/a/fwWKz (back office)

    So, like I told you before, I would like to make the entire column (the red area in the first image) active on hover.

    The problem is that I already use the following code in my functions.php for another column from another page :

    function add_custom_div(){
    ?>
    <script>
    jQuery(“.colonne-sous-menu”).click(function(){
    window.location = jQuery(this).find(“a:first”).attr(“href”);
    return false;
    });
    </script>
    <?php
    }
    add_action(‘wp_footer’, ‘add_custom_div’);

    And when I duplicate this code and I put another css class in it, it makes an error and I can’t access to my back office anymore…
    I tried to add the second css class next to the first (separated with a coma), but it doesn’t work neither.

    Can you help ?

    Thanks a lot !

    in reply to: Images not showing in admin #772597

    Hi Nikko !

    No, I’m not referring to the Element Preview.

    I’m referring to those case and more :

    http://imgur.com/a/ZRdQN (Easy Slider window)
    http://imgur.com/a/gsWGV (Posts list)
    http://imgur.com/a/z5yof (Avia Builder)

    For most of all (probably all), if I modify an image with another, the preview becomes visible for a time, but as soon as I update the page, if I open it later, all the previews had disappeared…
    As you can imagine, this is not a “big” problem when it’s about one image or two, but when you want to delete one image from a Slider of 10 or more, you need to take a look to the front page, count the images, and so on… Not the best way to work ;-)

    Thanks a lot !

    in reply to: Animation on fontello icons #772575

    Hi Ismael,

    I customized a bit your code and it’s closer to what I want with this :

    .avia_transform .av_font_icon:hover > .av-icon-char:before {
    color: transparent;
    position: relative;
    left: -100px;
    -webkit-animation: ava_left_to_right 0.3s forwards;
    animation: ava_left_to_right 0.3s forwards;
    }

    @-webkit-keyframes ava_left_to_right {
    100% { left: 0; color: #fff;}
    }

    @keyframes ava_left_to_right {
    100% { left: 0; color: #fff;}
    }

    But I have another question now : I would like to enable the animation on hover for the entire column…
    The problem is that I already use the following code in my functions.php for another column from another page :

    function add_custom_div(){
    ?>
    <script>
    jQuery(“.colonne-sous-menu”).click(function(){
    window.location = jQuery(this).find(“a:first”).attr(“href”);
    return false;
    });
    </script>
    <?php
    }
    add_action(‘wp_footer’, ‘add_custom_div’);

    And when I duplicate this code and I put another css class in it, it makes an error and I can’t access to my back office anymore…
    I tried to add the second css class next to the first (separated with a coma), but it doesn’t work neither.

    Can you help ?

    Thanks a lot !

    in reply to: Cannot access back office after last update (4.0.4) #771609

    Hi Rikard !

    It’s ok for me, you can close this topic.

    Thanks !

    in reply to: Images not showing in admin #771016

    Hi John !

    1) I’m using the latest Enfold version (4.0.5)
    2) I’ve disabled all the plugins but the issue is not gone
    3) My WordPress version is the last one (4.7.3)

    I give you the WP credentials in private content.

    Thanks !

    in reply to: Cannot access back office after last update (4.0.4) #771011

    Basilis, Andy,

    I’ve changed my php version to php 7 and the problem is solved, everything works perfectly !

    Thanks everybody ! :-)

    in reply to: Animation on fontello icons #770690

    Hi Basilis !

    I’m sorry but I don’t really understand what you mean…

    What I want is reproducing the animation from WEBSITE PAGE 1 on icons (icon is moving from left to center on hover).

    Thanks !

    in reply to: Image with Zoom In effect when hover and getting cut off #770095

    Hi Victoria,

    The zoom in animation on the image works properly with this code :
    .custom-class {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    transform: scale(1.06);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;}

    …but when the cursor is leaving the image, it immediately recovers its original size, without “zoom out transition”.
    Which code is missing to apply this transition after mouse hover ?

    Thanks !

    in reply to: Latest update and masonry #770003

    Hi Andy !

    The issue is solved !
    You were right. I’ve updated all the WPML plugins and everything works fine now.

    I’m really sorry for disturbing you with this…

    Thanks

    in reply to: Latest update and masonry #768487

    Hi,

    I found it. The plugin which seems to cause this issue is WPML Multilingual CMS, but I’ve never updated it since a very long time… So, how could it be possible ? And what can I do ?

    Thanks

    in reply to: Cannot access back office after last update (4.0.4) #767991

    Hi !

    Cole, Basilis… Is changing PHP version the only solution ?

    And how doing this ?

    Thanks !

    in reply to: Cannot access back office after last update (4.0.4) #767385

    Hi Yigit !

    I did what you told me, but unfortunately, the same Parse error message appears…

    in reply to: Image with Zoom In effect when hover and getting cut off #767356

    Hi,

    Ok thanks !

    in reply to: Image with Zoom In effect when hover and getting cut off #766442

    Hi,

    What you did here is adding the same background-color than my background, but this code will not work if I use it on another image somewhere else on my website…
    What I simply would like to know is the code to use to do this effect on any image.

    Thanks

    in reply to: Latest update and masonry #766438

    * many times

    in reply to: Latest update and masonry #766437

    I’m talking about those two problems because they are linked. They are the same issue !

    From the beginning of your message, there is something I don’t understand : why did you need to deactivate plugins whereas you told me many ties that you didn’t notice any issue and that, on your side, you can see all the categories and absolutely no problem appears ????

    in reply to: Image with Zoom In effect when hover and getting cut off #764496

    Hi Victoria,

    Thanks for your help.
    We’re closed to the goal…
    I tried without the “.av_one_third” (because I will not need this code on this page only) and it’s closed to work.

    As you can see, there still is one problem : it doesn’t work on the bottom of the images. Indeed, what I would like is a code which acts on images only, not on the entire columns…

    I tried to attribute a css class (image-sous-menu) to the images and add this code :

    .image-sous-menu {overflow: hidden;}

    …but it doesn’t work.

    Any help ?

    PS : thanks for the advice about the background :-)

    in reply to: Latest update and masonry #764221

    Sure !

    But I can only repeat what I’ve already said :

    On PAGE 1, when the page is loaded, categories don’t appear. Clicking LOAD MORE button is needed to display those categories.

    On PAGE 2, the post category doesn’t appear. There are date, name, but no category. (This is the same thing for any other post).

Viewing 30 posts - 271 through 300 (of 375 total)