Sorry for the delay! So I don’t actually think that you can limit the testimonial word count when using a shortcode in Virtue Premium. Sorry! You can do this in our other themes so I was confused. A workaround could be to use a page builder plugin that would allow you to add a widget to the page, then you could add the testimonial carousel widget. That would allow you to limit the word count. Could that work for you?
Hannah
There isn’t a built-in function to redirect the read more link. I would suggest adding a button shortcode or a custom menu widget.
Hannah
Ok and sidebar on the right of the page listed above, read more how can I get that to navigate to another page to the one it’s going to and cannot do it under Appearance > Widgets >Sidebar
Hey Steve,
You can edit your sidebar content from Appearance > Widgets.
Hannah
I am unable to see any of my original content or page set ups – no widgets are visble. Text editing and Visual editing is totally blank.
You can create that by adding a page builder row and adding a call to action widget. Then set a background for your row, set the row layout to fullwidth stretched and the background image style to parallax.
Hope that helps!
Hannah
Hi,
I am wondering if there is a way to not display some of the information collected on a testimonial form?
For instance, if I want to collect people’s website links, but don’t actually want to display it.
Or, is there a way to disable linking to each individual testimonial? I only want to display widgets and the testimonial page.
Thanks!
Grace
Is there a way to show randomly only posts of this year in the Virtue Carousel widget.
At the moment the widget shows randomly all posts even the very old posts…
Thanks
Matthias
I am using the Ascend theme with the captcha plugin. The plugin does place a re-captcha widget next to the login FORM but it leaves the registration FORM unprotected: *Login to see link
My site is still receiving a sizable number of spam registrations.
I would appreciate the ability to add a re-captcha widget next to the registration FORM.
Try this instead:
.footercol2 .kadence_gallery_widget .g_item {
float: none;
margin-right: auto;
margin-left: auto;
}
-Kevin
Yes in the page, using any html widget.
Hello,
I’m using the pinnacle gallery in Widget with a Custom grid Gallery Type. The last image is small and off-center relative to the rest. This problem is gone in the mobile version of the site. Is there a way to fix this with custom CSS?
/Renee
Hey,
You can add this javascript into the page to turn off the theme lightbox:
<script type="text/javascript">jQuery(document).ready(function ($) {var magnificPopupEnabled = false;$.extend(true, $.magnificPopup.defaults, {disableOn: function() {return false;}});});</script>
I’ll look into why the gallery widget wasn’t working.
Ben
Hello,
You’re actually setting this up using slightly different widgets on each site so the CSS is going to be a bit different.
Try this instead and let me know if it works for you:
.kad-topbar-right {
width: 100%;
}
@media (min-width: 768px) {
.kad-topbar-right #topbar-search .form-search {
margin-top: -34px;
}
}
div#topbar-search .widget-1 p {
margin-top: 8px !important;
font-weight: bold;
font-size: 18px
}
-Kevin
Good Morning,
I’ve setup the recent posts to display at the bottom of the homepage through Theme options > homepage layout. This works great but ideally I would like this further up the page.
Is it possible to display the recent posts nearer the top of the page?
NOTE: I tried using the widgets but couldn’t get the same look which I really like.
Many thanks,
Anthony
Morning, Chance is I am over tired and being a tad dumb.
*Login to see link
As you can see when the page loads the slider is not there. For the life of me I cannot find *where* to check this. Can’t find any details in the theme options, or even hidden in widgets. So I can’t update the shortcode or even make sure it’s right.
Hey,
You should be able to drag widgets into the custom sidebar widget area in your appearance > widgets page.
Ben
I’m trying to eliminate unused plugins, and want to determine whether I need (actually whether I’m currently using) the Woo Sidebars plugin, or if that’s something that Virtue is covering for me. It’s been quite a while since I set this up, and I don’t remember if I’m actually using the Woo. I’m afraid of deactivating it if it’s really in use.
Currently, under Widget Areas, I see: Shopping Sidebar, and Checkout Sidebar. I don’t use any plugins in the Checkout Sidebar, but I do use different ones in Shopping than Primary.
Would I still have this functionality — being able to use a different sidebar for shopping pages than my primary sidebar — if I disable the Woo Sidebars plugin?
Hi Hannah,
I went to misc settings but only see primary sidebar and shop sidebar. I cannot find a sidebar widget? Do I have to add a Plugin (easy custom sidebars or something)?
thanks in advance.
You can turn off the default setting for recent posts in your blog options. This will be the default for all posts.
You can use widget visibility to hide widgets for specific pages or posts: https://wordpress.org/plugins/widget-visibility-without-jetpack/
Ben