wordmax
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [OceanWP] Why the huge white space above embedded videos?I think I got rid of the white space above the YouTube video:
Original code just using Gutenberg to + embed YouTube video was:
<figure class="wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper"> </div></figure>This seems to work:
I tried using this code instead, getting rid of the div class value:<figure class="wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div> </div></figure>The idea is to dynamically generate a unique featured image for each post, based on the title of that post. Not to have to do each post manually.
So whatever code is needed to accomplish this is the way to go.
- This reply was modified 6 years, 9 months ago by wordmax.
Thanks Marcel,
Was hoping it would be possible to use/modify the shortcode, something like this, it won’t work like this, but it’s the general concept:
// [custom_image] add_shortcode( 'custom_image', 'execute_custom_image' ); function execute_custom_image() { return do_shortcode('[custom image from url="https://www.google.com/search?tbm=isch&source=hp&biw=1536&bih=790&ei=9vRAXYr7KMXy5gLdgolI&q=' . get_the_title() . '&oq=' . get_the_title() . '&gs_l=img.3..0l10.747.4194..4493...0.0..0.128.816.9j1......0....1..gws-wiz-img.....0.qQ--T5BNsdA&ved=0ahUKEwiKzuPOht7jAhVFuVkKHV1BAgkQ4dUDCAU&uact=5 "]'); }So if the post title was Brad Pitt, then the featured image would be pulled from the first result in Google images url.
Forum: Plugins
In reply to: [RSS Feed Retriever] How to make custom RSS feed using the post title?Awesome, thanks!
What’s the recommended way to change the CSS styles for the titles, excerpts, etc?
- This reply was modified 6 years, 9 months ago by Jan Dembowski.
- This reply was modified 6 years, 9 months ago by Jan Dembowski.
Forum: Themes and Templates
In reply to: [OceanWP] Guys you need to work on the infinite scroll…issuesHi Amit,
Here’s the link for you. Infinite scrolling with 3 column grid/masonry causes it to jitter and not load smoothly at the first scrolling to encounter more content. After the initial (more) content loads, then the rest of the posts seem to load ok without the jitter effect. Hope this makes sense.
A “load more” button would be a nice feature to avoid this, and friendly for mobile users.
Thanks!
- This reply was modified 7 years, 1 month ago by wordmax.
- This reply was modified 7 years, 1 month ago by wordmax.
- This reply was modified 7 years, 1 month ago by wordmax.
- This reply was modified 7 years, 1 month ago by wordmax.
- This reply was modified 6 years, 9 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [Thematic Maps] Multiple data sets comparison?A typical example would be data set 1 is represented as a heatmap and then data set 2 could be represented as a shape/size, pattern, etc. Here is a good example, I uploaded it to imgur so you can see…
Typical thematic map comparing 2 sets of data.
So a cool demo would be compare any interesting sets of data that to see if there are correlations. For example, income level vs. crime rate, red/blue state vs. churches per sq. mile, average temperature vs. sexually transmitted diseases, the list goes on and on…
US Census provides tons of data which can be expored/imported via CSV. Also Google Trends is a great resource for gathering data via CSV for import to maps.
Would be cool if you could make the plugin coordinate with Table Press or Ninja Tables plugins:
https://tablepress.org/demo/
https://wordpress.org/plugins/ninja-tables/- This reply was modified 7 years, 1 month ago by wordmax.
Forum: Plugins
In reply to: [IdeaPush] Features Questions/SuggestionsWould be cool if email validation required, and if verified, user would have a token/cookie that would allow them to interact without having to register/logon to the site. This would help reduce spam content posts.
Forum: Plugins
In reply to: [IdeaPush] Features Questions/SuggestionsJust been testing it out. Pretty cool plugin!
One problem…Require email validation should be an option for the admin.
Without admin option to require email validation, it leaves site wide open to spam. Also, anyone can enter anyone else’s email address and those emails would get updates, etc from the site. Am I missing something here?
Thanks
Forum: Plugins
In reply to: [IdeaPush] Features Questions/SuggestionsGotcha. Maybe something like this?
https://stackoverflow.com/questions/26765836/wordpress-show-tags-belonging-to-custom-post-typeForum: Plugins
In reply to: [IdeaPush] Features Questions/SuggestionsRegarding tags…
I meant a tag cloud so people can see all the tags and browse for content using the tags cloud. The more popular the tag, the larger the font size in the tag cloud. Pretty standard stuff for tag clouds…
screenshot of a tag cloud example…
Forum: Reviews
In reply to: [Media Cleaner: Clean your WordPress!] Works like a charm. Big time saver…Yes this would be awesome feature, would not need a separate plugin to delete posts.
admin option > Delete posts (and their media) older than X (enter value) days with less than X views. Thanks for considering it.
Maybe this would be a good value add for the pro version of the plugin, increasing sales.
Thanks!Thank for the helpful reply. Will do.
Forum: Plugins
In reply to: [WP Social Post And Widget] Unable to login to Instagram!Thanks. I already went through the process of approving logon and verifying Instagram acct, so there are no errors presented to me from Instagram.
The only error that I’m seeing is the error log to admin email from the plugin.
Error:
Unable to login Instagram!
InstagramAPI\Response\MsisdnHeaderResponse: Challenge required.Initially, the plugin worked and created 3 new Instagram posts. But then it stopped working.
Any other ideas? Do you think Instagram flagged my webserver IP?Forum: Plugins
In reply to: [WP Social Post And Widget] Unable to login to Instagram!And, yes, I’ve gone through all the steps approving Instagram verification. Email, phone, etc, etc, etc…
Please share how you disabled subscribe option. Thanks!