Hi there,
I love having “Related Posts” at the bottom of my posts, but I am unhappy with the output. I would much rather be able to be able to control which posts appear. Is there any way to do this? I have looked at other plugins but they do not look as pretty.
Thank you.
Good afternoon,
We would like to adjust the font size of image captions in blog posts. For example, in this post (*Login to see link I would like to increase the font size of text under each picture “e.g. Canada’s beautiful Lake Louise in Banff National Park”.
I could not find a setting in ‘Theme Options’ to adjust the image caption size in Blog Posts so I have attempted to target it with CSS. When using developer tools, the target appears to be’figcaption.caption.wp-caption-text’. When attempting to adjust this via the custom CSS box, it is not changing the font size.
Can you please let me know what I am doing wrong and provide guidance on how to use CSS to alter the font-size?
Thank you for your time,
Alison and Ben
When I try to change the order of the enabled items on the Home Layout panel, I get:
“There was a problem with your action. Please try again or reload the page.”
The enabled items are:
Page Content
Featured Products
Home Widget Area
Latest Blog Posts
It’s at http://www.guidedimagerydownloads.com
Have you any idea what the problem might be or how to fix?
Hey Karl,
Can you post a link?
Thanks,
Hannah
This reply has been marked as private.
Hi Ben,
I am wanting to place an existing Rev Slider banner above the blog content on blog post pages, in the same way that I have it on all of my regular pages thought the Feature Page Options. Is there an option for this on Blog posts? Am I just missing it?
Thanks!
Greg
Thank you Kevin
Is there someone of kadence theme who could answer please ?
Where is the php.file to change for speed up the porfolio posts sliders and the default set up.
It would be smart if we can do that in the theme option “portfolio”.
thanks
sorry forgot to post the link of original problem
http://www.fossilbeach.co.uk/shop/
How do I hide the date on single posts? *Login to see link
Ok thanks.
I set the date as you suggested.
Will see what happen for next posts.
Anyhow thank you very much. I was curios to understand where the issue originated because I saw that in the website in english language only it was ok.
Thanks a lot
Angelo
Hey Craig,
Do you mind posting a link to your site?
Thanks!
Hannah
Hi Richard,
Sorry things have been rocky for you! What version of the theme are you using? You can download the latest version from here- https://www.kadencewp.com/my-account/
Can you post a link to your site?
Thanks!
Hannah
In the woocommerce/archive.php file on line 54 remove:
<?php woocommerce_result_count(); ?>
and add in
<?php
if(is_shop()) {
$bsub = get_post_meta( get_option( 'woocommerce_shop_page_id' ), '_kad_subtitle', true ); if(!empty($bsub)) echo '<p class="subtitle"> '.__($bsub).' </p>';
} else {
echo '<p class="subtitle">'.__(term_description()).' </p>';
}
?>
Ben
1. This is something that would have to be done via a child theme and edits on the php files of your site. Unfortunately, I haven’t been able to locate the correct area to get the slider to speed up on my demo site, but I am sure that this is not a built in feature of the theme.
2. This is something that you would also need to dig into the php files to accomplish. The default template is where the options you’re seeing are coming from, so as it is, you’ll have to just make sure that each post’s options are matched to what you’d like them to be.
Hello
need some help for:
1- I can’t find the way to reduce the speed of the carousel slider in a portfolio custom post.
2- How to report the same options on each portfolio post ?
thanks a lot
SP
Hi Hannah
Well…I’ve tried many many different ways, and plug ins. Currently I’m using the Post Meta Video Widget.
And now that the post options are there, I’m selecting everything Kevin told me to. (anything that can be set to video, lol)
I added that video image to try and placate my client..but we want the video to appear and play automatically.
I’m sure one problem is that I’m forced to choose a video source, and it’s none of the sources on the list. It’s just a link from a new website.
http://www.falconconsultinggroup.com/the-falcon-consulting-groups-managing-partner-thomas-raftery-appeared-on-nbc10-philadelphia-to-discuss-issues-related-to-1-2-billion-powerball/
Thanks for your help!
Carrie
Hi Chris,
Do you mind posting a link and the password? You can set as a private reply.
Thanks!
Hannah
Hey Dayle,
Do you mind posting a link?
Thanks!
Hannah
Hey Carrie,
Glad you found the post options! Sorry that wasn’t more clear. How are you adding the video? Can you link to your post page?
Hannah
Hey Shaun,
This css should do what you want-
.single-post .entry-content {
margin-top: 83px;
}
Hope it helps!
Hannah