Forum Replies Created

Viewing 15 replies - 31 through 45 (of 54 total)
  • Hello there farmerdonna,

    Can you provide us a URL/Link of the said parent and child, so we can check?

    Oh yes, about that, you’re definitely right. I’ll take a look at it for awhile, cause I never used custom.css.

    For the meantime, if you put those on your custom.css, will it make a difference or not?

    EDIT: If custom.css comes AFTER style.css then I guess it is safe to assume that it will override the style.css of the current theme, just add those, and see if overriding works.

    Have fun!

    Wait, you want your wordpress on the root? to display it on “www.YOURWEBSITE.ext” and not on “www.YOURWEBSITE.ext/wordpress”?

    Then worry no more, using FTP, when you are uploading wordpress on your site, just upload the contents inside the wordpress folder, not the wordpress folder itself, but the inside of it. I don’t know if I explained it well. let’s try again.

    Go on wordpress folder, and upload all the things you see there to your hosting site.

    This may restart you again, so have a backup of your “themes” codes, so you won’t have to do again from scratch. Have fun.

    Hello,

    I really dunno if I can help you, but having noone respond to you makes me eager to help. Anyways, try this:

    <?php global $more;?>
    <?php $my_query = new WP_Query('category_name=mycategory&showposts=1'); ?>
    <?php while ($my_query->have_posts()) : $my_query->the_post(); ?>
    <?php $more = 0;?>
    <a href="<?php the_permalink() ?>" title="<?php the_title(); ?>">
    <?php the_title(); ?></a>
    <?php the_content(' Read more...'); ?>
    <?php endwhile; ?>

    to display the latest post, or if you don’t use excerpts, try this below:

    <?php $my_query = new WP_Query('category_name=mycategory&showposts=1'); ?>
    <?php while ($my_query->have_posts()) : $my_query->the_post(); ?>
    <a href="<?php the_permalink() ?>" title="<?php the_title(); ?>">
    <?php the_title(); ?></a>
    <?php the_content(); ?>
    <?php endwhile; ?>

    Just change “category” name that suits you, or just remove category_name=mycategory& to display post regardless of catergory.

    Have a backup first, cause that’s only a trial and error code, If you want it on your Front Page, I believe is_front_page() can help you.

    Have fun.

    Sorry rdxcsgoid,

    My internet sucks yesterday so I can’t respond faster. Anyways, try this.

    In your code, i really don’t know where to find this, I really don’t use child themes or whatever they are.. but I think you can do this yourself. Search around your codes.. everywhere, especially “style.css” and find this chunk of codes:

    <style type="text/css" media="all" id="siteorigin-panels-grids-wp_head">/* Layout 2 */ #pg-2-0 , #pg-2-2 , #pg-2-3 , #pl-2 .panel-grid-cell .so-panel { margin-bottom:30px } #pg-2-1 { margin-bottom:100px } #pgc-2-3-0 , #pgc-2-3-1 { width:50% } #pg-2-3 .panel-grid-cell , #pg-2-4 .panel-grid-cell { float:left } #pgc-2-4-0 , #pgc-2-4-1 , #pgc-2-4-2 { width:33.333% } #pl-2 .panel-grid-cell .so-panel:last-child { margin-bottom:0 } #pg-2-3 , #pg-2-4 { margin-left:-15px;margin-right:-15px } #pg-2-3 .panel-grid-cell , #pg-2-4 .panel-grid-cell { padding-left:15px;padding-right:15px } @media (max-width:780px){ #pg-2-0 .panel-grid-cell , #pg-2-1 .panel-grid-cell , #pg-2-2 .panel-grid-cell , #pg-2-3 .panel-grid-cell , #pg-2-4 .panel-grid-cell { float:none;width:auto } #pgc-2-3-0 , #pgc-2-4-0 , #pgc-2-4-1 { margin-bottom:30px } #pl-2 .panel-grid { margin-left:0;margin-right:0 } #pl-2 .panel-grid-cell { padding:0 }  } </style>

    if you look at the top of the code, you will see this guy:

    #pg-2-0 , #pg-2-2 , #pg-2-3 , #pl-2 .panel-grid-cell .so-panel { margin-bottom:30px }

    see the 30px on margin-bottom ? make it 0px see what happens..

    Hope that helps.

    Forum: Fixing WordPress
    In reply to: HTML site

    Hello,

    You can either search for another theme in Appearance > Themes on your WordPress Admin Area or you can make your own custom made theme 🙂

    THIS SITE help me make my own theme from scratch. It’s only a basic tutorial, but if you know your work around, you’ll be able to glue up all together.

    Have Fun!

    hello,

    margin-top: 0; ?

    but if you provide atleast your website’s url, we can check it better.

    Have fun!

    Hello,

    If your button isn’t produced via plug-in, then go to Appearance > Editor and then on the right side you will see your theme files, like “single.php index.php footer.php sidebar.php header.php style.css” that style.css, click that and then copy paste that bunch of code to your notepad or whatever text editor you have, or you could just edit it there. Just f3 if you are windows(dunno about the others) or ctrl+f on your notepad(dunno about the others) and search this “.price-button” without the quotes.

    That is all the sign up “div” tag classes. Just change the codes that suits your taste. Since you are aware of how to edit CSS then you can do just fine.

    Have fun !

    Yes my dear.

    <?php if( is_home()){ ?>

    ^ to check if the page is the home page

    <?php if ( is_page(‘About’) || is_page(‘Contact’)){ ?>

    ^ to check whether the page is the “About” page or “Contact” page

    <?php if( is_single()){ ?>

    ^ to check if it’s a single page ( page of each post individually )

    so if you want strawberries you will get strawberries by checking if the page the user is on, is the strawberry page

    if( is_single() && in_category(‘Strawberry’) )

    //do something like changing the banner or image 🙂

    Have a good day

    You can’t login to fix it? Then you need to fix it not via WP-Admin.

    for example, if you are on a hosting site, you have to login there, go to cpanel, file manager or whatever it is. From there, you know what to do right?

    From the root, go to wp-content > themes > YOUR THEME > FILE WHERE YOU PUT THAT EASING SLIDER .. and remove it. Save and Look if you can now login..

    —–

    But of course there’s always a great way.. on your wp-content > themes > YOUR THEME > functions.php .. copy that whole code. Paste it on Notepad, Word or any text editor you have. On Notepad, you can CTRL + G (Edit>Go to) then type the “given line” on the error to you, in this case it’s 328. Even on word or most of the text editors can “go to”. You will see the error.

    Anyways, if you are not familiar with codes (html & php) on the function.php, you can paste the code here, and we’ll fix it for you.. just put it inside the “code” “/code”

    Hello,

    On the WordPress Admin Area, go to “Settings” > “Reading”. There you go..

    The front page is the front page, it is the static one.

    The Post page is the blog style page.

    just pick on the drop down which will be the home page and which will be the post/blog/work page.

    I am on an internet cafe, and I don’t experience any freeze. I can freely scroll up and down when clicking on headers, background, on the sides. Let’s wait for another one on the community and see if this happens to them too, so we will know.

    What template are you using? Is it your own? You need to login first on your wp-admin to edit anything. Just go to http://www.YOURWEBSITE.ext/wp-admin just change that to your website except wp-admin, it will ask you to enter username(it’s on the popup) and password(it’s a mathematical question) don’t mix them with your own wordpress account. After that, you can login to your wp-admin using your wordpress account. And your good to go 🙂

    I tried clicking anywhere and everywhere, even links, and there’s nothing wrong, nor freezes.

    Hello, Good Morning

    SoundCloud >> Orange background?

    go to style.css on your Appearance Editor.. search for something like this

    .menu-item-20 or #menu-item-20 ( the . is for class and the # is for the Id of the soundcloud ) either of those will do. Edit: But since I only saw on the style.css this one:

    #dropmenu li a { display: block; line-height: 30px; background: #000; background: rgba(0,0,0,.85); color: #fff; font-size: 9px; padding: 0 12px; text-transform: uppercase; margin: 0; letter-spacing: .7px;}

    let’s just make our own css for the soundcloud. Add on your style.css something like this:

    .menu-item-20 a{
    background: #COLOR-ORANGE-HERE; /* insert here the orange hex color */
    color: #FFF; /* this is the hex color white */
    }

    On the code above, the background color should be change to orange. Go here WARM COLOR and choose the orange shade you want. Just copy its HEX color code. Don’t forget the “#”.

    Now for the Beatport. Just do the same as I do on the Soundcloud only this time, change it to

    .menu-item-19

    And you should be good to go.

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