peterspliid
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Getting 404 on all, except new, eventsI ended up downgrading the plugin to 5.16.4 and now it works. Also the Upgrade tab shows up, but after going through the upgrade, versions 6.x still don’t work. So I’ll keep using 5.16.4 for now, and be hopeful that at some point version 6 will work for me
Forum: Plugins
In reply to: [The Events Calendar] Getting 404 on all, except new, eventsHi @tristan083
Thanks for you reply.
I do not have a tab called Upgrade. I tried putting in the URL manually for that tab from the video in your link, and it says that the tab doesn’t exist.
I also flushed the permalinks, and it didn’t make a difference.
I followed the steps here https://theeventscalendar.com/knowledgebase/k/fixing-http-404-errors/ and the last diagnostic step mentions pasting in a snippet in my functions.php file, and asks to post a link of the query. I’ve done so, and the query can be seen here https://klausogservants.dk/spilleplan/hadsund/?tribe_query_debug=true
I hope this can be useful
Thanks
Forum: Plugins
In reply to: [Product Slider for WooCommerce by PickPlugins] Fix styling in product excertIt works perfectly, thanks a lot for the fast support!
Upon further investigation, the error appears when I disable Organizers under ‘Event settings’ > ‘Settings’ > ‘Events’
Forum: Fixing WordPress
In reply to: Parse ErrorI mean your ‘hosting parnter’. The people who own the server you are using. If you are using the company LiquidNet Hosting, you should contact them.
Forum: Fixing WordPress
In reply to: Website stopped workingIn order to see what is wrong, you will have to turn on debug mode in wordpress. This can be done by editing the file wp-config.php and adding the line
define( 'WP_DEBUG', true );
at the end of the file. Once you have done that, we should be able to see what is causing the problemForum: Fixing WordPress
In reply to: Help with category arrangement (css)Try with the following CSS
.hentry .entry-summary { display: none; } .archive .hentry { margin-bottom: 0; } .hentry .entry-title { font-size: 22px; }
You can change the title size by changing the 22px to a larger or smaller number. As for the number of items per page, you will have to look somewhere in the theme options. This cannot be changed with CSS alone.
Forum: Fixing WordPress
In reply to: Parse ErrorThe line causing the error says
return ["Spacing","HTMLCustomized","HTMLH","HTMLP","HTML","RichText"];
This short array syntax was introduced in PHP 5.4, so my guess is that your are using a version prior to that. Contact your host, and ask them to upgrade you to PHP 5.6 or even PHP 7.0
Forum: Fixing WordPress
In reply to: Post dates are errors on main websiteMaybe only you can access your site? I tested it here, and it says its down https://isitdownorjust.me/aspiringprofessional-xyz/
Have you set the time-zone to the correct value under settings? It can also be the server that has wrong time-zone settings. Or if your website is hosted in a different time zone, the time can be wrong. In that case, try setting the time-zone in wordpress to the time-zone that the server is in.
Forum: Fixing WordPress
In reply to: Header Image on Other pagesTry adding this to your CSS.page .custom-header { height: 0; }
EDIT:
Use this instead, it should work betterbody:not(.home) .custom-header { height: 0; }
- This reply was modified 7 years, 3 months ago by peterspliid.
Forum: Fixing WordPress
In reply to: Post dates are errors on main websiteYour site doesn’t seem to be loading. I get a time out error.
Have you checked under Settings > General > Time/Date format? Try changing the settings and click Save Changes.
What theme are you using? Otherwise try disabling your plugins one by one to see if they cause the error.
EDIT: You can also edit the dates for the posts when you edit a post in the Publish box (top right)
- This reply was modified 7 years, 3 months ago by peterspliid.
Forum: Fixing WordPress
In reply to: how to rename the title “Follow us” on a social sharing widgetSince it’s a paid theme, I can’t see the text domain. I can find it if you show me the header.php file. If you open it, copy and paste the contents to https://pastebin.com/ and post the link. (set it to unlisted)
Forum: Fixing WordPress
In reply to: Sidebar changes side when entering article/pageTry adding this to your css
.content { float: left !important; }
Forum: Fixing WordPress
In reply to: how to rename the title “Follow us” on a social sharing widgetCan you tell us the name of the theme you are using?
There are a few ways to do this. I’d suggest not to edit the .php file, because the changes reverse when you update the theme. Instead try using a plugin, such as ‘Say what?‘, to change the text. You however need to know the text domain to change the text. I can help you find that if you tell me which theme you are using.
Forum: Plugins
In reply to: [WP WooCommerce Mailchimp] Doesn’t subscribe usersHi. Thank you for your reply, and sorry for the late reply. When I look at the orders, the users do seem to have a valid email address, which are not added to the mailing list. I tested it by making a purchase myself, and then it worked fine for some reason. It just doesn’t seem to work when other users make a purchase