lillan Backa
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Sixteen] Sub-menus of main pages are not shownLate replay but thank you @jpl75 ?? However this wasn’t my problem, it was abouth the nav menu depth and I solved it.
- This reply was modified 4 years, 5 months ago by lillan Backa. Reason: spelling
- This reply was modified 4 years, 5 months ago by lillan Backa.
- This reply was modified 4 years, 5 months ago by lillan Backa.
?? That’s why you (probably) haven’t change your css/markup. Sometimes I use following code and makes a fullwidth template to the post and pages files, except my home/index/front where i keep “get_sidebar” and the default page.
///////////////////////////////////////////////////////////////////////////////// //disable all widget areas function disable_all_widgets($sidebars_widgets) { if (is_home()) $sidebars_widgets = array(false); return $sidebars_widgets; } add_filter('sidebars_widgets', 'disable_all_widgets');
- This reply was modified 4 years, 10 months ago by lillan Backa.
- This reply was modified 4 years, 10 months ago by lillan Backa.
- This reply was modified 4 years, 10 months ago by lillan Backa.
Forum: Themes and Templates
In reply to: [Twenty Sixteen] Sub-menus of main pages are not shownAnd what was the setting? I have the same problem, sub menus doesn’t work, just flickering.
Hi, oh yes, I will give it a try – seems to be a nice theme ?? I’ll be back with a review as soon I can.
Kindly Lillan
- This reply was modified 5 years ago by lillan Backa.
Hi, I’m using a child theme to 2015 (heavily modified and under construction) with wp standard codes, and sure, it could be a style collision, of course, however it have never happend to me before but this can be the first time. I gonna check it ?? Tnx for answer.
Kindly/Lillan- This reply was modified 5 years ago by lillan Backa.
edit/ now I have tried some more blocks and they got problems with animation. They work at first but later it seems to be the animation who makes them blank. I guess it must be something with them because I can make other layouts animated.
edit2/ Now they don’t work with animation at all. But on the other hand, they work as the are intended so I have to be satisfied. ??
Hi, it is 2 column feature hero. I made a print, but now I see I can’t upload it.
Kindly Lillan
- This reply was modified 5 years ago by lillan Backa.
- This reply was modified 5 years ago by lillan Backa.
I recognized an other bug or something like it, if you scroll down to read and then go back to the top, the layout sometimes flicker and sometimes disappears. It is very strange. I don’t know if it’s a certain layout specific issue so I’m gonna try with an other layout to see what happens.
- This reply was modified 5 years ago by lillan Backa.
Tnx for answer, and please do let me know if you comes up with an answer ??
oki, tnx for answer ??
I’ll give it second try, just wonder if I have to be worried with every new wp update? My other blocks plugin were stable but this crashed my site layout.
Hi, as I can understand you will have your menu at the top and the feature image below? First, if you don’t have a child theme all your customizing will disappear with every new up date: So, this is the code to move your menu at the top. Put it in the themes css section in the customizer and save if you don’t have a child theme.
@media screen and (min-width: 48em){ .home .navigation-top { top: 0; bottom:auto; } }
God Luck!
- This reply was modified 5 years, 5 months ago by lillan Backa.
I come up with a new question. I’m using Theme Sniffer and when this checked (WPThemeReview: Ruleset for WordPress theme review requirements (Required) ) it alert one problem. WordPress own code generate an error:
<p class="site-description"><?php echo $description; ?></p>
“WARNING All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found ‘$description’.”
I have tried some solutions but with no success. What to do?
Hi Joy, I haven’t been in Slack, perhaps I should, I am a member since 2008 =)
1) Good to know it could be 2 text domains. Nope I don’t uses the parents text domain.
2) When you check child theme it says you should not use a template version number. However, I’m gonna use it anyway.
3)….
4) I have looked how other have done, and their themes fails in the theme check plugin, yet you can find them in the repository, that’s why I asked if there was a significant difference when you upload a child theme.
Well, thanks for answer me, you “cleared” it up a little bit =) I hope you’ll have a nice friday evening.
- This reply was modified 5 years, 6 months ago by lillan Backa.
- This reply was modified 5 years, 6 months ago by lillan Backa.
Thanks =)
It is the gradient area in site-branding. You can get rid of everything it with this:
.custom-header-media:before {
/* Permalink – use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.3+75 */
background:transparent!important;
}But take a look at your code:
.site-header {
background-color:RED
!important;
}Change the background-color i.e. use rgb instead if you want a red background-color, but you will still have a red line because of this:
.navigation-top {
border-top: 1PX SOLID RED
!important;}Set it to zero (0).
- This reply was modified 5 years, 8 months ago by lillan Backa.
- This reply was modified 5 years, 8 months ago by lillan Backa.
- This reply was modified 5 years, 8 months ago by lillan Backa.
- This reply was modified 5 years, 8 months ago by lillan Backa.
- This reply was modified 5 years, 8 months ago by lillan Backa.