Forum Replies Created
-
AuthorPosts
-
No, that seemed to be it. Thanks!
Hi,
it was in the text ;) http://www.wphelden.nl we now removed every bit of could we could find here, because nothing worked. Why isn’t it a basic function of Enfold the have the menu sticky on mobile?
What Sergio says, it doesn’t work through Enfold’s quick CSS
Hi Jordan,
it’s http://www.wphelden.nl/ I placed
#menu-item-search {
display: none;
}But I also want to hide it on mobile …, so basically I do not want the search icon at all ;)
You’re right it seems the same right now.., without anyone doing anything …, completely clueless overhere, sorry to bother you ;)
And the user details
sorry seems to be fixed by setting the unwanted items to concept…, but it’s still creepy that Enfold makes up it’s own breadcrumbs ..
no whatever I do here, the website goes 500 on me.
It’s a default Enfold site and I’ve replaced the normal functions.php with the earlier changes with the default functions.php so I have no idea why this website keeps going 500 on me with every code you try to help me with :(
Replced the current functions.php with the latest functions.php from Enfold and placed you code at the bottom of the functions.php just before
/*
* register custom functions that are not related to the framework but necessary for the theme to run
*/require_once( ‘functions-enfold.php’);
/*
* add option to edit elements via css class
*/
// add_theme_support(‘avia_template_builder_custom_css’);Cleared the cache and now no 500 error, but the order is still the same as the original Enfold theme as you can see on: https://www.woonkussens.nl/product-categorie/sierkussens/
changed it and checked it and the credentials below work
Well if I do that in the child theme functions, nothing happens if I do it in the main functions.php the site goes 500 on me ..
Sure :)
If I add both these codes the child them functions php the site goes 500 on me so that does not work :(
If I add just the first the site still works, but the pages are at the bottom of the page again where nobody can find them
add_action(‘wp_footer’, ‘ava_new_custom_script’);
function ava_new_custom_script(){
?>
<script type=”text/javascript”>
(function($) {
function a() {
$(‘.term-description’).insertAfter(‘.products’);
}$(window).load(function() {
a();
});
})(jQuery);
</script>
<?php
}add_action(‘wp_footer’, ‘ava_new_custom_script’);
function ava_new_custom_script(){
?>
<script type=”text/javascript”>
(function($) {
function a() {
$(‘.pagination’).insertBefore(‘.term-description’);
}$(window).load(function() {
a();
});
})(jQuery);
</script>
<?php
}:)
I’ve added the code provided in https://kriesi.at/support/topic/moving-the-description-of-product-category-of-the-page-down/ first to get the description below the products for conversion reasons. But then we noticed that none of the visitors saw the pagenumbers anymore.
So we want the following order on the page:
– pages (at the top yes)
– products
– description of the category (because nobody except Google reads that ;))i think this conflicts with https://kriesi.at/support/topic/moving-the-description-of-product-category-of-the-page-down/ because I get the pagenumbers forts then the description and then the products
i’d really live it to be:
– pages
– products
– descriptionIs that possible?
I think it can be done without a screenshot, ket me try one more time ;)
If you look at categorypage like https://www.woonkussens.nl/product-categorie/sierkussens/ the order on the page is:
1) category image
2) filter
3) products
4) category description
5) pagenumbersWe want to switch 4 and 5 so below the products should come the pagenumbers and below that the page description
Hi,
sorry we moved it to another domain: https://www.woonkussens.nl/product-categorie/sierkussens/
Any luck with this guys?
yes! great, thank you very much :)
100% sure it is a conflict with tha WooCommerce Ajax Layered Navigation plugin. Deactivated it and everything works, please tell me there is a fix for it as that plugin is very usefull …
Removed the Ajax Layerd extension and all other widgets, but the sidebar stays at the bottom of the screen instead of to the right. Anybody an idea?
Great! Exactly what I needed :)
Hi I do not want to reset everything I just want the grid row like in the demo without redoing all the work we’ve done.
Hi that didn’t work, broke the words manually, but you can still see it not working on another site http://www.internetbureaugorinchem.nl/
Tested in several browsers here and all works fine except for that one page. Trashed it and made a new one and now it works fine. Oldest method in the world still works ;) thanks for looking at it with me!
Hi,
no caching on the server and no caching plugin installed yet.
Also no custom css yet
it’s just that single page where it goes wrong or do you see it on others going wrong as well?
October 14, 2016 at 2:48 pm in reply to: Hiding an element on mobile but a empty space remains #699140great thanks!
damn you’re fast I already made a workaround like that to show it on the bottom as well ;)
Hi,
placing the phonenumber also to the right seems to have fixed the problem, but on mobile IOS / iPhone 6 the social icons aren’t shown, two blank squares are shown, something seems fishy in this installation with the social icons..
And the cart (on mobile) isn’t always shown, you can see the number of items in the cart, but not the cart itself.
Both these things only happen on the homepage, not on the other pages, can you reproduce that?
Kind regards,
roderick -
AuthorPosts