Forum Replies Created
-
AuthorPosts
-
Hi Basilis,
my suggestions were not intended for “someone else” but for you, i.e. for Kriesi.
Best regardsJune 3, 2020 at 3:47 pm in reply to: How to set enfold to scroll just below header/menu when accessing an id? #1219113The thread you linked me to does the oposite of that I wanted.
What I would like is that enfold scrolls exact to the bottom of the menu not to the top of the window.
As for now (default) it scrolls to the top of the window.
See https://miquel.aguado.de/#Organisationsentwicklung
Pleas note that there is a blank space behind the menu.April 9, 2020 at 8:55 am in reply to: How to get rid of the blue border of accordeon/toggle element in Crhome-Browser? #1202166Thanks. It works.
reducing the font-size is not what I described. The problem shows when augmenting the font-size.
Please read my instructions to reproduce it. Specially step 3.
See screenshot at https://snipboard.io/NYE0br.jpg- This reply was modified 4 years, 8 months ago by etaerc.
1. Go to the end of the page on “https://kriesi.at/themes/enfold/”
2. With the “WebDeveloper” in Firefox or a similar tool inspect the icon of the middle box “NEED SUPPORT?”,
This is <div class=”iconbox_icon heading-color ” aria-hidden=”true” data-av_icon=”” data-av_iconfont=”entypo-fontello”></div>
3. In the CSS-Rule for “.iconbox_top .iconbox_icon” change “font-size” to “40px”
4. The two boxes “NEED SUPPORT?” and “CHECK FORUM” will show a deplaced icon to the right. The first one “PRESALES QUESTION?” shows the icon centerd.After examining the source code I discovered that putting the “Logo and Main Menu” to the sidebar actually sets
settings['header_title_bar'] == 'hidden_title_bar'
and therefore the functionavia_title
(infunctions-enfold.php
) returns an empty string.A workaround is to uncomment the line #449 (as of Version 4.6.3)
// if($header_settings['header_title_bar'] == 'hidden_title_bar') return "";
This will allow the title (and the breadcrumbs) to display.If you don’t want the breadcrumbs change the line #449 to the following
if($header_settings['header_title_bar'] == 'hidden_title_bar') $args['breadcrumb'] = false;
Nevertheless I would suggest to add this as a feature in a new version.
- This reply was modified 4 years, 10 months ago by etaerc.
I would like to show all(!) page titles, not the title of a single page. What I would expect is e.g. a check box to achieve this. Analogous to when the menu is set to “header”.
Your reply shows a very tricky solution which needs (a) to modify the theme and (b) to add the shortcode to every page. This could easily be done simply adding the title (not the shortcode) in the content field of the page. Which nevertheless does not solve the problem.
Is it possible to put the page title in the “fullwith area”?
- This reply was modified 4 years, 10 months ago by etaerc.
-
AuthorPosts