Forum Replies Created
-
AuthorPosts
-
AndyKeymaster
Thanks, yes that extra CSS would not intefere with the search form.
Will need to do some more digging into this. Will get back to you soon when I have more information.
Thanks.
AndyKeymasterCould you try adding this CSS to Customize > Additional CSS:
#masthead .search-form input[type="search"], #masthead .woocommerce-product-search input[type="search"] { background: #000000; }
Please let me know if that works, or not. Thanks.
AndyKeymasterHi Frederik, do you have it on a live site that I can take a look at please?
AndyKeymasterThere is a widget area named ‘Site Info’ that you can add any widget(s) to. When this contains a widget, the content of that widget will be displayed in place of the “Powered by WordPress | Theme: Lorina Pro by UXL Themes”.
Go to Appearance > Widgets and add any of your available widgets (Text, HTML, Image etc.) to the ‘Site Info’ widget area.
If you just want to remove the theme text without displaying your own text in it’s place, add a text widget and leave it empty.
AndyKeymasterHello Victor,
Lorina Pro is not available from wordpress.org like the free version is, so you will not see it by searching for new themes in your site’s dashboard.
You should download the theme from the link in your payment confirmation email, or from your account here on our website.
Save the theme to your computer and then in your site dashboard, go to Appearance > Themes, click the ‘Add New’ button, then the ‘Upload’ button and then ‘Browse’ to find the lorina-pro.zip file that you previously saved to your computer, and then click the ‘Install Now’ button.
There is no activation key. The theme will just work when you install and activate it.
There is a license key that you can optionally enter after installing the theme. It will work without the license key, but to get automatic theme updates in your dashboard you would need to enter your license key.
AndyKeymasterHello Cristina,
You should first install and activate the Lorina Pro theme as the license key is not available for the free version.
After installing and activating the paid version, you will see the Theme License section at Appearance > Theme License.
Lorina and Lorina Pro are regarded as separate themes in the WordPress setup. If you have made changes with the Customizer when using Lorina (free version), you can copy/import your customizations from Lorina to Lorina Pro with one click using the ‘Theme Mods’ section that is available in Lorina Pro.
AndyKeymasterPlease try the solution from the previous question in the Trusted support forum: Reduce header image section height
AndyKeymasterWhat black strip are you referring to? I cannot see this on your website.
AndyKeymasterGo to the page editor for the page (or post/product/category etc.) that you wish to have a video header.
In the ‘Header Area’ section, you can upload/select a video to replace the header image with the ‘Add Media’ button next to the ‘Video’ label.
AndyKeymasterHi Boris,
Sorry for the late reply.
This code added to ‘Customize’ > ‘Additional CSS’ will hide the featured image on all the single posts
.single .entry-thumbnail { display: none; }
For a specific post use this, where “1728” is the post ID:
.single.postid-1728 .entry-thumbnail { display: none; }
AndyKeymasterPlease add this code to Customize > Additional CSS:
.woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product { margin-right: 0; margin-left: 1.6%; } .woocommerce ul.products.columns-6 li.product, .woocommerce-page ul.products.columns-6 li.product { margin-right: 0; margin-left: 1.66%; }
AndyKeymasterIn your screenshot, you have set the number of “Rows per page” to 1000000 (1 million).
I don’t know how may products you have in total but if there are thousands, it could be that the customizer is not refreshing the page fast enough with all those thousands of products loading. This possibly could be why the products per row is appearing to be wrong when changing this.
AndyKeymasterWould you be able to temporarily remove the “maintenance mode” on your website so I can take a look and see why this is happening?
Does this only happen in the customizer preview or is it also incorrect on the live site?
AndyKeymasterGo to Customize > Additional CSS, and add this code:
#masthead .top-account { display: none; }
AndyKeymasterTry this Additional CSS:
.main-header { min-height: auto !important; padding-top: 80px !important; }
-
AuthorPosts