@academiathemes
Forum Replies Created
-
I’m glad that you have found your answer.
But how and where would the default page template be better described? Where exactly would the description go?Thanks.
Hello,
Please post a link to the page where this behavior occurs.
Best regards,
Dumitru B.Forum: Themes and Templates
In reply to: [Milton Lite] How to remove pagination numbers?Hi,
The theme uses a core WordPress function to display numbered pagination on archive pages.
This is achieved using the the_posts_pagination() function which is located in the loop.php file.I do not fully understand what exactly you are trying to achieve, so if you want to simply hide some things from it, you might need to edit the function’s parameters or hide parts via CSS.
I hope this helps.
Best regards,
DumitruForum: Themes and Templates
In reply to: [Lectura Lite] how to change menu title on mobile viewHello,
You can translate the menu label using a translation plugin like Loco Translate.
You should not edit the theme’s files directly.Best regards,
DumitruHello,
You can go to Appearance > Customize > Additonal CSS and add this code:
.entry-content .wp-block-column .wp-block-image img { margin-bottom: 1rem; }
This should do the trick in your particular case.
Best regards,
DumitruForum: Reviews
In reply to: [City Hall] Bad upgradeHi,
Most likely what you are seeing is a caching problem with the CSS in your browser.
This is a normal thing to happen when there is a major CSS and HTML change.
Simply clean the cache in your browser (CTRL + R) and usually everything is well.But if you continue having some issue, please post a new thread in the support forum or use the contact form on our website.
Best regards,
DumitruForum: Themes and Templates
In reply to: [Lectura Lite] Lectura Lite Featured post not showing in slider@jdembowski: thank you for informing me about this guideline. I was not aware that it existed. It will not happen again.
Forum: Themes and Templates
In reply to: [Lectura Lite] Lectura Lite Featured post not showing in sliderI don’t need a contact form on your website.
What I asked you to do is to use the contact form on the AcademiaThemes website and send your credentials.But that is no longer needed.
I was able to find the bug in the code and have already updated the theme.
You can update it from your Dashboard.
You will have to mark your slideshow posts as Featured again.Best regards,
DumitruForum: Themes and Templates
In reply to: [Lectura Lite] Lectura Lite Featured post not showing in sliderOh no. Don’t do that.
You realize that this is a public forum visible to everyone and anyone?Forum: Themes and Templates
In reply to: [Lectura Lite] Lectura Lite Featured post not showing in sliderPlease use the contact form on this page: https://www.academiathemes.com/contact/
Include /wp-admin/ admin log-in details for the website, so that I can check if there is an issue with the theme’s back-end.Best regards,
DumitruForum: Themes and Templates
In reply to: [Lectura Lite] Lectura Lite Featured post not showing in sliderHello,
Have you enabled the Slideshow on the Customize page in the Theme Settings > Homepage panel?
Best regards,
DumitruForum: Reviews
In reply to: [City Hall] Very nice themeThank you for your positive rating, it is very much appreciated!
Hi,
I had similar issues on two separate Multisite installations (both on Siteground), so I decided to check what the cause is.
The same thing was happening in all themes, but it was working just fine on my localhost.
So then I understood what the problem is: I have the habit of adding the 6G Firewall 2018 rules to all my live .htaccess files, and they restrict access to different links (like URLs that contain the ~ character).
I removed these rules and bam! problem solved.
I hope this will help someone in the future.
UPDATE:
This is the exact .htaccess line of code that was causing the issue:
RedirectMatch 403 (?i)(~|
|<|>|:|;|,|%|\\|\s|\{|\}|\[|\]|\|)`Taking out just this line is sufficient to fix this error message:
Something went wrong while fetching events.
The request status is: 403
The error thrown was:
Click here for technical detailsI described the issue and solution in this post on the blog.
- This reply was modified 6 years, 6 months ago by @academiathemes.
- This reply was modified 6 years, 6 months ago by @academiathemes.
Forum: Themes and Templates
In reply to: [Lectura Lite] The slideshow stopped adding new featured newsHi,
I see that you have featured posts that were published in April of 2018.
Have you resolved the issue?Hi,
This has been resolved in today’s 1.2 version update.