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 '

Home / Forums / Search / Search Results for 'page '

Viewing 20 results - 11,241 through 11,260 (of 53,646 total)
  • Author
    Search Results
  • In forum: Ascend Theme

    In reply to: Content Offset

    #231087

    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 Theme
    #231075

    I’m not sure, that page is the one I designed in the WordPress Reading Settings as blog. And yes, it is via the posts function of WordPress. No sure if that answers your question though.

    Mark

    In forum: Ascend Theme
    #231074

    Are you using the blog template for that page?

    Ben

    #231073

    You guys have been amazing! One final question for the day.

    I’d like 12 posts to display per page at – 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 Theme

    In reply to: kadence slider

    #231069

    Hey,
    For your home page go to the theme options > home slider.

    Ben

    In forum: Virtue Theme
    #231065

    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.com

    In forum: Ascend Theme

    In reply to: Content Offset

    #231062

    Single 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 Theme
    #231061

    Hi,
    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 Theme

    In reply to: Content Offset

    #231054

    I also noticed the page numbers are not aligned with the content and the comments section is still full size. So sorry once again.

    Mark

    In forum: Ascend Theme

    In reply to: Content Offset

    #231053

    Amazing, it is working!! And yes, I haven’t activated the sidebar on all pages yet.

    Is the search results page also possible?

    In forum: Ascend Theme

    In reply to: Content Offset

    #231049

    I’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

    #231046

    Hey,
    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 Theme
    #231044

    Hello,
    i had a menu sticky but does not working.
    You can find a personal menu i made in the page :

    .nav-offre ul{
    margin:0px;
    padding:0px;
    overflow:hidden;
    position: sticky;
    position: -webkit-sticky;
    top:0;
    }
    Best regard
    Sébastien

    In forum: Ascend Theme

    In reply to: Content Offset

    #231032

    Thank Ben,

    Is there any way to align this to the left of the page beside the sidebar instead of centre?

    Mark

    #231011
    This reply has been marked as private.
    In forum: Ascend Theme
    #231006

    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

    #231002

    Flushed all caches. Opened page. Could not reproduce it for some time. Pressed refresh. Opened one of product pictures, slide left, left, thumbs disappeared.

    err1

    https://i106.fastpic.ru/big/2019/0717/d4/_301677dd20a94cb76ce5a234028fd1d4.jpg

    #230994

    How do I edit secondary to add sub heading ie “the main store page” as per image

    In forum: Ascend Theme

    Topic: Header Width

    #230990

    1. Logo used to begin below phone number on left in topbar. Go to 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

    #230986

    Hello,
    Is there any way of increasing the number of recent posts (blog or portfolio) which appear in the recent/ similar posts carousel a the bottom of the page? I would like all similar posts to appear but the number is limited at the moment.
    Thanks, Andrew

Viewing 20 results - 11,241 through 11,260 (of 53,646 total)