Forum Replies Created
-
AuthorPosts
-
AndyKeymaster
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.
AndyKeymasterIt 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; }
AndyKeymasterThe red arrow only appears with the automatically generated excerpt and not with the manually added excerpt.
AndyKeymasterThat 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.AndyKeymasterIn 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.
AndyKeymasterThanks 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.
AndyKeymasterI 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:
- The steps taken to make this error appear
- 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.
AndyKeymasterThe 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.
AndyKeymasterHi 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.
AndyKeymasterI 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; }
AndyKeymasterPlease 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.
AndyKeymasterYou 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.
AndyKeymasterHi, 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.
AndyKeymasterI 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; }
AndyKeymasterWhat 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.
-
AuthorPosts