Tyron Bache
Forum Replies Created
-
Forum: Plugins
In reply to: [WPS Hide Login] Password reset link invalid@shonleestudios I can confirm your solution has worked, thank you!
Forum: Fixing WordPress
In reply to: Posts scheduling not postingHey James
When creating and trying to publish a new post, on the right-hand side does the Publish item in the Summary accordion have the word ‘immediately’ to the right of it?
If you posts are not publishing at the scheduled date and time there might be an issue with WP-Cron not working. You can try install and use WP-Cron Status Checker to confirm first if there is an issue with your WP-Cron
- This reply was modified 1 year, 4 months ago by Tyron Bache.
Forum: Fixing WordPress
In reply to: change width of contact form 7 subjectIt’s a pleasure wackynation, have a great day further.
Please mark this topic as resolved.Forum: Fixing WordPress
In reply to: change width of contact form 7 subjectwackynation you haven’t used the code I gave you correctly, when inspecting the form on your website the first 3 fields and the quiz field sizes are set to 40 (by default perhaps) and not 52, 52, 52 & 31 like I showed you in the above example. If you set the sizes correctly it will look like the following.
Forum: Fixing WordPress
In reply to: Issue with facebook imageWhich image do you want to appear for the home page when shared on Facebook? Youc ould try a plugin like WP Facebook Open Graph protocol, I haven’t tried it but it looks like it will solve your problem.
Forum: Fixing WordPress
In reply to: Issue with facebook imageForum: Fixing WordPress
In reply to: How to Fix Slow loading or performing of my website ?Hello luanndelre,
To diagnose if there is a problem with your plugins and theme deactivate all your plugins and switch to a standard theme (e.g. Twenty Sixteen), then check how long the site take to load. If it’s still slow, you need to be talking to your host (maybe finding a new one). Otherwise, you need to start switching things back one-at-a-time to see what’s the big cause. Once all the plugins are running again try P3 (Plugin Performance Profiler) plugin to see what is causing the long load time.
Forum: Fixing WordPress
In reply to: change width of contact form 7 subjectHello wackynation,
Try the following code:
<p>Your Name (required)<br /> [text* your-name 52] </p> <p>Your Email (required)<br /> [email* your-email 52] </p> <p>Subject<br /> [text your-subject 52] </p> <p>Your Message<br /> [textarea your-message 50x10] </p> <p>Please fill in the answer below to help stop spammers<br /> [quiz quiz-997 "The Capital of France?|Paris" 31] <p>[submit "Send"]</p>
Forum: Fixing WordPress
In reply to: Strange –> symbol on the footerHello sportbrain,
Have you tried looking in your footer.php file for this –> code?
–> is the closing tag for comments in HTML or PHP pages, see below:
<!-- comment here about what is going on -->
Forum: Fixing WordPress
In reply to: Change logo in header – Divi Child themeHello judithbeate ,
I’m sorry but as you are using a commercial theme, you need to seek support from the theme’s developer/vendor. We do not support commercial products here. You can try finding out what you need here.
Forum: Networking WordPress
In reply to: Multisite one media libraryHello jaden90008,
I haven’t tried this plugin myself but it looks like the Network Shared Media plugin does what you need. You can read about it here.
Forum: Fixing WordPress
In reply to: Event registration system, tickets are free but scanning is requiredHello Jack,
I haven’t used this software personally but I have heard good things about Tickets for WooCommerce. I will let you QR scan codes as well. I am sure if you chatted to the software developers here that would be able to shed some light on free events and scanning.
It’s a pleasure Raislay, please mark this topic as resolved.
Thanks, add the following CSS to your “https://www.schreibgedanke.com/wp-content/themes/silvia-child/style.css” file.
form input[type="checkbox"], form input[type="radio"] { display: inline !important; }
Forum: Fixing WordPress
In reply to: Optimising a Category PageHey Alex,
By default WordPress category pages are easily indexed by Search Engines. To answer your question, it’s a yes but your content of the posts is what is valuable.
You can read more about this here.