Forum Replies Created
-
AuthorPosts
-
June 27, 2017 at 1:16 pm in reply to: Portfolio masonry shows wrong items on category selection #813390
Hi,
I’ve resolved to problem by rewriting some css that apparantly was conflicting.
Kind regards
June 27, 2017 at 11:44 am in reply to: Portfolio masonry shows wrong items on category selection #813359Hi,
I just made a copy of an item and didn’t remove the original one. The result is that another portfolio item is wrongly shown in the ‘Industrieel’ category. It seems that it shows the actual item that belongs to this category + the second most recent item (which doesn’t belong to this category).
When clicking on the ‘Residentieel’ category, all items are shown, but the first item of Industrieel pops up above the first item shown in this category…Best regards,
Dirk
June 27, 2017 at 11:31 am in reply to: Portfolio masonry shows wrong items on category selection #813352Hi,
Well, the categories are showing up, but if you take a look at the portfolio item ‘Vrekkem’, you’ll see in the backend that it’s assigned to the categorie ‘Residentieel’ (and not ‘Industrieel’). When, in the frontend on the page ‘Projecten’, you click on the categorie ‘Industrieel’, you’ll see that ‘Vrekkem’ shows up. The same counts for the portfolio item ‘LVD’.
I’ll try to make a copy of these items and remove the original ones to see if this helps.
Best regards,
Dirk
June 26, 2017 at 1:19 pm in reply to: Portfolio masonry shows wrong items on category selection #813040Hi,
Do you have more news concerning the problem?
Thanks!
June 21, 2017 at 5:39 pm in reply to: Portfolio masonry shows wrong items on category selection #811067Hi,
I’ve reset the credentials, they should work now.
Sorry for the inconvenience.Kind regards,
Dirk
June 20, 2017 at 4:59 pm in reply to: Portfolio masonry shows wrong items on category selection #810498Hi,
You can find the credentials in the private content.Thanks in advance!
Hi,
I have found a nicer workaround using jQuery:
if ($(“.avia-google-map-container”).length) {
$(“#footer”).prepend($(“.avia-google-map-container”));
}and in css I removed the top padding and border of the footer element.
I just have to place the google maps block in a 1/1 column and the jquery code puts it full width in the footer.
Hi,
You can see the page here:
Thanks! I changed a little bit of code, as the sort order of those items is important, but everything works fine at the moment!
Best regards,
Media Belgium
Hi,
I updated the theme to the latest version. Still no improvement.
Best regards,
Media Belgium
Hi,
You can find the credentials in PC.Hi,
I adjusted the code, but the result remains the same.
Is you can see on http://en.mediabelgium.be/projects/, after clicking on a project, the next arrow always points to the first project. The previous button has the correct link.
When you change the language to dutch, the next button has the correct link, but the previous button disappeared (because it has no link).Kind regards,
Media BelgiumHi,
You can find the code on http://pastebin.com/yS4CvEwA
Hi,
Thanks for posting the code, I’ve compared it with the code I have in the functions.php file, and I’ve found a small difference. This line of code was causing the problem:
var_dump($temp_next);Thanks for the help!
March 31, 2015 at 12:39 pm in reply to: Portfolio navigation – solution caused extra problem #421070Hi,
I’ve updated the theme to 3.1.3 and still the problem occurs.
Regards,
Media Belgium
Hi,
I’m working with a child theme, and the only php files that are edited are functions.php and footer.php
the functions file contains the code for solving the problem with the first/next button on the last portfolio-item. I’ve noticed a small change in the footer.php file as well:
<?php
//display link to previeous and next portfolio entry
echo avia_post_nav();echo “<!– end wrap_all –></div>”;
“echo avia_post_nav();” is added to the code. If I comment out this line, the code in the footer disappeares and the footer looks normal again, but the next/previous buttons disappear as well. So I guess the problem should be situated here.
Regards,
Media BelgiumHi,
Thanks! Worked like a charm :-)
Hi,
Where can I find the id of a portfolio item? I’ve tried to replace the get_post code by “get_post('3472', OBJECT);”, but this doesn’t solve the problem. Most likely I’m doing something wrong here :-)
This reply has been marked as private. -
AuthorPosts