Forum Replies Created

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • Hello Mike,
    thanks i put it in private content

    Hi Ismael,

    thanks for looking at my issue

    yes, i have a lot tabs, but they all have diffrent names, by looking into the page source in browser (strg-u) and search for
    -id
    i found them all like
    data-tab-section-id=”name-of-my-tab-in-lowercase”
    and all tabs have diffrent names…..

    ok, after reread your question, it is only one tab element…..

    • This reply was modified 1 year, 6 months ago by wespe.
    in reply to: enfold incompatible with quform? #1370686

    ReHI :-)
    Thanks for the answer. I considered quform as incompatible with enfold. They have a nice 7-days money back warranty which i requested.
    A form plugin should be able to be used :-)
    So this problem is solved. A pity -it was a nice plugin :-)

    Kind Regards
    jens

    in reply to: update trouble due to unneeded .DS_Store files #1370672

    Hi Guenni007,
    As i wrote in my reply https://kriesi.at/support/topic/update-trouble-due-to-unneeded-ds_store-files/#post-1370061 the actual download version! (5.2.1) from envato is .DS_Store free – no problem anymore :-)
    The older downloads (4.9.x and 5.x) did contain these files. If you still have them – check it.
    Maybe these are added by envato – i got recently an other plugin (Real3d Flipbook) where the download also contains some .DS_Store files.
    anyway thank for looking into that.
    Kind Regards,
    jens

    in reply to: Change image with mousehover at Partner/Logo Element #1370453

    Hi Ismael,
    thanks a lot – this is working now.
    While creating the website we have disabled all merging caching options.
    That is much more easy if you make a lot new stuff and changes….

    You can close this as solvet
    Kind Regards
    jens

    in reply to: enfold incompatible with quform? #1370191

    There is also some hint from the quform support:

    “Unfortunately the Enfold theme uses very strong CSS selectors (prefixed with #top) for fields which overrides the base Quform field CSS.
    It’s possible to override it though with custom CSS. Something like the code below should work to set the border/background of Text, Email and Textarea fields. You can add it to Forms – Settings – Custom CSS & JS – Custom CSS (All devices).”

    #top .quform .quform-element-text input[type="text"],
    #top .quform .quform-element-email input[type="email"],
    #top .quform .quform-element-textarea textarea {
        border: 1px solid #ccc;
        background-color: #fff;
        color: #555;
    }
    #top .quform .quform-element-text input[type="text"]:focus,
    #top .quform .quform-element-email input[type="email"]:focus,
    #top .quform .quform-element-textarea textarea:focus{
        border-color: #66afe9;
    }

    Adjust the colors to suit.”

    “Enfold theme uses very strong CSS selectors (prefixed with #top) for fields which overrides the base Quform field CSS”

    That sound incompatible to me, or do you have some trick to make quform work ?
    Kind Regards
    Jens

    in reply to: enfold incompatible with quform? #1370098

    Hi Ismael, thanks for Answer….
    – wp Cache plugin disabled
    – enfold script / css merging disabled
    – quform script / css merging disabled

    Simply All elements, whatever i do with quform like
    – padding
    – margin
    – size (Hight Width)
    – Color settings (border – background)
    one more observation: i’m used to check elements with F12 in Chrome Browser, but when i come to the form, it is one block and not anymore expandable – that is quite unusual

    I’m afraid this is a bigger problem, and i should have test prior to buy with their demo :-(
    Kind Regards
    jens

    in reply to: Do not crop thumbnails in av_gallery for non square images #1370066

    Hi Ismael,
    Thank for answering :-) i forgot to mention that we use the shortcode inside a tablepress field.
    The idea is to have this nicely scaled on all devices what this way works well.
    as we use the Big Image Only Style style='big_thumb' in shortcode i was guessing what the other parameters will do as i found no list of their function.
    preview_size='portfolio' i was assuming this is the BigImageThumbnail as i see that before the image (preview)
    but when i look into the gallery setting i might be wrong here.
    what does this?:
    crop_big_preview_thumbnail='avia-gallery-big-crop-thumb'
    and in opposite (that no-crop-thumb sound perfect :-)
    crop_big_preview_thumbnail='avia-gallery-big-no-crop-thumb'
    this no-crop i found by accident somewhere here in forum, a list with a short explanation would be nice :-)

    my goal is always see the whole picture as very big thumnail (as big as i have space, but never crop independend from aspect ration) and have the maximum resolution in the lightbox when click on the “picture” (thumbnail)

    kind regards,
    jens

    • This reply was modified 1 year, 12 months ago by wespe.
    in reply to: update trouble due to unneeded .DS_Store files #1370061

    Thanks a lot,
    last update is completely .DS_Store free (i checked the zipfile prior to do the internal update)
    and the update runs flawless.
    again, thanks for fast action
    jens

    in reply to: update trouble due to unneeded .DS_Store files #1369467

    just to be clear, i work under linux, and these file are inside the zipfile enfold itself downloads when updating, as this did’t work, i’ve installed the envato plugin that failed also. After temporary disable the .DS filter in our vsftpd i could run the update inside wordpress (envato market plugin)

    you can look with commandline inside the zip (i.e. list all files, in OSX terminal this should work too)

    zipinfo -1 themeforest-YeOFO7oQ-enfold-responsive-multipurpose-theme-wordpress-theme.zip | grep DS
    enfold/.DS_Store
    enfold/framework/images/icons/new/.DS_Store
    enfold/images/.DS_Store
    enfold/js/.DS_Store
    enfold/config-templatebuilder/avia-template-builder/php/.DS_Store

    Here are some hints how to deal with that in OSX
    https://perishablepress.com/remove-macosx-ds-store-zip-files-mac/

    • This reply was modified 2 years ago by wespe.
    in reply to: update trouble due to unneeded .DS_Store files #1369464

    These file are crated in some OSX versions (likely older ones), the user does not see them, but when packing a folder they get packed as well. thats why we block them in our vsftpd.

    remember that all dot-something file are hidden in all *nix system (unix/linux/osx….)

    actual download from envato / https://themeforest.net/downloads:
    Installable WordPress file only

    find enfold/ -name ".DS_Store" -print
    enfold/.DS_Store
    enfold/js/.DS_Store
    enfold/framework/images/icons/new/.DS_Store
    enfold/images/.DS_Store
    enfold/config-templatebuilder/avia-template-builder/php/.DS_Store

    the zip file in All files & documentations containing them as well

    find all_files/ -name ".DS_Store" -print
    all_files/enfold/.DS_Store
    all_files/enfold/js/.DS_Store
    all_files/enfold/framework/images/icons/new/.DS_Store
    all_files/enfold/images/.DS_Store
    all_files/enfold/config-templatebuilder/avia-template-builder/php/.DS_Store

    it would be great, if you could leave out these files
    thanks

    • This reply was modified 2 years ago by wespe.
    in reply to: Do not crop thumbnails in av_gallery for non square images #1369152

    for now we just add transparent space to the picture, to make width and height equal.
    but some settings to have the thumbnails not cropping would be nice,

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