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: Single portfolio post problem!
In forum: Virtue ThemeIn reply to: Secondary Menu on mobile?
February 20, 2016 at 6:01 pm #822741. You mean show a desktop menu on a mobile device? Sure you can force the secondary to show but it would be overflowing badly on such a small screen.
2. You can with css post a link to your site.
Ben
In forum: Virtue ThemeTopic: Secondary Menu on mobile?
February 20, 2016 at 5:38 pm #82267Hey guys quick question…
1) Is there any way to add a menu like the one in this picture to the website when its viewed on mobile or on tablets?
*Login to see link
(The one above the slider)2) Can I remove the mobile menu for tablets and replace it with the original one that you get on desktop view?
I saw a post earlier that someone was asking for the same thing for tablets and Ben gave the person a code to use but I’m not sure if its a custom code just for their website or if I can also use it.
In forum: Virtue ThemeIn reply to: Hover Effect and Caption Placement
February 20, 2016 at 5:17 pm #82260Hey,
You would need to add that through the custom excerpt box for those posts. Click on screen options in the top right corner if you don’t see the excerpt box.Ben
In forum: Virtue ThemeIn reply to: Kadence Slider
In forum: Virtue ThemeIn reply to: Custom Post Types UI and templates
February 20, 2016 at 5:07 pm #82256Shouldn’t be anything different, you would control the sidebar differently but everything else would be fine. What do you have? Can you give me a little more detail, are you trying to get a page template or a single post template for example?
Ben
In forum: Virtue ThemeIn reply to: Staff groups
February 20, 2016 at 4:41 pm #82247Hey,
You would want to use the staff grid template and use the full content option for the posts (excerpts area always going to strip tags). Or add in your own custom excerpts for the posts.Ben
In forum: Pinnacle ThemeIn reply to: Bugs of home icon menu
February 20, 2016 at 4:06 pm #82230Can you post a link?
Are you using a caching plugin?
Do you see all four icons in the admin theme options?
Ben
In forum: Pinnacle ThemeIn reply to: Single portfolio post problem!
February 20, 2016 at 4:05 pm #82229Hey,
Please post a link to your site (always best to do with support questions).Ben
In forum: Pinnacle ThemeIn reply to: Customize Blog Post Bottom Carousel
February 20, 2016 at 3:57 pm #82223Hey,
1. In each post you can make the carousel title a different name. In the post settings there is a “Carousel Title” box.2. The carousel doesn’t use the post summary it’s just set to show a featured image if one is set. But you can remove hide it by adding this css in your theme options > custom css:
#blog_carousel_container .blog_item .imghoverclass {display:none;} #blog_carousel_container .blog_item .entry-title {padding-top:10px;}3. When you select related blog posts it would only show posts that share in a category.
Ben
In forum: Virtue ThemeIn reply to: Woocommerce: random missing product pages
When we turn off Polylang (not Lingotek, i told you the wrong plug-in name in the precedent post) then the domain name is my ‘home’ page, and everything work fine.
When we activate Polylang (even with WooCommerce Polylang Integration) then the default URL turn to be http://tuscanini.audio/en/audiophile-craftmanship/ even if there isn’t any parameter set to “audiophile-craftmanship” in WordPress/Virtue interface. Icould correct that value directly on the WP DB… i found it on the table
wphq_postsin the column “post_name”…but we are worried about the possibility to invalidate the entire DB operating directly there. Any suggestion?Polylang is a very critical instrument for us…
In forum: Virtue ThemeHI there
Ok im using custom post types for a particular project. what i would like to do is generate a page template for one of the post types. Howver using the normal sorts of ways to do this doesnt work. I have successfully generated a new template and post type, but I cant seem to get the loop to display anything.
If you could help I would really appreciate it. Perhaps I need to use custom functions to get this to work?
thanks
J
In forum: Pinnacle ThemeHey,
I have face an problem in single portfolio post page. I have used the page builder to make 2 columns page which are left65%and right35% and in the “Portfolio Post Options,I have choose “beside 33%” option. And For “Project Options” I have used “none”. Columns: Four Column. finally, the result is the left and right margin are too wide especially in mobile view! how can I set the left,right margin? Thank you for your teaching!Best regards
ReggieIn forum: Pinnacle ThemeIn reply to: Bug in Kadence Slider 1.5.2
In forum: Virtue ThemeIn reply to: Staff Order
February 19, 2016 at 6:17 pm #82143The order is how high first, Not left to right first but top to bottom first then left to right second.
It’s not the image height exactly but the total height of each staff post.
Ben
In forum: Virtue ThemeIn reply to: Hover Effect and Caption Placement
February 19, 2016 at 5:49 pm #82131Hey,
I’m seeing blog posts on that page? I assume that is what you are wanting to have a hover effect?
In your theme options > advanced settings you can add this css:.blog_item.grid_item img { opacity: 1; -moz-transform: translateZ(0) scale(1,1); -webkit-transform: translateZ(0) scale(1,1); transform: translateZ(0) scale(1,1); -webkit-transition: opacity .2s ease-in; -moz-transition: opacity .2s ease-in; -ms-transition: opacity .2s ease-in; -o-transition: opacity .2s ease-in; transition: opacity .2s ease-in; } .blog_item.grid_item:hover img { opacity: .6; }Ben
In forum: Virtue ThemeIn reply to: Inserting button in TopBar?
Better with low padding.
@Ben: Code doesn’t change anything.Thanks
Here is the whole css I already have:
=====================================
body.post-type-archive-product .contentclass {
padding-top:0;
}
@media (max-width: 768px){
section#topbar {
display: none;
}
}
@media (max-width: 768px){
.kad_product {
float: left;
width: 50%;
}
}.kad-topbar-right #topbar-search .form-search {
float: right;
}
@media (min-width: 767px){
.kad-topbar-right {width:68%}
.kad-topbar-left {width:32%}
}
@media (min-width: 992px){
.kad-topbar-right {width:65%}
.kad-topbar-left {width:35%}
}
@media (min-width: 1200px){
.kad-topbar-right {width:62%}
.kad-topbar-left {width:38%}
}.navclass {
width: 100%;
margin: 0 auto;
left: 0;
z-index:9000;
}.product_thumbnails img {
width: 88px;
height: auto;
margin: 1px 1px;
border: 1px solid black;
}.kad-youtube-shortcode {
margin: 0 auto;
}.topbar-widgetcontentwidget-2 {
float: left;
margin-top: 0;
}In forum: Virtue ThemeIn reply to: Static text Box on Home site
February 19, 2016 at 5:43 pm #82128Have you seen this: https://www.kadencewp.com/creating-a-home-page-with-virtue/
You can post screenshots using a site like this: http://tinygrab.com/
Ben
In forum: Virtue ThemeIn reply to: full width featured images
February 19, 2016 at 5:40 pm #82126Hey,
This isn’t an option with posts, you would have to use the shortcode box and either place a slider shortcode or just the url of the image.Ben
In forum: Virtue ThemeIn reply to: Magic Action Box Plugin
February 19, 2016 at 4:55 pm #82111Hey
so image comes from gavatar 🙂as for this plugin can you post a temp login to your site so I can see what you mean with the options? you can use “Set as private reply” for the login info.
Ben -
AuthorSearch Results


