the blog had the category list at the top of the page, but now I see it is changed with a sidebar, I don't love this solution because it is not intuitive for the user and removes the browser scroll bar to view that page..... is it possible to go back to the old way with the categories listed under the "stories" title??
and I can see the navigation arrow on my android phone. What is the device you are using? Are you testing the site while logged in - so you you have the top admin bar at the top?
the blog had the category list at the top of the page, but now I see it is changed with a sidebar, I don't love this solution because it is not intuitive for the user and removes the browser scroll bar to view that page..... is it possible to go back to the old way with the categories listed under the "stories" title??
the css. doesn't seem to be working. the gallery border is set on "none" but if I try to turn it to red for example, it doesn't do that either...it seems there is something overwriting the gallery options
4. category selection on the blog.
i mean the categories listed at the top of the page instead of sidebar (view screenshot)
5. blog visualization issue.
all blog posts (except the latest ones I uploaded after changing the theme) have a black background even if they are set to white, and text and images are not aligned as they should... (view examples screenshots). I understood there is a way to fix all of theme without having to fix one by one...
All the CSS code I provided you should add in customizer -> additional CSS
3. article gallery border
in this case, try
#gallery-1 img { border: none !important; }
in customizer -> additional CSS
4. category selection on the blog.
if you take the blog listing page adding a category list there requires custom work and it would be a list of all categories defined in the system since it's a global wp posts listing:
even i still have 2 more problems with the articles post.
1. the ones with black background have strange image sizing: the vertical ones are too small (the would have same width of the horizontal ones) and no border between images....
2. i would like to remove the "no comments" "leave a comment" section...I've disabled comments on all posts but the form is still there
Even I'm having a new issue: you gave me this code
#gallery-1 img { border: none; }
to add in the additional .css section of the gallery of the post. but in this post https://www.rebeccarinaldi.it/servizio-fotografico-bimbe-amiche-al-mare/ (password: Ginevra) i separated the images into three separate galleries. but the code seems to be working only for the first one...
ok, since you are using multiple galleries just replicate the CSS code since the gallery will try to keep an unique ID for each one. So, for example
#gallery-1 img { border: none; }
#gallery-2 img { border: none; }
#gallery-3 img { border: none; }
so for example if you know that in a page/blog post you will have 5 galleries, the add once the css code for all five: #gallery-1, #gallery-2, ..., #gallery-5
Most likely the blog posts with dark background saved the settings information in database but we can change the code so that all blog posts will have a white background no matter what.
Hi there,
I managed to fix some things from my latest ticket but i have some minor issues i would like to fix.
1. the "next" page arrows at the end of the blog page (https://www.rebeccarinaldi.it/stories/) are not showing on mobile
2. I disabled comments from every blog article, but the comment section ("no comments" "leave a comment" ) is still visible at the end of the articles (for example here https://www.rebeccarinaldi.it/servizio-fotografico-di-famiglia-al-mare-fotografo-bambini-genova/#comment-287) is there a way to remove this?
3. the latest blog articles I added (for example this https://www.rebeccarinaldi.it/servizio-fotografico-mamma-e-bimbo-con-chiara-losh/) seem to have a gray border around every image, I didn't manage to remove this....
4. In the latest online antro demo (http://preview.themeforest.net/item/antro-creative-portfolio-theme/full_screen_preview/32154367?_ga=2.91589594.1308689770.1663234021-415840083.1659599302&_gac=1.216405348.1663320121.Cj0KCQjwvZCZBhCiARIsAPXbajs_KhM-QSUNSnwXKzR_MRJlddik9xgoyUFhATQDM41q7vMjTUiduQcaAnXwEALw_wcB)
the blog had the category list at the top of the page, but now I see it is changed with a sidebar, I don't love this solution because it is not intuitive for the user and removes the browser scroll bar to view that page..... is it possible to go back to the old way with the categories listed under the "stories" title??
5. All the latest blog posts (for example this one: https://www.rebeccarinaldi.it/couple-photo-session-in-andora-liguria/) have some issus I understood you could help fixing with some custom work. It would be amazing if you could fix them to look like the latest ....
I see this is a lot of questions, but I thought it might be better to collect them in one single message....
thank you so much for your help
rebecca
Hi Rebecca,
my answers inline, bolded
1. the "next" page arrows at the end of the blog page (https://www.rebeccarinaldi.it/stories/) are not showing on mobile
Since the blog page link you have sent goes to a missing page I used this link for testing
https://www.rebeccarinaldi.it/servizio-fotografico-di-famiglia-al-mare/
and I can see the navigation arrow on my android phone. What is the device you are using? Are you testing the site while logged in - so you you have the top admin bar at the top?
2. I disabled comments from every blog article, but the comment section ("no comments" "leave a comment" ) is still visible at the end of the articles (for example here https://www.rebeccarinaldi.it/servizio-fotografico-di-famiglia-al-mare-fotografo-bambini-genova/#comment-287) is there a way to remove this?
to disable comments entirely you can use
div#comments {
display: none;
}
.post-form {
display: none;
}
3. the latest blog articles I added (for example this https://www.rebeccarinaldi.it/servizio-fotografico-mamma-e-bimbo-con-chiara-losh/) seem to have a gray border around every image, I didn't manage to remove this....
you can use to hide it with CSS
#gallery-1 img {
border: none;
}
in customizer -> additional CSS
but it may be a gallery option that disables/enables it
4. In the latest online antro demo (http://preview.themeforest.net/item/antro-creative-portfolio-theme/full_screen_preview/32154367?_ga=2.91589594.1308689770.1663234021-415840083.1659599302&_gac=1.216405348.1663320121.Cj0KCQjwvZCZBhCiARIsAPXbajs_KhM-QSUNSnwXKzR_MRJlddik9xgoyUFhATQDM41q7vMjTUiduQcaAnXwEALw_wcB)
the blog had the category list at the top of the page, but now I see it is changed with a sidebar, I don't love this solution because it is not intuitive for the user and removes the browser scroll bar to view that page..... is it possible to go back to the old way with the categories listed under the "stories" title??
Do you mean this one? (highlighted)
https://prnt.sc/qeyiEWTrvV2k
This is our live demo blog page
http://clapat-themes.com/wordpress/antro/stories/
5. All the latest blog posts (for example this one: https://www.rebeccarinaldi.it/couple-photo-session-in-andora-liguria/) have some issus I understood you could help fixing with some custom work. It would be amazing if you could fix them to look like the latest ....
I'm sorry what are the issues on this page?
Thank you.
Clapat Support
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio
hi! thank you for you answer.
se below my comments
1. next page arrow on mobile.
solved, seems to be working now
2. disable comments on articles.
to disable comments entirely you can use
div#comments { display: none; }
.post-form { display: none; }
WHERE DO I PUT THIS CODE?
3. article gallery border
the css. doesn't seem to be working. the gallery border is set on "none" but if I try to turn it to red for example, it doesn't do that either...it seems there is something overwriting the gallery options
4. category selection on the blog.
i mean the categories listed at the top of the page instead of sidebar (view screenshot)
5. blog visualization issue.
all blog posts (except the latest ones I uploaded after changing the theme) have a black background even if they are set to white, and text and images are not aligned as they should... (view examples screenshots). I understood there is a way to fix all of theme without having to fix one by one...
Hello Rebecca
All the CSS code I provided you should add in customizer -> additional CSS
3. article gallery border
in this case, try
#gallery-1 img {
border: none !important;
}
in customizer -> additional CSS
4. category selection on the blog.
if you take the blog listing page adding a category list there requires custom work and it would be a list of all categories defined in the system since it's a global wp posts listing:
https://www.rebeccarinaldi.it/servizio-fotografico-di-famiglia-al-mare/
On the other hand each individual blog post page has the list of categories attached displayed under the post title
https://www.rebeccarinaldi.it/kids-at-the-beach-servizio-fotografico-mare-al-tramonto/
5. can you provide wp admin access to this one?
Thank you.
Clapat Support
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio
thanks for your reply,
the other older posts (from this one going back https://www.rebeccarinaldi.it/morning-in-camogli-family-photo-session-in-liguria/) all have a black background, is there a way to change it all to white, or do I have to change background one by one?
even i still have 2 more problems with the articles post.
1. the ones with black background have strange image sizing: the vertical ones are too small (the would have same width of the horizontal ones) and no border between images....
2. i would like to remove the "no comments" "leave a comment" section...I've disabled comments on all posts but the form is still there
Hello Rebecca
I changed the default background type for blog posts to dark content - that is light background
I added
div#comments {
display: none;
}
.post-form {
display: none;
}
in customizer -> additional CSS
Thank you.
Clapat Support
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio
thank you so much.
The comment section is not there anymore! But post background seems to still be black
https://www.rebeccarinaldi.it/servizio-fotografico-maternita-e-famiglia-genova/
https://www.rebeccarinaldi.it/lifestyle-product-photography-snail-ukulele/
https://www.rebeccarinaldi.it/lifestyle-product-photography-snail-ukulele/
https://www.rebeccarinaldi.it/products-still-life-servizio-fotografico-di-prodotto/
https://www.rebeccarinaldi.it/servizio-fotografico-di-prodotto-per-social-media/
and so on...
in many articles, as i said several times, the images seem to be aligned correctly in some others they are not (view screenshot)
Hi there...
I never got a reply to my last ticket.
Even I'm having a new issue: you gave me this code
#gallery-1 img {
border: none;
}
to add in the additional .css section of the gallery of the post. but in this post https://www.rebeccarinaldi.it/servizio-fotografico-bimbe-amiche-al-mare/ (password: Ginevra) i separated the images into three separate galleries. but the code seems to be working only for the first one...
Hello Rebecca,
ok, since you are using multiple galleries just replicate the CSS code since the gallery will try to keep an unique ID for each one. So, for example
#gallery-1 img {
border: none;
}
#gallery-2 img {
border: none;
}
#gallery-3 img {
border: none;
}
so for example if you know that in a page/blog post you will have 5 galleries, the add once the css code for all five: #gallery-1, #gallery-2, ..., #gallery-5
Most likely the blog posts with dark background saved the settings information in database but we can change the code so that all blog posts will have a white background no matter what.
Thank you.
Clapat Support
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio
I might not have seen your answer to the question on the images showing wrong (see attached screenshot) on many of the older blog posts (for example: https://www.rebeccarinaldi.it/servizio-fotografico-famiglia-tromonto-genova/)
Hello,
let's take the problems one by one
first of all the background is solved. For example
https://www.rebeccarinaldi.it/lifestyle-product-photography-snail-ukulele/
Regarding the gallery border I omitted to mention that you should ass '!important' at the end of each CSS
https://prnt.sc/ASz9X3_ZTeer
Regarding the post images gallery alignment they look good to me, how can I reproduce?
https://prnt.sc/RmZtOHWLYA27
Thank you.
Clapat Support
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio