in customizer -> additional css. This will change the font attributes for all the subtitle. If you want to change it only for a certain page, you can apli the unique css class id from the div id page-content
thanks a lot, I will put the code in. Thanks for the link, but I want to keep it sticky within a column not throughout the whole website. I can share the code with you that normally works, perhaps you see what's not working.
I deactivated the plugin but nothing changed. Does the sticky effect not work because of the theme or a plugin? Otherwise I will try and deactivate some plugins.
Thank you, it was indeed a plug-in that was causing the issue. The site also has a lot of breaks in it and it became laggy. Is there anyway to fix that?
Thanks you were right, that was it! Only on the website there are certain widgets that keep breaking like the contact form and the timeline from unlimited elements, how can I fix that? Or do those plugins (forminator and unlimited elements) not work with these theme?
first, we have not tested the theme with all third party widgets, only the recommended and try disable ajax at least temporarily to see if they are compatible with ajax page transitions.
You can also add the contact form page as custom menu link in the menu, therefore bypassing ajax
You can create a stories page by assigning the blog page template to it. Make sure you leave Blog posts page empty in Settings -> Reading.
You can create a sticky column with left or right pinned sections block/widget
Thank you, the ajax page transition was causing the error. For some reason the left and right pinned sections don't work for me. whenever i put text in the Html it doesn't stick to the left or right side.
all you need to do is create a page with Blog Template as page template. Then the blog posts will appear listed in the blog layout. You go to admin -> Settings _> Reading and you don't set anything for blog posts page there, just leave it not set.
How can I edit the text in my screenshot, including font, color, and size?
Attached files: Schermafbeelding 2025-01-16 om 08.09.52.png
Hi there,
that's the hero subtitle and it can be changed in the hero section tab in page or portfolio item options.
to change the font attributes you can use this css
.hero-subtitle {
font-size: 18px;
font-weight: 400;
color: #000;
opacity: 0.4;
}
in customizer -> additional css. This will change the font attributes for all the subtitle. If you want to change it only for a certain page, you can apli the unique css class id from the div id page-content
https://prnt.sc/JxPCd3LQ8bCh
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 the quick help! It works :)
In my portfolio pieces, the word 'photo' appears. Is there a way to remove that text?
Hi is this possible, to remove the word 'photo'?
Another quick questions, what is the css selector for the body text on the website?
Hello,
these are the font attributes regarding html and body elements
html, body {
font-family: 'Poppins', sans-serif;
font-weight: 400;
font-size: 16px;
}
regarding the word 'photo' can you provide the page URL?
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 thanks I fixed the word photo. Where do i need to add this code, into the css of the website?
Besides from that is there a way I can make a section sticky? I had a piece of code to do this, but it doesn't work with this theme.
Appearance -> customizer -> additional css should work
regarding the sticky section can you disable smooth scrolling in customizer -> general settings?
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
The code won't work for some reason.
I've also disabled smooth scrolling but that won't change anything for some reason.
Hello Lucas,
Changing the font for html & body does not guarantee that's changing for all elements - paragraphs for example.
so for paragraphs you can use
p {
...
}
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
So how can i change it? Do I need to add a html widget or insert something in the text editor? And is there a way I can make a section sticky?
You know there is a special section in appearance -> customizer, Additional CSS
and you can add any special css there
the default value for paragraph fonts
p {
font-size: 18px;
line-height: 28px;
font-weight: 500;
}
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
https://wordpress.com/support/make-a-sticky-element
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 a lot, I will put the code in. Thanks for the link, but I want to keep it sticky within a column not throughout the whole website. I can share the code with you that normally works, perhaps you see what's not working.
Sure, if I am able to figure the code out I can at least give you some hints
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
This is the code that I normally use:
.image-sticky{
position: sticky;
position: -webkit-sticky;
top: 3rem;
}
.parent-sticky
.elementor-widget-wrap {
display: block!important;
}
Hey Lucas,
hmm, okay and what is the page you are trying to apply this code to so I can inspect it?
And do you know we have a special widget called right or left section that makes a column sticky will scrolling the length of the non sticky column?
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 am trying to add the code to the general css of the website, so when I add the selector image-sticky, the column will automatically be sticky.
Just tried the pinned sections. It doesn't work in the way I want, I also have accordions that I would like to make sticky.
And where exactly did you add the sticky classes (image-sticky), what's the page URL so I can at least inspect it?
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
https://www.lmmedias-testlocatie.nl/Demo8/, it is in the section where there is a big white gap below the text. This text is next to the large image.
There is an uncaught js error in the browser console
https://prnt.sc/G-XifRiCTlqU
That I'm not really sure where it comes from but it breaks the js execution and dynamic effects on the page
Maybe from this guy?
https://wordpress.org/plugins/uicore-animate/
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 deactivated the plugin but nothing changed. Does the sticky effect not work because of the theme or a plugin? Otherwise I will try and deactivate some plugins.
I removed all of the unnecessary plugins but nothing seems to work
Also for some reason the theme stopped working on my website. I don't know if i did anything wrong.
Hello Lucas,
the content of the site is altered for some reason
https://prnt.sc/miAPqCRkzBZe
and therefore you have uncaught js errors
https://prnt.sc/KSw3DgUDSU_U
for example there is a missing <div id="app">
try disabling all the plugins that are not related with Montoya to see which one is causing the problem
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
Ok, thanks I will try that.
Thank you, it was indeed a plug-in that was causing the issue. The site also has a lot of breaks in it and it became laggy. Is there anyway to fix that?
Hi Lucas,
two questions:
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 turned smooth scrolling off, because my client thought it was scrolling to slow. Is that perhaps the reason why it became laggy and all?
It could be but for that you can make a comparison (temporarily enable smooth scrolling)
it's also important on the device you are testing (high processing power or not) and the type of element content in the page (if it's heavy or not)
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 you were right, that was it! Only on the website there are certain widgets that keep breaking like the contact form and the timeline from unlimited elements, how can I fix that? Or do those plugins (forminator and unlimited elements) not work with these theme?
Also another question, how do I make a column sticky like on this page: http://clapat.ro/themes/montoya/project02.html
And also another question, how can I create a stories page like this: http://preview.themeforest.net/item/montoya-creative-portfolio-theme/full_screen_preview/51811310?_ga=2.179837476.1416180284.1741163968-1667446248.1736754910
Hey Lucas,
first, we have not tested the theme with all third party widgets, only the recommended and try disable ajax at least temporarily to see if they are compatible with ajax page transitions.
You can also add the contact form page as custom menu link in the menu, therefore bypassing ajax
You can create a stories page by assigning the blog page template to it. Make sure you leave Blog posts page empty in Settings -> Reading.
You can create a sticky column with left or right pinned sections block/widget
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, the ajax page transition was causing the error. For some reason the left and right pinned sections don't work for me. whenever i put text in the Html it doesn't stick to the left or right side.
And can i create a page like the stories page with elementor? i don't understand what you mean with leaving the blog posts page empty
Hi Lucas,
all you need to do is create a page with Blog Template as page template. Then the blog posts will appear listed in the blog layout. You go to admin -> Settings _> Reading and you don't set anything for blog posts page there, just leave it not set.
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, it works! Is there a way to change the button text, remove the date and remove the category name? So only the link to the blogpost.
The text of the button can be changed in customizer -> blog settings
you can remove date and categories withe the following in customizer -> additional css
display: none;
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