Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle
Search Results for 'page '
-
AuthorSearch Results
-
In forum: Ascend Theme
In reply to: Content Offset
So sorry to revive this post…
The code for archives is shrinking the content to the correct width but it is centered instead of offset to the left similar to the other pages/posts. Interestingly, it is offset to the left without a sidebar.
.postlist .kt_archivecontent, .wp-pagenavi {
max-width: 640px;
}For example – https://digitalflightwire.com/category/prepar3d/
Any advice would be greatly appreciated!
Thank you so much once again!
Mark
In forum: Ascend ThemeIn reply to: Number of posts displayed
In forum: Ascend ThemeIn reply to: Number of posts displayed
In forum: Ascend ThemeTopic: Number of posts displayed
You guys have been amazing! One final question for the day.
I’d like 12 posts to display per page at – *Login to see link However, when I adjust the WordPress Reading Settings, it remains at 10.
Any advice would be appreciated!
Thank you so much!
Mark
In forum: Virtue ThemeIn reply to: kadence slider
In forum: Virtue ThemeTopic: kadence slider
Hello,
I am not able to remove a kadence slider from the page. I made it a while ago using the blog builder. Later I switch on elementor. The problem is that I do not see the code that I have to delete. Could you please help.
Thank you in advance
helianthusclinic.comIn forum: Ascend ThemeIn reply to: Content Offset
July 17, 2019 at 3:16 pm #231062Single post:
.single-post .main article.post, .single-post .main .comments-area { max-width: 640px; }archive:
.postlist .kt_archivecontent, .wp-pagenavi { max-width: 640px; }search:
.search-archive { max-width: 640px; }In forum: Ascend ThemeIn reply to: Thumbnail size for archives
July 17, 2019 at 3:13 pm #231061Hi,
Sorry I missed this.On my archive page, I’d like to be able to choose the size of images (ie choose which image thumbnail to use). I have created custom cropped sizes of my blog featured images. It would be nice to just have a dropdown to choose the size of image to use on Archive pages, in the Theme Settings and Blog Settings, based on sizes available. Alternatively, select a ratio for the image size (eg, my custom thumbnails are 3:2).
Currently, it’s showing the entire “featured image” and just shrinking it down. I’ve created custom 3:2 thumbnails that I’d like to be on the page, which you can see if you scroll down on this page to where I use the Posts Block.
This is exactly what I asked for in this post (like, I literally copy/pasted and edited because I know no other way of saying it). I hope I clarified enough. Please let me know if there are any other clarifications I can make to help better explain what I’m hoping for.
In forum: Ascend ThemeIn reply to: Content Offset
In forum: Ascend ThemeIn reply to: Content Offset
In forum: Ascend ThemeIn reply to: Content Offset
July 17, 2019 at 2:11 pm #231049I’m not following, I don’t see a sidebar added on the left of your single blog posts?
On the page you linked to update your css to this:
.postlist .kt_archivecontent { max-width: 640px; }for single post:
.single-post .main article.post { max-width: 640px; }Ben
In forum: Ascend ThemeIn reply to: Ben can you help? this might be a no brainer for you
July 17, 2019 at 2:05 pm #231046Hey,
So you must already be adding in the code to make authors show for products correct?You can add in your own custom shortcode function like this:
function custom_product_author_shortcode_function( $atts ) { extract( shortcode_atts( array( 'author' => '', 'columns' => '4', 'orderby' => 'menu_order', 'order' => 'ASC', 'items' => '8', ), $atts ) ); $args = array( 'author' => $author, 'orderby' => $orderby, 'order' => $order, 'post_type' => 'product', 'post_status' => 'publish', 'posts_per_page' => $items, ); global $post, $woocommerce_loop; $woocommerce_loop['columns'] = $columns; $temp_post = $post; ob_start(); if ( class_exists( 'woocommerce' ) ) { echo '<div class="products-author-products-shortcode-wrap">'; $loop = new WP_Query( $args ); if ( $loop ) : woocommerce_product_loop_start(); while ( $loop->have_posts() ) { $loop->the_post(); /** * Hook: woocommerce_shop_loop. * * @hooked WC_Structured_Data::generate_product_data() - 10 */ do_action( 'woocommerce_shop_loop' ); wc_get_template_part( 'content', 'product' ); } woocommerce_product_loop_end(); endif; echo '</div>'; } $output = ob_get_contents(); ob_end_clean(); wp_reset_postdata(); $post = $temp_post; setup_postdata( $post ); return $output; } add_shortcode( 'products_by_author', 'custom_product_author_shortcode_function' );Use it like this:
[products_by_author author="47" items="6" columns="3"]Ben
In forum: Ascend ThemeTopic: position sticky
Hello,
i had a menu sticky but does not working.
You can find a personal menu i made in the page : *Login to see link.nav-offre ul{
margin:0px;
padding:0px;
overflow:hidden;
position: sticky;
position: -webkit-sticky;
top:0;
}
Best regard
SébastienIn forum: Ascend ThemeIn reply to: Content Offset
In forum: Virtue ThemeIn reply to: Number of posts in recent post carousel
In forum: Ascend ThemeTopic: Content Offset
Hello again!
I’m trying to offset my post list and individual blog posts to the left. The width of the site will be 1216PX and I would like the content for those pages aligned left beside the left sidebar and approximately 640PX in width.
I’ve inputted the below CSS which sort of works.
.postlist .post {
padding-right: 357px;
}
.single-post div#ktmain {
padding-right: 357px;
}The problem is before collapsing to tablet view it gets very small when shrinking the browser. Is there any way to maintain the width before collapsing to other views?
The site is digitalflightwire.com
Thank you so much, I apologize for the possible multiple questions today, I am trying to make some big changes to the site.
Cheers,
Mark
In forum: Virtue ThemeIn reply to: Thumbprints dissapear from product page
Flushed all caches. Opened page. Could not reproduce it for some time. Pressed refresh. Opened one of product pictures, slide left, left, thumbs disappeared.
https://i106.fastpic.ru/big/2019/0717/d4/_301677dd20a94cb76ce5a234028fd1d4.jpg
In forum: Virtue ThemeTopic: Secondary menu edit
How do I edit secondary to add sub heading ie “the main store page” as per image *Login to see link
In forum: Ascend ThemeTopic: Header Width
July 17, 2019 at 9:00 am #2309901. Logo used to begin below phone number on left in topbar. Go to *Login to see link and page down to North Coast Leather Works LLC – Motorcycle, Cowboy, Dress Hand Made Boot Belts to see screen print. You can see the logo placement there.
2. Suddenly, the logo appears to the right of the placement above:
Want to make header appear as in #1.
I did not change the formatting between # 1 and #2.
Can you help?
Thanks,
Jerry
In forum: Virtue Theme -
AuthorSearch Results



