This topic has 15 replies, 4 voices, and was last updated 7 years, 9 months ago by Fem.
Viewing 16 posts - 1 through 16 (of 16 total)
Hi,
how can I increase the number of shown letters in the “Session-Content-Box”? Is there a fixed number of signs? It also would be great to have a “Read more”-Button, because some of my readers think, that there is missing text…
https://www.juedischer-zukunftskongress.org/programm/
Thanks,
St
Go through the directory path \wp-content\plugins\eventra-core\eventra-vcaddons\modules\iva_seminar_session.php at line no: 450 $out .= '<div class="session-content">'.$small = substr( $content, 0, 200).'</div>'; here you can change the limit of the content by default we have set it to 200 you can change according to your requirement.
Go through the following link How to Add Read More to WordPress. Hope this will help you.
Thanks again. I´ve done it, but it´s not working in the session overview.
Look here: https://www.juedischer-zukunftskongress.org/programm/
Go through the directory path \wp-content\plugins\eventra-core\eventra-vcaddons\modules\iva_seminar_session.php at line no: 450 $out .= '<div class="session-content">'.$small = substr( $content, 0, 200).'</div>'; and change to $out .= '<div class="session-content">'.get_the_content().'</div>'; Sorry for the inconvenience, I missed this point of code changing as well. After changing this your add more tag should work properly.
If the problem still persists then please feel free to ask.
Hi there,
sorry for not answering, but I had a lot of work.
No, it didn´t solve the problem. I changed the code, but it came an error message and the whole page wasn´t working anymore. Forgot the message, cause I re-changed it immediately.
So, further assistance is needed.
Thanks again,
St
Can you please provide us your WP Logins logins details. So we can take a closer look at the issue. Make sure you set the post as a private reply so that only admin can see your wp-logins.
Note: Before providing the wp-login to any support staff, kindly please make sure you take a backup of everything including WordPress content, theme options, widgets etc.
Before I take over and make the changes for you. I request you to kindly please take a full backup of your site. After that, once you allow me then I will start editing the file or else please use Skype and we can do it using Teamviewer software so that you can watch what am working on.
Hello there,
we hope that we have gone through all your issues and have solved them. If you have any further queries or need any assistance feel free to reach us as soon as possible, this topic will be set to be closed in near future.
Aivah.
Viewing 16 posts - 1 through 16 (of 16 total)
You must be logged in to reply to this topic.