Forum Replies Created

Viewing 30 posts - 33,511 through 33,540 (of 34,546 total)
  • Author
    Posts
  • in reply to: varnish cache & enfold #788938

    Hey romano2,
    I found two reports of this, one solution was to:

    The solution was to edit php.ini configuration file and change the following two parameters:
    
    session.use_cookies = 0
    session.cache_limiter = public

    The second was to Install this extension to use varnish with Enfold:

    let us know if this helps.

    Best regards,
    Mike

    in reply to: forum problem #788903

    Hi,
    I will ask a senior team member to assist, perhaps entering your code in the Private Content area will speed the process along.

    Best regards,
    Mike

    in reply to: Großes Portfoliobeitragsbild #788900

    Hi,
    Ich bin mir nicht sicher, was ein “Porto Bilder” ist und wo dieser Fehler auf Ihrer Website zu sehen ist. Um mir zu helfen, zu verstehen, kannst du auf zwei URLs oder zwei Screenshots zeigen, also kann ich sehen? Vielen Dank.

    Best regards,
    Mike

    Hi,
    OK, I don’t have a license for my LayerSlider in my localhost Enfold, so can you tell me if this statement in the LayerSlider documentation is correct:

    Updating the bundled version in themes
    If you’ve received LayerSlider as a bundled item in your theme, new releases will be provided by the theme author through theme updates, since Auto-Updates won’t work without activating your copy of LayerSlider. However, if you choose the purchase a license for LayerSlider, theme bundled versions can also be activated and updated without reinstalling the plugin.

    To me this reads that if you buy a license and enter the code in the bundled version of layerslider, it will auto update even though it does not show in the plugin area. Otherwise, for the free version, updates will be provided through theme updates.

    Best regards,
    Mike

    Hey Sim0nb,
    There is no easy way to do this in Enfold without extensive theme editing, from the Toolset video: https://vimeo.com/176428571 it seems to show embed multiples images saved in a custom field, perhaps it’s just what your looking for.
    postimage

    Best regards,
    Mike

    in reply to: Image Frame #788883

    Hey SailTheOcean,
    We are happy to help, Try this code in the General Styling > Quick CSS field:

    img {
        border-color: #ebebeb;
        border-style: solid!important; 
        border-width: 1px!important; 
        padding: 7px!important; 
    }

    But you may find that you don’t really want every image to have a border, if so include a URL and which type of images you do want a border on and we will try to help :)

    Best regards,
    Mike

    in reply to: unnecessary index problem #788882

    Hey mstfmhc,
    I was going to tell you about Robots.txt and “disallow” but looking at your Robots.txt you seem to have some good rules there, but why would you want this:

    Allow: /wp-admin/admin-ajax.php
    Allow: /wp-content/uploads

    I would disallow them.
    The problem you have now is you are open to being hacked, please add this to your .htaccess file to disallow folder view, “Index of”:

    Options -Indexes

    You can also try to request a removal from Google: https://www.google.com/webmasters/tools/removals

    Best regards,
    Mike

    in reply to: Großes Portfoliobeitragsbild #788879

    Hey hackintosh1984,
    Vielleicht ist die Anzeigegröße Ihrer Bilder nicht das Defalment in den “ATTACHMENT DISPLAY SETTINGS” und wenn Sie Ihre Bilder auswählen, legen Sie die Größe nicht fest. Oder vielleicht bei der Auswahl deiner Bilder benutzt du das Scrollrad auf deiner Maus, das deine “ATTACHMENT DISPLAY SETTINGS” ändert?
    Wenn Sie dieses Problem weiterhin haben, geben Sie bitte ein Admin-Login in den privaten Content-Bereich ein, damit wir uns genauer ansehen können.
    Bitte verzeihen Sie mein Deutsch, da ich Google Translate verwende

    Best regards,
    Mike

    in reply to: Support #788873

    Hey Bernd,
    Sie haben erfolgreich ein neues Thema eröffnet, bitte gehen Sie zu:https://kriesi.at/support/forum/enfold/ um ein Enfold-Thema zu öffnen. Wir freuen uns auf Sie.

    Best regards,
    Mike

    in reply to: Custom ID for Layout Elements (continue) #788871

    Hey hayatbiralem,
    Thank you for sharing, I have added Tags to help with searching.

    Best regards,
    Mike

    Hey accurIT,
    You can use the embedded version and upgrade to the fully-licensed version, you just need to activate it with the license key you got from purchasing the standalone version. The plugin and theme version are identical codewise, however the Layerslider team decided to add a few features that are only available after entering the purchase code.

    Best regards,
    Mike

    in reply to: Call Lightbox manually #788866

    Hey netWKR,
    I looked at your site and believe your goal is to get the thumbnails to open in lightbox.
    Please try to call the lightbox with the class “.avia_activate_lightbox”.
    I didn’t find any specific lightbox documentation, but I found: https://kriesi.at/support/topic/diable-the-enfold-lightbox-urgent/#post-193309 stating that the class “.avia_activate_lightbox” forces lightbox and the class “.noLightbox” prevents lightbox.
    In my testing I found that removing the “target=’blank’” from you thumbnail and adding the class “avia_activate_lightbox” forced, or restarted, your lightbox.
    (full class: “sit-tourism–lightbox lightbox-added avia_activate_lightbox”)
    I’m not sure how you would add this to your code above, but I hope this will help.
    postimage

    Best regards,
    Mike

    in reply to: Permanent transparent header #788859

    Hey Bernd,
    Create a js folder then place a avia.js file inside. Add this on the child theme’s functions.php:

    function wp_change_aviajs() {
       wp_dequeue_script( 'avia-default' );
       wp_enqueue_script( 'avia-default-child', get_stylesheet_directory_uri().'/js/avia.js', array('jquery'), 2, true );
    }
    add_action( 'wp_print_scripts', 'wp_change_aviajs', 100 );

    Best regards,
    Mike

    in reply to: forum problem #788857

    Hey Michel,
    For technical support please register here kriesi.at/support/register with your item purchase code .

    Go to https://kriesi.at/support/ select the theme you purchased bookmark the URL.
    Example: https://kriesi.at/support/enfold
    Scroll to the bottom of the page to open a new ticket.

    Best regards,
    Mike

    in reply to: Execute shortcode by clicking on an AVIA button #788856

    Hey Bernd,
    Not sure if it can easily be done, but you could try triggering with a script in your function, here’s such an example: https://kriesi.at/support/topic/adding-onclick-to-button/#post-417503

    Best regards,
    Mike

    in reply to: Restore Layer Slider from Backup #788853

    Hey dsammond,
    Are you using the import/export function in the Layer Slider?
    In grid view the slide preview image has a faint arrow on it, but in list view there is an arrow in the far right column with the export option in the drop down.
    postimage

    Best regards,
    Mike

    in reply to: Action Hook Map? #788846

    Hey dsammond,
    Please request – or vote if already requested – for this feature here: Enfold feature request form.
    You can also do a global search for avf and ava for filters and actions respectively, & see our Code Library:
    https://github.com/KriesiMedia/library/
    Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Static overlay on top of all sliders #787050

    Hi,
    Sorry, you will need you search for a plugin with that capability.

    Best regards,
    Mike

    in reply to: Slider is underneath the header…help! #785416

    Hi,
    Glad Jordan was able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    Hi,
    I wish I could help more, but I don’t see how :)

    Best regards,
    Mike

    in reply to: Parallax effect on homepage #785414

    Hi,
    That is a great idea for a new feature: Enfold feature request form.

    Best regards,
    Mike

    in reply to: Slideshow controls on mobile #785411

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Job Board Filter Issue #785410

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Static overlay on top of all sliders #785404

    Hi,
    I don’t understand, I thought you gave me a demo url, and you wanted to know how they got their slider to work the way it does?

    Best regards,
    Mike

    in reply to: Empty Spaces Between Product Thumbnails WooCommerce #785394

    Hi,
    Thank you for sharing your solution, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: background video text overlay vanishes #785391

    Hi,
    Glad to hear you solved it, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Image caption #785389

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Job Board Filter Issue #785388

    Hi,
    Hum, I can’t login with what you gave us. But I’m sure you cleared your cache, do you have a caching plugin or using CDN?
    The css we are trying to over write is for a plugin here: /wp-content/plugins/wp-job-manager/assets/css/frontend.css
    Perhaps if you ftp in and edit it directly it will solve late loading css from the plugin? But when you update you will need to edit it again.

    Best regards,
    Mike

    in reply to: Slideshow controls on mobile #785378

    Hi,
    To remove the overlay on phone try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 767px) {
    #top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content {
        background: none !important;
        display: none !important;
    }}

    Best regards,
    Mike

    • This reply was modified 8 years, 2 months ago by Mike.
    in reply to: Static overlay on top of all sliders #785375

    Hi,
    Ops, spoke too soon, just as I clicked summit I thought of using “top: -650px;” to move the slider up and over the built in video player :)
    This was done on my localhost install:
    postimage

    Best regards,
    Mike

Viewing 30 posts - 33,511 through 33,540 (of 34,546 total)