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 - 5,221 through 5,240 (of 53,646 total)
  • Author
    Search Results
  • #263537

    The sizes are all over the place because they are artworks that are different sizes. Is there a way to set them up like overall product pages?

    #263521

    OK. I think this may be a false alarm. What I found on further testing is that just hitting refresh on the page is not always sufficient to show the changes made in the editor. If I closed the preview page and then opened a new one I could see the modal resized to the new settings.

    Feel free to mark this resolved.

    Thanks

    #263519

    I see that the Topbar adopts whatever font family is specified as the page font, and it appears that I can only customize font size, color, and face via interfaces in the theme. Is there a way via CSS, however, that I can customize the font family for the Topbar? In this instance I’m using a Topbar menu and would like that to use a different font family than my page font. The site is HERE.

    As always, thanks for any help you can provide!

    #263515
    This reply has been marked as private.
    In forum: Kadence Theme

    In reply to: Infinity Scroll

    #263513
    This reply has been marked as private.
    #263512

    I have a page where we the client wants each pane title to have its own background color. The accordion block only styles color on the top title page. So the solution I’ve come up with so far is to create multiple accordion blocks, each with just a title page.

    However, “panes close when another opens” only works within the individual accordion. Is there a CSS or other solution that would get that behavior to work on multiple accordion blocks? To be clear, the example is that if Northeast is open, it then closes when Midwest is selected.

    Hope that makes sense – and thank you!

    #263503

    My heading fonts are with the font Impact, which I added to my media library and then made some CSS to refer to it.

    I’m getting the heading showing up as system font, then blinking to the “Impact” font … kinda clumsy. Was hoping that the font gets loaded perhaps right away, sooner?

    I did tick off some performance boxes, but it’s not helping.

    I’m not sure I’m doing it right, any pointers? THanks

    https://coachingsitesthatwork.com is my site, all h1 and h2 headers, top of the page, major headings. You’ll see.
    I’m on chrome / MacBook air.

    Interestingly, on safari/macbook air it doesn’t do this.

    Thakns for ideas/suggestions.

    #263500

    Thanks Hannah, here’s a link. I’ve rebuilt pages with Elementor so that I can edit mobile easier and save as a template, but my goal is still to have the Post Title with category link and possibly breadcrumb automatically loaded between the hero photo and the yellow bar, where I’ve manually inserted the title. The default location for title / categories is above the hero photo. https://findingcalifornia.com/2021/02/10/pocket-beach-after-the-storm/

    • This reply was modified 5 years, 2 months ago by Steve.
    #263493

    Hello,

    After the last update of the theme, for every page when is loading, the header with menu and logo show for less that one second then is hiding. See here:

    What can I do to keep the header in its place?

    Thank you,

    Nicolae

    #263492

    Hello Thomas,

    Thank you for reaching out to us.

    WooCommerce’s default function is to show upsells on single product pages and cross-sells on the cart page. To achieve the customization you want, you’ll need to either:

    Hope this helps and let us know if we can assist you further.

    Regards,
    Karla

    #263488

    Hello Stephen,

    Thank you for getting back to us and clarifying further.

    Kindly use this custom CSS code to show the colored logo on mobile views as well for the specific pages:

    @media only screen and (max-width : 1024px) {
        .page-id-363 #mobile-logo img {
            content: url(/wp-content/uploads/2020/09/CBA-Logo-Colored-1.png);
            max-height: 150px;
        }
    }

    Hope this helps and please do let us know if we can assist you further.

    Regards,
    Karla

    #263479

    Karla,

    Thank you so much. That does seem to fix the issue. As far as I know, that was the last little bug on my page. We’ll see how things go. Thanks again!

    #263476
    This reply has been marked as private.
    #263474

    Hi there, no I haven’t yet. You’re seeing the colored logo on mobile because I’ve set it in the mobile logo settings. I’m only doing that because the website is live and didn’t want to leave it with a white logo for days before I figured it out.

    Current settings:
    Primary logo: White logo*
    Mobile logo: Blue logo

    *I have added custom CSS (targeting the page id) to certain pages like https://cbaarchitects.com/work/ and https://cbaarchitects.com/gary-brock/ to show the blue logo on desktop because they have no header image. There’s only a handful of these pages, the rest use the white logo.

    It looks like on mobile, starting at 1024, it no longer reads my CSS and turns all the logos to the primary which is fine but I need help figuring out what CSS I need to add so mobile and desktop match.

    What it needs to be:
    Primary Logo and Mobile: Same White logo with CSS to pages like I mentioned above.

    Let me know if that makes sense.

    #263453

    I want to place cross-sells on the product single page and not in the cart. I installed the woo template builder and I’m still only able to place up-sells there. Is there a workaround or am I missing something?

    (I know there are “up-sells” that would do the trick but my customer would like to use “cross-sells” because of the linked goods economic system)

    #263444

    Hello Diana,

    Thank you for reaching out to us.

    Kindly go to Theme Options > Page Options and check if you have selected Fullwidth on the Single Page Content Width Default option. If so, kindly select Contained so that the content will follow the Wide width.

    Hope this helps and let us know if we can assist you further.

    Regards,
    Karla

    In forum: Virtue Theme
    #263443

    Hello Diana,

    Thank you for reaching out to us.

    You can refer to this article regarding adding icons to your Virtue theme’s primary menu. Kindly refer to this page for the premium icons list and here’s a screen recording of the process for your reference – https://share.getcloudapp.com/Qwu9ky9l.

    Hope this helps.

    Regards,
    Karla

    #263442

    Hello Diana,

    Are you referring to the WooCommerce Checkout page dropdowns? If so, there is no built-in option to change the background and text colors for those. To change it to the colors you want, you can add this custom CSS code in Theme Options > Advanced Styling > Custom CSS:

    .select2-container--default .select2-selection--single {
       background-color: black;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
      color: white;
    }

    Hope this helps.

    Regards,
    Karla

    #263437

    Hello Stephen,

    Thank you for reaching out to us.

    I went ahead and checked your website and I can see the colored logo shows properly now on specific pages – https://share.getcloudapp.com/ApuRLPjp. Have you sorted this out already?

    Kind Regards,
    Karla

    #263435

    But can you tell me what is exactly the relative path for this file? So: ../wp-content/??

    If this help: we have version 1.1.3 in the another page (it was not refreshed in the last months). And this version its working!

    Now i tried it, download it from the plugin directory, and override in this page (malom.bordercontent.hu), and now its working there too.

    So there is something new in the versions after 1.1.3 what make this error.

    Our root directory on the filesystem is not where the index.php is, so for ftp im using this global var: define(‘FTP_BASE’, ‘/web/malom.bordercontent.hu/’);

    Is it possible in the new version something different with the relative/absolute path definition when try to create this file than the earlier version?

Viewing 20 results - 5,221 through 5,240 (of 53,646 total)