independent-publisher icon indicating copy to clipboard operation
independent-publisher copied to clipboard

A beautiful reader-focused WordPress theme, for you.

Results 55 independent-publisher issues
Sort by recently updated
recently updated
newest added

I am not sure why, but after upgrading from PHP 7.4 to 8.1 every site visit results in a PHP Warning: PHP Warning: Undefined array key "background_color" in wp-content/themes/independent-publisher/inc/customizer.php on...

compatibility

Fixes raamdev/independent-publisher/issues/324

enhancement

Currently, the `` tag for the header image is built manually in `independent_publisher_posted_author_card()`: https://github.com/raamdev/independent-publisher/blob/36dd2c2856221850c4a5491f18193a325c82e810/inc/template-tags.php#L491 It would be better to use [`get_header_image_tag()`](https://developer.wordpress.org/reference/functions/get_header_image_tag/) to build this tag, as that will include the...

enhancement

**Note: This is a work in progress.** --- The current method of outputting CSS generated by the theme options in the Customizer uses Admin AJAX. This is not compatible with...

Is there a way to disable use of the customizer in this theme? I want to cache all non-admin pages of my site (via Cloudflare), but _/wp-admin/admin-ajax.php?action=independent_publisher_customizer_css&ver=1.7_ gets called during...

enhancement

On the following line, the 100x100px version of the avatar gets used in certain cases. This should really use a high-res version: https://github.com/raamdev/independent-publisher/blob/513e7ff71312f585f13eb1460b4d9bc74d0b59bd/inc/template-tags.php#L497 Reported here: https://wordpress.org/support/topic/use-original-gravatar-avatar-image/#post-12297501

bug

The 'Use as post cover' option is not available when using the Gutenberg editor: ![Screen Shot on 2020-01-06 at 12:09:48](https://user-images.githubusercontent.com/53005/71834550-79c1a300-307d-11ea-86ab-5565721718fb.png) The workaround for now is to use the [Classic Editor...

bug

The image caption alignment in editor shows the caption as centered. But in preview and in the published post, the image caption displays as text aligned to the left. I...

…ation of layouts and content, except for content that use post cover images. In that case, the site information (title+tagline) is displayed below the post cover, which may not be...