Emayenvyi

Forum Replies Created

list of topics you have created till now.

  • Emayenvyi
    Participant

    Hi Serkan,

    Any update on this?

    Emayenvyi
    Participant

    Hi Serkan,

    I think you misunderstood my question, or I’m misunderstanding your instructions.

    Let me explain the issue a different way:

    When I write a new post, I’ll select a category for that post. Then I’ll publish it as a sticky post so that the featured image appears in the slider on the home page. The category appears in the ribbon above the post title in the slider. My categories are “Keep Him”, “Date Him”, “Meet Him”, and “Mind Over Money”.

    When I write a new post and select 2 categories for the post, the one I set as the primary category does not appear above the post title in the slider. I’m trying to understand how I can control which category appears in the slider on the featured image of the post if multiple categories are selected.

    I tried to unpublish the post, remove the categories, republish the post, unpublish the post, add categories in a different order. It doesn’t work.

    I’m not concerned about the order in which the featured images or posts appear in the slider. I’m concerned with which category tag appears on featured images.

    Thanks!

    Emayenvyi
    Participant

    I tried removing the sticky post removed the categories, updated the post (re-published it). Then I re-added one category and made it a sticky post, hit update. It did not update the category tag in the slider.

    Is there something else I can try?

    Emayenvyi
    Participant

    Thank you!! That worked :)

    Emayenvyi
    Participant

    Hi Serkan,

    I had the same issue with the screenshot in the originating post in this thread. I don’t want the image background in the footer. I put the custom css code into appearance>customize>custom css and it didn’t change anything. What am I missing?

    Also, Is there any way to make the fields in the subscription form in the footer white and the text “Your First Name” and “Your email address” grey?

    My site is http://www.executivearmcandy.com

    Emayenvyi
    Participant

    That did not solve the issue.

    What’s next?

    Emayenvyi
    Participant

    I deactivated all of my plugins and refreshed my site. The extra space above the menu is still there. The only plugins I have are the ones that came with the theme installation. I didn’t install any extra plugins.

    What would you like me to try next?

    Emayenvyi
    Participant

    Thanks, that worked!

    Emayenvyi
    Participant

    I already tried to add the code below to the Custom CSS box and it didn’t solve the problem.

    @media screen and (min-width: 992px) { .site {
    margin-top: 20px; margin-bottom: 20px; } }
    Please go to appearance > customize > custom css box.
    Thanks

    Emayenvyi
    Participant

    I didn’t play with the code.

    In your initial response, you told me to remove a bit of code and told me where to go to do that. I responded saying there is no option to remove code at that location. The other topic you pointed me to only speaks about adding code, not removing it.

    Could you please clarify where I should remove the code from your message below:

    Serkan wrote:
    Hi,
    You have unnesccessary custom css code in the custom css code box. You should remove it.

    @media screen and (min-width: 992px) { .site {
    margin-top: 20px; margin-bottom: 20px; } }
    Please go to appearance > customize > custom css box.
    Thanks

    This is starting to get frustrating.

    Emayenvyi
    Participant

    Serkan,

    I wet to the Editor and found the following code, but did not see the piece of code you asked me to remove. Again, is there another fix for this issue or did I miss the code you asked me to remove?

    /*
    Theme Name: TheBlogger
    Theme URI: http://themeforest.net/user/pixelwars/portfolio
    Author: Pixelwars
    Author URI: http://themeforest.net/user/pixelwars
    Description: Responsive WordPress theme.
    Version: 1.7.1
    License: ThemeForest License
    License URI: http://themeforest.net/licenses
    Tags: blog
    Text Domain: theblogger
    Domain Path: /languages
    */

    /*
    Do not remove any of the commented text above as it is used by the theme for proper function!
    */

    /* CONTENT ALIGNMENT STYLE */
    .aligncenter,
    .alignnone,
    .alignright,
    .alignleft {
    display: block; margin: 1.6em auto; clear: both;
    }
    .aligncenter:first-child,
    .alignnone:first-child,
    .alignright:first-child,
    .alignleft:first-child {
    margin-top: 0;
    }
    .wp-caption {
    margin-bottom: 1.6em; max-width: 100%;
    }
    .wp-caption img[class*=”wp-image-“] {
    display: block; margin: 0;
    }
    .wp-caption-text {
    color: #aaa; font-size: 11px; letter-spacing: .04em; padding: 0.8em 0 0;
    }
    .aligncenter .wp-caption-text {
    text-align: center;
    }

    /* TABLETS */
    @media screen and (min-width: 768px) {
    .alignnone {
    margin: 3em 0;
    }
    .aligncenter {
    margin: 2em auto;
    }
    .alignright {
    float:right; margin: 12px 0 28px 34px;
    }
    .alignleft {
    float: left; margin: 12px 34px 28px 0;
    }
    .alignright,
    .alignleft {
    max-width: 50%;
    }
    .alignright .wp-caption-text,
    .alignleft .wp-caption-text {
    max-width: 230px;
    }
    }
    /* DESKTOPS MEDIUM */
    @media screen and (min-width: 1400px) {
    .is-post-media-overflow .layout-fixed .aligncenter:not(.full),
    .is-post-media-overflow .layout-fixed .media-wrap,
    .is-post-media-overflow .layout-fixed .owl-carousel,
    .is-post-media-overflow .layout-fixed .gallery {
    max-width: 166%; width: 166%; margin-left: -33%;
    }
    .is-post-media-overflow .layout-fixed .alignright,
    .is-post-media-overflow .layout-fixed .alignleft {
    max-width: 66%;
    }
    .is-post-media-overflow .layout-fixed .alignright {
    margin-right: -33%;
    }
    .is-post-media-overflow .layout-fixed .alignleft {
    margin-left: -33%;
    }
    }

    Emayenvyi
    Participant

    Hi Serkan,

    Thanks for the info, but I am brand new to website building so I don’t know how to code or what to do with the one you provided. I went to Mailchimp for WP > Forms and added that to the custom CSS box, but the code just ended up appearing within the subscribe box on my website. Perhaps I entered it on the wrong line?

    Could you please provide additional direction?

    I currently have this code in the custom CSS box on that page:

    <p>
    <label>Get on the list, girl! </label>
    </p>
    <p>
    <label>Plus get exclusive access to our private Facebook Group!</label>
    </p>
    <p>
    <input type=”email” name=”EMAIL” placeholder=”Your email address” required />
    </p>

    <p>
    <input type=”submit” value=”Sign up” />
    </p>

    Emayenvyi
    Participant

    Hi Serkan,

    Thanks for the info, but that doesn’t work. When I go to that area, there’s a blank box that gives me the option of adding code – no option to remove code as code is not displayed.

    Is there another option to fix this issue?

    Thanks!

    Emayenvyi
    Participant

    How do I get rid of the blue and red dash lines around the subscribe box in the sidebar? How can I make it a solid line and change the colour?

Viewing 14 posts - 1 through 14 (of 14 total)