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,141 through 8,160 (of 53,646 total)
  • Author
    Search Results
  • In forum: Membership Forums

    In reply to: Kadence Gallery Plugin

    #249021

    Hello Ben,

    I would like to be able to create a filter that sits at top similar to what is on the Pinnacle demo. I need to filter by only one variant which is color. I don’t need the images to go to a project page, just open up full size when someone clicks on them.

    http://themes.kadencethemes.com/pinnacle-premium/our-portfolio/

    Thanks,
    Pace

    #249020

    Hi Hanna
    Thank you for your reply!

    Ok. Where can I see if my shop is in default. When I look in “Theme options” and then “Theme Extensions”, some of the options are “on”.
    When I turn off all, it still load to the top of the product page after pressing “buy” on a product. Arrrgh!

    Do you have any suggestions on where I can fix this? Any settings?

    My page:
    http://www.memoofnorway.com

    Thank you!

    Stine

    #249018
    This reply has been marked as private.
    In forum: Virtue Theme

    In reply to: Smooth scrolling issue

    #248992

    I did, and no difference I’m afraid. I’ve checked with Firefox, Chrome, Edge and Safari on mobile and all just jump on the link.
    Did it seem to work for you?
    https://tropical-ents.co.uk/wordpress/caribbean-artists/
    It’s the 3 images at the top, below the menu, they are lin ked to the 3 sections below. It would be nice if it scrolled there. I have another 8 similar pages to make, so I was hoping to get the effect to work.

    #248990

    Hey Kevin,
    To display more than 18 on sale products on the homepage you would need to use a shortcode like this: [sale_products per_page="28" columns="4"]
    You can paste that into your home content area into a text widget within the home widget area.
    Hope it helps!

    Hannah

    #248985

    Looks like right now both your titles are actually h1. If you navigate to Theme Options > Blog Settings > Single Blog Post Header you can adjust the Post title html tag output.

    1. You can adjust the font from Theme Options > Default Title Options. You can move it up by decreasing the padding in your post title settings in your post edit page.

    2. a. Try adding this to your custom css in Theme Options > Custom CSS:

    .single-post div#ktmain {
        padding-top: 40px;
    }

    Is that what you’re thinking?

    b. When editing a menu item from Appearance > Menus in the menu item dropdown you’ll see an option to set a custom the navigation label.

    c. Theme Options > Custom CSS. You can center it with this css:

    .post-top-meta.kt_color_gray, .kt_post_category.kt-post-cats, .single-article header h1 {
        text-align: center;
    }

    d. You can adjust the letter spacing with this css:

    span.tadv-color {
        letter-spacing: 2px;
    }

    e. You can do this with css. Where are you wanting this?

    Hope this is helpful!

    Hannah

    In forum: Virtue Theme

    In reply to: adding video to block

    #248974

    Hey Carrie,
    I’m seeing the video autoplay on your test page. Have you cleared your cache?

    Hannah

    #248966

    Hello Hannah,

    I would like to tag/categorize all of the information on my website http://www.develop.georgianchant.org

    I did some surfing around the internet on whether or not I can add tags and categories to my Pages (not just Posts). Up until 2017, writers were recommending a plugin which allowed exactly that. But now the plugin is out of date and not working with WordPress themes. (Plugin name: Post Tags and Categories to Pages).

    Elsewhere, this blogger wrote to add the following css to the functions.php code. Could you tell me if this is a good idea with Virtue Theme, and where exactly I should place this code? I don’t want to mess anything up.

    function page_tagcat_settings() {
    // Add tag metabox to page
    // register_taxonomy_for_object_type(‘post_tag’, ‘page’);
    // Add category metabox to page
    register_taxonomy_for_object_type(‘category’, ‘page’);
    }
    // Add to the admin_init hook of your theme functions.php file
    add_action( ‘init’, ‘page_tagcat_settings’ );

    #248959

    Unfortunately, yes. The banner is already taking up the full width of its container. If you want a full-width banner on a sidebar layout one option would be to create a row in page builder with a right column where you can add your widgets, giving it a sidebar effect. Then you can add a separate full-width row under that. Would that work for you?

    Hannah

    #248946

    Hi,

    I have reported this already here and I searched and see that quite a few people have the same problem: This block contains unexpected or invalid content.

    No I wondered, where this comes from as I could never re-create it until I just now noted that this error only happens, if these events occur:

    * I create a block, say, a slider.
    * I design it, fill it with content, etc.
    * I save the page.
    * Everything is good.
    * I edit the page, everything is good.

    But:

    * Another user opens the page: For this user, the block is broken. For me not yet.
    * Another users edits the page, saves it. Now the block is broken for me too.

    Additional information:

    * I am Administrator.
    * The other user is Editor in one case, Shop-Manager in another.

    I have this same behavior on more than 25 sites: Once another user role edits a page, this seems to damage blocks (although they all can be restored easily). But it’s annoying anyway and doesn’t look good, especially if one is dealing with clients.

    This is really strange behavior. Is there a fix on the way for that?

    • This topic was modified 5 years, 11 months ago by michael.kalina. Reason: Typo and additional information added
    In forum: Virtue Theme

    In reply to: Front page assistance

    #248942

    Hi Hannah,

    Thanks for this response. Everything seems to be fine now… the masonry option in Virtue Galleries is working fine, so I have that option activated for the gallery on the front page of http://www.develop.georgianchant.org

    7. The footer is the only outstanding nuisance. I want to create a sophisticated footer area like the examples shown on this page: https://www.webdesignerdepot.com/2018/09/4-best-practices-for-designing-mega-footers/
    I took your suggestion to create different menus, then to use navigation widgets placed in the four footer columns to link to those menus. The result is less than stellar. The problem is that I don’t seem to have any direct way to control the css for content in the footer. So the color, padding, font size, highlight and hover text colors, background colors, borders… must this all be added with additional css specific to each of the four footer columns?

    #248934

    Hey,
    I suggest you install this plugin: https://wordpress.org/plugins/duplicate-post/

    For any post or page that you want to move from siteorigin to Gutenberg duplicate the post first and work in the duplicate till you have it how you want then move over. That way you can always reference what you stated with.

    In your settings > page builder you can find options to determine how you want new post creation to work. Right now you have it set to start with the classic editor. If you just add content in the classic editor then after you save and reload the page Gutenberg will load. If you want posts to stay in the classic editor you need to install the classic editor plugin: https://wordpress.org/plugins/classic-editor/

    You wrote “I would like to have gutenberg by default” and so I suggest you go into your settings > page builder and turn off the setting that forces new posts into the classic editor.

    I installed the plugin and recreated your home page for you.

    Let me know if that was what you were wanting.

    Ben

    #248928

    1. This has to do with your theme, it’s adding more specific css styling for colors in it’s css. The yellow is a color from core, they recently added root to make the css more specific because of themes adding extra specificity to common HTML tags. The color you added with Kadence Blocks doesn’t use root and I’ve not been using a theme that adds such specific css so I haven’t seen this error. I’ll update the blocks plugin to correct this when using a color palette.

    All this said… why would two of the titles use a different method to assign colors?

    The color palette for one is created from a different source then the color palette for the other. If you used a custom color and not a color from the palette then the color would be added the same through custom css similar to how the typography works.

    The reason for a class assignment of colors instead of inline is because it allows you to change the color and that affects all previously created blocks. Treating the palette as a global color and not as a static color. To be clear if you want the color to be inline just select a custom color instead of clicking on the palette. The assignment of color classes for palettes follows cores way of working with palettes.

    2. That is correct, deactivating them removes then from your list to add to a page/post but not from the settings section.

    It’s worth noting that if a block is not used on the page nothing loads for it on the front end. Having a block activated or deactivated doesn’t affect the performance of your site because what’s loaded on the page is only the blocks that are actually being used on the page.

    3. Thanks for reporting that I’ll fix it.

    4. You can use our plugin here: https://www.kadencewp.com/product/kadence-custom-fonts/

    Side note about themes have you tried our new theme? https://www.kadencewp.com/kadence-theme/

    #248923

    You have several options when it comes to adding products to your homepage. One is to set your homepage as your shop page from Settings > Reading. Then just make sure that Page Content is enabled in the homepage layout manager in theme options. Another option is to enable and configure the Product Carousel Tabs from Theme Options > Home Page Layout. Or, lastly, you can add your products anywhere on your site via shortcode like this: [products limit="4" columns="2"]

    As for translating your theme options, you can set your site language from Settings > General. Is that what you mean?

    Hannah

    In forum: Ascend Theme

    In reply to: problem with slider

    #248921

    Hey Angelo,
    You can still configure this in Theme Options > Home Page Header. Just choose the Shortcode Entry from the choose a slider dropdown and then you can add the correct shortcode for each language. Would this work for you?

    Hannah

    #248920

    Hi
    I’m trying to learn blocks and cannot figure out a problem I’m having AUTO playing a video.

    I was able to add a video to the home page and have it autoplay. But that wasn’t the final video; I was just experimenting.
    Home page:

    Now that the video is complete, I cannot get it to auto play.
    Page with new video:

    I have double checked settings; autoplay is selected.
    Thank you for you help.
    Carrie

    #248918

    Hey!

    I’m using your pro blocks plugin for the first time in a site staged here: We’re still in the early stages of building, and I need to know if I’ve made the right choice.

    I really like your logic / UI in the dashboard. That’s what convinced me to go pro. Plus I like your block selection. But now that I’m digging in, I’m seeing some issues.

    1) Color settings are not working consistently.

    If you go the my link, you’ll see several sections – each with advanced titles. In just two cases, the color setting worked. When I inspect to see why, I see styles being added in different ways. The orange script-style title uses :root before the selector, but the script-style title lower in the page does not – and the color isn’t working. The one blue title in the page is adding the color as an inline style – but no other title does this. (I don’t think(?) we accessed html view to do this.)

    The root cause of this is that we’re using Astra, and their selector for default colors includes .entry-content – which outweighs your selector. I can probably overcome this via my own css using :not, but down the road another dev or user may try to use the default color fields that Astra provides and get confused when they don’t work – or mess things up.

    All this said… why would two of the titles use a different method to assign colors? And wouldn’t it make sense to inline colors to avoid css conflicts? Or maybe use the same logic you do with typography? I tested a title by changing its font family, and it worked – because you use an id selector in your css.

    2) I’ve deactivated several blocks for now, but they are still listed when I go to block default settings.

    Again… I prefer not to confuse my clients. They don’t need to see these blocks listed if they’re not active.

    3) When I click the visibility icon (within block defaults) for Icon List, I get a box for (or titled) Spacer/Divider Settings.

    4) I would like to add an Adobe font to Font Family Options

    Is there a way to do this? Maybe a custom function you can provide for our child theme?

    That’s it for now. I’m very concerned… I so want to love this plugin, but the bugs have me spooked. I’ve used my own custom theme in the past, along with ACF content modules. But it’s time to go Gutenberg, and I don’t have the time to convert my theme just yet. In the meantime, I need a reliable tool for new builds – and for more junior members of my team. Help, please? 😉

    Thanks!

    #248908

    Hey, You ran the test before there was page caching done on the kadence site by your hosting provider. Look here now:

    https://gtmetrix.com/compare/4upq8DnI/0opfnxCD

    Some other tests:

    https://tools.pingdom.com/#5c7b0cf5bac00000
    https://tools.pingdom.com/#5c7b0d3533400000

    https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fbcc201.wpengine.com%2F
    https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fbcc20.wpengine.com%2F

    Regardless, once you use optimizing techniques you can get a perfect score.

    Screen-Shot-2020-04-27-at-10-18-58-AM

    #248904
    This reply has been marked as private.
    #248898

    Sweet, yes I’m working on a new theme page which will go more in depth with accessibility info as well as other info. The one that’s up is more of a placeholder for the time being.

    Ben

Viewing 20 results - 8,141 through 8,160 (of 53,646 total)