JoeGP
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [ProfitMag] Hide Featured Image and "Related Posts"And here is the fix i came up with:
.single-thumb {display: none;}
.related-post {display: none;}
Add these to the Custom CSS field in Appearance->Theme Options->Tools
Use only the first one to get rid of the featured image on the post itself. I don’t know (yet) if it removes it from anywhere else it might be needed, like the slider.
Use only the second one to get rid of the Related posts bit.
this fix should also be upgrade proof, unlike what was suggested above (unless you used a child theme for it)
Forum: Themes and Templates
In reply to: [ProfitMag] Hide Featured Image and "Related Posts"I don’t mind the Related Posts that much, but there should be an easy checkbox to remove it.
But that featured image thing is dreadful, i enabled it (added an image to a post) on my site to get thumbnails to show in the (MT) Recent Posts widget in the sidebar, which works fine, but the featured image is also added in the post as well, seems like a mistake to me although i’m sure someone uses it that way, but it doesn’t work in my case, since i end up with the image twice.
My website btw: https://moddedwalls.joegp.eu/wonder-woman-uhd4k/
Although by the time you look at it i might have fixed it or switched to a different theme.Seeing as this is marked Resolved maybe i should open a new topic.
Forum: Plugins
In reply to: [Clone] Failing to restore@ apdobaj … No, sorry i do not have the time or the talent to fix it, i just used Duplicator instead, it’s more difficult to use but it works and probably always will (because of the way it works), it can neer have conflicts with WP or any themes/plugins.
What you discovered is not what you think (i’m pretty sure). It’s not dependent on the source site but the source sites version of WordPress. Simply put if it’s older then WP 4.0 it will probably still work. If it works on any site using WP 4.0 and later then you might be on to something, but even so, it probably won’t help us.
One way to work around this issue would be to downgrade the version of WP used on the source site but that is even more difficult then using Duplicator and it’s risky.
Unless the author himself responds to this thread (or updates the plugin) we can safely assume the plugin is abandoned. And i read he hasn’t been seen in the last 7 months so yeah…
I’m unsubscribing from this thread, it’s time to move on …
Ok, i disabled the plugin and i managed to log in, hurray ! at least that worked.
I didn’t check what WP version i had, i just updated it to 3.9.1 and i had to upgrade my database so it might have been an older WP, like maybe 3.8.For the security plugin i was using iThemes Security 4.0.21.
Interestingly updating iThemes renamed it’s folder back to the usual.After reading what other people have gone through (i.e not being able to log in even after updating everything) i decided to forgo the hide backend feature.
P.S. i wrote an email to iThemes support 1-2 weeks ago about this, they never replied.
P.P.S. i guess i never included my sites URL, it’s https://jgp-photography.comsounds like someone found out your username and is trying to brake in.
Change your username and see if it still happensThanks for answering, it shows you care.
I voted.
I didn’t say anything about importing, that would be really nice though. I was saying that the images used in the old gallery are already uploaded to wordpress as individual media files, but sadly those cannot be added. Although adding them 1 by 1 even without reuploading would actually be worse.
So something like your own media library viewer with checkboxes next to each thumbnail and an add to gallery/album button would be much appreciated. (i guess that qualifies as an importer)The spacing for the description should be dynamic in some way, i’m pretty sure you could easily implement a simple switch in the main settings area that would turn off descriptions and remove the spacing for it as well.
Sounds like someone found out your usernames and is trying to brake in.
With the newer wordpress version if you create a new user it will publicly display the username as the nickname/display-name and that is visible on each post.
Something similar might have happened when you updated.If you can log in go to your profile and make sure your username and your display name are not the same.
It’s also a very good idea to have a backup user account for such cases.
Hope this helps.
Forum: Plugins
In reply to: [Contact Form 7] attaching a pdf to a response email using contact 7 form@takayuki Miyoshi that will send the attachment to him, won’t it ?
he wants the visitor who submits the form to get the PDF not himself.Forum: Plugins
In reply to: [Contact Form 7] How do I edit the message sent in html?yeah i tried that too with HTML, seems that doesn’t work even if i have the “use HTML content type” ticked.
Or do i need to make it like a new page ?<html> <head> <body> ...
Forum: Plugins
In reply to: [Contact Form 7] Contact form 7 with htmlthat’s a pretty impressive form, but i’m surprised you’re stumped by the issues you are having
I need to know in the email I get what plan they choose and the dollar amount or if they declined converge.
You need to include the appropriate shortcodes in the Message body, like this :
Plan: [radio-button1] (or whatever your radio button’s shortcode is)Here’s the form i just made https://www.myaccountingbiz.com/site-information/
it has radio buttons and they work nicely.You do know the basics of CF7 right ? when generating a tag you get 2 shortcodes, one goes in the Form HTML window and the other in the Message Body (but can go elsewhere too)
Hope this helps.
Forum: Plugins
In reply to: [Contact Form 7] attaching a pdf to a response email using contact 7 formadd this in the very bottom field called Additional Settings
on_sent_ok: "location = 'https://www.yourdomain.com/file.pdf/';"
It won’t really be an attachment (email attachment), but they will receive the file
replace https://www.yourdomain.com/file.pdf with the URL of the file.
Forum: Plugins
In reply to: [Contact Form 7] Not sending emails2 out of 10 seemed like a high enough percentage to me
Forum: Plugins
In reply to: [Contact Form 7] Not sending emailsI tried the fix this guy found and it’s working again https://www.ads-software.com/support/topic/contact-form-7-your-message-was-sent-successfully-but-not-receiving-emails?replies=11
Scroll to the very bottom.
thanks jhunlio that fixed it for me as well
Does this prove it’s a plugin issue ?
Forum: Plugins
In reply to: [Contact Form 7] E-mail doesn't sendi guess it pays to read other posts.
I tried the fix this guy found and it’s working again https://www.ads-software.com/support/topic/contact-form-7-your-message-was-sent-successfully-but-not-receiving-emails?replies=11
Scroll to the very bottom.
Hopefully this works for you as well.