Forum Replies Created

Viewing 30 posts - 32,281 through 32,310 (of 33,332 total)
  • Author
    Posts
  • Hey frednz888,
    If you edit the Social Share Buttons element the first box contains that text, just remove it.
    https://pictr.com/image/HGYIB

    Best regards,
    Mike

    in reply to: I need to Hide Image Captions on Mouse Over #789001

    Hey Rionoskae,
    This plugin works, I just tested it :)

    Best regards,
    Mike

    in reply to: Photo gallery doesn't load after last upgrade #788997

    Hi,
    could not pass the password protected directory to use the WP login

    Best regards,
    Mike

    in reply to: Column Hierarchy Change in Mobile #788996

    Hi,
    You could create a class for that column and use display:none for it in your css for mobile:

    @media only screen and (max-width: 767px) { 
    .hidden-class {
    display:none !important; 
    }}

    Best regards,
    Mike

    Hey Tony,
    What colors do you want them? Right now they match your settings, see screenshot in Private Content area.
    Please clear your cache :)

    Best regards,
    Mike

    in reply to: forum problem #788983

    Hi,
    Could you also please include the email which we can use to try register you in the private area.

    Best regards,
    Mike

    in reply to: re: travel magazine #788982

    Hey Debra Weinryb,
    Shoutbox is a modern magazine style, http://kriesi.at/themes/shoutbox/
    Here are all of our themes: http://kriesi.at/theme-overview

    Best regards,
    Mike

    in reply to: Photo gallery doesn't load after last upgrade #788981

    Hey Aga63,
    Can you please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: Invalid Licence code to activate enfold theme #788980

    Hey Yasir,
    Are you trying to use the Enfold purchase code to activate the LayerSlider? That is not going to work, LayerSlider has it’s own code.
    I ask because you use your Themeforest User Name & Themeforest API Key for Enfold.

    Best regards,
    Mike

    in reply to: Can I download an older version instead? #788978

    Hey manuelmoran,
    While we don’t recommend using an older version due to security risks, we could help, which version would you want?

    Best regards,
    Mike

    Hey Vlad,
    I looked at your site and it looks like your using the Full Screen slider, not the Full Width slider.
    I used your image on my localhost in the Full Width slider without scaling or image loss, please give it a try :)

    Best regards,
    Mike

    in reply to: An update is available for LayerSlider WP! #788975

    Hey Neil,
    If you wish the use the bundled version of LayerSlider, it will be updated on our next update.
    Here’s the topic from the LayerSlider documentation:

    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.

    Best regards,
    Mike

    in reply to: Adding a widget to the main menu container #788967

    Hey kelsangwangpo,
    You can add a widget in the header: https://kriesi.at/support/topic/adding-a-widget-area-inside-the-inner-container-of-the-header-after-the-logo/#post-535353
    But in the menu is not possible without major modification on the theme.
    You could try this plugin: https://wordpress.org/plugins/widgets-in-menu/
    and use the Enfold Latest News widget.

    Best regards,
    Mike

    in reply to: Google Map Tooltip #788962

    Hey lzevon,
    Try this code in the General Styling > Quick CSS field:

    .gmnoprint {
    display: none !important;
    }

    Best regards,
    Mike

    in reply to: Two button in the same row in column pricing table #788960

    Hey josollazzo,
    Here’s how I did it, change the button row to a default row and paste your html buttons, I copied these from the page source code:

    <a href="#" class="avia-button avia-icon_select-yes-left-icon avia-color-theme-color avia-size-small bpl "><span class="avia_button_icon avia_button_icon_left " aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span><span class="avia_iconbox_title">Choice 1</span></a>
    <a href="#" class="avia-button avia-icon_select-yes-left-icon avia-color-theme-color avia-size-small bpr "><span class="avia_button_icon avia_button_icon_left " aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span><span class="avia_iconbox_title">Choice 2</span></a>

    Then I added this code in the General Styling > Quick CSS field:

    .bpl {
    float: left
    }
    
    .bpr {
    float: right;
    top: -25px;
    }

    postimage

    Best regards,
    Mike

    in reply to: addional headline on blog overview page? #788941

    Hey Chris_85,
    Try this solution: https://kriesi.at/support/topic/how-to-change-the-post-title-to-h1/#post-123029

    Best regards,
    Mike

    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

Viewing 30 posts - 32,281 through 32,310 (of 33,332 total)