Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1246448

    Hello!

    I update the enfold theme, and the button ob read more of blog have been desapeared.

    I can’t finde the option “Title + excerp + read more link”

    thanks

    #1246732

    Hey premiumpsu,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( to be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    #1246969
    This reply has been marked as private.
    #1247386

    Hi premiumpsu,

    Can you give us the login link as well? I tried the 3 common login links but I can’t find the login form.

    Best regards,
    Nikko

    #1247527
    This reply has been marked as private.
    #1247733

    Hi premiumpsu,

    I tried to login however it doesn’t work, please check:

    ERROR: Incorrect username or password.

    After re-checking your site I noticed that you’re using Portfolio Grid which doesn’t have the option.
    In order to add it, you’ll need to override the current portfolio grid using the instructions in https://kriesi.at/documentation/enfold/intro-to-layout-builder/#add-elements-to-alb
    You’ll need to copy this folder wp-content > themes > enfold > config-templatebuilder > avia-shortcodes > portfolio to the shortcodes folder of the child theme.
    Then modify portfolio.php and find this code (go to line 1022):

    $output .=		"<div class='grid-entry-excerpt entry-content' {$markup}>{$excerpt}</div>";

    below it add:

    $output .= '<a href="' . get_the_permalink($the_id) . '" rel="nofollow">Read More</a>';

    Hope it helps.

    Best regards,
    Nikko

    • This reply was modified 4 years, 2 months ago by Nikko.
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.