ryan4021
Forum Replies Created
-
Ok sounds good, where would I go about sending this information to you? I don’t think the forums here would allow that file.
- This reply was modified 4 years, 7 months ago by ryan4021.
Forum: Plugins
In reply to: [Admin Page Framework] Using an AJAX submit button?Ok sounds good,
Thank you for the great framework
Forum: Plugins
In reply to: /feed after every post?I solved it with: https://gist.github.com/chrisguitarguy/2223644
It’s a gist of a plugin that removes comment feed link functionality. This solved it for me completely and stopped the soft 404 errors that were generating.
Forum: Plugins
In reply to: /feed after every post?The problem isn’t me viewing the /feed , it’s Google seeing it when it fetches as google when crawling my site.
It thinks every post has /feed and then tries to make a link to it, can’t because it’s a 404 then records it as a soft 404 when it’s because of the appended /feed at the end of each url.
Is there a way to turn feeds off completely?
Thanks
Forum: Fixing WordPress
In reply to: Rewrite rules for single posts ONLYI’ll answer myself on this one.
Without it getting too complicated and end up having to rewrite the entire WP Rewrite to simply reroute requests with listing-type to ones without gets real complex especially for this use case because when you remove listing-type , it now looks like a category slug. wordpress doesnt know what to choose at this point.
Solution was go with separate categories blog dsection, separate categories for listing section and that solved it.
This is fine though i didnt realize there was free updates and support, i thought it was just paying for plugin and then you pay for membership access so I was confused, makes perfect sense now though.
I have another question, I have a plugin called popup domination which lets you plug in your HTML newsletter subscribe form into the popup dominator so that it registers to subscribe2 group when people signup.
https://www.popupdomination.com/
Thanks!
If there is another way to add the thumbnail image in, i just dont want to have to spend $40 and $3 a month to put in a simple functionality for image handling. Seems like it should have that from the beginning.
Thanks
I found this filter inside the source code and was wondering if this would be beneficial in filtering the post thumbnail into the $message_post variable?
$message_post = apply_filters('s2_digest_email', $message_post, $now, $prev, $last, $this->subscribe2_options['cron_order']);
Another question:
The digest template, does this run off the new post template but just puts it into a loop for the posts you specify in the options?
If not, do you know where I would edit the settings for the Digest template notification?
Thanks!
Let me clarify too, the post link that goes to the post works and generates fine , but at the bottom in the default template it says ‘You may view the latest post at’ , thats the link that shows error, all the other links seem to work fine though.
Hello,
Thank you , i didnt know this about the {IMAGE} shortcode.
Yes I have posts already on the blog. It just says ‘Error’ as the message but if there’s a var_dump i could maybe possibly place somewhere in your script and get some extra details I can do this as well if it helps you out.
Thank you
also, I noticed the {TITLE} and {PERMALINK} gives me nothing when testing my send.
There’s an ‘error’ message i receive in the email when doing {TINYLINK}.
I’m testing a per posed based email so it should be working.
Is there something I’m doing wrong?
Thanks
Forum: Plugins
In reply to: [WPGPlus] [Plugin: WPGPlus] Too many redirectsYes I have this same issue, any help would be appreciated
Thanks
Forum: Plugins
In reply to: Colorbox Mobile Support PluginFound a solution using both regular images and images from NextGen Gallery.
Download jQuery Colorbox plugin and select automate for all images.
Scroll down to the options and click set custom height for image and set custom width for image and put 100%.
This will fit the image colorbox container and image nicely into the mobile views and for non-mobile it shows up normally as well.
Forum: Fixing WordPress
In reply to: Image doesnt work when embedding into postHello,
Thank you for the response I tried all of these and it didnt seem to work but ive narrowed it down further:
When i upload manually via add media button in add post, the image uploads and works perfectly, even after embedding the image into the post and saving the post the image still works.
It’s only when I view the post on the front end (does this in preview as well) that it breaksd the image entirely, it physically turns the image into 0 size and no longer works period.
It seems to be a hook when trying to access the site on the front end that is causing the issue.
Is there developer plugins that could assist me with trying to pinpoint what it could exactly be?
Thanks!