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: Virtue Theme
In reply to: Virtue: Image resizing height in mobiles
Sorry Ben, I didn’t have the latest version. Now it is updated and your [blog_posts items=”8″ orderby=”date” type=”grid” columns=”one”] was 100 % correct. Thank you really much for this help, your theme is so great to work with.
Would you please delete the Antoka webadresses from this discussion.Pamela
In forum: Virtue ThemeIn reply to: testimonial CSS
Hi Hannah,
Sorry to be such a pain, nope not working. Sitting here racking my brains thinking why on earth isnt it working?
This is the css that yourself and Ben have suggested to me to use
#kad-feedback-new-post input.full { color: #00AC03 1important; } #kad-feedback-new-post textarea, #kad-feedback-new-post input.full { max-width: 100%; }This is now the only thing holding me back handing this site over to my client.
Sorry to be such a pain
Richard
In forum: Pinnacle ThemeHi all, I’m really having issues with the latest version of pinnacle. I have set the default to show the landscape image (which is the featured image) but when clicking on a blog posts, it doesn’t show the featured image. Can you please help? e.g. *Login to see link or *Login to see link
In forum: Virtue ThemeIn reply to: Staff Member-where to add?
May 2, 2016 at 6:11 pm #93516Hey,
That would require a child theme, you can get one here: https://www.kadencewp.com/child-themes/Then you would need to add this function to the functions.php file:
add_action('init', 'kt_filter_staff_slug', 1); function kt_filter_staff_slug() { add_filter('kadence_staff_post_slug', 'kt_custom_staff_permalink'); function kt_custom_staff_permalink() { return 'team'; } }Ben
In forum: Virtue ThemeIn reply to: Unable to remove side bar from Blog page
May 2, 2016 at 5:40 pm #93513Hey Costa,
Please do not post in a resolved topic. Just create a new one in the future thanks!You need to make the settings > reading select.
Then make sure you’re using the blog page template. Not the full width page template.
Ben
In forum: Virtue ThemeIn reply to: logo script insert in header
May 2, 2016 at 5:13 pm #93505Hey, When you use awesome screenshot you have to upload the screenshot to there server not to your computer. It should be part of your options when you save.
Here is maybe an easier set up for sharing: http://postimage.org/
As to why your ftp doesn’t work, I can’t answer that you would need to ask your hosting.
As for why your beam isn’t working well that looks like it has to do with your image you have. on the current site I see this for the beam: http://www.robo-ts.nl/images/robo/logo-robo-beam.png
On your site I see:
http://www.josbogers.nl/_wordpress2/wp-content/uploads/2016/04/header_bg.jpg
Ben
In forum: Virtue ThemeIn reply to: Invalid API License Key error
May 2, 2016 at 5:01 pm #93500Sharon. Hard to guess with that server setup. Which version of php? You have Curl extension installed?
There is a wp_remote_get function that runs when trying to query the Kadence Themes server.Michael it’s removed and I posted on your topic.
Rodney, Thanks for the update.
Ben
In forum: Virtue ThemeIn reply to: a few questions about categories/uncategorized
May 2, 2016 at 4:51 pm #93494In each page and post you can add a featured image on the right below where the publish button is.
Ben
In forum: Pinnacle ThemeIn reply to: Page Builder for portfolio post
May 2, 2016 at 4:10 pm #93482Hey,
If your use the three row portfolio layout then anything you do in pagebuilder will show like you want. You can leave your project options off.
You should see the layout option at the top of the portfolio post options.Ben
In forum: Pinnacle ThemeIn reply to: css code to improve product page?
May 2, 2016 at 4:08 pm #93481Hey,
1. Can you post a temp login so I can see what’s going on in your admin?
In terms of the page you linked to I see the list and I see that it’s all the same as your body font? Notica.. so I’m not understanding what you mean.2. Using a child hteme you can edit templates or add functions. it doesn’t change you theme options.
Ben
In forum: Virtue ThemeIn reply to: Invalid API License Key error
This reply has been marked as private.May 2, 2016 at 2:44 pm #93465In forum: Virtue ThemeIn reply to: Invalid API License Key error
May 2, 2016 at 2:30 pm #93457Michael, I see you didn’t start this topic so you aren’t the user that can see my private replies. I didn’t want to make it public because of the security concerns on your site.
Can you start a new topic, then I post there and mark it private.
Sharon, Can you send me a temp login to your site.
Ben
In forum: Virtue ThemeIn reply to: Page Builder text widget won't open
May 2, 2016 at 2:27 pm #93456Hey,
Can you post a temp login so I can see? I’ve not heard of this happening.Ben
In forum: Virtue ThemeIn reply to: Blog post full size in Homepage
May 2, 2016 at 2:20 pm #93451It sounds like you don’t want to display the full post but instead the post summary which would mean the shortcode should be :
[kad_blog orderby="date" items="1" fullpost="false"]Ben
In forum: Virtue ThemeIn reply to: Virtue Theme Questions
May 2, 2016 at 2:07 pm #93442Hey,
1. You would need to ask the plugin author then how to change the order of their tab.
Or you can change the order of all the theme and woocommerce tabs. Woocommerce would be global though in your theme options > product settings.
2. As long as you leave the product video box empty you won’t have any tab for it.
3. Glad you found the trouble plugin.
4. You can set the size for those in your woocommerce > settings > products. I would suggest like 60×60.
5. That would require that you edit woocommerce template files and change how it’s setup to output pricing. This is a bit beyond theme support. but just to be helpful you would be looking at a hook like this:
// Display only low price for variable WooCommerce products add_filter('woocommerce_variable_price_html', 'custom_variation_price', 10, 2); function custom_variation_price( $price, $product ) { $price = 'Starts at: '; $price .= woocommerce_price($product->get_price()); return $price; }NEXT SECTION
2. I don’t see this? Can you post a screen shot? (are you clearing your cache).
3. Posts and products are different if you created post categories thinking they would be product categories then yes delete them if you want to link to product categories then you should add them through the product category section of the menus page. Your current menu links should be removed if they do not link to the place you want them to You don’t edit links in the menu you just change how you add them.
9. Do you have any issue with the products overlapping then you view the demo site?
Ben
In forum: Virtue ThemeIn reply to: Update took my site down
May 2, 2016 at 1:50 pm #93439For screen shots: http://postimage.org/
If you can post a temp login I would be happy to take a look. Shouldn’t matter that you have a child theme.
Ben
In forum: Virtue ThemeIn reply to: Invalid API License Key error
May 2, 2016 at 1:49 pm #93438No, I didn’t see your post – it’s marked as private.
In forum: Virtue ThemeIn reply to: Virtue + Polylang + Portfolio
May 2, 2016 at 1:48 pm #93437Yes you would absolutely have an issue if you installed polylang. It would make any custom post type not work. Until either plugin author decides they want to work with the other there isn’t anything I can do about this. I can tell you I recommend WPML and it does work with polylang.
Ben
In forum: Virtue ThemeIn reply to: Invalid API License Key error
May 2, 2016 at 1:46 pm #93434Michael, Did you see my post?
Rodney, what error are you getting? If it’s Invalid API License Key try again I just rebuilt your key.
Sharon, what version of the theme are you using?
Ben
In forum: Virtue ThemeMay 2, 2016 at 1:43 pm #93433Thanks for posting, This bug will be fixed in the next version coming out in a very short time.
Ben
-
AuthorSearch Results


