Forum Replies Created

Viewing 21 posts - 91 through 111 (of 111 total)
  • Author
    Posts
  • 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

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

    Hi Victoria,
    sorry, maybe I put it wrong. The feature prev/next post is there but not – just by clicking – at the end of a page instead of the position centered at the borders of the browser window. Again: in my case your instructions to put this navigation at the end of the page worked fine for the blog but not for portfolio pages. But don’t mind I found an other solution.

    Best regards,
    Vera

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

    Hi Victoria,
    unfortunately it doesn’t work. Even with no plugin activated. With the blog everything works fine but not in the portfolios. Running out of time I use now the blog for my purpose. May be you can consider this feature for further updates if more users are interested. ;-)
    Best regards,
    Vera

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

    Hi Victoria,

    now I added it again. I did that before with no effect. Is the end of the page the right place to do that as in the loop-index-php?

    Best regards,
    Vera

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

    Hi Rikard,

    oh no. The problem isn’nt solved. If you are in charge now, please have a look at the conversation to follow status quo. (The aim is to have the prev/next link at the end of the content of a portfolio-page).

    best regards,
    Vera

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

    Hi Victoria,
    okay, I put it there. Thank you for your immediate answer.

    Best regards,
    Vera

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

    Hi Victoria,

    yes. For the start I changed the code in the parent theme. I read that files in the folder “includes” can’t be overwritten by a child theme? Now I put the changed footer.php and the folder includes with the loop-index.php in my child theme, if that is better. Sorry, but I’m a beginner.

    Best regards,
    Vera

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

    Oh sorry, sure. I forgot. You find it in the private box.

    Best regards,
    Vera

    in reply to: previous/next post on portfolio page #1220413
    This reply has been marked as private.
    in reply to: previous/next post on portfolio page #1219562

    Hi Victoria,

    this is the related post. #1216529.

    Best regards,
    Vera

    in reply to: previous / next links on single posts #1216529

    Hallo,

    I would like to put the navigation next/previous post at the end of a post or a portfolio. I understood that was what Jason wanted to do. I used the css as suggested by Ismael but can’t identify which piece if code exactly I have to take from the footer.php file and place in the includes > loop-index.php file right at the very bottom of the post. (#1148408)

    Thanks for your help,
    Vera

    in reply to: Advice on blurry images #1186989

    I agree, on my retina desktop monitor the image looks a bit blurry. Does Enfold support @2x images to show these if needed? Do I have to upload always two variations of images (@x1 and @x2)? Or is it so that Enfold will support this in a coming update?

    Thanks
    Vera

Viewing 21 posts - 91 through 111 (of 111 total)