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'
-
AuthorSearch Results
-
In forum: Pinnacle Theme
In reply to: Categorie-/Product-Filter
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=d83915fe82bfHrid Kshetra
DanielIn forum: Virtue ThemeIn reply to: Portfolio Shortcode
In forum: Virtue ThemeIn reply to: Creating a homepage like 'Site style 2'
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 ThemeIn reply to: Navigation Styling
In forum: Virtue ThemeIn reply to: Top Navigation Option
In forum: Virtue ThemeIn reply to: Default testimonials icon
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 ThemeIn reply to: Recents posts layout
March 18, 2016 at 12:31 pm #86448Hey,
You would just need to set the post summary of your latest post to portrait image.Ben
In forum: Pinnacle ThemeIn reply to: Recents posts layout
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 ThemeIn reply to: linking sire with braintree
March 18, 2016 at 12:08 pm #86435Hey,
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
BenIn forum: Pinnacle ThemeIn reply to: Recents posts layout
March 18, 2016 at 11:44 am #86426Hey,
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
In forum: Virtue ThemeIn reply to: Bilingual Featured Products and posts
March 18, 2016 at 11:12 am #86418Hey,
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 ThemeIn reply to: Portfolio spacing images
March 18, 2016 at 11:04 am #86413Don’t add spaces in this css:
div#portfoliowrapper {Copy as it is here.
Can you post a link to the site please?
Ben
In forum: Virtue ThemeIn reply to: Bilingual Featured Products and posts
March 18, 2016 at 10:29 am #86402Hey,
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 ThemeIn reply to: Virtue: Post Grid Styling
March 18, 2016 at 10:23 am #86395Hey,
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
In forum: Virtue ThemeGood 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!
AnthonyIn forum: Virtue ThemeIn reply to: Portfolio spacing images
In forum: Virtue ThemeIn reply to: Gallery image order won't save
March 18, 2016 at 9:43 am #86376Hey,
(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
In forum: Virtue ThemeIn reply to: Prices with and without taxes layout
March 18, 2016 at 9:30 am #86374Can you post a link?
BenIn forum: Pinnacle ThemeIn forum: Pinnacle ThemeTopic: Recents posts layout
Hi.
How can a customize the recent posts layout on the homepage like in this image?: *Login to see link
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
-
AuthorSearch Results


