Forum Replies Created
-
AuthorPosts
-
Yes here it is:
Hi Ismael,
That did the job! Thanks so much!
Hi Andy,
Even after the update it’s still not working :(
I posted the login earlier. Could you please have a look? thx!
Hi,
Well it’s still not working on my site: http://simone-engelen.com/portfolio-item/ed-it/ Here you shoudl only find BOOKS. And there’s only two. In the navigation still other entries show up.
Is there any way this is fixable?
Thanks in advance!
Thank you Vinay,
I pasted the code in the functions.php and im expecting the navigation on a single portfolio item page to only show items from the same category. Which it doesn’t right now.
Below i will paste the credentials.
Thanks in advance!
Hi,
Thanks for the code. I tried it but it still doens’t work :(
Thx andy that worked!
Hi Andy,
I disabled the Caching plugin and cleared my browser cache but still can’t see where i can edit the custom post type slug following the steps i get stuck on step 1.
Can you please have a look for me?
Hi Rikard,
Yes i will send you a login..
Thanks in advance!
May 8, 2016 at 1:08 pm in reply to: Masonry landscape and portrait not working in Multilanguage site #628856Hi Ismael,
Thanks but the problem is as soon as i add that code the masonry portfolio and landscape tags for dutch stop working.
I tried to add this:
if($lang = 'nl') $tags = array('portrait' => 'portrait', 'landscape' => 'landscape');
so the complete code is:
add_filter('avf_ratio_check_by_tag_values', 'avf_ratio_check_by_tag_values_mod', 10, 1); function avf_ratio_check_by_tag_values_mod($tags) { $lang = ICL_LANGUAGE_CODE; if($lang = 'en') $tags = array('portrait' => 'portrait-en', 'landscape' => 'landscape-en'); if($lang = 'nl') $tags = array('portrait' => 'portrait', 'landscape' => 'landscape'); return $tags; }
But then still only dutch works and english doesn’t!
Is there no way this can be fixed? It’s been a couple of weeks now and it still does not work. Would be nice if there is some sort of fix.
April 30, 2016 at 6:36 pm in reply to: Masonry landscape and portrait not working in Multilanguage site #625097Hi Ismael,
Thanks for the reply.
The landscape and portrait tags still dont work for both languages. The code you added just works for either dutch or english and automatically disables it for the other. So should i conclude that it’s not possible to have the masonry working with the tags and multilanguage?
Hope there is still a solution somehow…
April 1, 2016 at 3:21 pm in reply to: Masonry landscape and portrait not working in Multilanguage site #606713Hi Ismael,
The hosting company says the details DO appear in the popup.
But i will provide them aswell just in case ;-)March 29, 2016 at 10:01 am in reply to: Masonry landscape and portrait not working in Multilanguage site #604325Hi Ismael,
The htaccess authentication login is provided by the hosting company as an extra security. It says in the description in the popup. I don’t know what it is.
March 23, 2016 at 3:36 pm in reply to: Masonry landscape and portrait not working in Multilanguage site #602564Hi,
Here’s an admin login.
Thx in advance!
March 17, 2016 at 1:54 pm in reply to: Masonry landscape and portrait not working in Multilanguage site #599584Hi Ismael,
Thanks! Now the tags for the english part of the website are working but they stopped working on the dutch part.
Should i add this code for each language?Hi Yigit,
Thanks! That seemed to have solved my problem.
Cheers!!!
February 22, 2016 at 6:10 pm in reply to: Video Won't play on mobile when you click on the fallback image #587347Thanks for your reply Andy.
I tried all that but no difference. It doesn’t seem to be a caching problem because a lot of different people are experiencing the same problem even when i deactivate caching. And it’s on mobile devices only not desktops.
It used to work fine until like a few weeks so i don’t know what happened.
Any other idea?
February 19, 2016 at 10:43 am in reply to: Video Won't play on mobile when you click on the fallback image #585945And again!
February 18, 2016 at 11:39 am in reply to: Video Won't play on mobile when you click on the fallback image #585308Just sent you a login!
- This reply was modified 8 years, 9 months ago by RJ.
February 17, 2016 at 3:03 pm in reply to: Video Won't play on mobile when you click on the fallback image #584758btw:
I assume that you should be able to click on the fallback image and open the video or am i wrong?
This used to work fine last year.
- This reply was modified 8 years, 9 months ago by RJ.
Hi Elliott,
Thanks for your reply.
It seems that this issue is only happening in FireFox sometimes:http://localmakers.nl/firefox-bug.png
But when i empty my cache it worked now…weird.
Thanks anyway!
Thanks Elliot,
But it doesnt seem to be working? I put exactly where you said.
Hi Andy,
Thanks but that still doesnt work though :(Somehow the CSS of the masonry elements give them a different height. In the code i see a square image is being used but it’s being cropped beacuse of the container around it.
Isn’t there any way to make the masonry grid display square images?
Rhodo
Hi Andy,
Thanks for your reply.No the gallery doesn’t look the way i want it to. Now the small images are 260x205px. I want those to be square: so 260x260px
And the larger ones should be 534x260px instead of 534×205.Thanks again!
This reply has been marked as private.Hi Yigit,
Thanks for your reply. I already did that. Permissions were even 777 on all folders but still doesnt work.
Any other clue?
March 4, 2014 at 12:06 pm in reply to: Hide time (not date) in posts widget in Child theme of Enfold #232149Thanks a lot Peter! That solved it :-)
March 1, 2014 at 6:31 pm in reply to: Hide time (not date) in posts widget in Child theme of Enfold #231102Dear Yigit,
Thanks this code works but only in the main Enfold theme. How can i do this in the child theme?
Your answer:
You can modify class-framework-widgets.php file and paste it in /framework/php/ folder in your child theme
Doesn’t work.
Rhodo
February 21, 2014 at 3:22 pm in reply to: Hide time (not date) in posts widget in Child theme of Enfold #227508Thanks Yigit!
But now i actually see that the the main question isnt answered properly:
from this line:
<span class='news-time'>".get_the_time($time_format)."</span>
How can i just remove the time.
so: 21 februari 2014 – 15:08 becomes –> 21 februari 2014?Even if i remove the code like Josue says and edit it in the child theme placed file like you suggested it still shows up?!
Any idea?
February 21, 2014 at 2:42 pm in reply to: Hide time (not date) in posts widget in Child theme of Enfold #227492Hey!
Any clue how can i do this in my Enfold child theme?
Thanks,
Rhodo
-
AuthorPosts