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'

Home / Forums / Search / Search Results for 'Page'

Viewing 20 results - 31,901 through 31,920 (of 53,646 total)
  • Author
    Search Results
  • In forum: Virtue Theme
    #102114

    Unfortunately, it is not working too.

    http://swoop.kr/?product_cat=women

    http://swoop.kr

    I want to change styles of product information like titles above link pages.

    In forum: Virtue Theme
    #102111

    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

    #102107

    I 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

    In forum: Virtue Theme
    #102104

    Hi Scott,
    On your home and shop page the product title pulls from your H5 settings and on your single product pages it pulls from your H1 settings. You can set from Theme Options > Typography.

    Hannah

    In forum: Virtue Theme
    #102103

    Have you tested out the map on any other pages in your site? What exactly do you have pasted in the address tab on your contact edit page?

    Hannah

    In forum: Virtue Theme
    #102100

    Thanks for your help, but it is not working.

    1) How can I change the title of product titles for font sizes on home, product and single product pages?

    #102099

    Good 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

    #102097

    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
    Lukas

    In forum: Virtue Theme
    #102095

    This is the contacts page, my actual location is Alberta, Canada
    http://www.boler.ca/contact-us/

    Thanks
    Ian

    #102090

    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

    #102087

    I’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 – 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 Theme

    In reply to: Portfolio problems

    #102084

    Hey 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 Theme
    #102070

    witam,

    Proszę o podpowiedź czy warto lub trzeba to poprawić a jeśli tak to jak to zrobić

    PageSpeed Insights


    ANALIZUJ
    Na komórki
    Na komputery

    72 / 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:




    In forum: Virtue Theme

    In reply to: Theme Lightbox setting

    #102068

    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
    Keith

    #102065

    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:

    #102053

    So 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 Theme

    In reply to: Portfolio problems

    #102048

    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 options

    thanks
    Angelo

    EDIT: THIS IS SOLVED in some way, I checked it in the portfolio grid page and now it shows types

    #102042

    Hey,
    Are you using pagebuilder? There has been a issue with pagebuilder and polylang since page-builder version 2.0.7

    This 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 Theme

    In reply to: On Sale products

    #102038
    This reply has been marked as private.
    #102037

    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!

Viewing 20 results - 31,901 through 31,920 (of 53,646 total)