Fyn
Forum Replies Created
-
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Jetpack Reconnect LoopExcellent, thank you for the hin, Jen. As the message disappeared when re-tried I thought it might not be a real issue. I included the chain in my certificate and it connects properly now ??
Hello Patrick,
Yep, clearing that cache cleans it up nicely.
I guess I’ll disable the preload feature then and see how it goes in terms of performance. I imagined there would be an advantage on first page load for a new user when having that option enabled.Thanks!
Hey Miquel,
Indeed that seems to fix the issue, thanks!
Unfortunately another problem came up…
I think we’ve been in contact via email before, I was the one who implemented your plugin on a website with barba.js and wanted to trigger it manually. Seems that, since the last update, the stream disappears after changing page. You can see the issue here (way down in the footer of the website).May I just ask, did anything change behind the scenes in version 0.5.1 in the way the feed is being loaded?
Since this is clearly not the right thread for that problem I’ll gladly continue the discussion via email or another thread if you’re up for that.
Thanks for your help!
Hey Miquel,
I did some more trial and error and found:
– When I save a new feed as is, without changing anything, and change the amount of items afterwards it show right. But only until I leave the editor. Coming back to it later the preview only shows two items.
– When I save a new feed after I changed the number of items for example in the design tab it goes to the wrong number of items in the preview immediately when saving.
– Both ways tho, it is being shown wrong in the frontend. It ends up only having two items.
Hopefully I’ll be able to point you to the live website later today.
Thanks!
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Comment area size (height)Sounds promising, I’ll try to check back here and give feedback whether it worked.
Thanks!Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Comment area size (height)@lamday That would be nice.
I’m also running into this issue with a custom made WordPress template on:
– Win10 / Chrome 59.0.3071.115
– Win10 / Chrome 60.0.3112.90But not on:
– Win10 / Firefox 46.0.1
– Win10 / Firefox 47.0.1
– Win10 / IE 11
– Win10 / Edge 40.15063.0.0
– Win10 / Opera 46.0.2597.57Second that!
The exact same error occured.
There’s no further clue in my error log as to what might be the problem.- This reply was modified 7 years, 11 months ago by Fyn.
Forum: Plugins
In reply to: [Redirection] Hacked through your pluginBut it has nothing to do with this, or has it?
https://blog.sucuri.net/2016/05/wordpress-redirect-hack-test0-default7.htmlForum: Plugins
In reply to: [Timely All-in-One Events Calendar] Do not upgrade to 1.10.10 – kills datesThank you @r1law ?? Following these steps also helped me to restore my former dates.
But nevertheless this really was a big disappointment and also a death blow. Because I’m also having problems with the German translation of this calendar ever since I use this plugin I’ll be looking for another WordPress calendar sometime soon.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Update ruined event dates/timesSame thing here… Mine are scheduled on January 1st 1970.
It’s pretty annoying.Hope there’s any help!
Okay, thank you. It works now since I’ve deactivated “Antispam Bee”
I’ve got the same problem here. Would be nice if there’ll be a fix for this or at least an explanation!
Forum: Fixing WordPress
In reply to: How do I create a Blog Index page?Hey,
It could help to take a look here:
https://codex.www.ads-software.com/Function_Reference/get_template_partYour index loop is included through either one of those sites, in this priority:
1.) wp-content/themes/twentytenchild/loop-index.php
2.) wp-content/themes/twentytenchild/loop.php
3.) wp-content/themes/twentyten/loop-index.php
4.) wp-content/themes/twentyten/loop.phpThat means you have to look for the loop-index.php or the loop.php site in your theme folder or if it doesn’t exist in your parent theme folder (you can also just create it if it doesn’t exist in your folder) and edit it, put all the stuff you want in your loop there. And also don’t forget to set up the loop itself because it’s not done in the code you showed us above ??
Help for the loop: https://codex.www.ads-software.com/The_Loop
Good Luck!Forum: Fixing WordPress
In reply to: Add links to image captionsI suppose the images are used within the loop?
And those from the main page are located in the index.php ?If that’s the case you can add a link by writing the following on the appropriate template page just beneath the image code, within the <p>-element:
<p class="wp-caption-text"> <a href="<?php the_permalink()?>"><?php the_title()?></a> </p>
Of course you can use this snippet on every template page you want the caption to appear as a link. Hope that works for you. I don’t know how big your knowledge in wordpress is. Just ask for further help ??
Forum: Fixing WordPress
In reply to: How to add WP Admin Bar to new template ?You simply have to go to the edit page for your profile, there’s a check box for showing or not showing the admin bar ??