Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • in reply to: Show page title when main menue in left sidebar #1219115

    Hi Basilis,
    my suggestions were not intended for “someone else” but for you, i.e. for Kriesi.
    Best regards

    The 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.

    Thanks. It works.

    in reply to: Größe eines Icons ändern #1194612

    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, 6 months ago by etaerc.
    in reply to: Größe eines Icons ändern #1194334

    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.

    in reply to: Show page title when main menue in left sidebar #1172013

    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 function avia_title (in functions-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, 8 months ago by etaerc.
    in reply to: Show page title when main menue in left sidebar #1171867

    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, 8 months ago by etaerc.
Viewing 7 posts - 1 through 7 (of 7 total)