Forum Replies Created

Viewing 15 replies - 1 through 15 (of 38 total)
  • Thread Starter Placid Rodrigues

    (@placidrod)

    Hi Sunny,

    Thanks so much for checking and response. I have cleared cache of firefox and ie11 and tested again. But none of the browsers are displaying the font correctly. I am on Windows 8.1. Can that be a problem?

    Thanks
    Shuman

    Thread Starter Placid Rodrigues

    (@placidrod)

    Thank you. The problem is resolved.

    Can you please tell me how shall I understand that my page is fully published?And do I need to change the URL at that time?

    Thanks again.
    Placid

    Hi faygh2013,

    Your path seems Ok to me. Do you have other php websites in your htdocs folder? Do they work?

    I think it will be easier for you to get help if you share the exact steps you took to setup your wordpress site and what did you do to solve the issue.

    Placid

    Hi Andrew,

    You have suggested Custom CSS Manager Plugin. Can it be used as a substitute for child theme functionality? Please suggest.

    Hi swarnock89,
    Please stop now before editing anything further in your theme’s CSS. Please go for either of the ways that Andrew suggested. You are creating a nice website and it should go great!! If you are not comfortable with using the plugin as suggested, you can create a child theme very easily in ten to fifteen minutes. Just search for it. Remember, before you implement it – 1) save your modifications somewhere and 2) delete and freshly install the Twenty Ten theme itself (since you are using it now).

    Best wishes !!
    Placid

    Hi again Void5150,

    You can use browser inspector to find out what you need to change and add those styles in the style.css of your child theme.

    Hope that helps!!
    Placid

    Hi Void5150,

    Just to make sure you are on the right way…

    You may be purposefully trying to modify CSS of the theme. But if your goal is just to modify the style your site, please create a child theme first and insert all modification CSS codes there.

    Best wishes !!
    Placid

    Hi zacharski,

    I have been analyzing your site. Beautiful photos by the way.

    I didn’t find the customization you are talking about. And also, why aren’t you using any units for your margin?

    Ok, here’s what I’ve got:

    If you want your images and all your their related text to be centered, here’s what need to do:

    .site-content article {
        text-align: center;
    }

    If you want only images and the image names to be centered, the following should work:

    .wp-image-borders img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    To keep the other link’s under the images left-aligned but with some space to the left, you include do the following:

    footer.entry-meta {
        margin-left: 30px; /* Change the value as necessary */
    }

    Hope the helps !!
    Placid

    Hi,

    If you are talking about the date tags that are showing on your website and if you want to only hide them from viewer of the sites, you can do the following:

    Insert the following code at the end of all codes in your child-theme’s style.css:

    .entry-date {
    display: none;
    }

    It will hide these tags from the view. But if anyone views the html, they can see what’s in there.

    Hope that helps !!
    Placid

    Hi Ian,

    Does the theme you want to use is available online, I mean can you get it again if you delete it now? If yes, I think you can try this:

    1. Please activate any default theme (Twenty Twelve, Twenty Thirteen, Twenty Fourteen, etc.)
    2. With your FTP, go into your wp-content > themes folder. Copy the folder of the theme you want to use later and paste it somewhere in your computer. Then delete those files from your server.
    3. Refresh your admin panel themes page and see if the theme you want is showing in this page and it is showing as broken. I don’t think it will. In that case, simply Add that theme again.

    Hope that helps.

    Best wishes !!
    Placid

    Hi jpartin1976,

    In the site you mentioned, the widths are as follows:
    Logo image on the left = 398px
    Adsense Banner size = 728px
    Total = 1126px

    So, the two elements fit in the total width of the site-content of 1140px.

    But that’s not the case in your site, total widths of the logo image + adsense banner ad exceeds the total width of the site.

    So, you either have to use a smaller banner with “468 x 60” or you need to follow the directions I previously advised.

    To save yourself from future pain, you should learn how to create a child theme. If you choose not to do so at this moment, follow these steps:
    1. In your dashboard, make sure your theme is selected
    2. Click on Editor under Appearance
    3. Make sure you see Stylesheet under the Edit Themes heading. Scroll down to the end of the codes you see and paste the code I gave you in the previous topic.
    4. Save it. Open your website and refresh.

    This should work.

    Best wishes !!
    Placid

    Forum: Installing WordPress
    In reply to: Header Image

    Hi kammike,

    I checked both the sites and saw that you are using Twenty Fourteen theme in your WordPress.com site and MH Magazine lite in your ww.wp.xz.cn site.

    Ok, view the image in the following link to make sure you want this:

    http://postimg.org/image/6tj9aekz9/

    If so, try this in your ww.wp.xz.cn admin:
    1. Make sure the MH Magazine lite theme is active.
    2. Under Appearance, click on Header and upload your image. Save the changes.
    3. View your site. If the image does not appear, try hard refreshing the site (CTRL+F5 on windows/ Command+R on Mac).

    Hope that helps !!

    Best wishes,
    Placid

    Hi jpartin1976,

    First of all, please see the image shown in the link to make sure you want to achieve something like this:

    http://postimg.org/image/qubzg0t13/

    Second, please mention which theme you are using. If you are using a theme that you be updated later, you must use a child theme to retain your modifications.

    Best of luck,
    Placid

    Forum: Installing WordPress
    In reply to: Header Image

    Hi kammike,

    Which theme you are using? Can you share your website url here. Its easier to get help that way.

    Best wishes !!
    Placid

    Hi jpartin1976,

    Insert the following code in your child theme’s stylesheet:

    #title-area {
      height: 150px;
      width: 970px;
    }
    
    #header .widget-area {
      float: right;
      padding: 15px 0;
      width: 945px;
    }

    Also, reduce the size of the Google search input to around 45 to make it squeeze into the page.

    Another thing, I noticed you are using an image background “3am_bg_61.png” which is more 2MB in size. It is making your site slow. My advice would be to reduce the size using any image editor and also convert it to JPG format.

    Hope that helps !!

    Placid

    Hi sociomenace1,

    Great to know that you could solve the problem.
    Since the issue is solved, please mark it as “Resolved”.

    Best wishes !!
    Placid

Viewing 15 replies - 1 through 15 (of 38 total)