Okay
  Public Ticket #816481
Fatal Error!
Closed

Comments

  • Alexander started the conversation

    Hi!

    I got this error when trying to go to pages tab in dashboard.

    ""Fatal error: Call to undefined function get_field() in /storage/content/48/210648/nyhemsida.mysnaxbox.com/public_html/wp-content/themes/aurum/inc/laborator_functions.php on line 686""

    And on line 686 in laborator_functions.php it says "elseif(get_field('fullwidth_page'))"

  • [deleted] replied

    Hi Alexander, 

    This is happening because you haven't installed the ACF plugins, i just installed and updated your plugins on the Appearance > Install Plugins.

      

    (view large version)

    P.S: We usually update those plugins on each theme update sot remember to update them :)

  • Alexander replied

    Hi! Thanks!

    It works now ;)

  • Alexander replied

    I have one more question.

    1. How can i change menu font to lowercase?

    2. And how can i have different mouse hover colors on link? I need a different color on two links.

    Thanks!

  • [deleted] replied

    Hi Alexander,

    1— You just need to add the code below to Custom CSS

    header.site-header div.nav>ul li a, header.site-header ul.nav li a {
    text-transform: inherit; }

    2— This is not possible.

  • Alexander replied

    Okay thanks alot!

    Very helpful :)