Forum Replies Created

Viewing 30 posts - 91 through 120 (of 384 total)
  • Author
    Posts
  • in reply to: Portfolio category name in breadcrumb not translated #929822

    Wow you’re really great! Thanks so much for your help!

    Can you flag this topic as solved please?

    Best regards,
    Monique

    in reply to: Easy Slider – issue with caption content font size #928076

    Hi Vinay,

    Checked and double checked again and found out there was a conflict with some lines in custom CSS which forced the font-size for caption to be larger than set in the screen options ;-). Now it works just fine.

    Thanks for your helpful suggestion and sorry to have bothered you.

    Can you flag this topic as closed please?

    Best regards,
    Monique

    in reply to: Help required with iconbox in extra widget area header #928020

    Hi Mike,

    Yes great! That looks so much better :-)

    Thanks for all your help!

    Can you flag this topic as closed please?

    Have a nice day,
    Monique

    in reply to: Portfolio category name in breadcrumb not translated #928014

    Hi Basilis,

    Please find below.

    Best regards,
    Monique

    in reply to: Enfold Showcase #928011

    @akraemer,

    Nice sites. I don’t want to spoil your joy, but it seems with both sites you have an issue with the menu overfloating the logo with smaller screens (Gift Idea Geek only slightly though). Maybe it helps when you set the hamburger menu also for tablets? And/or at Wallet Squirrel put the social icons in a top bar?

    Best regards,
    Monique

    in reply to: Help required with iconbox in extra widget area header #926688

    Hi Mike,

    When I use your code, the text is being placed inline with the icon also on screens 768-989px, however the icon itself is being placed more downwards. That doesn’t look very “pretty” and I don’t understand why this happens.

    I created a temp login for you (see below). Would you please be so kind to have a look?

    Thanks & regards,
    Monique

    in reply to: Portfolio category name in breadcrumb not translated #926581

    Hi Basilis,

    Unfortunately the site turns blank with this code. Please find access details below.

    Regards,
    Monique

    in reply to: Video not to autoplay #926545

    Hi Ismael,

    Thanks, yes that worked!

    Would you advise me to delete the “ava_iframe_parameters” from functions.php? Or would that not cause any harm?

    You may flag this topic as closed now. Thanks a lot for your help!

    Regards,
    Monique

    in reply to: Portfolio category name in breadcrumb not translated #924459

    Hi Victoria,

    I assume that sometimes you LOL? ;-)

    Sorry but I seem not to be able to get this to work. Either the page turns blank or the breadcrumb gets completely mixed up…

    Would you please be so kind to submit me the full code to get the breadcrumb right on a single portfolio page in English? Speaking with Ismael’s words: the filter should return the “My Work” page on the single portfolio page and only if the language is set to English.

    Thanks & regards,
    Monique

    in reply to: Video not to autoplay #924452

    Hi Ismael,

    Sorry for the missing login credentials. Please find new ones below.

    Yes, I am using the same video in both options.

    I wonder… I noticed in the Enfold change log of 2018 March 1st – Version 4.2.5
    – improved: we try to hide related youtube videos by default

    Has this to do with my issue too? In that case updating Enfold from 4.2.4 to 4.2.5 would perhaps solve this issue? Let me do that first and I’ll come back to you thereafter if the problem still exists or not.

    Have a nice weekend,
    Monique

    in reply to: Translation header phone-info broken since last update #924445

    Hi Victoria,

    Yes, you’re right. Is working as it should now. Most probably indeed a cache issue. Sorry to bother you for nothing…

    Can you please close this thread?

    Thanks & regards,
    Monique

    in reply to: Enfold Showcase #923989

    @Tobiy. Thanks for your reply. It clarifies all now that you told me that you’re using portfolio grids :-)

    in reply to: Enfold Showcase #923200

    @Tobiy,

    It is a while ago that you posted a link to your Enfold site https://pflegemarketing.org/. can you tell me how you created the content grid on the home page?

    Thanks & regards,
    Monique

    in reply to: Video not to autoplay #919506

    Hi Ismael,

    The previous thread you mentioned was for a site based on Sentence theme. I don’t know whether that makes a difference?

    That having said I also think I’ve used that code to try if that work for this website too. And it works for large screens we I have used option (1). However, it does not work the same way for smaller screens where I have used option (2).

    Any more suggestions to have the poster image also when using option (2)?

    Thanks & regards,
    Monique

    Hi,

    This topic was too confusing as it concerned multiple websites. The issues have been solved through other threads. Please flag this one as solved.

    Thanks for your help!

    Regards,
    Monique

    in reply to: Portfolio category name in breadcrumb not translated #915951

    Hi Ismael,

    This is really great! You guys rock! The 5 stars you get are well deserved :-)

    One more question. I had exactly the same problem with my own website. Thought to change your am code to get it to work there too, but I get a blank page. So obviously I missed something. The code I thought to use is:

    // portfolio breadcrumb
    add_filter( 'avia_breadcrumbs_trail', 'avia_breadcrumbs_trail_mod', 20, 2 );
    function avia_breadcrumbs_trail_mod( $trail, $args ) {
        if( is_singular('portfolio') && pll_current_language() == 'en' ) {
            $home = $trail[0];
            $last = array_pop($trail);
    
            $my-work = get_post(4818);
    
            if(!empty($my-work))
            {
                $link = '<a href="'.get_the_permalink($my-work->ID).'">'.$my-work->post_title.'</a>';
                $link = preg_replace('!rel=".+?"|rel=\'.+?\'|!',"", $link);
                $link = str_replace('<a ', '<a rel="v:url" property="v:title" ', $link);
                $link = '<span typeof="v:Breadcrumb">'.$link.'</span>';
                $trail[1] = $link;
    
                $trail = array(0 => $home, 1 => $link, 2 => $trail[2], 'trail_end' => $last);
    		}
        }
    

    Could you please verify? Login details below.

    Thanks & regards,
    Monique

    in reply to: Video not to autoplay #915755

    Hi Basilis,

    Thanks you for your extensive reply. I am not certain though that this is an answer to my question. Perhaps I have not been clear enough? See also my explanation here above. I had to create two ways in order to properly show the video:

    (1) Easy Slider with a video, with screen options > element hidden on medium, small and very small screens, so used for showing on large screens.
    (2) Video element, with screen options > element hidden on large screens, so for showing on medium, small and very small screens.

    (1) shows the video-image after it’s finished, (2) shows the You Tube grid at the end. We also want for (2) to show the image.

    As far as I’m concerned I should not have to do something with the You Tube video itself, should I? As a matter of fact I don’t even have access to the You Tube video itself.

    Since the image is shown for (1), my conclusion is that there is something in the code of Enfold that makes (2) to have a different ending. And I was hoping you could give me a work around to “fix” this.

    Please advise.

    Regards,
    Monique

    in reply to: Portfolio category name in breadcrumb not translated #915542

    Hi Victoria,

    Thanks for your quick reply. I understand what you mean: the two pages were both in English, I did not “connect” the correctly. I’ve corrected this, so we now have one page in Dutch “Boeken” and one page in English “Books”. However that does not solve the breadcrumb issue… :-(

    Please advise.

    Regards,
    Monique

    in reply to: Portfolio category name in breadcrumb not translated #915499

    Hi Victoria,

    Please find below.

    Note: please do not change the WP read settings nor Enfold Child page settings! The settings as it is now is needed in combination with Polylang. If you change it the whole multi language page and post structure won’t work anymore as it should.

    Looking forward to your further info.

    Regards,
    Monique

    in reply to: When is next update for Enfold expected? #915489

    Hi,

    Just “cleaning” my old posts…

    Can you please flag this topic as closed?

    Thanks & regards,
    Monique

    in reply to: Video not to autoplay #915488

    Hi Ismael,

    Sorry for my late reply. Picking up a few old pending issues :p

    I looked into this again. I am not sure why I put the “ava_iframe_parameters” function in the functions.php file. Maybe because I thought I could make changes to the autoplay. The autoplay (or in fact not autoplay) seems to work fine now.

    One more issue though. I have now moved the avia layout of the test page (as mentioned above) to the home page:
    (1) Easy Slider with a video, with screen options > element hidden on medium, small and very small screens.
    (2) Video element, with screen options > element hidden on large screens.

    For 2) video element (used on medium, small en very small screens) the video stops showing a You Tube grid for other video’s. Is it possible also to show here the thumb/image of the video instead?

    Thanks & regards,
    Monique

    Hi Jordan,

    You suggestion worked well. Sorry for my late reply :-)

    Can you please flag this topic as closed?

    Thanks & regards,
    Monique

    in reply to: Is it possible to show category name as page title? #915457

    Hi,

    Just “cleaning” my old posts…

    Can you please flag this topic as closed?

    Thanks & regards,
    Monique

    in reply to: Flexible grid layout for home page #915456

    Hi,

    Just “cleaning” my old posts…

    Can you please flag this topic as closed?

    Thanks & regards,
    Monique

    in reply to: When is next update for Enfold expected? #885993

    Thanks Rikard for the update!

    Can you please flag this topic as closed?


    @goldengate415
    : most of our sites are on Enfold 4.2 and WP 4.8.x now.

    Best regards,
    Monique

    in reply to: When is next update for Enfold expected? #885580

    Hi Victoria,

    I am only asking you for Enfold vs WP 4.9(.1) compatibility. I understand you cannot influence nor guarantee server configuration, plugins and customizations…

    Best regards,
    Monique

    in reply to: When is next update for Enfold expected? #885543

    Hi Victoria,

    Thanks for your reply.

    I would like to turn it around: can you guarantee me I will not run into issues when I update WP? Like I said, I am not looking forward to spend a lot of time in solving any issues… ;-)

    Best regards,
    Monique

    Hi Jordan,

    Yes good idea. I will try this and let you know if that worked!

    Thanks & regards,
    Monique

    Hi Ismael,

    That is what I did. I never copy from the email.

    I’ll try again and let you know.

    Best regards,
    Monique

    • This reply was modified 6 years, 12 months ago by Monique.

    Hi Ismael,

    Thanks for your reply.

    When I use a.m. code, all single portfolio pages turn blank (or grey in this case).

    Please advise.

    Regards,
    Monique

Viewing 30 posts - 91 through 120 (of 384 total)