Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #1114601

    I have problems with the gallery ..

    I have entries in Custom Post Type with a gallery module
    and when updating is configured.

    Before Update, thumbnails are displayed .. and after updating. It is displayed in a single row .. and full size ..

    We have an idea because ocuerre this:

    There is a possibility that you can discard me or send me the previous versions of the template ..

    Without I believe a new entry in the coustom post type and I create a gallery fuona perfectly.
     

    A greeting..

    #1114602

    I think you have some beta of the next version.
    can you give me the update .. Thanks ..
    A greeting

    #1114645

    Hi Rafa.O ,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1114656
    This reply has been marked as private.
    #1114694

    Hi Rafa.O,

    There might be some corrupted files, so please delete all theme files completely via FTP, before installing a fresh copy from your ThemeForest account. Here is a short tutorial on how to install the theme via FTP, in case you are not sure how that works.

    Best regards,
    Victoria

    #1114711

    Hi thanks..
    It’s already done I downloaded the theme yesterday afternoon ..
    and I’ve uploaded it to ftp .. but I’m going to throw away a copy and I tell you ..

    #1114717

    Hello, eh rename the folder of / wp-content / themes / enfold / by enfold.old and I discarded from my ThemeForest account a new copy .. and decompiled in my pc zip and uploaded to the server .. zip enfold.zip and decompimido in my hosting .. and the problem persists ..

    But as I said before if I create a new entry in Custom Post type with the gallery element is created correctly …

    Hosting says that everything is all Oks.

    I think the problem is in ThemeForest ..

    You can review it .. Thanks ..

    #1114753

    Hi,
    I took a look at your Error Posts Gallery page /rubio/ and added this css to correct the issue:

    #top div .avia-gallery img {    width: auto !important}

    Please clear your browser cache and check your gallery.

    Best regards,
    Mike

    #1114788

    Oks, thanks … but equally the problem is not solved ..
    Our Gallery configuration .. is Miniatures + Portfolio 495×400 + 5 Columns.

    But with your change it shows it in two columns and I think that maximum size ..

    If it can be a temporary solution .. and wait for future great update ..

    You can check the CCS so we can have the old entries of the Custom Post Type Inhabitants. can ffcionar with normality ..
    Thank you..

    #1115014

    Hi,
    Thank you for the links, and the feedback. Please try this css instead:

    #top div .avia-gallery img {width: 20% !important}

    This will create the 5 columns again.
    I see at the beginning of the thread you asked about trying the beta version, would you still like to try it?

    The easiest and safest way to test an update is to rename your current theme to “enfold-old” via ftp then upload the new “enfold” via ftp and check that your site is working correctly.
    Once you are happy you can delete the “enfold-old” via ftp, (not the WP theme page)
    Should for some reason you wish to roll-back to the old version, it’s easy to do, simply rename the new “enfold” to “enfold-new” via ftp and then rename “enfold-old” to “enfold” then refresh your page.
    Please don’t try to overwrite the theme folder, as this will leave old files behind and cause errors.

    Best regards,
    Mike

    #1115052

    Hi, Thanks for the info, I’ll try it, and I’ll confirm if this oks ..
    and I’m uploading the beta .. thank you very much ..

    #1115061

    #top div .avia-gallery img { width: auto !important}
    Oks will use the first .. since it does not deconfigure the new entrances ..
    With the second code the new entries are left with much padding center of the content .. of the gallery

    A greeting

    #1115322

    Hi,
    I’m not sure what you mean, Please see the screenshot in Private Content area of what I see with the latest css, is this not correct?

    Best regards,
    Mike

    #1259574

    Hello, we have the same problem.
    To show avia builder in custom post type we wrote this code:

    function add_builder_to_posttype($metabox)
    {
    foreach($metabox as &$meta)
    {
    if($meta[‘id’] == ‘avia_builder’ || $meta[‘id’] == ‘layout’)
    {
    $meta[‘page’][] = ‘attivita’;
    $meta[‘page’][] = ‘progetti’;
    }
    }
    return $metabox;
    }

    Then on that custom post type, if i put a gallery with 4 columns it only appears in 1 column.
    Is it correct the code above or how can we solve this problem?

    Thanks
    Anna

    #1259775

    Hi Anna,

    Please open a new thread and include WordPress admin login details in private so that we can have a closer look at your site. Also please post a link to where we can see the actual problem on the front end on your site.

    Best regards,
    Rikard

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