Forum Replies Created
-
AuthorPosts
-
Found it, dugh. Thanks.
March 26, 2019 at 9:20 pm in reply to: display blog post date when using advance layout editor #1083264Never mind, I found a work around.
Thanks.
March 26, 2019 at 9:19 pm in reply to: Blog Post Grid Style Layout doesn't show date or categories #1083262Never mind, we found a work around.
Thanks.
March 25, 2019 at 11:56 pm in reply to: display blog post category when using advance layout editor #1082898Okay, thanks!
March 25, 2019 at 11:37 pm in reply to: display blog post category when using advance layout editor #1082887No luck, any other ideas?
March 25, 2019 at 10:30 pm in reply to: display blog post category when using advance layout editor #1082861One more question.
I tried to put the short code for the [the_post_categories] after some text in the text block element and it will not stay on the same line, it goes on a separate line.How do I get the short code and the text to stay on the same line together?
Thank you.
March 25, 2019 at 2:54 pm in reply to: display blog post category when using advance layout editor #1082687Works perfectly, such a life saver. Thank you for your help!
March 25, 2019 at 5:11 am in reply to: display blog post category when using advance layout editor #1082513I am using this short code in the text block: [the_post_categories]
I will provide login credentials to make it easier.
Everything is working, just needed them aligned horizontal.
Like this:
Category 1, Category 2, Category 3Not like it is:
Category 1
Category 2
Category 3Thank you for your help!
Note: View all is okay to be separate.
It worked, thank you so much for the information! Greatly appreciated!!
Thank you, looking at doc now and will post what happens.
- This reply was modified 5 years, 7 months ago by Micheal0424.
March 24, 2019 at 11:22 pm in reply to: display blog post category when using advance layout editor #1082399Can somebody please help? I waited 2 days before I posted again just in case posting again makes the wait longer. I really need help though so any help would be greatly appreciated.
Thank you.
March 23, 2019 at 8:21 pm in reply to: display blog post category when using advance layout editor #1082166Anybody have an idea of how to make this work?
March 21, 2019 at 4:21 pm in reply to: display blog post category when using advance layout editor #1081458The link has been posted, thank you.
March 18, 2019 at 4:29 am in reply to: display blog post category when using advance layout editor #1079764I used the link you provided to get it working, thank you!
This is what I did:
Added to functions.php
function avs_custom_categories_shortcode() {
$terms = get_the_terms( get_the_ID(), ‘category’ );$output = “<span>”._(‘Dossier-Thema: ‘, ‘avia_framework’).”</span>”;
foreach ( $terms as $term ) {// The $term is an object, so we don’t need to specify the $taxonomy.
$term_link = get_term_link( $term );// If there was an error, continue to the next term.
if ( is_wp_error( $term_link ) ) {
continue;
}// We successfully got a link. Print it out.
$output .= ‘<p class=”cat”>‘ . $term->name . ‘</p>’;
}return $output;
}add_shortcode(‘the_post_categories’, ‘avs_custom_categories_shortcode’);
I added this short code to the page:
[the_post_categories]The categories are showing up now. They are showing up in a column style list, I need them to align horizontally like they normally would.
I tried to add this CSS code:
p.cat { display: inline-block; }It didn’t work.
What can I do to get the categories listed horizontally?
Thank you for any assistance! It is greatly appreciated!
How did you change the color of the social icons?
Thanks.How about transparent white? Maybe keep the white logo part of the current icon and just get rid of the color background?
January 14, 2019 at 5:16 pm in reply to: Is there a Blog Post Subscription option available? #1053733Thank you for the information!
I just found a solution, thanks for your help.
I tried this and it didn’t work for me.
Worked perfectly after I cleared the cache.
Thanks for the help!!I actually never found what I was looking for, I created this post: #977254
Question: I want that “xxxx” is a bold text.
Solution: It may be easier if you are looking to pick and choose which text you want in bold is if you use Text To Be Bold for the text.What was the solution?
Okay, I will continue to test different things to see if I can reproduce the issue. It doesn’t do it all of the time so it is a little more challenging finding the problem. Will post what I find out if I can figure it out.
Thanks.
That worked perfectly, thank you!!
That worked on the ‘ALL’ in the list of categories to the right, thanks!!
How do I get the ‘All’ that is to the left by itself to be capitalized as well?
Thank you.
Turns out the Yoast plugin being set to ‘Date Archives Settings: Disabled’ was the cause of the issue.
Thanks for the link you provided!
Thanks
No, this was without cache plugins, etc.
I am using the plugin ‘SEO Redirection Premium’. I disabled it and then tried to see if the Archives would work and they didn’t. Where would I see this?
Thank you.
-
AuthorPosts