Forum Replies Created

Viewing 15 posts - 61 through 75 (of 1,124 total)
  • Author
    Posts
  • in reply to: “Related” position ran away #15575
    Andy
    Keymaster

    In your screenshot it looks like the Related posts section is there but the layout looks different to the Latest theme, so could you please let me know the URL of your site or a post with the problem and I’ll be able to take a look and advise further.

    in reply to: Variable listing White Box #15573
    Andy
    Keymaster

    It looks like the general page content table styling is overriding the WooCommerce product variations table. I’m not sure why this is only happening now when it wasn’t an issue previously but I’ll get this fixed and update the theme accordingly.

    In the meantime, this small snippet of custom CSS added to ‘Appearance’ > ‘Additonal CSS’ will fix it:

    .variations th {
      padding: 0;
      background: none;
    }
    in reply to: more lines of text #15559
    Andy
    Keymaster

    The red arrow only appears with the automatically generated excerpt and not with the manually added excerpt.

    in reply to: more lines of text #15556
    Andy
    Keymaster

    That is the post excerpt.

    WordPress automatically generates this excerpt from the first 55 words of the post’s content.

    If you want more words or lines of text then you can write a ‘manually added excerpt’ and this can be any length that you want.
    The ‘Excerpt’ text area is located in the post editor at the right options sidebar just below the ‘Featured Image’ option.

    in reply to: Image on Page #15554
    Andy
    Keymaster

    In the page editor, click the block inserter (the + symbol), select ‘Image’, select ‘Media Library’, select an image and then click the ‘Select’ button and the image will be added to the page.

    Andy
    Keymaster

    Thanks for the screengrab video.

    It does look like the issue is with the n-genius payment gateway.

    This is outside the scope of the theme and you should ask the creators of that plugin as they will be able to help configure it to work correctly.

    https://docs.ngenius-payments.com/docs/woocommerce

    Andy
    Keymaster

    I checked your website and did not see any errors like the one you describe.

    I added a product to the cart and then clicked through to the checkout and there were no errors.

    Could you please let me know the following information so that I can try and see the error:

    1. The steps taken to make this error appear
    2. Details of any modifications you may have made to the theme’s files

    The error you mention is probably not caused by the theme, as the theme does not contain any JSON files.

    I think it is most likely caused by another plugin or WooCommerce add-on e.g. a payment gateway or similar plugin.

    in reply to: remove page title from top of page #15424
    Andy
    Keymaster

    The Home Page template does not have the page title, and can be selected as the template for any page.

    In your page list, the template for any page can be changed from the default to the Home Page template in the editor or by clicking ‘Quick Edit’, change the ‘Template’ and click ‘Update’ to save.

    in reply to: Productcard padding #15374
    Andy
    Keymaster

    Hi Dieter,

    This custom CSS added to Appearance > Customize > Additional CSS will add padding to the product item:

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product,
    .wc-block-grid__product {
      padding: 10px;
    }

    I’ve used 10px in this example, so change this value to the amount of padding you require.

    in reply to: Font Color After Scrolling #15346
    Andy
    Keymaster

    I think this should do it:

    .main-navigation .sub-menu {
      background: #710000;
    }
    
    #masthead:hover .main-navigation .sub-menu a,
    #masthead.scrolled .main-navigation .sub-menu a {
      color: #ffffff;
    }
    
    #masthead:hover .main-navigation .sub-menu a:hover,
    #masthead.scrolled .main-navigation .sub-menu a:hover {
      color: #000000;
    }
    in reply to: Image caption text over image #15324
    Andy
    Keymaster

    Please try addding this CSS to ‘Appearance’ > ‘Customize’ > ‘Additional CSS’

    .wp-caption-text {
      position: relative;
      color: inherit;
    }

    This should reset the caption position and color and override the other non-theme CSS that is changing the caption.

    in reply to: Image caption text over image #15323
    Andy
    Keymaster

    You have some additional CSS that is positioning the caption text over the image and changing the text color to white.

    This is not coming from the theme, and I cannot see if this CSS is from a third party plugin or some other custom CSS because you are running a caching plugin that is aggregating all the site’s CSS into one file.

    in reply to: Image caption text over image #15322
    Andy
    Keymaster

    Hi, the image caption should already be below the image as the theme does not place the caption over the image as shown in your image.

    Could you please let me know the URL of a page where I can see this, and I’ll be able to take a look and help further.

    in reply to: Font Color After Scrolling #15321
    Andy
    Keymaster

    I didn’t realise you are using the menu button instead of the mobile icon, so in this case this is the custom CSS to use:

    #masthead:hover .toggle-nav i,
    #masthead.scrolled .toggle-nav i {
      color: #000000;
    }
    in reply to: WordPress Updated and Everything is off #15309
    Andy
    Keymaster

    What the Elementor option you mention is probably doing is removing the page titles from being rendered, but the Lorina theme also has the image background that is wrapping the page title, and so because this is not standard WordPress functionality (unlike the text part of the page title which is usually standard across lots of themes) this background image (or plain color background if no image) section is still being rendered.

    It sounds like you would be better to use a different theme that only has plain page titles, as this page title with surrounding background image is an intrinsic part of this particular theme.

    There are many themes available that only have plain page titles that may more suitable for your use.

Viewing 15 posts - 61 through 75 (of 1,124 total)