Tagged: Portfolio
wi can I show the portfolio navigation in the middle of the page?
all (ALLE) should not be displayed?
Hey residenz-theresa,
Could you post a link to the page in question so that we can take a closer look please?
Best regards,
Rikard
“Alle/DOPPELZIMMER/EINZELZIMMER/FAMILIENZIMMER/KOMFORTZIMMER”
1. All should not be displayed
2. The navigation should be in the middle
3. The text of the navigation is a bit bigger
4. No slashes but straight lines
Best regards
Theresia
Hi Theresia,
If all is not displayed, a user will not be able to return to the general overview, except by reloading the page. Is this fine with you?
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.page-id-798 #av_section_5 .sort_by_cat {
min-height: 30px;
width: auto;
max-width: 60%;
margin: 0 auto;
}
.page-id-798 #av_section_5 .inner_sort_button {
font-size: 22px;
}
Here is the code you can put in your funtions.php to change the separator
function av_change_separator(){
?>
<script>
jQuery(document).ready(function($) {
jQuery('.page-id-798 #av_section_5 .text-sep').html('|');
});
</script>
<?php
}
add_action('wp_footer', 'av_change_separator');
If you need further assistance please let us know.
Best regards,
Victoria
Hello Victoria,
many thanks for your help.
Hi,
Glad that Victoria helped you. Let us know if you need further assistance or if we can close this thread :)
Best regards,
Nikko