Tagged: Portfolio
-
AuthorPosts
-
February 17, 2018 at 10:55 am #913606
wi can I show the portfolio navigation in the middle of the page?
all (ALLE) should not be displayed?
February 17, 2018 at 1:32 pm #913630Hey residenz-theresa,
Could you post a link to the page in question so that we can take a closer look please?
Best regards,
RikardFebruary 17, 2018 at 2:07 pm #913644“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 linesBest regards
TheresiaFebruary 18, 2018 at 7:45 am #913802Hi 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-
This reply was modified 7 years, 9 months ago by
Victoria.
February 18, 2018 at 7:27 pm #913990Hello Victoria,
many thanks for your help.February 19, 2018 at 4:04 am #914109Hi,
Glad that Victoria helped you. Let us know if you need further assistance or if we can close this thread :)
Best regards,
Nikko -
This reply was modified 7 years, 9 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
