Search Results for 'child theme'

Home Forums Search Search Results for 'child theme'

Viewing 15 results - 211 through 225 (of 360 total)
  • Author
    Search Results
  • #55095
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    Hi,

    Sorry for delayed response as yesterday WordPress 4.7 was released and we had to update a few themes. Now for this theme there is no need for a child theme as you can place your Custom CSS in appearance>theme options>basic settings>Custom CSS box.

    No need for a child theme to be added. You can add additional templates into this current theme itself because update of a theme does not overwrite custom templates which you create on your own.

    Hope this answers your query.

    Regards,
    Brad

    #55020
    kristiferkristifer
    Member
    Member since: December 6, 2016

    Can you please explain this further? i am using a child theme and getting lots of problems. What if i want to edit more than just the css? Can you please explain child themeing further?

    #54909
    kristiferkristifer
    Member
    Member since: December 6, 2016

    Hello, we have just bought this theme. We are trying to create a child theme like usual. When we activate the child theme it totally breaks the website. Most of the javascript doesn’t work and the layout get misaligned.

    I have read elsewhere on this forum that the answer is to use the css editor built into the UI. But what if we want to go deeper? We need to make custom post types and we need to modify templates. Can you explain please how child-theming works for this theme?

    #54622
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31263
    • Total: 31263
    Member since: August 16, 2013

    Hi Andras,

    Kindly use Custom CSS box and not child theme as options panel isn’t compatible with child theme.

    Regards,
    Dave

    #54576
    AndrásAndrás
    Member
    Member since: December 1, 2016

    Hi, could you help me in creating child theme for this theme? I would be very happy. Thanks.

    Knox GarmanyKnox Garmany
    Participant
    Member since: March 23, 2015

    I am created a child theme referencing bizness pro theme. When I choose to customize the theme the Basic and Header sections hold my changes. However, once I get to the Front Page & Footer sections I can edit and see my changes in the preview window but upon saving they do not change on my site. Same thing for footer data that has changed except that I edit and change tabs from text to visual to save and nothing appears and once saved nothing appears in the text box and nothing is updated on live site.

    #54245
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31263
    • Total: 31263
    Member since: August 16, 2013

    Hi Helen,

    Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code there:

    .one_fourth:nth-child(1){background:#000000;}
    .one_fourth:nth-child(2){background:#fff000;}
    .one_fourth:nth-child(3){background:#000000;}
    .one_fourth:nth-child(4){background:#fff000;}
    h3.tagline{display:none;}

    Regards,
    Dave

    #51869

    In reply to: Parallax me – Team

    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31263
    • Total: 31263
    Member since: August 16, 2013

    Hi Helmuth,

    Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:

    Add this code there:

    .team-columns:nth-child(2) { margin-left:19%;}

    @media screen and (max-width:767px) {
    .team-columns:nth-child(2) { margin-left:0;}
    }

    Regards,
    Brad

    #51371
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    Hi Mary,

    Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:

    Add this code there:

    .team-col:nth-child(1) { margin-left:25%;}
    .social-icons a { display:inline-table; float:none;}

    @media screen and (max-width:767px) {
    .team-col:nth-child(1) { margin-left:0;}
    }

    @media screen and (max-width:1023px) and (min-width:768px) {
    .team-col:nth-child(1) { margin-left:0;}
    }

    Regards,
    Shri

    #49505
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    HI Hans,

    That is called layout change. Well we can’t have layout change for all themes as they are for all separate purposes developed.

    Will try to implement this feature in our new theme Perfect which is due to launch next month and will have 50+ child themes with it.

    Hope that will satisfy your request.

    Regards,
    Shri

    #49504
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    HI Hans,

    That is called layout change. Well we can’t have layout change for all themes as they are for all separate purposes developed.

    Will try to implement this feature in our new theme Perfect which is due to launch next month and will have 50+ child themes with it.

    Hope that will satisfy your request.

    Regards,
    Shri

    #49334
    Devin CappsDevin Capps
    Member
    Member since: April 21, 2016

    SKT Construction Pro comes with a home page gallery. That gallery loads original images as thumbnails, which are too big and slow down page load. For example, in the gallery section on the home page, the images display at like 300×200, yet the theme calls the full-sized images to fill these spots (in my case, the images are HUGE: 3000×2000). So basically, the site is serving 12 massive images in spaces where their medium or even small thumbs will do, and it slows the page down.

    I had previously queried this topic here: https://www.sktthemes.org/forums/topic/construction-theme-yuge-images-vs-thumbnails/#post-35831

    But response is not what I am looking for: “Simple solution to this is when you set up an image as a featured image you are given option of size i.e. large, small, thumbnail or medium. Kindly select medium size to solve this problem.”

    The problem with the simple solution is this: Let’s say I resize images down to 300×200 for example… That will work to speed up the page load, but when a user clicks on those 350px wide gallery images, they only get a 300×200 lightbox image that comes up.

    The ideal solution, for me, would be to modify the script in a child theme so that the gallery displays the medium thumbnails, but links to the original, larger image. If you could direct me to where the gallery script calls the images for home page display and I can change the img src to medium and the href link to the larger image.

    Which theme files would I find that script in?

    #48744
    Devin CappsDevin Capps
    Member
    • Topics: 7
    • Replies: 9
    • Total: 16
    Member since: April 21, 2016

    The problem with the simple solution is this: Let’s say I resize images down to 350px wide for example… That will work to speed up the page load, but when a user clicks on those 350px wide gallery images, they only get a 350px wide lightbox image that comes up.

    The ideal solution, for me, would be to modify the script in a child theme so that the gallery displays the medium thumbnails, but links to the original, larger image. If you could direct me to where the gallery script calls the images for home page display and I can change the img src to medium and the href link to the larger image.

    Which theme files would I find that script in?

    #48639
    Vanessa GómezVanessa Gómez
    Participant
    Member since: July 4, 2016

    Hi,
    I have some questions about Political candidate theme.
    web url: http://www.souldpark.es

    1) How I can reduce the vertical space between menu items in the sidebar?
    I tried the following code in style.css of the child theme:
    #sidebar ul li a {line-height: 16px!important;}
    but it does not work.

    2) In the Blog entries date appears in the format “j F, Y” and I want that appears in the format “d/m/Y” in all languajes. How can I fix this?

    Thank you very much for your help.

    Best regards,
    Vanessa

    #47949
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:

    Add this code there:

    .teammember-list { width:25.80%;}
    .teammember-list:nth-child(2) { width:42%;}

    Regards,
    Shri

Viewing 15 results - 211 through 225 (of 360 total)