-
AuthorPosts
-
September 17, 2020 at 7:44 am #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
September 18, 2020 at 10:55 am #1246732Hey premiumpsu,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- 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 ). - Click ” Submit “.
- 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,
NikkoSeptember 19, 2020 at 7:03 am #1246969This reply has been marked as private.September 21, 2020 at 3:31 pm #1247386Hi 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,
NikkoSeptember 22, 2020 at 7:42 am #1247527This reply has been marked as private.September 23, 2020 at 6:00 am #1247733Hi 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.
-
AuthorPosts
- You must be logged in to reply to this topic.