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 - 8,661 through 8,680 (of 53,646 total)
  • Author
    Search Results
  • #246715
    This reply has been marked as private.
    #246713

    Is there a way to assign a max height for a gallery (including its caption space) in order to prevent the up/down shift of the nav arrows and the text below it on the page that occurs during image transition when captions are of greatly different lengths?

    Thank you!

    In forum: Virtue Theme

    In reply to: Breadcrumps info

    #246710

    Thank you for fast reply.
    I added this CSS nut still no changes.
    Example of page: https://nedvizhimostexpert.ru/registratsiya-prav-i-sdelok-s-nedvizhimostyu/sobstvennost-na-nedvizhimost-ranee-voznikshee-pravo/
    Should I make any additional changes in theme breadcrump otpions?

    #246706

    Hi Ben,

    Thank you for getting back to me so quickly. I’ve tried a couple of much larger images – one 1200px high (the shorter length of the image) and one 1500px but no change in the gallery view on the page. Any ideas?

    Thanks again,

    Andrew.

    #246697

    maybe it didn’t reach you

    Nope, that is not an email address to use, it’s for form notifications only. Please post logins here. 🙂

    It appears the current news page is gone? I created a test page and didn’t have any issues using the masonry layout. Can you please recreate your current news page how you had it before?

    Also please remove this this css from your child theme:

    /* Mobile portrait (and larger)*/
    .kt-post-grid-wrap[data-columns-ss="1"]>.kt-blocks-post-grid-item, .kt-post-grid-wrap[data-columns-ss="1"]>.kt-post-masonry-item {
        width: calc(100% - 30px) !important;
    }
    
    /* Tablet portrait (and larger)*/
    @media (min-width: 768px) {
    	.kt-post-grid-wrap[data-columns-sm="2"]>.kt-blocks-post-grid-item, .kt-post-grid-wrap[data-columns-sm="2"]>.kt-post-masonry-item {
        	width: calc(50% - 30px) !important;
           }
    }
    
    /* Tablet-landscape (and larger)*/
    @media (min-width: 992px) {
        .kt-post-grid-wrap[data-columns-md="3"] > .kt-blocks-post-grid-item, .kt-post-grid-wrap[data-columns-md="3"] > .kt-post-masonry-item  {
        		width: calc(33.33% - 30px) !important;
    	} 
    }

    Ben

    #246695

    Hey,

    – Is that possible with the breadcrumb system of Ascend out of the box? (If yes, then how do I configure/define the hierarchically of posts/pages? At Menu-Level? At Post/Page Level?)

    No, if you need that kind of control you would need to use your own breadcrumbs.

    What you can do:
    You can assign a page as the “parent” blog page in your theme options > breadcrumb settings and that will make your breadcrumbs home > page > category > post.

    Then you could use CSS to hide all category links. Not ideal but a possible workaround.

    Or you can setup a redirect for your category links, so that anytime someone tries to access a specific category they are redirected to a page you want, see this plugin: https://wordpress.org/plugins/safe-redirect-manager/

    You certainly can switch off, I’m not aware of any breadcrumb plugin that would give you that kind of control.

    The filter you linked to is for Breadcrumb NavXT, it’s not a default WordPress filter.

    Ben

    #246682

    Greetings Kadence,

    I hope you may be able to help.

    I’m using individual, single item galleries for displaying a handful of images of paintings for sale (as I like the interface when hovering over the images)!

    The problem I’m encountering is that I have them all set to single column square format for a regular layout on the page even though the blowups are different proportions. On my draft page, the third gallery will only display the landscape image even when the gallery format is set to square.

    The draft page is here:

    If there’s a workaround for this I’d be really grateful.

    Many thanks,

    Andrew.

    In forum: Ascend Theme

    In reply to: Woo-commerce Styling

    #246681

    HI Hannah,
    On the category page,I can’t see the item title,it’s still white on white. Even with the CSS adjustment above.
    http://darklandbrewery.co.uk/product-category/bottles/

    On the checkout page, the textboxs are dark grey when you type into them. You also can’t see the ‘Place Order’button, or the payment method text.
    http://darklandbrewery.co.uk/checkout/

    How come these aren’t in the theme options, and have to be CSS coded?

    Thanks.

    In forum: Virtue Theme
    #246675

    Hi John,
    Sorry for the delay!
    1. Are you just wanting a two-column layout for your product archives? In Theme Options > Shop Settings you can set the “Shop Product Column Layout” to Two Column.

    2. There isn’t a default way to show only subcategories above your product archive. You would need to display that shortcode above your products in your shop page and homepage. Just be sure that you’re clearing your cache.

    3. Try using this css:

    .product-category.grid_item a h5:hover {
        background: rgba(155,155,155,.8);
    }

    4. Looks like the slider already is a single column on mobile. What exactly are you wanting to change?

    Hannah

    #246674

    Hello,

    I have a site Greek – English and i use wmpl. I created a template for the shop that it works fine for both languages and the same for the products. I created one for the categories pages, the Greek categories displays fine but the English categories display the woocommerce default one.

    Greek —-
    English —

    Can you help me?

    #246663

    Hello all, Hello Ben,

    as I understand breadcrumbs, they are automatically generated hierarchically when I use WP built-in categories.
    As example:
    Home >> Category1 >> Post1 (Post in Category1)
    Home >> Category1 >> Post2 (Post in Category1)
    When I click on the “Category1” in that breadcrumb examples, then a WP built-in Category page opens. That is not what I need.

    I look for a solution to use my own hierarchy in breadcrumbs, more to use breadcrumbs for menu-structure-purpose or site-structure purpose.
    As example, a target breadcrumb would be:

    “Home”(Page) >> “Career Landing Page”(Post or Page) >> “Single Job Posting 1″(Post1)
    “Home”(Page) >> “Career Landing Page”(Post or Page) >> “Single Job Posting 2″(Post2)

    So when the user click on “Carrier Landing Page” in that breadcrumb example, a “normal” WP Page (or Post) should open.

    – Is that possible with the breadcrumb system of Ascend out of the box? (If yes, then how do I configure/define the hierarchically of posts/pages? At Menu-Level? At Post/Page Level?)
    – Or do I have to switch off breadcrumb in Ascend and do I have to generate them through a 2nd party plugin like “Breadcrumb NavXT”?
    – Or is that possible with the breadcrumb system of Ascend, by using the following default filter of WP, to target a Category-page to a “normal”-page? Is that filter compatible with your themes? -> add_filter(‘bcn_breadcrumb_url’…

    Best regards
    Sebastian

    • This topic was modified 6 years, 1 month ago by Sebastian C..
    • This topic was modified 6 years, 1 month ago by Sebastian C..
    • This topic was modified 6 years, 1 month ago by Sebastian C..
    • This topic was modified 6 years, 1 month ago by Sebastian C..
    #246654
    This reply has been marked as private.
    In forum: Pinnacle Theme

    In reply to: Pagespeed

    #246653

    Hey,
    The nazy-load plugin was only a little tweak, I find it useful. It’s not going to fix your images just does a better job of lazy loading and delivers them from a CDN. I didn’t suggest it as something that would dramatically improve your score.

    The biggest issue is your page size, it shouldn’t be over 2mb, ideally, it’s less than 1mb. Currently, yours is 8.6mb

    But again getting a perfect score is totally different you would need to optimized down to just a few plugins, lose wordFence and simplify your home page. The pursuit of that comes at a high cost and not usually the right thing to focus on. Load time is what actually affects your users.

    Ben

    #246643

    Hello,

    I use Ascend theme for multiple websites, and I’m having an issue on only one them where the mobile top bar icons, link back to Home page, not the link assigned to them. I have added them via: Theme Options -> Mobile Header -> Mobile top bar icons. Each set to a different link, but when clicked all of them return the sites home page. I tried removing these icons and then adding the social icon widget via: Widgets -> Mobile Top Icon Bar Widget Area -> Ascend Social Links, and the issue persists.

    When I do an Inspect via browser, they do show the link set to the sites home page not what I had set them to. I’ve never had this issue before, and it just started doing it today, was working prior. No new plugins or CSS added since they last worked, so I am a bit stumped as to why.

    Any help is greatly appreciated!

    The site is in Maintenance Mode so please advise what level access you require.

    Thanks so much,
    Heidi

    #246636

    Hey Minhajul,
    Thanks, we are healthy here! Hope you are as well.
    I’m not experiencing this upon viewing your single product pages. What browser are you using? Have you cleared your cache?

    Hannah

    In forum: Pinnacle Theme

    In reply to: Pagespeed

    #246632

    Hi Ben,

    thank you very much. I gave the plugin a second shot (and also deactivated lazy load). Here are the results:

    GTMatrix before (without nazy-load Plugin)

    GTMatrix after (with nazy-load Plugin)

    Pagespeed before (without nazy-load Plugin)

    Pagespeed after (with nazy-load Plugin)

    Unfortunately I can´t see big improvements. For Googles Pagespeed Score its even more worse. Or is it only working if I am using a cdn like cloudflare?

    Its very hard to run the website without analytics, facebook pixel, google ads etc. And I also reduced the plugins (from 36 to 28 now). Many of them need two plugins for the premium version. But for example I killed analytics plugins and used the kadence integration. And killed the fb pixel plugin to integrate the code directly in the header.

    In summary:

    For me I will try to reduce more plugins, try to reduce images sizes and try to reduce some java script files (like fb pixel). Maybe you can give me some advice regarding the nazyload-plugin and if a CDN like cloudflare is necessary?

    Thank you very much.

    Best regards

    • This reply was modified 6 years, 1 month ago by Christian.
    • This reply was modified 6 years, 1 month ago by Christian.
    #246625

    Hey Hannah,

    Thank you, where exactly do I add the code (home page css or …? sorry I know it might be a stupid question

    #246613

    Hey,
    What modifications would you like to make? You can add whatever content you would like to a page, then add the my account info via shortcode like this: [woocommerce_my_account] Or is it the my account info you’re wanting to edit?

    Hannah

    #246602

    Hi Ben,

    I hope you, your team, and your family are safe. I needed a little favor from you.

    Recently, I changed my Theme’s Layout Settings: Site Layout Max-Width from 1440px to 1740px. Since then the images on my single product page are not displayed properly. Could you look into this, please?


    Best,
    Minhajul

    #246600

    Hey Cindy,
    Glad you were able to find a resolve. I’m am curious as to why Polylang was giving you trouble. Are you also using Page Builder by Siteorigin? There is a known conflict between those plugins.

    Hannah

Viewing 20 results - 8,661 through 8,680 (of 53,646 total)