lillan Backa
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Seventeen] functions.php has changedMake a total scanning of the whole installation! It seems you have had some kind of an injection. Check all plugins so they are up to date. Google the new codes in the functions.php, maybe you can get some help if someone have had the same problem =)
Check your site-branding css, it seems you have a 75px margin-bottom.
Try this
.site-header {
background-color:your choice;
}- This reply was modified 6 years ago by lillan Backa.
Read the article “Building a Scrollable One-page Website” at https://kinsta.com/blog/twenty-seventeen-theme/. I think You will have some use of it. =)
Forum: Themes and Templates
In reply to: [Twenty Seventeen] How to get rid of white margins?Try this.
.wrap {
/* margin-left: auto; */
/* margin-right: auto; */
max-width: 100%;
/* padding-left: 2em; */
/* padding-right: 2em; */
}
@media screen and (min-width: 61.5625em) {
.page-two-column .panel-content .entry-content {
.wrap {
max-width: 100%;
/* padding-left: 3em; */
/* padding-right: 3em; */
}
}
.page.page-one-column:not(.twentyseventeen-front-page) #primary {
/*margin-left: auto;*/
/*margin-right: auto;*/
max-width: 100%;
}@media screen and (min-width: 30em) {
.page-one-column .panel-content .wrap
{
max-width: 100%;
}
}- This reply was modified 6 years, 1 month ago by lillan Backa.
Forum: Plugins
In reply to: [eCards Lite] Error after upgrade to 4.1Plugin doesn’t work after the latest upgrade. I had to degrade.
I made a subdomain and I calling each site so it look like this sub.domain.com/theme/
If you want different content you need to have a MU, otherwise you will have one installation with many themes whose got the same content. I recommend MU =)Or…you can make a sub directory.
- This reply was modified 8 years, 1 month ago by lillan Backa.
- This reply was modified 8 years, 1 month ago by lillan Backa.
- This reply was modified 8 years, 1 month ago by lillan Backa.
Hi, I mean following; when you are going to select the page you want to be the Demo Page you have to chose one from the settings link. That page is the “index page” for the Plugin Theme Demo Page. I’m looking for a way to have a page that don’t show the latest theme by default, I want to have a landing page, my own, and I don’t want to show a theme on it, by default. Now it always shows the latest theme.
In other words, is it possible to use the top demo switcher with a page that not shows themes by default in the select mode? As You see on the pic, i haven’t chose any theme yet but it shows the latest.
- This reply was modified 8 years, 2 months ago by lillan Backa.
I have a multisite install and i chose each page url to be selected in “add site”. It works for me.
Forum: Fixing WordPress
In reply to: Disabling wpautop from Twenty SixteenTry this in your functions file
remove_filter( ‘the_content’, ‘wpautop’ );
Forum: Reviews
In reply to: [Recipe Card] Buggy, steals our recipesAnd then it failed. Forget what i wrote ??
Forum: Reviews
In reply to: [Recipe Card] Buggy, steals our recipesEdit/ print button and so on stopped function so i put this in my master style sheet: .blog-yumprint-recipe .blog-yumprint-header {display:none!important}
Forum: Reviews
In reply to: [Recipe Card] Buggy, steals our recipesok, i did this and it still working *knock on wood*
Comment out line 28. 29. 30, and 31 in yumprint-recipe.php
Now open ALL your js-files and erase everything between following: (function() AND {ANIMATION_TIME=200 etc etcLike so >>
var DEBUG=!1,HOST=DEBUG?”https://test.yumprint.com”:”https://yumprint.com”,SECURE_HOST=DEBUG?”https://test.yumprint.com”:”https://yumprint.com”,API_HOST=DEBUG?”https://testapi.yumprint.com”:”https://api.yumprint.com”,SECURE_API_HOST=DEBUG?”https://testapi.yumprint.com”:”https://api.yumprint.com”,
Leave the bracket but erase the comma just before ANIMATION etc etc…
Good Luck (to both of us) =)
unsquare, a BIG thank you. This is exactly what i have been searching for =)
Forum: Themes and Templates
In reply to: How testing Child Themes before uploadsolved