Forum Replies Created
-
AuthorPosts
-
I realise maybe I wasn’t clear, Yes, pagination is ‘working’ but giving an Error: You can see it in your screenshot, it says: Niets gevonden which means nothing found!
I am expecting to see the next page of collections!It does work on other pages like: http://www.alberttencate.com/collecties/juwelen/
Please help to get to the next page on collection page too, thank you!
Best regards,
Ariane- This reply was modified 7 years, 6 months ago by ariane1001.
Hi Basilis,
I wish it was that simple but your solution is not working. On http://www.alberttencate.com/collecties/ I still get a not found page when I go to the next page on the bottom by clicking 2,3,4 or 5
Hope there is a solution that works.
Thanks in advance,
Best regards,
ArianeHi Rikard,
I have posted the details below.
Thanks for looking into it.Cheers Ariane
Hi Ismael,
When I do that it will look bad on different other sizes because image’s won’t be smaller when the viewport gets smaller…
What I need is a solution specific for IE11 so the resizing works also in that browser.
Thanks, ArianeHi Ismael,
Thanks for your answer.
The site went live and is now on http://bloemfontein.nl/projecten/lopende-projecten/ and http://bloemfontein.nl/projecten/opgeleverde-projecten/There are not portfolio items but a custom post type: projecten. I altered the code, see below, and it works.
add_filter('avia_post_nav_settings', 'avia_post_nav_settings_mod'); function avia_post_nav_settings_mod($settings) { if(is_singular('project')) { $settings['taxonomy'] = 'projecten'; $settings['is_fullwidth'] = false; } $settings['same_category'] = true; return $settings; }
Thank you very much!
ArianeHi Ismael,
That’s because the site is live now: http://bloemfontein.nl/
Apparently in IE11 is something with the size going wrong.I have another question about the same mega-menu. The images I use for the different mega-menu-items are slightly different from size. When I look in the code they seem to be all the same size: natural: 495×400 but automatically resized they are different sizes. What can I do to give them all the same size?
Thanks in advance,
ArianeAfter refreshing a couple of times it is working, but this means all CSS need to be in the Custom CSS area of the theme and the stylesheet in de Child theme is not read under different languages…
Is there something we can do about this?
thanks, Ariane
I did copy all 518 lines in the German Quick CSS but no change.
The weird thing is, it doesn’t happen on al pages, if you look at this one:
In Dutch, German, English:http://www.aseal.nl/bezoek-ons/?lang=de
http://www.aseal.nl/visit-us/?lang=enYou see the background is visible on al three pages. However, this page: http://www.aseal.nl/bezoek-ons/openingsuren/?lang=de stays without background image…
Cheers, Ariane
- This reply was modified 7 years, 10 months ago by ariane1001.
Hi Rikard,
I have 518 lines of CSS in style.css of my child theme, do you want me to paste them into the Quick CSS?
I can’t imagine nobody else has this problem, why do I have extra CSS styling when installing WPML? Is there no other way you can help?
Ariane
Thanks Josue, that helped. But the real problem was that the class name in
jQuery( ".post-type-archive-product" ).on( "click", ".quantity input", function() {
did not exist anymore.
When I changed post-type-archive-product to type-product, which does exist, it was working.Cheers, Ariane
August 24, 2016 at 1:27 pm in reply to: Conflict with Woocommerce Catalog Visibility Options plugin #676935Hallo Rikard,
After the newest update from WordPress it is working again. Thanks.
ArianeMarch 29, 2016 at 12:34 pm in reply to: Tag page not looking like blog style set on the theme options #604432Dear Andy,
Do you really think this page looks totally ok? The sidebar is in de main part of the page instead of on the right for example.
What I am trying to achieve is a page that looks like an archive page, for example like this: http://ureason.com/cms16/news/
If thats not how a tag page should look like what should I expect?If you cannot help me I will make a tag template page, which template is the blog archive page using in Enfold?
Regards,
ArianeMarch 22, 2016 at 5:44 pm in reply to: Tag page not looking like blog style set on the theme options #602034Hello,
I really would like to know if it is possible to get a solution for this.
I have send credentials on March 17th. Please let me know if there is a solution.Thanks,
ArianeMarch 19, 2016 at 10:19 am in reply to: Tag page not looking like blog style set on the theme options #600649Hi Rikard,
Did you log-in and find something about this problem?
Thanks,
ArianeHi Rikard,
I agree with e-cat, it’s a bug in Layerslider.In the back-end there is a big warning visible for an update of Layerslider WP, that will probably solve the problem.
Since the Layerslider WP is coming with Enfold it’s not possible to update only the Layerslider, it has to go together with an Enfold update. So I am looking forward for that update.Regards,
ArianeHi,
My layerslider is not saving changes either. I haven’t changed anything in the website exept updates when they arrive.
I did modify the config-layerslider > LayerSlider > wp > scripts.php file and removed the space but still not saving.
Will there be a fix soon? My client is anxious to change the slider.
Thanks, Ariane
March 17, 2016 at 9:24 am in reply to: Tag page not looking like blog style set on the theme options #599496Hi Rikard,
I have made a administrator login, see below.
Thanks for taking a look,
Thanks, Ariane
This works fine,
Thanks Yigit!Cheers, Ariane
Hi Andy,
I know that possibility but I would like to turn of the sidebar like how it’s possible in Theme options in het Sidebar menu. Here you can choose weather you want a sidebar on specific pages and on the blog-pages.
Is there for example a code snippet for functions.php that turns of the sidebar on portfolio-item pages?Cheers, Ariane
Hi Elliott,
Thanks, that worked!
ArianeHi Yigit,
Thanks
Hi Elliot,
Thanks for the help, it was nearly good.
categories in portfolio are not ‘category’ but ‘portfolio_entries’
so when I changed the code to has_term( ‘overleden’, ‘portfolio_entries’ ) it worked.Cheers Ariane
I worked a little further with it:
<?php endif; ?>
<?php
if ( in_category( ‘overleden’ )) {
?>
<p><b>Overlijdensdatum:</b> <?php the_field(‘uitzet_overlijdensdatum’); ?></p><?php
} elseif ( in_category( ‘uitgezet’ )) {
?>
<p><b>Uitzetplaats en -datum</b>: <?php the_field(‘uitzetplaats’); ?>, <?php the_field(‘uitzet_overlijdensdatum’); ?></p>
<?php
}
?>Weird thing is, sometimes it works, sometimes it doesn’t.
I’ll give credentials and location below, if you want to take a look.Thanks Ariane
Hi,
Thanks for your help, this worked.
Cheers Ariane
Hi Yigit,
That worked, thanks.
Ariane
Hi Yigit,
Thanks for the quick answer. Before I add the css I would like you to look at it one more time.
On the English homepage it is working fine, on the dutch homepage only the small column.
How is this possible? Pages are identical.thanks again and wonderfull holidays for you and your loved ones!
Regards, Ariane
Thanks Josue,
That workt!
ArianeHi Josue,
It seems to be a Firefox problem, screencast: http://www.screencast.com/t/tddL6N5nG
Firefox 33.1Regards, Ariane
Hi,
Dutch language files for Eunoia:
http://www.mediafire.com/download/tvtu6eqp474q6f3/nl_NL.mo
http://www.mediafire.com/download/gsenp7xivc337sg/nl_NL.poCheers,
ArianeMarch 27, 2014 at 12:29 pm in reply to: Double home in breadcrumbs and remove 'Archive for' from portfolio page #243782Hello Ismael,
Works great, thanks!
Ariane
-
AuthorPosts