brocatus
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Twenty-Five] Lesson: Adding a sticky headerAha, thank you! Yes, clear…
Forum: Themes and Templates
In reply to: [Twenty Twenty-Five] Lesson: Adding a sticky headerThis is exactly how I would expect it to work. I selected sticky on the outer group of the header I am using, but nothing ‘sticks’.
I am trying to make the global header / navigation sticky, might that be the issue?
- This reply was modified 1 year, 4 months ago by brocatus.
@malcolmsmith worked for me, thanks!
Hi
Same issue here however I have solved it in an odd way.
I went to Settings – General
Then
Re-entered the WordPress Address with / after it
Re-entered the Site Address with a / after it
Clicked on [Save Changes] at the bottom
The /s disappeared
However when I went back to edit the page it would then save and everything seems fixed.
Hope that helps someone
M- This reply was modified 5 years, 6 months ago by brocatus.
For later reference:
<div class="search-result"> <?php while ( have_posts() ) { the_post(); ?> <a href="<?php echo get_permalink(); ?>"> <h3><?php relevanssi_the_title(); ?></h3> <?php the_excerpt() ?> </a> <?php clean_post_cache( get_the_ID() ); ?> <?php } ?> </div>Thank you very much!
Adding <?php clean_post_cache( get_the_ID() ); ?> at the end of the search results loop solved my problem!
Your other solution I could not use as I use a plugin to display the sidebar posts and did not want to change that code.
OK thanks did that.
Forum: Plugins
In reply to: [Polylang] Deactivating polylang crashes siteSorry that was another level of the problem I am working on. The good news is I WAS able to deactivate polylang.
So now I could test if the issue was caused by polylang. It was not. Thank you for your help.
Forum: Plugins
In reply to: [Polylang] Deactivating polylang crashes siteOK I added the check everywhere I use one of these functions. This did not solve the problem. Front end works and displays as it should. Backend I am not able to upload an image or add a row to a repeater field because the javascript for ACF does not run.
javascript errors in console:
[Error] ReferenceError: Can’t find variable: acf
(anonymous function) (input.js:13)
Global Code (input.js:290)
[Error] ReferenceError: Can’t find variable: acf
(anonymous function) (post.php:133)
Global Code (post.php:145)
[Error] ReferenceError: Can’t find variable: acf
Global Code (post.php:2500)Forum: Plugins
In reply to: [Polylang] Deactivating polylang crashes siteThank you for the pointer. But this occurs in the backend; where does it execute my functions? I figure in functions.php… so I added the checks there. But that makes no difference to the problem. Should I add them anywhere else? The strange thing is I use these functions in front end templates on the site but without problems there.
Hi Musilda.
I have the same issue on a customer’s site; it’s driving them crazy. It would really be appreciated if you could make it work. For now I had to hide the save all button using css.