Forum Replies Created

Viewing 14 replies - 1 through 14 (of 14 total)
  • One additional idea: a CAPTCHA field to control robots from subscribing?

    I wouldn’t need a redirect, but definitely a message confirming the subscription and perhaps even an email to the user to be able to configure subscription options like weekly, unsubscribe, etc.

    @daniel: perhaps you could make an option for the plugin to output the excerpt (instead of 130 chars) or the entire post?

    +1 for “Instant,” “Daily,” “Weekly,” and “Monthly”

    Instant should be a single email per post, with the option to get the full post or just an excerpt (configured by the admin).

    Daily/weekly/monthly should be a single email combining all the posts. This email should follow the format of something like the one that is sent by Pocket: each post should appear on its own row and should show the feature image and the excerpt.

    Thanks for this great plug-in!

    Ok, I’ve confirmed: if you search for 130 in the class-subscribe.php and replace that line with:
    <div><?php echo apply_filters('the_content', $email['post']->post_content );?></div>

    It will output the entire post.

    If your post begins with an image, this will also output the image — if you leave it at 130, the email body will basically be blank because 130 characters isn’t even enough to capture the img tag…

    Ok, I think I’ve found the place — I needed to go through the wp-admin -> Plugins -> Editor -> Subscribe to Category, then find the file.

    Now I have a security issue that I’m working through…

    But I did have a question, instead of increasing the limit to 15,000 characters, couldn’t you do the following to display the entire post?

    Would this include any images as well? (I’ll update with my results when I’ve gotten through my security issue with Siteground)

    <div><?php echo apply_filters('the_content', $email['post']->post_content );?></div>

    Thanks for the quick fix, the latest update is working for me! ??

    Hi hetul,

    If the first thing in the post is an image, do you get text by increasing to 15000 characters? I don’t get any part of the post other than the title in this case…

    Where did you find the class-subscribe.php file?

    I’m not seeing it in the wp-admin -> Appearance -> Editor…

    I’m using SiteGround as my provider and I’m fairly new to WordPress so I appreciate your guidance.

    Thanks!
    Olivia

    Could the email also include the feature image associated with the post?

    Thanks!
    Olivia

    Ok, I added that, but it still looks a bit off:

    If you compare any of the other pages with the Products page, you’ll see that the header image looks different.

    It seems that the Products/Shop page is still “starting” the header image at the top of the screen so it’s displaying a different part of the header image beneath the logo. But on the other pages, the top of the image starts underneath the logo…

    Is there another fix to harmonize the way the header image will be displayed on the Products/Shop page?

    Should I be updating the theme once you release the patch?

    Thanks!
    Olivia

    Hi Hannah,

    Yes, this is the page https://head2toeliving.com/?page_id=61

    I renamed it to Products. You can compare it with the other pages, including My Products where I’m using the recent_products shortcode.

    Thanks!
    Olivia

    Hi Hannah,

    I have disabled the transparent header on the Site Header in Theme Options and this is working for my Home page and my other pages (including blog category pages).

    However, woocommerce’s Shop page is not respecting this setting and therefore extending the header image all the way up to the top of the page. What’s interesting is that when you click on a product, that single product view does respect the disabled transparent header setting (as will the cart, checkout, etc). If I create my own page and use woocommerce shortcodes, I can show recent products etc and it will respect the disabled transparent site header — it’s just the shop page that won’t do it!

    How do I make the Shop page adhere to the disabled transparent site header like the rest of my pages?

    Thanks!

    Yes, thanks Hannah!

    Hi Kadence Themes,

    I’m using your free Pinnacle theme and on my home page, the title says “Welcome to <my site name>”

    How can I change this to something else? Is there a field where I can set this text?

    Also, if I integrate with Woocommerce, will I be able to display featured or best selling products on the home page? Or do I need to upgrade to the premium version?

    Thanks!

Viewing 14 replies - 1 through 14 (of 14 total)