JTS_IL
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] How to change the back ground color of the siteHi,
You can use the custom css and add this :#main-wrapper { background-color: aquamarine; /* use any color name or hex value }
Forum: Themes and Templates
In reply to: [Customizr] add image to 404 pageThat is a good idea!
I’ll try it soonForum: Themes and Templates
In reply to: [Customizr] Custom page templateThanks TUT ??
I did exactly what is explained on the link, but i used the same page mane to override the sample custom page that came with the theme.
Maybe that the problem?Forum: Themes and Templates
In reply to: [Customizr] slider fade effectWell…
the css on the filckity git was helpful (although it’s really not best practice).
here’s the css I used :
/**********************/ /* slider fade effect */ /**********************/ .flickity-slider{ transform: none !important; } .flickity-slider .carousel-cell { left: 0 !important; right : 0 !important; opacity: 0; z-index : -1; transition: opacity 1s ease-in-out; } .flickity-slider .is-selected { left: 0 !important; right : 0 !important; opacity: 1; z-index: 0; }
I think that a css master will do it better ??
Forum: Themes and Templates
In reply to: [Customizr] slider fade effect10X Rocco,
I tried to figure out if I can disable the flickity and use the old slider js, but I don’t have enough jQuery practice for this level of coding ??Forum: Themes and Templates
In reply to: [Customizr] changing background color of the entire siteHi Keren
The header color is set by the theme option
????? > ????? ????? > ????? ?????? > ?????? ????? ?????? > ????? ????? ??????Forum: Themes and Templates
In reply to: [Customizr] include custom post type in daily archiveYep!
I found a solution an hour ago, but forgot to delete the question
Sorry!!!Forum: Themes and Templates
In reply to: [Customizr] Filtering post metas10X
It’s a good start.
I’ll update with any progressForum: Themes and Templates
In reply to: [Customizr] accessibilty issuesI now how to fix it on my site.
In this case I can of course fix my child theme, but I’m looking at the bigger picture – if the “a” is covered by the “p”, why do we need it?
I’m looking for the reason that it’s there, becasue I wan to suggest removing it.
So maybe Nikeo or one of the other developers will answer?10X
Forum: Themes and Templates
In reply to: [Customizr] accessibilty issuesIts my test site jts.glezer.co.il (and its RTL, not in English…)
the css is from the theme not my child-theme.The reason that I’m questioning the necessity of the “footer#footer a” is because it’s already covered by “footer#footer p”.
Forum: Themes and Templates
In reply to: [Customizr] disable menu "first letter" effect10X Denzel
I read this thread before posting.
I’m looking for a more general solution to implement with a function / filter / action, and not via overriding css.Forum: Themes and Templates
In reply to: [Customizr] Fatal Error?Hi frolange,
It seems that there is some error with the upgrade of 3.3.28 version
The solution that worked for me and others is to re-install the theme.if you don’t have access to the admin panel, use any ftp client to rename the customizr folder and re-install the theme.
I think it can be done also through c-panel, but I don’t know how.
Forum: Themes and Templates
In reply to: [Customizr] Update Crashed SiteHi, You have the same problem as I had.
If you have FTP access, rename the directory customizr and re install.
Hope you had child theme for changes you madeForum: Themes and Templates
In reply to: [Customizr] Getting the prominent image of the post in full sizeI think it depends on the height you set on single post settings (default 250)
Forum: Themes and Templates
In reply to: [Customizr] Update Crashed Site@runess, try to delete completely the theme and install again