CineWars
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Clearer] Dropdown Menu Opens Behind Search Bar Etc.Yep,that did the trick!
As always, Thank You.
??
Forum: Themes and Templates
In reply to: [Clearer] SidebarThank You Alex.
Forum: Plugins
In reply to: [Classic Editor] Category list no longer scrollingThanks for the update.
??
Forum: Plugins
In reply to: [Classic Editor] Category list no longer scrollingForum: Plugins
In reply to: [Classic Editor] Category list no longer scrollingHmmmm
The
Appearence > Admin CSS MU
Link has not been created so I cannot access/create a new Admin CSS
Forum: Plugins
In reply to: [Classic Editor] Category list no longer scrollingHmmmm
I get this when adding to Functions:
Your PHP code changes were not applied due to an error on line 562 of file /srv/htdocs/wp-content/themes/darknews-pro/functions.php. Please fix and try saving again.
syntax error, unexpected token “>”
Forum: Plugins
In reply to: [Default Featured Image] Multiple Featured ImagesAck, trial and error, it’s just a
wp-contents/plugins/
folderWorks like a charm!
??
Forum: Plugins
In reply to: [Default Featured Image] Multiple Featured ImagesSo, does this go in the
wp-contents/plugins/
folder or in thewp-contents/plugins/default-featured-image/
folder?And in my case, please tell me if I have done it correctly:
<?php /** * Plugin Name: Default Featured Image - Random post image * Plugin URI: https://www.ads-software.com/support/topic/multiple-featured-images-6/ * Version: 1.0 */ add_filter( 'dfi_thumbnail_id', 'dfi_random_image', 10, 2 ); function dfi_random_image( $dfi_id, $post_id ) { if ( get_post_type( $post_id ) !== 'post' ) { return $dfi_id; // This is not a post, we only check posts. } $random_image_ids = array( 206952, # Add your image id's in this array. 206951, 206950, 206949, 206948, 206947, 206946, 206945, 206942, 206941, ); return $random_image_ids[ array_rand( $random_image_ids ) ]; }
Forum: Plugins
In reply to: [SEOPress - On-site SEO] Image title and alt is always shown in lowercaseWorks like a charm
Thank you so much
??
Forum: Plugins
In reply to: [SEOPress - On-site SEO] Image title and alt is always shown in lowercaseI must be doing something wrong, none of those hooks work
All I want is, for example
This: lucky number slevin / preview clip
To be this: Lucky Number Slevin / Preview Clip
In the Alt, Title and Description fields.
I mean, I love that the post title is automatically added to my images but I would simply like them to be identical case to the title of the post.
Forum: Plugins
In reply to: [SEOPress - On-site SEO] Image title and alt is always shown in lowercaseI understand that a filename should always be lowercase BUT ALT text and Description would be best to follow the name and style of the post title.
How could I do that?
I tried the “We recommend Image SEO plugin to optimize your image ALT texts and names for Search Engines using AI and Machine Learning. Starting from just €4.99.” which just doesn’t work!
- This reply was modified 1 year, 7 months ago by CineWars.
Forum: Plugins
In reply to: [Automatic Featured Images from Videos] Can’t Find SettingsNo problems, love the plugin, so it’s no biggie.
Thanks for the response.
Forum: Plugins
In reply to: [Select Post Export] Export option not showing in dropdownMe too! :O
Forum: Plugins
In reply to: [Automatic Featured Images from Videos] File Name StructureThanks again,
I’ve streamlined my posts templates to have the YT url first and then a channel link underneath.
This solved the problem and Featured Images are brought in from YT
Great plugin, very effective.
??
- This reply was modified 1 year, 8 months ago by CineWars. Reason: spelling fix
Forum: Plugins
In reply to: [Automatic Featured Images from Videos] File Name StructureThanks for the help.
I noticed that when I posted a youtube link, that if there is even one image (for instance, this is how I post, with a channel link above the youtube link: https://cinewars.news/children-of-the-corn-official-trailer/) the featured image isn’t called. Is there a way around this or should I move the channel link image below the youtube link?