elevensuns
Forum Replies Created
-
Hi MissBizzy! Thank you, thank you thank you!!!! works beautifully! Thanks to all for your feedback too!
I just did, no luck, quick question, does it work on your end with that user name: UCfmGcNmcJLpglQOlogODbpw
many thanks!
many thanks! still getting:
Error type: “Bad Request”. Error message: “Invalid channel.” Domain: “youtube.search”. Reason: “invalidChannelId”. Location type: “parameter”. Location: “channelId”.
Check in YouTube if the id UCfmGcNmcJLpglQOlogODbpw belongs to a username. Check the FAQ of the plugin or send error messages to support.
The Api-key is good, it works with another user name, ufff, sorry for the hassle!
this message now
Error type: “Bad Request”. Error message: “Invalid channel.” Domain: “youtube.search”. Reason: “invalidChannelId”. Location type: “parameter”. Location: “channelId”.
Check in YouTube if the id UCfmGcNmcJLpglQOlogODbpw belongs to a username. Check the FAQ of the plugin or send error messages to support.
Hi kjehiel, still not working. I regenerated the Api Key and cleared and still get this message:
Error type: “Bad Request”. Error message: “Bad Request” Domain: “usageLimits”. Reason: “keyExpired”. Location type: “”. Location: “”.
Check in YouTube if the id UCfmGcNmcJLpglQOlogODbpw belongs to a username. Check the FAQ of the plugin or send error messages to support.
many thanks
Hi tobi04 and kjehiel, thank you very much for your input. I apologize, I used the wrong example.
this is my channel URL:
https://www.youtube.com/channel/UCfmGcNmcJLpglQOlogODbpwAs you can see it shows the string instead of a name. When hovering over the channel name, i get the same string. I know the API is working properly because the shortcode below works when i use another channel name. Also running last version of plugin 2.2.2.
The source code search gave same results, the string on the url as the user name.
[Youtube_Channel_Gallery user=“cannot_find_it“ videowidth=”580″ ratio=”16×9″ theme=”light” color=”white” autoplay=”0″ rel=”0″ showinfo=”0″ maxitems=”4″ thumb_width=”183″ thumb_ratio=”16×9″ thumb_columns_ld=”3″ title=”0″ description=”0″ promotion=”0″ pagination_show=”1″ description_words_number=”0″ link=”1″ key=”API-KEY”]
Many thanks
kjehiel: Thanks so much for your information, please listen to tikishag, the problem is the user name, my youtube channel does not have a name format such as https://www.youtube.com/user/XXX
I have the following format: https://www.youtube.com/channel/UCVttQE6tS_agDSAU61Q65aA
When hoovering or clicking on the channel name i can only see the following format:
https://www.youtube.com/channel/UCVttQE6tS_agDSAU61Q65aAPlease advise. Many thanks
Forum: Fixing WordPress
In reply to: Any way to set custom field value when posting by email?Check this plugin. Its called CF Setter and it lets you define custom fields from the body of an email.
https://hypertext.net/projects/cfsetter/
Followed the instructions on this page.
Include the following short code on the body of the email:
[cf]value_to_insert_in custom_field[/cf]
It inserts the value in the custom field in worpress when posting by email.
To display the field I used the following short code on the template file:
<!-- Display Custom Field --> <?php $myname = get_post_meta($post->ID, ‘custom_field_name, true); if ( $myname ) { ?> <h3 ><?php the_meta(custom_field_name) ?></h3> <?php } else { } ?> <!-- End Display Custom Field -->
It evaluates if the field is empty and then shows results.
Substitute custom_field_name for the name of your Custom Field Name
It works like a charm! Hope it works for you guys!
https://codex.www.ads-software.com/Custom_Fields
https://codex.www.ads-software.com/Function_Reference/get_post_metaCheck this plugin.? Its called CF Setter and it lets you define custom fields from the body of an email.
https://hypertext.net/projects/cfsetter/
Followed the instructions on this page.
Include the following short code on the body of the email:
[cf]value_to_insert_in custom_field[/cf]
It inserts the value in the custom field in worpress when posting by email.
To display the field I used the following short code on the template file:
<!-- Display Custom Field --> <?php $myname = get_post_meta($post->ID, ‘custom_field_name, true); if ( $myname ) { ?> <h3 ><?php the_meta(custom_field_name) ?></h3> <?php } else { } ?> <!-- End Display Custom Field -->
It evaluates if the field is empty and then shows results.
Substitute custom_field_name for the name of your Custom Field Name
It works like a charm! Hope it works for you guys!
https://codex.www.ads-software.com/Custom_Fields
https://codex.www.ads-software.com/Function_Reference/get_post_metaForum: Themes and Templates
In reply to: use of query_post in template, please helpThanks HOC, i solved it,
I used:
$cat_id = get_query_var(‘cat’);
and then
query_posts(array( “cat” => $cat_id,
About query_post vs Wp_Query, I get an error, I also tried get_post, but i haven’t solved a post_per_page issue i have. -1 shows all posts without pagination, this result is desired, but if i use get_post i get default pagination despite the value i enter, i’m no a coder obviously, so it’s a challenge for me, but it seems easy, i’m trying to brake it, thanks for your help
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Adding formulas to tableHi Tobias, I understand, no problem. As for now, I will not be able to use formulas this way.
Will you include this feature in future releases? that’ll be a great addition to an already great add-on. Thanks for your time!
Francis
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Adding formulas to tableHello Tobias,
Oooops, I think we cannot use other separator than a colon for figures representing quantities over a thousand. Period is only used for decimals.83,649 (Eighty three thousands, six hundreds and forty nine)
83.649 (Eighty three, sixty four)
This column on the table represents money. I cannot change the separator and will be ideal to be able to sum column up. Did i hit a limitation? Any ideas?
many thanks. Francis
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Dates SortingHi Tobias, that worked very well, thanks very much.
I have another question before i mark this thread resolved.
I’m setting up the last row to show a total of a sum. How can i exclude this row from sorting? and if not possible? any advise on how to work around it? thanks
FrancisForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Adding formulas to tableHi Tobias, thanks for the link.
Unfortunately it’s not working on my end.
I’m currently testing with “=E33+E34” and i’m getting the error:
!ERROR! E33 does not contain a number or expression
These are the values:
E33= 68,096
E34=119,035I also have a question: is there a way to sum up several cells at a time? like in MSExcel?
“=SUM(E2:E34)”
Many thanks
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Dates SortingHi Tobias, thanks for your prompt response. This is a great addition to WordPress, thanks for making available!
Unfortunately,correcting single digits didn’t fix the problem. Al dates are now showing two digits, years 4 digits, separator is “/”, and the incorrect sorting persists.
As far as i see, it’s sorting by the first digits “month”, but it also need to take “year” into account, any ideas? thanks very much
Francis