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 - 11,481 through 11,500 (of 53,646 total)
  • Author
    Search Results
  • #229126

    Hey guys,

    I’m trying to use an SVG as the image in an Info Box but every time I got to update the media to the SVG icon the builder crashes. Here is the crash report `TypeError: Cannot convert undefined or null to object
    at Function.keys (<anonymous>)
    at t.value (
    at t.value (
    at ce (
    at qg (
    at hi (
    at Qg (
    at Rg (
    at Sc (
    at Z (

    I know that is probably a pretty unusually problem because most people don’t build with SVGs but would you mind taking a look?

    Video:

    Thank you!

    #229118

    Hey Mark,
    You have an open media query in your css that is affecting this. Here:

    @media (min-width: 992px) {
    div#content, div#pageheader .container {
    max-width: 670px !important;
    }
    .headerclass {
    border-bottom:1px solid #dbdbdb;
    }

    You just need to add a closing bracket and you should be set!

    Hannah

    #229116

    Hello,

    I’m trying to make my block quote font the same as the rest of my body font. I’ve inputted the below CSS:

    blockquote p {
    font-size: 15.8px;
    }

    This works for desktop but not for mobile. Any advice would be greatly appreciated.

    The page in question is

    Thank you in advance,

    Mark

    #229115

    Hi Ben,

    Hopefully, I can just update this thread and not create a new one. 😉

    I made some changes they request but there are two that I can’t seem to get figured out.

    1. They want 16.9oz to be the default selected when landing on the page and show the appropriate cases. – I did find a setting in Woo that allows me to do this but then the 33.8oz bottle disappears and is not selectable.

    2. When hovering over the images I need to make the background hover color blue, not the border. Is this possible?

    Thanks Ben!

    Chad

    In forum: Virtue Theme

    In reply to: Thumbnail regeneration

    #229110
    This reply has been marked as private.
    #229106

    Hi Support, is there any way I can transform my secondary menu to an icon menu so it is available in all my pages not only on my home page? or just create a menu using images? I want to have a menu like the one in my footer but in all the pages under the heather, see the image attached.

    Is there any way to use the virtue theme to do it or it has to be html?

    MariaPalito

    #229097
    This reply has been marked as private.
    #229096

    Images in recent posts carousel dont load. They have lazy load tag. I use WP Rocket plugin, but I disabled lazy load for the post page and they claim it is not their plugin that is causing it. I dont have any other caching plugins and I cannot figure out how to make the images load.

    #229086

    Hello,

    I’m a bit confused about the albums/galleries and can’t seem to put 2 and 2 together on how to get this done.

    What I’m looking to do is the following:
    ALBUMS
    |
    |--------------|--------------|
    2016 2017 2018
    __|__ __|__ __|__
    | | | | | | | | |
    G1 G2 G3 G1 G2 G3 G1 G2 G3

    Basically, have an albums page that leads each albums to a page of galleries. I see an archive page created for galleries, but I don’t see one for albums.

    Thank you,
    David

    #229072

    Hi Hanna,

    that makes perfect sense, thanks a lot!

    But it didn’t work initially, so I played around with your code.
    Check https://ursuladiem.at/portfolio-people/

    As far I can see the tab ids are generated randomly each time the page is loaded. And the “title” defined in the shortcode is not part of the id.
    Which means that $('.kt-tabs a[href=#'+url.split('#')[1]+']') would never match, because the number in <a href="#sctab50405" rel="nofollow">studio</a> keeps changing.

    So I replaced the line
    if (url.match('#')) {$('.kt-tabs a[href=#'+url.split('#')[1]+']').tab('show') ;}
    with the following, which seems to work:
    if (url.match('#')) { $('.kt-tabs a:contains(' + url.split('#')[1] + ')').tab('show'); }

    The URL then has to look like this:
    https://ursuladiem.at/portfolio-people/#studio

    And I don’t understand the $('a[data-toggle="tab"]').on('show.bs.tab', function (e) { ... part.
    As far I can see, there’s no a[data-toggle="tab"] anywhere, so I wonder what that code should do?

    Thanks a lot,

    Christian

    #229071

    Hi Team…

    I am just wondering if it is possible to add this HTML code in the footer of my child theme in the “Appearance / Theme Editor” section?

    I want to limit the widgets I’m running…

    This is the code:

    <!– Load Facebook SDK for JavaScript –>
    <div id=”fb-root”></div>
    <script>
    window.fbAsyncInit = function() {
    FB.init({
    xfbml : true,
    version : ‘v3.3’
    });
    };

    (function(d, s, id) {
    var js, fjs = d.getElementsByTagName(s)[0];
    if (d.getElementById(id)) return;
    js = d.createElement(s); js.id = id;
    js.src = ‘
    fjs.parentNode.insertBefore(js, fjs);
    }(document, ‘script’, ‘facebook-jssdk’));</script>

    <!– Your customer chat code –>
    <div class=”fb-customerchat”
    attribution=setup_tool
    page_id=”1076295472421698″>
    </div>

    I am trying to achieve the same FB messenger as this website example
    Thanks,

    John 🙂

    #229070

    Hi Hannah,

    Sorry for the delay in my reply,

    I now made a page for all 3 different post types and show excerpts of each category on the landing page using the plug in display-post-listing.

    It seems though that the page content of the post pages is not showing. I have linked the menu items to the pages. pic 1

    Also, on the original blog post page, I have all the categories showing, would like to have only category “blogi” showing there. pic 2
    http://www.gentil.fi/saitti1/blogi/

    I guess I could do the “real” blog page, too, using the plug in, but the styling is so nice in the original lay out.

    In my previous screenshot I was trying to illustrate how each listing should only show the corresponding category. I have titled the test postings with the category name. So we’re trying to have as if there were 3 blogs on the site…

    regards,
    Ulla

    1 2

    #229064

    Hey Ben,

    A month or so ago, you sorted a problem where a carousel in the header suffered:
    a brief moment on each page-refresh when all the carousel items are shown in a grid, before the display resets correctly in the header.
    You solved the issue like this.

    I have a similar issue. On Retired Working Dogs, we use a shortcode to add a Srizon Facebook feed into the header of every page:
    /* Filter to insert Facebook slider into header */
    add_action('kt_after_header_content', 'my_custom_head_output');
    function my_custom_head_output() {
    echo do_shortcode('[srizonfbalbum id=1]');
    }

    On every page there is another very brief moment when all the slider images are displayed down the left hand side of the page.

    Please could you look into a similar fix to hide it?
    Very many thanks,
    Phil.

    #229060
    This reply has been marked as private.
    #229056

    update #1:

    issue seems to resolve if I “update” the page again

    #229050

    This happened today (not the first time) and I’ve lost all my days work. I checked the forums and the recommended fix doesn’t work. (ie attempt block recovery, just does nothing). These blocks were all Kadence blocks (Image Overlay). …using the Kadence row layout element.

    This occurred after I changed the site origin settings to uncheck use classic editor for new posts, which I don’t know how it got checked because all new pages previously defaulted to gutenberg.

    I’d also added a plugin called “Duplicate Post” as I wanted to duplicate the page I created using all those image/text overlay blocks, which took quite a while as the padding UI is quite buggy.

    I have no idea how to resolve this other than start again and I don’t know if those actions caused this, as this occurred on another Ascend site I built, which I had to start again, using those same image overlay blocks.

    #229029
    This reply has been marked as private.
    In forum: Ascend Theme

    In reply to: Accessibility labels

    #229020

    Thanks Ben,
    I have added an aria-label for the search button on the popup using a child theme for now but it looks like every instance of the search icon needs a label and I can’t figure out how to do that part easily. I can wait.

    The HTML validator at achecker.ca is where I am getting the doctype error. I am not too concerned, as the pages function fine. This is my doctype and I can’t really figure out why it’s not valid.

    <!DOCTYPE html>
    <html class="no-js" lang="en" itemscope="itemscope" itemtype="http://schema.org/WebPage" >

    Additionally, the remember me checkbox in the login dialog needs a label. This is not a high priority, as my site won’t be open to subscribers.
    <input name="rememberme" type="checkbox" id="rememberme" value="forever" />
    Amy

    #229019

    are there any particular plugins you are thinking about? I have both Page Builder af SiteOrigin and Kadence Blocks – Gutenberg Page Builder Toolkit. Have deactivated page builder but there is still a problem.
    WP should be updated.

    In forum: Ascend Theme

    In reply to: Accessibility labels

    #229014

    First, it looks like the pages don’t validate to any doctype.

    What is telling you that? The html has a doctype tag.

    I’ll add a label for the search with the next update.

    Ben

Viewing 20 results - 11,481 through 11,500 (of 53,646 total)