Forum Replies Created

Viewing 30 posts - 61 through 90 (of 101 total)
  • Author
    Posts
  • in reply to: Position portfolio item in the grid #1350588

    Here again the screenshot as link:
    vertical alignment of portfolio grid items

    in reply to: Position portfolio item in the grid #1350585

    Hi Ismael,

    thanks for your reply. Here is a screenshot of the desired alignment.
    Change of vertical alignment of portfolio grid items
    The url and access data are in the private content.

    Best regards,
    Vera

    Hi,

    thank you both for your recommendations.

    Best regards,
    Vera

    in reply to: start gallery in lightbox via textlink #1350288

    Hi,
    thank you. For my part you can close the topic.
    Best regards,
    Vera

    in reply to: start gallery in lightbox via textlink #1350198

    Hi,
    great. That works perfectly.
    Thanks a lot.
    Best regards,
    Vera

    in reply to: Styling Masonry Portfolio #1349009

    Hi Rikard,

    yes thank you, you can close this topic.

    Best regards,
    Vera

    in reply to: Styling Masonry Portfolio #1348832

    Hi,

    it works! Thanks a lot for your great support!

    Best regards,
    Vera

    in reply to: Styling Masonry Portfolio #1348679

    Hi Ismael,
    this has no effect on the orientation. An image taged as landscape still takes only the width of one column. Do I have to adjust perhaps also some css?
    Thank you.
    Best regards,
    Vera

    in reply to: Full size image in lightbox #1348195

    Hi Günther,

    thank you. It works!

    Best regards,
    Vera

    in reply to: Styling Masonry Portfolio #1347401

    Hi Ismael,
    thank you for the instructions. They work well.
    Is it also possible to let an image with the tag “landscape” take the width of two columns like in the version for the fixed masonry?
    Thank you.
    Best regards,
    Vera

    in reply to: Full size image in lightbox #1347391

    Hi there,

    I have to come back to the problem in context with a gallery (only first image shown and other images via lightbox). Here I tried Guenni’s “old version” which had no effect:

    function change_lightbox_size() {
        return "full";
    }
    add_filter('avf_avia_builder_helper_lightbox_size','change_lightbox_size', 10);

    Thank you for suggestions.
    Best regards,
    Vera

    in reply to: Styling Masonry Portfolio #1347158

    Hi Ismael,

    Thank you for your suggestions. If you can tell me the class of the element to play with (by adjusting the padding), this would help. As I want the images to be shown with their proportional length and height I suppose I have to use the flexible masonry. But there I couldn’t find the right elements to adjust so that for example the image from a portfolio with the tag “portrait” does not fill up the whole width of a column but has a certain padding to the left and right.

    Best regards,
    Vera

    in reply to: Full size image in lightbox #1343098

    Hi,
    thanks for your replies.
    The so called “old snippet” proposed from Guenni007 works well. Thank you!
    Best regards,
    Vera

    in reply to: Change Icon in Burger Menu #1342487

    Hi Mike,
    okay. I will have a look at the css and come back later, because I don’t know yet how the client wants it exactly to be. But it’s good to know that in general it’s possible to add also a transition.
    Thank you.

    Best regards,
    Vera

    in reply to: Change Icon in Burger Menu #1342481

    Hi Mike,
    thank for your immediate reply. That works well. Can I keep the animated transition of your standard icons when I use two images that differ in shape? I want to achieve something like on this page: https://www.spencerlowell.com
    Best regards,
    Vera

    in reply to: Add masonry sort options to menu #1342460

    Hi Mike,
    Thank you for your immediate answer. I understand.
    Best regards,
    Vera

    in reply to: previous/next post on portfolio page #1288279

    Hi Günter,

    thank you for your reply.

    I tried some more places to put the extracted code from the footer.php and it worked putting it at the end of the template-builder.php.

    Best regards,
    Vera

    in reply to: previous/next post on portfolio page #1287517

    Hi there,

    now I have to come back to the discussed problem in relation with an other website. The issue is: I want to have the previous/next post navigation at the end of the page instead of floating to the left and right side of the browser window. Your instructions ( #1217615 ) to achieve this work fine with blog posts and portfolio posts that are built with the standard editor. But I build the blog as well the portfolio posts with your layout builder. And here the Navigation is not showing. Thank you for help.

    Best regards,
    Vera

    in reply to: Display Image caption below the image #1287431

    Hi there,

    I got the problem fixed by adding this code to the Quick CSS:

    .avia-image-overlay-wrap a.avia_image {
    overflow: visible;
    }

    Best regards,
    Vera

    in reply to: Display Image caption below the image #1286358

    Hi Rikard,

    you find the link and access data in the private content.

    Best regards,
    Vera

    in reply to: Having Portfolio grid open on specific category #1281347

    Hi Ismael,
    great! Thank you very much for the adjustments. Now it works perfectly.
    Best regards,
    Vera

    in reply to: Having Portfolio grid open on specific category #1280587

    Hi Ismael,

    thanks for your reply. Here are the requested infos.

    Best regards,
    Vera

    in reply to: Having Portfolio grid open on specific category #1280115

    Hi Isamel,
    thanks for the correction of the quotes. Still it’s not working. Do you have any further suggestion? Perhaps this is already too advanced for me as a non-programmer? An alternative solution would be what the “documentation > portfolio grid > Load a default portfolio category” recommends to show a specific category. This works fine but is not active anymore when you “reenter“ a page after skipping through the navigation under Firefox and Safari. Only under Chrome it’s always active. Thanks again for your help.

    Best regards,
    Vera

    in reply to: Having Portfolio grid open on specific category #1279101

    Hi Ismael,
    thank you for your reply. As you suggested I created two different CSS-classes (.portfolio-arch and .portfolio-aus) and added the script like this to the functions.php of my child theme. But it has no effect. Do I have to do something additional?
    Best regards,
    Vera

    //------------------------------
    // activate a specific category sort item
    //------------------------------
    function ava_activate_sort_button() {
        if ( wp_script_is( 'avia-default', 'registered' ) ) {
            wp_add_inline_script( 'avia-default', '(function($) {
    				$(document).ready( function() {
    					$(".portfolio-arch .praesentationsmodelle-modellbau-architektur_sort_button").trigger("click"); 
    $(".portfolio-aus .auswahl-anschauungsmodelle_sort_button").trigger("click"); 
    				});
    			})(jQuery);
    	');
        }
     }
     add_action( 'wp_enqueue_scripts', 'ava_activate_sort_button', 9999);
    
    in reply to: Having Portfolio grid open on specific category #1278756

    Hi,

    I have a similar request but have two different portfolio grids and like to activate in each portfolio grid a different category?
    I tried to solve this by your advices to have the first category activated but with Safari and Firefox the activated category is not active if you clicked to an other page and returned.

    Best regards,
    Vera

    in reply to: Problem with double click to start horizontal gallery #1261955

    Hi Ismael,

    thank you for this option. That works well.

    Best regards,
    Vera

    in reply to: Problem with double click to start horizontal gallery #1259647

    Hi Ismael,

    Thank you for your reply and recommendation but the client does not want a zoom effect. As I was looking in the styling section what else might help – with your explanation in mind – I tried to set the Styling > First active Image to “2” and this worked. Now you click one time and the horizontal gallery moves one picture forward. Thank you for your help.

    Best regards,
    Vera

    in reply to: Problem with double click to start horizontal gallery #1258813

    Hi Rikard,
    below you find the data. Thanks for your help.
    Best regards,
    Vera

    in reply to: Horizontal Gallery – Images Loop – Bug Twice Clicks #1258121

    Hi,
    I tried the instructions above to solve the problem, that you have to cklick twice to start forwarding a horizontal gallery? It didn’t work. Can you please provide further instructions to solve this.

    Best regards,
    Vera

    in reply to: previous/next post on portfolio page #1227417

    Hi kbarranco,

    I solved it by not using it but instead styling the next/previous buttons at both sides of the browser window in a more minimal look. But you are right, many themes come with the buttons at the bottom of the page and it would be nice to have this working not only in blog posts but also in portfolio pages.

    Best regards,
    Vera

Viewing 30 posts - 61 through 90 (of 101 total)