Tagged: 

Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #1039748

    Hello!
    After updating the theme the pagination does not work! For example, if you click here on page 2:
    portfolio
    It appears that:
    Second Page
    Could someone help me solve it please?
    Thank you!!
    ——-
    Hola!
    Tras actualizar el theme la paginación no funciona! Por ejemplo, si pulsáis aquí a la página 2:
    portfolio
    Aparece esto:
    Second Page
    ¿Alguien me podría ayudar a solucionarlo por favor?
    Gracias!!

    #1039875

    Hey Lidia,

    Thanks for the link, though it looks like the pagination is working on my end. Do you mean that the URL is wrong? If not then please try to explain a bit further.

    Best regards,
    Rikard

    #1040013

    Hi!
    Pagination now works fine! I don’t understand….
    But there is something extrange in portfolio…. After update, when i do rollover in portfolio, first time it is broken… You can try it in:
    Portfolio
    You can see this video:
    video
    Thanks!

    #1040174

    Hi aquihaydominios,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    #1040229
    This reply has been marked as private.
    #1040430

    Hi aquihaydominios,

    I have added this css code in Quick CSS (located in Enfold > General Styling):

    .avia_transform #top a .image-overlay {
        top: 0 !important;
    }

    Let us know if you still experience any issues.

    Best regards,
    Nikko

    #1040477

    Hi Nikko!

    Yes, it is fixed, but look at this video, i have an image set to category: Reservado

    https://www.useloom.com/share/372ae6cc14b44f3688f0964c7e690f2b

    Josue Ochoa helps me to add this image, adding this css:

    .reservado_sort .grid-image:after {
    content: “”;
    background: url(images/reservado.png) no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    }

    But there is something js that load js and it doesn’t work after update theme.
    Could you help me please?
    Thanks!

    #1040821

    Hi aquihaydominios,

    I’m not sure I could follow that, what did you mean by your last statement?
    Can you let me know what is the behavior you expect? maybe we can try to work on that.
    Also since you have a child theme, you may want to check if there are changes in the files you have overriden.

    Best regards,
    Nikko

    #1040837

    I have try it disabling templates but it doesn’t work.
    As you can see in my video, the image of “Resevado” comes out at the bottom before doing rollover with the mouse, if you do rollover it goes well, but before it comes out cut, look at the video that comes out a bit in the bottom.

    I leave you a capture to see it.

    https://www.dropbox.com/s/1nqwejxvyvo9jes/Perros%20Cachorros%20%E2%80%93%20Arca%20Sevilla.png?dl=0
    And you can see it in: http://www.arcasevilla.es/en-adopcion/perros-cachorros-2/

    Thank you!

    #1041700

    Hi aquihaydominios,

    Can you try removing the code you have above and replace it with:

    .reservado_sort .grid-image:after {
      content: "";
      background: url(images/reservado.png) no-repeat center center;
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      opacity: 0;
    }
    
    .reservado_sort .grid-image:hover:after {
      opacity: 1;
    }

    Let us know if this helps.

    Best regards,
    Nikko

    #1042179

    I have changed css like you told me but now i only see RESERVADO in rollover… I need to see it always. Something have changed in updated and i don’t know why it doesn’t work. I am sure is something about javascript… how can i do to see RESERVADO always? Thanks!

    #1042181

    I realized you put opacity: 0; in the class

    .reservado_sort .grid-image:after {
    content: “”;
    background: url(images/reservado.png) no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    }

    But i need it opacity: 1, and it is the fail, it appears below… broken….

    #1042199

    I have added this:
    .reservado_sort .grid-image {
    width: 100%;
    height: 100%;
    display: block;
    }

    .reservado_sort .grid-image:after {
    content: “”;
    background: url(images/reservado.png) no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    }

    And at least I have managed to RESERVE it, but it gives a little jump, some javascript is causing this and I do not know how to fix it. Before, it did not happen, while I look for a solution, I leave it like that, even if I take that little leap. Can you think of something?
    Thanks!

    #1043160

    Hi aquihaydominios,

    Glad that you figured it out, I thought it needs to be hidden after hovering out the mouse.
    I didn’t see any jump on my end, I checked it using windows 10 and google chrome.
    Also there are no js errors in the console, though I’m sure that there are lots of changes in Enfold’s js files in the past few updates.

    Best regards,
    Nikko

    #1046287

    Hi, i don’t know what has happened but since update, i see a estrange thing in the web (firefox browser).
    If you are here: http://www.arcasevilla.es
    And click in “En adopcion” or whatever option of menu, you see what i attach in the capture.
    https://www.dropbox.com/s/4nr6r6wwxhl0me5/Captura%20de%20pantalla%202018-12-17%20a%20las%2012.28.08.png?dl=0
    Do you know why?
    Thanks.

    #1047490

    Hi aquihaydominios,

    I opened your site and followed your instruction on both chrome and firefox and I didn’t get that prompt.
    I think that prompt only appears when it’s trying to download something and trying to open it with an app.
    Can you try clearing your browser cache? if you have another laptop (or maybe somebody’s pc or laptop you can check for a moment) to test it, it might be just on your end since I didn’t get the same results.

    Best regards,
    Nikko

    #1047507

    Hi Nikko,

    Thanks, i solved it. It was caused by firewall in the server.

    I disabled it and checked it… And then i added a rule to do it works with firewall enabled.

    Thanks!

    #1047549

    Hi aquihaydominios,

    That’s great to hear :)
    Feel free to comeback if you need further assistance.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 18 posts - 1 through 18 (of 18 total)
  • You must be logged in to reply to this topic.