Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #1413539

    Hi,
    i am using the blog as news system on my page. For display i chose the Masonry option. Images and short Text abd above the filer Menu.
    This works fine but i want to change it: No single post page should be loading after click on the image or title only the postings as overview.

    How can the single page link can be deactivated?

    #1413551

    Hey Sebastian,

    Thank you for the inquiry.

    No single post page should be loading after click on the image or title only the postings as overview.

    Unfortunately, this option is not available in the Masonry or Blog Posts element. However, you can try the AJAX Portfolio option by using the Portfolio Grid element. To get a better understanding of how it works, you can refer to the example provided in the demo.

    // https://kriesi.at/themes/enfold/portfolio/portfolio-ajax/

    Best regards,
    Ismael

    #1413569

    I cannot place sub text on portfolio pages also there is an overlay function .. so portfolio is not re-useable here.
    Can i pull the template from news into the child and make here changes?

    You can see it on the PM

    • This reply was modified 1 year, 2 months ago by xeovision.
    #1413796

    Hi,

    Thank you for the update.

    Yes, you can override the blog posts template by copying the shortcode files to the child theme. However, before doing that, you need to create another “shortcode” folder or path within the child theme. For more information, please refer to the documentation below.

    // https://kriesi.at/documentation/enfold/intro-to-layout-builder/#add-elements-to-alb

    Best regards,
    Ismael

    #1414238

    Hallo Ismael,
    i have rebuilt it completly as Portfolio Grid, is ok for customer now. But one strange thing, when you click on the images the light box opens but when moving right or left i see all other portfolio images. Is it possible to:

    a) show only the one image that was clicked of the portfolio item?
    b) The single portfolio might have 3 images, where to add them and how to show them?

    #1414293

    Hi,

    Thank you for the update.

    The portfolio items seem to be displaying as expected on our end. Would you mind providing a screenshot of the issue? You can use platforms like Savvyify, Imgur or Dropbox to upload and share the screenshot. Here are the steps to follow:

    1.) Visit the website of your chosen platform, such as Savvyify, Imgur or Dropbox.
    2.) Locate the option to upload a file or an image.
    3.) Select the screenshot file from your computer or device and upload it to the platform.
    4.) After the upload is complete, you will be provided with a shareable link or an embed code.
    5.) Copy the link or code and include it in your message or response to provide us with the screenshot.

    Thank you for taking the time to share the screenshot. It will help us better understand the issue you’re facing and provide appropriate assistance.

    Best regards,
    Ismael

    #1414322

    I have uploaded you the video for better understanding

    • This reply was modified 1 year, 1 month ago by xeovision.
    #1414473

    Hi,

    Thank you for sharing the clip.

    In the short clip, it looks like you’ve disabled the Portfolio AJAX option, which is why the lightbox opens instead of displaying a preview of the portfolio item. However, when we checked the site, the AJAX option is enabled, and the featured images are no longer grouped in a lightbox, which is what you are trying to prevent. Is this solution enough?

    Best regards,
    Ismael

    #1414485

    Yes, that what i also found, only aith tha AJAX setting the images will be shown grouped. But is there a way to show the lighbox solution grouped? That is what the customer needs, e.g. a gallery functionality.

    Or can you suggest another Plugin?

    #1414678

    Anyone an idea?
    I need this here: https://sopratec.ch/cms21/referenzen/ like it is but when clicking on the image only an image gallery should opens in the lightbox, so i click then on specific images that are in this single reference added …

    #1414954

    Hi,
    Try using the Gallery element with a Text element below it:
    Enfold_Support_2749.jpeg
    Enfold_Support_2753.jpeg
    In the gallery element choose Big image only, other images can be accessed via lightbox then each gallery element will only show the images you add to it.
    Enfold_Support_2751.jpeg

    Best regards,
    Mike

    #1414964

    This would be working but the customer wants the filter menu that is inside the portolio .. if i use your suggestion there is no animated filter…

    #1414975

    Hi,
    Ok, try linking the portfolio grid item to the gallery elements, first go to your portfolio items that you are going to display and change the Overwrite Portfolio Link setting option to Define custom link and enter an anchor hash like #popup-one:
    Enfold_Support_2757.jpeg
    then add a corresponding gallery element for each anchor hash link used in a portfolio items:
    Enfold_Support_2759.jpeg
    In each gallery element choose Big image only, other images can be accessed via lightbox and use the Element Visibility to hide each gallery
    Enfold_Support_2761.jpeg
    and then add the anchor hash as the Custom ID Attribute
    Enfold_Support_2763.jpeg
    Then add this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function get_portfolio_grid_image_link_hash_and_open_corresponding_gallery_element() { ?>
      <script>
    (function($){
    $('.grid-sort-container a').click(function(e){
    	$(this).addClass('no-scroll');
       e.preventDefault(); 
       var hash = this.href.split("#")[1]; 
       $('#'+ hash +' a').trigger('click');
    });
    })(jQuery);
      </script>
      <?php
    }
    add_action('wp_footer', 'get_portfolio_grid_image_link_hash_and_open_corresponding_gallery_element');

    Then your Portfolio Grid with show your portfolio items with the sort option
    Enfold_Support_2765.jpeg
    and then will open a Gallery element for only the images you added:
    Enfold_Support_2767.jpeg

    Best regards,
    Mike

    #1415321

    wow, thank you for this detailed help, i will try it this way.

    #1415326

    Hi,
    Glad to help, we will leave this open for now, but please let us know when we can close the thread.

    Best regards,
    Mike

    #1415451

    Top .. works excellent .. many many thanks

    #1415476

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 17 posts - 1 through 17 (of 17 total)
  • The topic ‘Blog news as masonery but withput single post page’ is closed to new replies.