Hi Pravesh, thanks for the patch.
I have added padding: 0; as you suggested but to the css/z_style.css ... there is no css/themer.css. there is perfect symmetry now. I will commit it in the next release of the theme.
Thanks for your patch.
Unfortunately, I will not apply it because the theme works as I intended.
As stated in the Readme.md file, within the themes' directory, you should locate the "_custom" folder and rename 'example.custom-style.css' to 'custom-style.css'. This file, 'custom-style.css', provides extensive customization options and may contain your custom CSS and CSS overrides.
This is solved in 8.x-1.20
Thanks
Thanks for your work!
I will not modify the theme as it looks OK as it is.
Thanks for your work!
I will not modify the theme as it looks OK as it is.
When you modify some CSS you have to disable the aggregate css function. After you are happy with the results, clear the cache and re-aggregate CSS.
You should o the following, after each module or theme update:
1) Run update: YOUR SITE.com/update.php
2) Clear the cache
In case you did not customize your ABC theme, it is a good idea to rename abc/_custom/example.custom-style.css to abc/_custom/custom-style.css
I think this is what you are looking for:
table, tr, td {
background-color: transparent;
}
If you need other background to change, please be more specific.
You probably installed the theme manually and not using Composer. So, the theme is in folder /themes/black-hole. If installed properly with Composer the theme will rest at /themes/contrib/zeropoint.
You have two options:
1) Install the theme at /themes/contrib/zeropoint, or better
2) Change all slides paths to: "/themes/zeropoint/_custom/sliderimg/IMAGE.jpg
First, you should save the configuration /admin/appearance/settings/THEME.
This behavior is by design. It allows you to use any images hosted on any server.
You should have saved the configuration.
This behavior is by design. It allows you to use any images hosted on any server.
"3. Proceed to the theme's settings by navigating to /admin/appearance/settings/abc and ensure to save the configuration.", as it is written in the Readme.md file. So, go there and check if the paths to images are correct, and hit save. Read the help text there, as well.
This behavior is by design. It allows you to use any images hosted on any server.
You probably installed the theme manually and not using Composer. So, the theme is in folder /themes/abc. If installed properly with Composer the theme will rest at /themes/contrib/abc.
You have two options:
1) Install the theme at /themes/contrib/abc, or better
2) Change all slides paths to: "/themes/abc/_custom/sliderimg/IMAGE.jpg
You probably installed the theme manually and not using Composer. So, the theme is in folder /themes/black-hole. If installed properly with Composer the theme will rest at /themes/contrib/black_hole.
You have two options:
1) Install the theme at /themes/contrib/black_hole, or better
2) Change all slides paths to: "/themes/black_hole/_custom/sliderimg/IMAGE.jpg
Please use the last version of the theme (8.x-1.18)
Sorry, it was my mistake; D7 version has the links solid underlined and D10 dotted underlined. If you are unhappy with this, you can change that in custom-style.css as per my instruction:
a, a.link {
border-bottom: none; ...or
border-bottom: 1 px dotted #535353;
}
Refresh the browser with CTRL+F5. Links are shown with a dotted line; this is by design in the latter versions.
If you want to have links not being underlined add this to your custom-style.css and refresh browser:
a, a.link {
border-bottom: none;
}
I am not able to replicated as it was fixed way before. Can I have an example URL to see what is happening?
You were right. I fixed the bug.
Please use the last release of the theme.
Please use the last version with updated the Commerce Cart design and come back with your comments.
In version 8.x the correct way to do it is to ad those lines to custom-style.css:
.region-header {
height: 200px;
}
I am unable to reproduce this error.
Did you cleared cached data at /admin/config/development/performance or "Flush all caches" in Admin Menu?
Please use the last dev version ( https://www.drupal.org/project/zeropoint/releases/8.x-1.x-dev → ) to check if it solves the error.
First, complete each slide info in the main language.
Second, go to interface translation (/admin/config/regional/translate) and translate in your other language(s).
That's it!
This is Drupal behavior, so it is not theme related.
I am not sure what exactly do you need.
The screenshot attached indicates that you want to change images in the slideshow. If this is the case, please provide new image URL for each slide. The URL can be internal (try /themes/contrib/zeropoint/_custom/sliderimg/abstract-1.jpg) or external (try https://boaz.ro/cdn/0_gl/_ph/sliderimg/bw-3.jpg).
If you want to change the images of the theme's header image rotator, there are two options:
1) Fixed image: look at line 261 "CHANGE HEADER IMAGE" in the custom-style.css and change it accordingly
2) Replace the images in _custom/headerimg with your own but keep the mames of the files unchanged.
Then refresh the cache
This bug is corrected in the new version of the theme (8.x-1.6).
Many thanks for your patch @sj_baradia.
That commented code is for further development of new features.
The short answer is no; see this page https://developers.google.com/speed/docs/insights/PrioritizeVisibleConte...
For reference, the html of an uncompressed Bartik page is about 159 KB. Zero Point html page has 188 KB.
Please use the last version of the theme ( https://www.drupal.org/project/black_hole/releases/8.x-1.3 → ).