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 'post'

Home / Forums / Search / Search Results for 'post'

Viewing 20 results - 20,581 through 20,600 (of 29,722 total)
  • Author
    Search Results
  • In forum: Pinnacle Theme
    #86522

    Hello

    1. This is, what is on every filter-menu commin as link – I don’t can click on any link = no action; here: http://www.govindas.ch/?post_type=product&v=d83915fe82bf
    Like to use this as a menu, where it’s possible to click an go – to the linked stuff – on it…

    2. We have products, many – some…
    There is, but it shows no menu (filter), like at the main-shop-page… As an example: http://www.govindas.ch/?product_cat=lebensmittel&v=d83915fe82bf

    Hrid Kshetra
    Daniel

    In forum: Virtue Theme

    In reply to: Portfolio Shortcode

    #86518

    Hey,
    You can use a shortcode like this: [portfolio_posts orderby=date excerpt=false columns=4 items=4 height=200 lightbox=true showtypes=true cat=photos]
    Hope it works for you!

    Hannah

    #86516

    Hey Bob,
    Sorry for your frustrations! To set up the site style two you can enable only Portfolio Full in the homepage layout manager in Theme Options > Home Layout then scroll down to Home Portfolio Full Settings and choose your settings.
    You can find theme documentation here- http://docs.kadencethemes.com/virtue/
    Tutorials here- https://www.kadencewp.com/tutorials/
    And blog posts here- https://www.kadencewp.com/blog
    Hope that’s helpful! Please let us know if you have further questions.

    Hannah

    In forum: Virtue Theme

    In reply to: Navigation Styling

    #86515

    Hey Erik,
    Try adding this to your custom css box in Theme Options > Advanced Settings:

    #nav-second span {
        border-top: 1px solid #000;
    }

    If that doesn’t work please post a link.

    Hannah

    In forum: Virtue Theme

    In reply to: Top Navigation Option

    #86465

    Hey Debi,
    Are you able to post a link to your site? You can set as a private reply if you’d like.

    Hannah

    In forum: Virtue Theme
    #86460

    Ok, sorry, in russian version of WordPress this image is named “miniature” =) I’m use the default testimonial page (testimonial grid) and change it.
    Ben, if I change page-testimonial-grid.php like this, does it will be work?

    <div class="testimonialbox clearfix">
    	<?php if (has_post_thumbnail( $post->ID ) ) {
    										$image_url = wp_get_attachment_image_src( 
    										get_post_thumbnail_id( $post->ID ), 'full' ); 
    										$thumbnailURL = $image_url[0]; 
    										$image = aq_resize($thumbnailURL, 229, 229, true); 
    										if(empty($image)) {$image = $thumbnailURL;}?>
    	<div class="alignleft testimonialimg">
    		<img src="<?php echo esc_url($image); ?>" alt="<?php esc_attr(the_title()); ?>" class="" style="display: block; max-width:229px;">
    			</div>

    In this code I change size of image and max width. I hope, I did not break page?

    In forum: Pinnacle Theme

    In reply to: Recents posts layout

    #86448

    Hey,
    You would just need to set the post summary of your latest post to portrait image.

    Ben

    In forum: Pinnacle Theme

    In reply to: Recents posts layout

    #86439

    Hi. Thanks for the reply.
    The second offset worked just fine 🙂
    However, for the recent post 1, how can i separate image for the other content?

    If I only use that offset I will have this: http://postimg.org/image/cuqxl0vw1/

    So, i guess i have to create two columns with page builder, and then apply two different offsets: one that will only call the image from the most recent post, and then another one (in another column) with an offset that calls everything excluding the image. Is that so?

    Thanks again,

    Nuno

    In forum: Virtue Theme
    #86435

    Hey,
    This is marked as resolved did you figure this out?

    In the future if you need to post a login create the topic first then replay to it using Set as private reply
    Ben

    In forum: Pinnacle Theme

    In reply to: Recents posts layout

    #86426

    Hey,
    In the blog shortcodes you can use offsets. So for example:

    [blog_posts orderby=date items="1" type="normal" offset="null"]
    [blog_posts orderby=date items="2" type="grid" columns="2" offset="1"]

    Ben

    #86418

    Hey,
    I’m not 100% sure you can do that. Best to ask WPML. I know the default is that the posts wouldn’t show for a language if they have not been translated so you would need to speak with WPML to see if they have an option to change the default way there plugin works.

    Ben

    In forum: Virtue Theme
    #86413

    Don’t add spaces in this css:

    div#portfoliowrapper {

    Copy as it is here.

    Can you post a link to the site please?

    Ben

    #86402

    Hey,
    I’m not seeing any products that have yet been translated? Same with posts? Have you gone through and translated all your products and posts?

    Ben

    In forum: Virtue Theme
    #86395

    Hey,
    so to me it makes sense that you can narrow it down to the shortcode. It takes memory to re-query a site and pull in posts. If your php max memory limit is being hit then it would present a white page (or error page like I see). Your php error logs should show this error which is why I sent you there to check but it’s possible your server has php error logging turned off? or that they didn’t look in the php logs but maybe your apache logs?

    So anyway php memory limit is just a setting in your php that defines how much a script can use. If you’re hitting that limit you can just increase it. More then likely it’s really low to start with and thus why you’re hitting the limit.

    So can you check your php max memory setting? Make sure that it’s increased then test.

    Ben

    #86387

    Good Afternoon,

    We have setup a bilingual website but it also has an English shop.
    Everything works fine until we try to add the featured products on the home page. It works on the English page but the now translated Welsh home page doesn’t have any. The same occurs with the Posts output on the Welsh home page.

    I’ve added both the featured products and latest posts via the Homepage layout manager. (Theme options -> Home Layout)

    Have I made a mistake somewhere and this is a simple fix?

    Many thanks for your help!
    Anthony

    In forum: Virtue Theme
    #86378

    Hey! Would it be possible for you to post a link to the page in question so I can see how you’ve got it setup?

    Thanks,
    Kevin

    #86376

    Hey,
    (Side note) You should really do this:
    “WooCommerce Data Update Required – We just need to update your install to the latest version”

    Don’t ignore notices in your admin.

    In terms of the gallery your issue is caused by this plugin: Post Types Order

    I deactivating so you can see.

    Ben

    #86374

    Can you post a link?
    Ben

    #86364

    Hi,

    My website logo is located at the left side in the header. I need to add a 2nd icon, at the same level, but aligned to the right.

    ¿How can I do that?

    Thanks in advance,
    Alejandro

    Website: pruebanuevo (dot) solopostres (dot) com

    #86360

    Hi.

    How can a customize the recent posts layout on the homepage like in this image?:

    In that image the recent post 1 was built manually (using page builder), and then for recent posts 2 and 3 (that are actually recent posts 1 and 2) I used the Latest Blogs posts in the Home Layout.

    So… my actual question is: can I, with page builder, build the entire layout of the recent posts? I mean, can I “call” recent post 1 to a section in page builder, then the recent post 2 (or skip 1) in another section, and recent post 3 (or skip) in another one (with the same look as the Latest Blog posts)?

    or… “call” recent post 1 to a section in page builder and then use the Latest Blog posts, but skip 1?

    I know this is a little bit confusing but I don’t know how to explain this in another way.

    Thanks,

    Nuno

Viewing 20 results - 20,581 through 20,600 (of 29,722 total)