Forum Replies Created
-
AuthorPosts
-
March 13, 2020 at 10:20 am in reply to: Ajax portfolio next/previous and fullscreen option doesn't work #1192849
Hi Victoria,
That’s it! Thank you very much. Now it works perfect and I’m very happy.
A lot of compliments for your help.Have a nice day.
Best regards,
MarkMarch 11, 2020 at 10:42 am in reply to: Ajax portfolio next/previous and fullscreen option doesn't work #1192187Hi Victoria,
Thanks for your reply.
Here are two screenshots:https://www.vocalgroup-evolution.nl/wp-content/uploads/2020/03/Screenshot-1.png
So here I am into an ‘portfolio item’. In this screenshot you see a individual image.https://www.vocalgroup-evolution.nl/wp-content/uploads/2020/03/Screenshot-2.png
When I hover that image the ‘lightbox’ icon appears. But when clicking on it, nothing happens.My client thinks this is important, because after the lightbox opens, you can slide to the next and previous images.
Like you see in this Enfold demo: https://kriesi.at/themes/enfold/portfolio-item/single-portfolio-23-gallery-3/I send you the credentials to login.
Thanks in advance.
Greets Mark
March 7, 2020 at 2:40 pm in reply to: Ajax portfolio next/previous and fullscreen option doesn't work #1191118Hi Victoria
Thanks for your reply and the video.
This also works on my site. But, when I click on an image into an album, to see it full size, it doesn’t work.
So now I only can open albums en switch between them, but not click on induvidual images. Do you know what I mean?
Maybe you can check that at your side?Today I updated the theme (4.7) and updated the PHP version (7.4) But unfortunitaly this also wasn’t the solution.
Best regards Mark
November 19, 2019 at 10:56 pm in reply to: Ajax portfolio next/previous and fullscreen option doesn't work #1158305Hi Victoria,
Thanks for your reply. I disabled the audio player plugin. Now the Javascript error disappeared, but the problem still exist.
Maybe there is another solution?Best regards,
MarkNovember 6, 2019 at 9:39 pm in reply to: Ajax portfolio next/previous and fullscreen option doesn't work #1154442Hi Jordan,
I checked it on a pc on my work. But strange enough on this windows computer, with Chrome it also doesn’t work. I always test the first album on the page. Have you also test that one?
Greets Mark
November 5, 2019 at 7:45 am in reply to: Ajax portfolio next/previous and fullscreen option doesn't work #1153878Hi Jordan,
Thanks for your quick reply. That is strange.
I use Chrome too, but on an Apple computer.
When I check the ajax portfolio on your enfold demo sites, everything works perfect.
So I think there is maybe something wrong with our website.Is there something I can do?
Best regards,
MarkAugust 10, 2016 at 11:03 am in reply to: Different logo per page with Advanced Custom Fields #670743Hi Yigit,
This code works perfect.
Thanks for you help!Greets Mark
August 10, 2016 at 10:52 am in reply to: Masonry with post title and excerpt cut off text in responsive view #670735Hi Yigit,
Thanks for your solution. I haven’t thought about that.
So, now I duplicated the masonry block and gave them custom css classes.
I changed one of the masonry block to flexible masonry and only display this block at a screen size smaller than 1000px;
I did the opposite with the other one.
That works.Thanks!
I forgot the mention the website URL. Maybe it’s useful: website
August 9, 2016 at 9:22 am in reply to: Change search icon at search bar (not the ajax search bar) #670215Thanks Yigit, I saw that post before, but I thought that it also was going about a different search icon.
But I did follow the tutorial, and it works. Thanks for your respond.Hi Josue,
Yes. That’s the solution. It works!
Thank you very much!Greets Mark
November 24, 2015 at 11:43 am in reply to: After WPML update of today, theme options in different languages problem #541487Hi Rikard,
This topic can be closed. I solved the problem.
It was my fault that I couldn’t translate the theme options. I did some changes to a plugin which caused the problem.
I fixed this now.Thanks for your help anyway.
Greets Mark
November 23, 2015 at 9:38 am in reply to: After WPML update of today, theme options in different languages problem #540587Hi Rikard,
Thanks for your reply. I will provide the login details.
Greets Mark
I’m trying to do exact the same thing. But in my case the functions.php code isn’t working either.
Okay, I think this is too complex for me.
Nog I’m trying to add a custom jQuery UI script to the page.
This is the script I would like to add.But I think, again, I’m doing something wrong.
I added this code at the end of the Enfold child theme functions.phpadd_action( 'wp_footer', 'enfold_customization_custom_js' ); function enfold_customization_custom_js() { ?> <script type = "text/javascript"> jQuery(function() { //$("#tabs").tabs(); var $tabs = $("#tabs").tabs( {fx:{opacity: 'toggle', duration: 'fast'}}, {event: 'mouseover'} ); jQuery("#tab-nav-external li a").mouseover(function () { $tabs.tabs('select', $(this).attr('href')); return false; }); }); </script> <?php }
The HTML code I added to the code block in the page.
And after that I pasted this line between the <head></head> tags in header.php:
link rel="stylesheet" type="text/css" href="http://code.jquery.com/ui/1.8.20/themes/base/jquery-ui.css
Should this have to work?
You can check my test here
- This reply was modified 9 years, 2 months ago by Mark_goessens.
Hi Elliott,
I’m not that much into javascript. Can you describe how to achieve this exactly?
Greets Mark
Hi Elliott,
There I am again. Sorry for the late response.
I deactivated the plugins and reinstalled the theme. But that doesn’t change anything.
I also tried the same thing on another (complete different) website with the Enfold template. But there the same problem appears.
You can see it hereI found out it only happens when the content in that tab is quite long.
When I click on the actual tab, there is no problem. But when I click on the link with the anchor tag, the page scrolls to the middle of the content.I also tried this solution, but in my case this isn’t helping.
Maybe there is another solution?
Greets Mark
- This reply was modified 9 years, 2 months ago by Mark_goessens.
Hi Elliott,
Ah, that’s the problem. I didn’t know I have to change “your_portfolio_page”
Once I did, it all worked.Thanks again!
Greets Mark
Hi,
I’m sorry for my late response. Thanks for your reply.
This problem is solved, so you can close this thread.Greets Mark
Hi,
I’m sorry for my late response. Thanks for your reply.
This problem is solved, so you can close this thread.Greets Mark
Hi,
I’m sorry for my late response. Thanks for your reply.
This problem is solved, so you can close this thread.Greets Mark
Hi Elliott,
Thanks for your quick reply. I also could use the tab element.
I haven’t thought about that.But I just tried it, but then again you see that there is a scroll to a lower section.
What I haven’t told you; when it all works, I want to click on an image, to open the specific tab. So I don’t want to use the regular tab buttons.
Besides that, the first tab is always visible. With the accordion element, the first element isn’t visible at the beginning. And that’s how it have to be.Do you know how I can solve these things?
Greets Mark
Yes I put a text at the alt attribute of the image. This is the link of the page: http://www.c-community.com/portfolio-item/van-aarsen-international/
I only placed an alt tag at the website visual; so the iMac with the chickens on it.When it works you should see the text: ‘http://www.aarsen.com’
And I’m trying to make that link clickable too.I hope you can see how I can achieve this.
Thanks in advance.
Greets MarkHi Elliott,
Thanks for you quick reply. So I guess I have to put the alt tag in an iframe?
I really have no idea how I can do that. Because when I can’t add PHP this code still isn’t allowed:$alt = get_post_meta($attachment_id, '_wp_attachment_image_alt', true); if(count($alt)) echo $alt;
Thanks Elliott, that works!
I found a plugin which will place a share button for Whatsapp. I would like to place it in the same container like the other social share buttons.
I have a shortcode and a PHP code:Shortcode:
[whatsapp url="http://peadig.com/wordpress-plugins/whatsapp-share-button/" title="Check this out!"]
PHP code:
<?php echo do_shortcode('[whatsapp]'); ?>
I suppose it’s possible to place the PHP code in the /enfold/includes/helper-social-media.php file.
But I don’t know exactly how to do this.Can you help me with that?
Greets Mark
Hi Elliott,
Thanks. Yes I see the title too. I thought that was the filename. But you’re right, it’s the title.
Actually I wanted to place a complete description in the lightbox. So I prefer to fill in the description field and show it in the lightbox.
But I see that the title can contain a lot of words to, but I’m not shure if it’s good for the Google SEO?Greets Mark
Hi Elliott,
Thanks for you quick reply.
I filled all the fields (description, alt text, caption) in the media library. I also filled in the caption overlay at the image lightbox. But none of them are showing up in te lightbox. Only the filename is visible.
For your reference, you can see the page here. For example you can click on the ‘corporate brochure’ on the bottom left.
Greets Mark
Hi Ismael,
Now it works like I inspected! Thanks a lot for your help!
Greets Mark
Problem solved:
I set the padding 0 for all the cells. And add a whitespace element to add a padding inside a cell.
Thanks.
This reply has been marked as private. -
AuthorPosts