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 'Page'
-
AuthorSearch Results
-
In forum: Virtue Theme
In reply to: create woocommerce subtitle
Unfortunately, it is not working too.
http://swoop.kr/?product_cat=women
I want to change styles of product information like titles above link pages.
In forum: Virtue ThemeIn reply to: create woocommerce subtitle
What isn’t working exactly?
You can use this for shop pages:.product_item .product_details h5 { font-family: Lato; line-height: 20px; font-weight: 700; font-style: normal; font-size: 16px; }And this for product pages:
h1.product_title.entry-title { font-family: Lato; line-height: 20px; font-weight: 700; font-style: normal; font-size: 16px; }Hannah
In forum: Virtue ThemeI set the Blog Post Summary Default to “Landscape”. Overall, I’m happy with the look but some of the photos are different sizes. I would like all the photos to be the same size. I tried setting the Turn off height crop for single post header image to On but that has not seemed to help. The page in question is *Login to see link
In forum: Virtue ThemeIn reply to: create woocommerce subtitle
In forum: Virtue ThemeIn reply to: Google Map in Contact Form
In forum: Virtue ThemeIn reply to: create woocommerce subtitle
In forum: Pinnacle ThemeGood day,
been searching on the forum but cannot find the solution. I am trying to remove the logo area and also the Logo Container Width… Every time I go on the webpage the logo “text” shows up and there is a clickable area which I need to remove…So the question is: How does one remove this option…to remove the logo section completely and also remove the mouse over click from this logo Container Width area?
Thank you in advance.
Dom
In forum: Virtue ThemeTopic: Problems with Product Filter
Hello,
I’m trying to implement a Product filter to my WooCommerce Shop,
I’ve tried the WooCommerce Layered Nav Widget and the YITH AJAX Advanced Product Filter, but have the same problem with both.The problem is, that when I apply filters, that fit for more than 12 products (12 products/page) and I want to change to page 2 etc., the filter conditions get lost and I switch back to page 2 in an unfiltered state.
Because the problem occurs with both widgets, I kind of suspect this beeing a theme or general problem. Do you have more experience? Or do you know how to resolve it?Thanks a lot
LukasIn forum: Virtue ThemeIn reply to: Google Map in Contact Form
This is the contacts page, my actual location is Alberta, Canada
http://www.boler.ca/contact-us/Thanks
IanIn forum: Virtue ThemeTopic: Google Map in Contact Form
I have downloaded the option 4 templates for my site
Using a child theme (Virtue Premium) I have updated the content of the “Contact Us” page but the map will not change from the template map which shows an area in France. Changing the “Address” field below “Use Map” field makes no difference. What a I doing wrong or need to change?Thank you
In forum: Virtue ThemeI’ve been using custom css to adjust border colors from grey to green. I’ve found most of them with the following css codes:
.bg-lightgray {
background: #9ED68B;
opacity: 0.5;
}.home_blog article {
border-color: #9ED68B;
}.page-header{
border-color: #9ED68B;
}.headerclass{
border-bottom: 2px solid;
border-top: 2px solid;
border-color: #9ED68B;
}.single-footer{
border-bottom: 2px solid;
border-color: #9ED68B;
}.sidebar .widget-inner li {
border-color: #9ED68B;
}.footerclass {
border-bottom: 2px solid;
border-color: #9ED68B;
}However, I am still missing a few – can be seen at *Login to see link – specifically the border around the blog post and the bottom border under Categories in the sidebar. What css classes can I use to change these?
Or… is there a better way to adjust these without doing it all bit by bit?
Thanks!
In forum: Pinnacle ThemeIn reply to: Portfolio problems
July 5, 2016 at 3:33 pm #102084Hey Angelo,
Thanks for the heads up with the portfolio single bottom carousel issue, I’ll update.
In terms of the header. The portfolio title can show in two places. One would be above the portfolio post. So in the “page title” area. The other is in the post area. See here I’ve enabled both so you can see: http://themes.kadencethemes.com/pinnacle-demo-content/portfolio/vimeo-post-example/
Notice “Vimeo Post Example” in the page title area as well as in the post content.
You can only control the page title area on a page by page basis. The title in the content is either on or off and that is your “Show the Title in post” in the portfolio options.
Ben
In forum: Virtue ThemeTopic: PageSpeed Insights
witam,
Proszę o podpowiedź czy warto lub trzeba to poprawić a jeśli tak to jak to zrobić
PageSpeed Insights
*Login to see link
ANALIZUJ
Na komórki
Na komputery72 / 100Szybkość działania strony
Należy poprawić:
Wyeliminuj blokujący renderowanie kod JavaScript i CSS z części strony widocznej na ekranie
Strona zawiera blokujące skrypty (4) i blokujące zasoby CSS (13). Powoduje to opóźnienia w renderowaniu strony.
Część strony widoczna na ekranie nie mogła się wyrenderować bez konieczności czekania na wymienione zasoby. Spróbuj opóźnić ładowanie zasobów blokujących, ładować je asynchronicznie lub wbudować najważniejsze elementy tych zasobów bezpośrednio w HTML-a.Usuń kod JavaScript blokujący renderowanie:
*Login to see link
*Login to see link
*Login to see link
*Login to see linkIn forum: Virtue ThemeIn reply to: Theme Lightbox setting
Hi Ben,
This might be out of the scope of your support. But I found out why adding a query parameter to the youtube link would break the lightbox. Example, if I want to start a video at a certain spot, I would specify a t parameter:https://www.youtube.com/watch?v=8_ZGlKbtKRg&t=3m40s"In the generated lightbox code, the iframe looks like:
{iframe tag} class="mfp-iframe" src="//www.youtube.com/embed/8_ZGlKbtKRg&t=3m40s?autoplay=1" frameborder="0" allowfullscreen=""...So obviously, it will break. It seems “v” is the only parameter recognized. If you want to see this on the test page (used before), it is the third video on the first row.
Thanks
KeithIn forum: Virtue ThemeTopic: Product boxes "Pushing Down"
For product boxes that have product add-ons, Ben wrote a nice little snippet that would allow the boxes to “push” either boxes below or content below down as opposed to being over or underlapped… code below:
<script type="text/javascript">
jQuery(document).ready(function ($) {
$('.product-addon .addon-checkbox').change(function() {
var $container = $('.init-isotope'),
iso_selector = $('.init-isotope').data('iso-selector');
function kt_refreash_iso(){
$container.isotopeb({masonry: {columnWidth: iso_selector}, transitionDuration: '0s'});
}
setTimeout(kt_refreash_iso, 100);
});
});
</script>However, ever since the last update (or two possibly) the snippet no longer works… I added the snippet to one of the text widgets on the footer, FYI.
Does anyone know how to modify the snippet to make it work again?
Thanks!
Example Page: *Login to see link
In forum: Virtue ThemeIn reply to: Slider Pro and images not displaying full screen
July 5, 2016 at 11:22 am #102053So fullwidth means forced fullwidth of the container it’s placed in not the screen, Since your adding to the top of your page I would suggest just using the feature page template.
Ben
In forum: Pinnacle ThemeIn reply to: Portfolio problems
Hi Kevin,
Take note that also the show type under title not always works correctly. If you check the item in this page you will see http://www.lespecialita.com/en/portfolio/offelle-classiche/ there’s lightbox, title but miss the type under title and I turned it ON in theme optionsthanks
AngeloEDIT: THIS IS SOLVED in some way, I checked it in the portfolio grid page and now it shows types
In forum: Virtue ThemeIn reply to: Portfolio items not longer found
July 5, 2016 at 10:44 am #102042Hey,
Are you using pagebuilder? There has been a issue with pagebuilder and polylang since page-builder version 2.0.7This has been reported to the plugin author.
In terms of the blog page you need to make sure no page is selected as the “post” page in your settings reading. Leave that off so that the blog template can run and it will only show items of a certain category.
Ben
In forum: Virtue ThemeIn reply to: On Sale products
In forum: Pinnacle ThemeIn reply to: Home Portfolio/content page – Very Urgent
Hey! When you assign a page that isn’t a regular home page to be Home, then the theme automatically assigns the home page template to it. The best way to get a portfolio page on your home would be to use shortcode.
[portfolio_posts orderby=date excerpt=false columns=4 items=8 height=200 lightbox=true]
You will want to place this into the visual editor for the page, either in an editor widget through pagebuilder, or the default editor. Then, you’ll go into Theme Options> Home Layout, and disable all of the items in the Home Layout Manager except for Page Content.
Here is a place you can read more about shortcodes with pinnacle:
http://docs.kadencethemes.com/pinnacle-premium/shortcodes/Let me know if that works for you!
-
AuthorSearch Results


