If you import demo data, try replacing hero demo images for ALL portfolio items with images coming from your domain/media library, on some sites the webgl will complain about images coming from a different domain due to a enforced CORS policy.
You can change the hero image in portfolio item options and you can find the original demo images there (imported)
If you still have issues send us wp admin access in a private comment so we can verify.
- it is enabled / disabled in customizer -> general settings
- if it is get stuck and does not follow the normal mouse cursor, make sure you don't have an uncaught js error in the browser console that is breaking the javascript execution
Regarding your second question, make sure you have Harington Elementor Widgets installed this plugin contains the widget's definitions.
showcase slider not showing the images and showing these messages on console (see the attachment)
also in theme live preview showing different mouse cursor but in localhost its not visible
Attached files: Screenshot 2023-10-06 102818.png
Hello,
If you import demo data, try replacing hero demo images for ALL portfolio items with images coming from your domain/media library, on some sites the webgl will complain about images coming from a different domain due to a enforced CORS policy.
You can change the hero image in portfolio item options and you can find the original demo images there (imported)
If you still have issues send us wp admin access in a private comment so we can verify.
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
now site is hosted on localhost after live i'll provide you the link i have another question,
how to use this slider carousel as a hero section "http://preview.themeforest.net/item/harington-creative-portfolio-theme/full_screen_preview/42929633?_ga=2.63105513.718567385.1696571313-1086788280.1696571313"
Hi there,
the slider carousel is actually a page template and cannot be used as hero section
http://clapat-themes.com/wordpress/serano/
We have also a content slider shortcode/widget/elementor block that can be used at the beginning (top) of the content
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Also i cant see the cursor, is there any option to enable that
Attached files: Screenshot_20231006_025525.png
i have another question i cant see content slider widget how to get that, i'm using elementor
also i've attached image this contain 3 items but i only import import.xml, how to import other 2
Attached files: Screenshot 2023-10-06 174436.png
Hello,
regarding the mouse cursor:
- it is enabled / disabled in customizer -> general settings
- if it is get stuck and does not follow the normal mouse cursor, make sure you don't have an uncaught js error in the browser console that is breaking the javascript execution
Regarding your second question, make sure you have Harington Elementor Widgets installed this plugin contains the widget's definitions.
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
That's because we need to change the colors on the fly if background changes
two solutions:
- add the heading (h1, for example) as custom HTML code in the content therefore adding the color code as inline CSS attribute
- or add a css class to the widget and its container for example my-custom-heading therefore setting the color with
.my-custom-heading h1{
color: #ffffff;
}
adding the code to customizer -> additional CSS
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy