Forum Replies Created

Viewing 15 replies - 31 through 45 (of 130 total)
  • You can access the actual file through your Ftp and delete the line of code you changed to get it back up and running if that’s the way you want to go.

    Hi there Aga
    When editing your theme in any way you want to make sure all changes are made in the child theme. If you’d like to find out how to create one you can go here https://codex.www.ads-software.com/Child_Themes

    To fix your problem i would personally go about it one of two ways. You can try and go to the file you were trying to edit through your Ftp and delete your added code and leave it as you found it. Or you can simply re install the theme. When re installing the theme you will lose any changes you have made to theme but it should get it back up and running. The file it seems you were editing according to the error you stated seems to be the functions.php file found in the parker theme of the wp-content folder.

    Hope this helps. If you have any questions feel free to ask.

    Hi there Bware,
    I was taking a look at your site for you and the css you would need is
    #size > option {
    background: grey;
    color: black;
    }

    .input-text {
    color: black;
    }

    You can go ahead and change the colors to your liking. The first part of the code is for the drop down menu and the second bit of code is for the quantity. To guarantee your work isn’t overwritten in your next theme update be sure to install a custom css plugin such as Jetpack OR create a child theme for all your custom css changes. If you don’t know how to create a child theme you can click here https://codex.www.ads-software.com/Child_Themes

    The wordpress codex does a good job explaining step by step in how to create one.

    Hope this helps (^_^).If you have any more questions please feel free to ask.

    Hey there Jim,
    Could you link us to your site so we can take a look at it for you?

    Hi there Amanda,
    Could you provide a link to your site so we can take a look at it for you?

    Hi there Horton,
    I took a look at the css for your site and i’m pretty sure i found what you needed.

    #menu-item-2406 > a {
    margin-left:10px;
    font-size: 125% !important;
    }
    #menu-item-2406 > a:hover{
    color:red !important;

    }

    Simply type the css code into your child theme or css plugin and voila.

    If you wish to make the font bigger or smaller you can mess around with the percentages Or use px. Same thing goes for the color on the hover effect. You can just replace “Red” with the color of your choice.

    If you need help finding that perfect color you can go here https://www.colorpicker.com/

    If you have any more questions feel free to shoot us a message any time.

    Wolfy and Brain (^_^)

    Hey there Harmoney,
    I looked at your site for you and this should fix what you need done.

    .single-post #sidebar {
    display: none;
    }

    Simply put this code into your css editing plugin such as Jetpack or put it into you child theme css. If you need to learn how to make a child theme simply click here https://codex.www.ads-software.com/Child_Themes and youll be setup in no time.

    If you need anything else feel free to ask anytime. Hope this helps

    Hello Watson,
    When making changes to your themes css its best to either make a child theme or install a plugin that allows custom css such as the Jetpack Plugin. If you’d like to learn how to make a child theme(its really very easy) just click here https://codex.www.ads-software.com/Child_Themes

    Making a child theme or installing a plugin guarantees you wont lose your original css code when working on it or by your themes next update.

    And to fix your current predicament simply re install your theme or upload the stylesheet like Stephen said.

    If you need anything else feel free to ask.

    Hi there Schmit,
    I was looking at the link you gave us and i couldn’t find a child theme or a custom css sheet. If you need to change css make sure you use a child theme or a plugin that allows you to change your css such as the JetPack Plugin. Its imperative that you do not change the css in the parent theme or in the next update of your theme your css changes will be overwritten. If youd like to know how to make a child theme just click here

    https://codex.www.ads-software.com/Child_Themes

    www.ads-software.com does a really nice job of explaining how to create a child theme step by step.

    If you wish you can also tell us what you wish to change specificaly on the page. Feel free to message us anytime.

    Gladd it worked iJassar. If you ever need anything feel free to ask.

    Wolfy and Brain @(^_^)@

    Hi there Eddie,
    First of all i have to advise against editing the parent theme directly Try to always stick to editing the child theme. The main reason for this is to prevent your changes being lost when the theme of your choosing is updated.

    Now as for your situation a child version of the functions.php file is a bit different to all other child theme files. Here is a link which will tell you how to make a functions.php file for your child theme. https://codex.www.ads-software.com/Child_Themes

    Simply scroll to the Using functions.php section in the article and it will guide you through a step by step explanation of how to make one.

    Its really very simple. The child functions.php is loaded in addition to the parent functions.php not as an override ,per se, like most child theme files so all you really need is the opening php tag and closing php tag and in between place your code.

    Hope this helps Eddie. If you have any more questions please feel free to ask and we will try our best to answer them for you.

    Woops i got your name wrong iJassar. I apologize for that. Lack of coffee will do that to you @(*_*)@

    Hi there Massar,
    I believe the part you want to reduce is the padding top of the section you are talking about. It was set to 99%.

    h2.header-title {
    padding: 5% 2%;
    }

    Simply install a plugin that allows you to change css such as the Jetpack Plugin or create a child theme. If you don’t know how to make one you can click here https://codex.www.ads-software.com/Child_Themes and wordpress does a good job of explaining how to get it done.

    Once you get yourself setup simply type in the above code i gave you and it should work. Hope this helps. If you have any further questions please feel free to ask.

    Hey there Cmils,
    I apologize for not responding to you sooner. Im glad you found the solution to your situation though. Have a nice night.

    Hi there Pakin,
    I’ve never used your specific theme but i can suggest a plugin for you. I’ve used meteor slides and is my preferred method of creating slideshows for WordPress sites.

    This is a link to the plugin:
    https://www.ads-software.com/plugins/meteor-slides/

    Josh (the author) also has a website providing alot of guidance on how to use the plugin here:

    https://jleuze.com/plugins/meteor-slides/

    Hope this helps. If you have any questions feel free to ask.

Viewing 15 replies - 31 through 45 (of 130 total)