• Resolved speed2011

    (@speed2011)


    Hi, I have a few questions:

    1. If I make the header color white, the social icons don’t display because they are also white until you hover. How do I change the color of the social icons?

    2. Can I move the Footer callout on Home to above the Portfolio section?

    3. In the Portfolio section, is there a way to get rid of the chain link and magnifier and disable those features?

    4. In the header, how do you left justify the logo?

    5. Is there a way to add search feature or icon in the header?

    6. Can I get rid of the Archive and dates when you display all the blog posts?

    Thanks!

Viewing 11 replies - 1 through 11 (of 11 total)
  • Hii speed2011,

    Firstly create a child theme using a plugin – https://wordpress.org/plugins/orbisius-child-theme-creator/

    Now copy a front-page.php file from parent theme and paste it into a child theme.
    Open the front-page.php file of your child theme and replace the code with the code given in the below link – https://pastebin.com/6ynRi0DG

    paste the below CSS in custom CSS box and save –

    .social i {
        color: #0064a8 !important;
    }
    .enigma_home_portfolio_showcase .enigma_home_portfolio_showcase_icons {
        display: none;
    }
    @media(min-width:1200px){
    .search {
        padding-right: 64px;
    }
    }

    Now open header.php file and replace the code with the code given in the below link – https://pastebin.com/4U3mNzrj

    Please clearly explain issue no. 4 and 6.

    Thanks.

    Thread Starter speed2011

    (@speed2011)

    Thanks so much for the answers. They all worked.

    For question 6: Can I get rid of the Archive and dates when you display all the blog posts?

    What happens here is that on all pages, there is a right column which is labeled “Archives” and underneath it is all the months. Can I get rid of that?

    Hello speed2011,

    paste the below CSS in custom CSS box and save –

    .enigma_sidebar_widget {
        display: none;
    }

    Thanks.

    Thread Starter speed2011

    (@speed2011)

    Thanks, that helped. The Archive is not displaying but it is still taking up the space so the page is not a full page; ie the text does not scroll all the way across like a normal page. It’s like the column is still there but just not visible.

    And for the display of the blog articles:
    1. How do I get rid of the author and comment options?
    2. Can the title of the article display above the picture?
    3. Can the blog listings display just the picture and the title and not the entire article? And the title will still link to the article.

    Thanks!

    Hello speed2011,

    Please give your site URL and screenshot of your issue and let us know which page you want full-width.

    paste the below CSS in Custom CSS box and save –

    li.enigma_post_author.enigma_blog_thumb_wrapper_showcase {
        display: none;
    }
    li.enigma_blog_comment {
        display: none;
    }

    Now copy and paste a post-content.php file from parent theme to the child theme and replace the code with a code given in the below link –
    https://pastebin.com/nrvtbVrd

    Thanks.

    Thread Starter speed2011

    (@speed2011)

    Hi, that helped.

    When you click on the entire category, the listing is now fine.
    Example

    But when you click on the article itself, it does not show the full article.
    Example

    I need it to show the full article.

    Are for the page display with the Archive column still taking up the space, it is on all pages.
    Example 1
    Example 2

    Thanks.

    Hello speed2011,

    replace the code of post-content.php file of your child theme with a code given in the below link –
    https://pastebin.com/6JXjk0mF

    For full-page, you can select a Full-Width Page template please follow given screenshot –
    https://s18.postimg.cc/v93gbnsxl/fullwidth.jpg

    Thanks.

    Thread Starter speed2011

    (@speed2011)

    Hi, the change to post-content.php worked.

    And the change to full width worked for all page except all the category pages because they are auto-generated and I don’t believe I can change the category template attribute in admin. Any other option?

    Thanks.

    Hello speed2011,

    Copy and paste category.php file from parent theme to child theme and replace with a code given in the below link and save the file –
    https://pastebin.com/jz3fPNLu

    Thanks.

    Thread Starter speed2011

    (@speed2011)

    Hi, thanks that helped on the summary page for categories but on the individual article page, it is still not full width.

    Example

    Please ler me know what I need to change.

    Thanks.

    Hello speed2011,

    Copy and paste single.php file from parent theme to child theme and replace with a code given in the below link and save the file –
    https://pastebin.com/mUvpVZjS

    Thanks.

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘Several Support Questions’ is closed to new replies.