Search Results for 'child theme'

Home Forums Search Search Results for 'child theme'

Viewing 15 results - 61 through 75 (of 360 total)
  • Author
    Search Results
  • #126596
    Muhammad FarhadMuhammad Farhad
    Participant
    • 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.

    #126334
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 31201
    • Total: 31201
    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

    #125065
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 31201
    • Total: 31201
    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

    #125011
    horacek.goranhoracek.goran
    Participant
    • 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! 🙂

    #124407
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 31201
    • Total: 31201
    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

    #120472
    tonychetonyche
    Participant
    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?

    #120273

    In reply to: Strong Pro Theme

    megha.bhagatmegha.bhagat
    Participant
    • 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

    #119582
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 31201
    • Total: 31201
    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

    #119045
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 31201
    • Total: 31201
    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

    #118298
    maxime.cayermaxime.cayer
    Member
    Member since: March 1, 2019

    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.

    #117913

    Topic: PAINTING

    in forum All Other Themes
    Fay DixonFay Dixon
    Participant
    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

    #116647
    danoftcodanoftco
    Participant
    Member since: February 3, 2019

    <Rant> This post is probably a waste of time as none of my issues have been resolved yet </Rant>

    The header on my home page covers up several of the side bar selections such as “search” and topics.
    This can be seen at https://metalflakegreen.com/

    The header on child pages has a large “Grey” box under the header.
    This can be seen at https://metalflakegreen.com/bandnames/

    What is going on? How can this be fixed?

    #116609
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 31201
    • Total: 31201
    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

    #116602
    eljay09eljay09
    Participant
    • 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.

    #116542
    eljay09eljay09
    Participant
    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.

Viewing 15 results - 61 through 75 (of 360 total)