jane-clique
-
Posts
16 -
Joined
-
Last visited
Content Type
Forums
Gallery
Blogs
Events
Store
Downloads
Profiles
Posts posted by jane-clique
-
-
Hi Ziggy, Any chance this could be fixed with CSS?
-
Can you help me locate that setting? I don't know if this will help, but I'm using the brine template and version 7.0
-
-
that worked! thank you so much!
-
nothing happened when I clicked the align center. isn't it for the alignment of the photo?
-
here: https://www.clique-now.com/team-1
Thank you! -
Hi Ziggy. I tried to explore the design section but I can't find the setting. Btw, SS version is 7.0
-
-
That worked. Thank you so much!
-
How to reduce the row padding in this gallery block?
https://www.clique-now.com/brand-partnerships-1 -
Hi @tuanphan - can you please help me here:
I tried to freeze the header part of my webpage and put a background on it. However, when the first section of a page has a picture banner, the header background is not showing like for the home and about us page. my website is https://www.clique-now.com/. -
Hi tuanphan! thank you. Also found this code from your previous answer in another discussion. For the space between the OLDER and NEWER, can it be adjusted also? This is the code I'm using.
Quote<style>
nav.BlogList-pagination {
margin-top: 100px;
}
</style>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script>
$(document).ready(function() {
$("span.BlogList-pagination-link-label").html(function() {
return $(this).html().replace("Older", "NEXT");
});
$("span.BlogList-pagination-link-label").html(function() {
return $(this).html().replace("Newer", "PREVIOUS");
});
});
</script> -
-
-
Hello! I am currently creating a news section for a website. I am using the "Blog" as a template. When I reach the last page and click the "Newer" arrow, it moves to the very first page instead of just the previous page. And when on the first page, the "Newer" arrow still appears which should not be the case since it is the first page. When you click the "Newer" arrow, "No blog posts yet" appears on the page.
Does this need a code injection?
Header background is not showing when first section has banner
in Pages & Content
Posted
Thanks, Ziggy for your time. I was able to fix it with this code.
/* Header freeze */
.Header {
background-color: black !important;
}
Previously, it's just background-color: black
Realized how important !important is. 😅