Muhammad FarhadParticipant
- Topics: 1
- Replies: 7
- Total: 8
Member since: June 22, 2019
The second last problem has been resolved (Found another post for a similar issue, that helped). Just need help with the last one now. Don’t hesitate to suggest html code changes, using child theme, so can always roll back any mistakes.
Sonal S SinhaModerator
- Topics: 0
- Replies: 31337
- Total: 31337
Member since: August 16, 2013
Hi,
http://globalfundingnetwork.org/ It is already showing fundraiser theme.
https://savingachild.org/……And second one is on under construction mode. Therefore we are unable to check the issue.
Regards,
Dave
Sonal S SinhaModerator
- Topics: 0
- Replies: 31337
- Total: 31337
Member since: August 16, 2013
Hi,
No changes will be lost but for peace of mind do take a backup of page.php and core-pageheader.php and put it in your child theme folder.
Regards,
Dave
horacek.goranParticipant
- Topics: 7
- Replies: 23
- Total: 30
Member since: June 2, 2018
Thank you! Could you kindly provide me the file you changed or the name of the file in which you made the changes. So I can put it in my child theme folder. So the changes don’t get lost after the theme update.
Thank you in advance! 🙂
Sonal S SinhaModerator
- Topics: 0
- Replies: 31337
- Total: 31337
Member since: August 16, 2013
Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.header-right input[type="submit"], .header-right .column2 i {background: #4a6485 !important;}
.signin_wrap ul li:first-child { border-left: solid 1px #667e9d !important;}
.signin_wrap ul li {border-right: #5c7595 1px solid !important;}
Regards,
Dave
tonycheParticipant
Member since: September 26, 2017
In the CUSTOMIZE->HEADER section, I see “Topbar Left Text 1”, “Topbar Left Text 2”, “Topbar Right Text 1” and “Topbar Right Text 2”. They all currently contain the default information that came with the theme. However, they are not displayed in the header of my website. I think I recall seeing these links on my header initially, but obviously I have turned them off somehow. I just cannot locate where that was done.
I am using Header Type 2 and I have customized head-type2.php in my child theme – I inserted a couple of DIVs to place a slogan and custom styled phone number in my header. I see <div id="topmenu" class="<?php if ('header' == $complete['social_bookmark_pos'] ) { ?> has_bookmark<?php } ?>">
and it looks like ‘social_bookmark_pos’ is where those “Topbar” sections should be pulled in. What am I missing that I cannot show these Topbar sections?
I also assume these Topbar text sections is where I would add my social media icon/links? If so can I use short codes for icon there?
megha.bhagatParticipant
- Topics: 6
- Replies: 50
- Total: 56
Member since: March 2, 2019
Also I wanted to know if you there is child theme available for this theme ?if not can you create one and give
Sonal S SinhaModerator
- Topics: 0
- Replies: 31337
- Total: 31337
Member since: August 16, 2013
Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.donateuser:nth-child(1) {
background: #000;
}
Regards,
Dave
Sonal S SinhaModerator
- Topics: 0
- Replies: 31337
- Total: 31337
Member since: August 16, 2013
Hi,
You did not put this code in the function.php
add_action( 'wp_enqueue_scripts', 'enqueue_child_theme_styles', PHP_INT_MAX);
function enqueue_child_theme_styles() {
wp_enqueue_style( 'parent-style', get_template_directory_uri().'/style.css' );
}
Regards,
Dave
Hi!
I bought the paid version of the Event Planner theme. I install it on my website, and create a child theme using a plugin. Now the result is buggy at best. See here : http://cpe.sicay.co. What could be wrong?
Thanks.
Best.
Fay DixonParticipant
Member since: September 8, 2016
Good day. Im busy with the theme painting(https://www.sktperfectdemo.com/demos/painting/) on the website childtime.co.za
I want to change a few things.
1. Remove the shadow from the text thats on the slider:
2. My footer is supposed to have 3 columns instead of four. The content under Navigation(second column) is in the third column and the content under contact details which is supposed to be the third column isnt showing.
3. Remove the page name on each page that appears at the top under the header image
4. The header size in the inner page to be like 200px. Just to make it smaller please
Thank you so much
Sonal S SinhaModerator
- Topics: 0
- Replies: 31337
- Total: 31337
Member since: August 16, 2013
Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.team_column { width:17.80%}
.box1, .box2 { width:100%; height:242px;}
.team_column:nth-child(5) { margin-right: 0;}
.team_column.last { margin-right:2.60%;}
Regards,
Chris
eljay09Participant
- Topics: 2
- Replies: 2
- Total: 4
Member since: January 22, 2019
Update!
when creating the child theme of Hotel Pro, all changes made inside the template, i.e. Basic Settings, the different Sections as well as the Slider images for the Home page are NOT transferred from the parent theme.
The same goes for Contact Info and Footer.
Conclusion: Doing a child theme is fine, as long as you do it straight from the start and put all your efforts in there.
I hope the SKT guys/gals will take note of this and make changes because now I have to do a lot of extra work.
eljay09Participant
Member since: January 22, 2019
I created a child theme from Hotel Pro (Stay Here), but on “Live Preview” as well as on “Activated” it does NOT show the content from the original theme. When I check Pages I can see all my content is there.
I tried both the “Child Theme Generator” as well as “Child Theme Configuration” plugins.
Is there something in the Parent theme I should deactivate or remove?
Looking forward to any solution.