-
AuthorPosts
-
July 17, 2023 at 9:37 pm #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?
July 18, 2023 at 3:52 am #1413551Hey 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,
IsmaelJuly 18, 2023 at 10:14 am #1413569I 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, 4 months ago by xeovision.
July 20, 2023 at 8:40 am #1413796Hi,
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,
IsmaelJuly 24, 2023 at 3:30 pm #1414238Hallo 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?July 25, 2023 at 3:06 am #1414293Hi,
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,
IsmaelJuly 25, 2023 at 9:30 am #1414322I have uploaded you the video for better understanding
- This reply was modified 1 year, 4 months ago by xeovision.
July 26, 2023 at 4:31 am #1414473Hi,
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,
IsmaelJuly 26, 2023 at 8:56 am #1414485Yes, 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?
July 27, 2023 at 2:38 pm #1414678Anyone 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 …July 30, 2023 at 7:49 pm #1414954July 30, 2023 at 8:16 pm #1414964This 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…
July 30, 2023 at 10:52 pm #1414975Hi,
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:
then add a corresponding gallery element for each anchor hash link used in a portfolio items:
In each gallery element choose Big image only, other images can be accessed via lightbox and use the Element Visibility to hide each gallery
and then add the anchor hash as the Custom ID Attribute
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
and then will open a Gallery element for only the images you added:
Best regards,
MikeAugust 3, 2023 at 11:15 am #1415321wow, thank you for this detailed help, i will try it this way.
August 3, 2023 at 12:06 pm #1415326Hi,
Glad to help, we will leave this open for now, but please let us know when we can close the thread.Best regards,
MikeAugust 4, 2023 at 8:57 pm #1415451Top .. works excellent .. many many thanks
August 5, 2023 at 12:09 am #1415476Hi,
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 -
AuthorPosts
- The topic ‘Blog news as masonery but withput single post page’ is closed to new replies.