- This topic has 15 replies, 2 voices, and was last updated 6 years, 10 months ago by
Tom.
-
AuthorPosts
-
July 25, 2016 at 6:54 am #212674
jordi
Hello Tom
I need to put outstanding image in the post so that the image appears on the carousel post but do not want the image to appear in the post, as I do?
Thank you
Jordi
July 25, 2016 at 10:39 am #212739Tom
Lead DeveloperLead DeveloperYou could try something like this:
.page-header-image-single { display: none; }
July 25, 2016 at 11:00 am #212762jordi
Hello Tom,
Fantastic
It works as I wanted
I have not updated the theme to the new version I have panic something goes wrong,
regards
July 25, 2016 at 11:01 am #212765Tom
Lead DeveloperLead DeveloperGlad it worked.
I work very hard to make sure updates go smoothly, but it’s always a good idea to take a backup first just for ease of mind 🙂
July 25, 2016 at 11:11 am #212773jordi
Do a good job with the theme Tom,
Every day I make copies of everything, I will update the theme.
a greeting
July 25, 2016 at 11:15 am #212777Tom
Lead DeveloperLead DeveloperThanks 🙂
July 25, 2016 at 12:19 pm #212804jordi
Hello Tom,
I’ve already updated, has disappeared header image, a person helped me I made some changes so that the image of the head is not deformed with changes in zomm browser, when you upgrade l gone header
regards
July 25, 2016 at 12:44 pm #212812jordi
Tom
There are several problems after upgrade
header image has despadecido
I have a signature text in the post, now doubles the text from the blog can not be accessed here to access the post
video
http://www28.zippyshare.com/v/6d51jjT7/file.html
this is tiring
regardsJuly 25, 2016 at 3:19 pm #212855Tom
Lead DeveloperLead DeveloperCan you remind me of the URL to your site so I can take a look?
Do you have a child theme added with custom functions?
July 26, 2016 at 12:41 am #212949jordi
Hello Tom,
clubttheriver.com
If I have a child theme, at first I did not have the child theme and might put some custom function in the main themeThank you
July 26, 2016 at 2:15 am #212970jordi
Hello Tom
I just sent by e-mail the contents of my child theme folder, and the functions and child theme css files
Thank you
Jordi
July 26, 2016 at 8:50 am #213056Tom
Lead DeveloperLead Developermight put some custom function in the main theme
If you put anything in the main theme, updating it would have deleted it.
All functions and CSS should be added using the methods in these articles:
https://generatepress.com/knowledgebase/adding-css/
https://generatepress.com/knowledgebase/adding-php-functions/As for your header, when you go to “Customize > Site Identity” – is a logo uploaded?
I believe the reason you can’t click those post titles is because of this CSS you’ve added somewhere:
.inside-header { position: absolute !important; top: 10px !important; right: 0 !important; left: 0 !important; display: block !important; }
July 26, 2016 at 9:15 am #213090jordi
Hello Tom
For it is not where to fix the problem in Background Images> Header I have placed the image of the head as he had before the upgrade issue, the problem is not visible on the web
.Inside-header {
    position: absolute! important;
    top: 10px! important;
    right: 0! important;
    left: 0! important;
    display: block! important;
}This code was already before the upgrade issue that I did yesterday and there was no problem before the upgrade
Thank you
July 26, 2016 at 9:18 am #213095Tom
Lead DeveloperLead DeveloperThe background image isn’t working because of this custom CSS:
.site-header { background: none !important; }
The blog links aren’t clickable because of the CSS above – if you remove it you’ll see that they’re clickable again.
July 27, 2016 at 10:48 am #213353jordi
Hello Tom
I get not fix anything, I wish I had not upgradedthere any way to return to the previous version and the web the way it was before
Thank you
-
AuthorPosts
- You must be logged in to reply to this topic.