-
Author
-
April 1, 2016 at 15:19 #114078lauradelaatParticipant
Hi guys,
There seems to be a few issues after I’ve updated the website Jezzhappiness.nl
1. There is a white space in the background of the header.
The settings are so that the header is transparent and background picture of the page is showing behind the header.2. The space between the content of the page and the header is bigger then before.
3. Some pages I use 3/4 + 1/4 column but now the content of the last column dropped down.
Can you help me to fix this?
Thanks.
Regards,
LauraAttachments:
You must be logged in to view attached files.April 4, 2016 at 19:59 #114493LauraModeratorHello, sorry for the delay, can you share admin credentials so i can check it out? ๐
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happyย to help you ๐
April 7, 2016 at 14:04 #115036lauradelaatParticipantHi Laura,
Would it be possible to get back at this soon?
I don’t want to push, but I have a few important things I really need to launch because of the start of my new yoga lessons and I can’t/won’t change the website before this is fixed. To keep it straight ๐
Please let me know.
Kind regards,
Laura
April 11, 2016 at 14:38 #115622LauraModeratorHello, for the first issue, your header didnt had a background, add this to style.css of child theme to add it ๐
COPY CODEdiv#header { background-image: url("http://jezzhappiness.nl/wp-content/uploads/2015/12/Websiteachtergrond.jpg"); background-repeat: repeat-x; background-size: cover; background-attachment: fixed; background-position: center top; }
( you could also do this at styling options of the theme )
For the column, is because you didnt add a background, use this
COPY CODE.kleo_text_column { background-image: url("http://jezzhappiness.nl/wp-content/uploads/2015/12/Websiteachtergrond.jpg"); background-repeat: repeat-x; background-size: cover; background-attachment: fixed; background-position: center top; }
Let me know ๐
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happyย to help you ๐
April 12, 2016 at 11:02 #115906lauradelaatParticipantHi Laura,
Thanks for your reply.
I’ve set the background of the header from transparent to the picture and it works!
Only, I think that wasn’t the source of the issue because before it was doing fine the other way and the gap is not fixed.I’ve tried the coding for the column and that doesn’t change. Also here, it was working fine without a background before so I assume the solution is a bit more technical?
To test it out, I’ve made an new page:
http://jezzhappiness.nl/jezz-test/Now the left column is dropped down. No special settings.
The same happened when I made a new portfolio item yesterday:
http://jezzhappiness.nl/portfolio/elite-model-look-2015/Hope we can fix this.
April 14, 2016 at 18:02 #116630lauradelaatParticipantHi Laura,
I’ve done the update to 4.0.5
The issues are still there.Is there a chance we can solve this in a short notice?
There is promotion I really have to start but need to wait for this problem to be solved…Hope so.
Best regards,
Laura
April 16, 2016 at 11:48 #117001lauradelaatParticipantCan you please enlighten me as soon as possible on what is going on?
Is this taking so long because of technical complications? Are you too busy? Am I on a waiting list?
The first notice I gave for this problem was three weeks ago. As you might understand this is starting to feel really frustrating and I’m not happy with this situation. I can’t make any moves at the moment, I will spare you the rest of the details on the side effects this is having. But every day I wait is costing me money…
Looking forward to a reaction.
Best regards,
Laura
April 18, 2016 at 19:44 #117390LauraModeratorHello, i am sorry for the delay, will assign the ticket to a higher support level who can help and advise you in your query.
Thanks! ๐Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happyย to help you ๐
April 21, 2016 at 12:21 #118128lauradelaatParticipantThanks.
Do you have any idea when this is going to be fixed?
It’s starting to be a burning issue, every day I wait for response with the solution.
April 21, 2016 at 18:12 #118198RaduModeratorHi Lauradelaat,
Sorry for the slow time processing…….
From what i see the main difference before and after update is header background white ?
For a better understanding let’s summarize your problems by catalogate your issues by points, please tell me in few words about every issue.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 21, 2016 at 20:23 #118252lauradelaatParticipantHi Radu,
Here you find the issues listed.
1. There is a white space in the background of the header. ISSUE is FIXED
2. The space between the content of the page and the header is bigger then before.
(see printscreen before 2 and after 2)3. Some pages has a 3/4 + 1/4 column and now the content of the right column dropped down. (see printscreen before 3 and after 3)
4. When I create a new page the content in the left column also drops down.
See this test page and this portfolio itemSo in general, things are spontaneously dropping down after update.
Can you help me to fix this?
Thanks.
Regards,
LauraAttachments:
You must be logged in to view attached files.April 21, 2016 at 20:29 #118259lauradelaatParticipantThe right picture ‘after 2’ was missing.
Attachments:
You must be logged in to view attached files.April 24, 2016 at 21:57 #118676LauraModeratorPlease update the theme to latest version and the afferent plugins, you can check the plugin update status from wp-admin -> appearance -> install plugins.
If this is useless please follow these steps to enable wp debug:
- Connect to your server by FTP
- Look in root directory of your WordPress install and open wp-config.php
- Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE
COPY CODEdefine( 'WP_DEBUG', true );
- After this line add this:
COPY CODEdefine( 'WP_DEBUG_LOG', true );
WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).
Repeat the described actions and then check the debug.log file and let me know what error appears.
If this is useless please try to deactivate additional plugins except Visual Composer, K-elements, BuddyPress, Paid memberships pro and revolution slider.
After you have disabled the plugins try to see if the error persists.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happyย to help you ๐
April 26, 2016 at 12:29 #118968lauradelaatParticipantHi Laura,
Thanks for your reply.
I’m happy to tell that most issues are solved by the first and the last solution you gave.
There is only one thing left now.
Luckily I found the problem, hopefully you can find a solution ๐The last problem:
Big gap between heading/logo and content of the page.Before the update: Top padding first row set -120.
After update: changed in to 120 (so content dropped 240 in compare to before update)Now: top padding set to 0.
Question: Is a minus number in the row settings not possible anymore? What can I do to get the content back up again?
Please see the PDF attached.
Best regards,
Laura
Attachments:
You must be logged in to view attached files.April 29, 2016 at 16:20 #119683LauraModeratorHello, try adding this to style.css of child theme
COPY CODE.kleo-main-header.header-normal { height: 20px; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happyย to help you ๐
May 9, 2016 at 11:18 #120934lauradelaatParticipantPerfect, that works.
In the mean time, the website has moved to a new adres, just so you know ๐
One other thing after update: white background has disappeared on all the pages.
I had set the background in the text block settings, manually on all pages.
Hope there is a trick to get those back?You can see for example this page
And a new challenge:
On my news page I want to use feature News Highlight/Focus, but nothing shows when I set it. Only blank space. I did set the query and tried several options with rows and columns.
I have tried the feature News Highlight/Focus before and then it worked perfectly fine.
Can you tell me if there is something I miss?
See the news pageNow I use portfolio items on my news page but want to change to News items so I can show all kind of things.
Thanks again.
Best regards,
Laura
May 11, 2016 at 00:26 #121249LauraModeratorHello, try adding this to style.css of child theme
COPY CODE.wpb_wrapper { background: white; } .kleo_text_column { background: white; }
If you updated the child theme then your style changes could be lost, if you did, next time do not update child theme
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happyย to help you ๐
May 11, 2016 at 11:08 #121321lauradelaatParticipantHi,
Thanks for your help. Only it is not jet working properly. Now there is also a white background in the back of the text block area with the title of the page. See linkI have tried both half of the code to see if one works on that part, but that doesn’t work and I would like to adjust it page by page ๐
Can you have new look on it? What would you suggest if I add a new text block and want to set a background?
And can you also shine your light on the News highlight feature I mentioned?
Your help is much appreciated, thanks in avance.
Best regards,
Laura
May 13, 2016 at 18:45 #121713LauraModeratorHello, i think the best would be to hire a developer, as right now i can only help you with theme related issues and not custom requests.
I will be here if you need any help ๐Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happyย to help you ๐
May 14, 2016 at 10:43 #121778lauradelaatParticipantHi Laura,
These two questions are about standard features which are not working (anymore).
This had nothing to do with custom request for designing. Please take a serious look it and I would be more then happy to see your positive and constructive reply to this. Or from one of your colleagues.
Thanks again,
best regards,
Laura
May 16, 2016 at 22:21 #121964LauraModeratorHello, will assign the ticket to a higher support level who can help and advise you in your query.
Thanks! ๐Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happyย to help you ๐
May 17, 2016 at 17:47 #122064RaduModeratorHi @Lauradelaat,
Please take a look at this small tutorial you will see how you can set custom background color and custom text color : https://drive.google.com/file/d/0Bxo5b6iHWRMwUHNRMWNHUGlOQmM/view
If i understand correctly here is a small video how you can add news hightilte : https://drive.google.com/file/d/0Bxo5b6iHWRMwMS1oUUlVV3hfVG8/view
Let me know
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 17, 2016 at 18:40 #122079lauradelaatParticipantThanks Radu for your reply.
These ways are known and used to apply background and news highlight. There was no problem in the beginning.
I’ve tried these one more time to see if anything changed. And tried it on a new page to see if it showed maybe there.You can find print screens to show that I’ve tried. And a link to the page were the news highlight is set. It only shows a big gap…
LinkAs instructed by Laura all the plugins are up to date an others who might disturb are inactive for as long we’re trying to figure things out.
Thanks again,
best regards,
Laura
Attachments:
You must be logged in to view attached files.May 18, 2016 at 16:25 #122243RaduModeratorHi,
I say this error on browser console, so the problems are from the theme version, you will have to update theme to 4.0.6 then the additional plugins :
COPY CODEUncaught Error: Syntax error, unrecognized expression: .kleo-main-header .nav > li a[href=#undefined]
There was some incompatibility problems between wp 4.5.1+ and the oldest versions of kleo than 4.0.6 the resolution of this problem is next.
You will have to update theme to 4.0.6 and after most important is to update Visual Composer, K-elements and Revolution Slider from wp-admin -> appearance -> install plugins, press update for these plugins.
We have two methods for update
1. Automatic theme updates:
โ Go to WP admin โ Theme options โ Theme Update
โ Enter Themeforest username and API KEY
โ Save the options
โ Go to WP admin โ Dashboard (link should be like: /wp-admin/update-core.php) and you should see the theme there if there is a new update available
โ Click the checkbox next to it and click to Update themes2. Manually update theme by FTP.
โ Connect to your server.
โ Go to wp-content/themes/ and copy โkleoโ folder to your computer so you have a backup of your old files.
โ Extract kleo.zip that you have downloaded from Themeforest. Make sure the resulting โkleoโ folder has a style.css in it. Delete on your server all files inside wp-content/themes/kleo and then copy all files inside โkleoโ folder to your server in wp-content/themes/kleoImportant note : After you update the theme to latest version 4.0.6 please update the bundled plugins especially Visual Composer, K-elements and Revolutions slider.
https://archived.seventhqueen.com/documentation/kleo#updatesLet me know
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 18, 2016 at 16:58 #122247lauradelaatParticipantHi Radu,
Thanks.
I did the updates, all went well.
News highlight
Query set with posts works fine. But when the query is set with only portfolio items it doesn’t work.
For now that is fine by me, although it might be good to know it’s not jet fully working ๐
Background settings
Unfortunately it’s not working although something has changed, because while refreshing the page you can see at first the site is loading the background and then it disappears again.Hope you can figure out what is the mystery behind this ๐
Best regards,
Laura
May 18, 2016 at 20:18 #122290RaduModeratorHi,
We will check the portfolio problems
Regarding the background settings, it should work.. on what element ? also try also to reproduce that on a new page to test it
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 23, 2016 at 15:33 #122740lauradelaatParticipantMay 23, 2016 at 18:23 #122785RaduModeratorI see, and i’ve figure out what’s going on
If you delete this css from wp-content/themes/kleo-child/style.css ( last css rule ) the css will be applied, then you will be able to add a background for each element you need
COPY CODE.kleo_text_column { background-image: url("http://jezzhappiness.nl/wp-content/uploads/2015/12/Websiteachtergrond.jpg"); background-repeat: repeat-x; background-size: cover; background-attachment: fixed; background-position: center top; }
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 24, 2016 at 14:34 #122894lauradelaatParticipantGreat, that is working. Thanks for all your help and support!
This CSS was given to fix an other problem. That one is gone and I think that is because of the updates.
Finally, all is fixed. Much thanks and appreciation, keep up the good work!
I understand you&colleagues tell people to get a developer to fix certain problems, I think because you guys are so busy. And I understand that for some things you give general codings that apply on the full website.
But, both, I have been told that about three to four times in the last months while these were problems that had to do with the fundamentals.
Please don’t get me wrong, I’m thankful for the help and will pay for the continuation of the support.
But I have background in graphic design so I can help myself quite good and understand when a problem is a fundamental or developer. It took a long time to communicate and fix the problems of two websites, including quite some frustration because of the stagnation and rejective answers I got a few times.I thought it might be helpful to share customer experience, as I know that can be of value.
Thanks a lot anyway, I can go on building now ๐
Warm regards,
cheers,
Laura
May 24, 2016 at 17:49 #122925RaduModeratorHi Laura,
I’m happy that you are ready to go forward with your projects, much success with these !
I understand you exactly and i’m happy that you understand us !
Have a nice and productive week and again, success !
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 24, 2016 at 18:20 #122935RaduModeratorThank you
Best regards
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.