Some problems with theme - by Sporbillis

This topic has 43 replies, 5 voices, and was last updated 8 years, 11 months ago ago by Brian Johnson

  • Avatar: Sporbillis
    Sporbillis
    Participant
    May 12, 2015 at 11:58

    Here are the credentials :

    1. Thanks for doing that 🙂 you are the best.
    2. The plugin i want to use is : ultimate social media icons. Can you help me replace the icons of your [share] code with their plugin there instead? Thank you so much!

    Please, contact administrator
    for this information.
    Avatar: Robert Hall
    Robert Hall
    Support staff
    May 12, 2015 at 12:09

    Hello,

    Sorry but we don’t provide support for 3rd-party plugins.

    Regards,
    Robert Hall.

    Avatar: Sporbillis
    Sporbillis
    Participant
    May 12, 2015 at 12:10

    Okay i understand. 2 more things
    1. Did u manage to create the child theme and save the changes you did for the header.php in it so i dont lose them when i update your theme?
    2. I have enabled comments but it says “comments are closed” Do you have any idea about that?

    Thanks

    Avatar: Eva
    Eva Kemp
    Support staff
    May 12, 2015 at 12:38

    Hello,

    I’ve created child theme and added this code in style.css in child theme folder:

    .ultimate_socials {
        float: left;
        width: 200px;
    }

    Also the code in header.php has been changed to Ultimate Social Icons.
    Now you can make style changes in style.css of the child theme.

    Regards,
    Eva Kemp.

    Avatar: Sporbillis
    Sporbillis
    Participant
    May 12, 2015 at 12:40

    Okay, while you were doing that i found the solution for the comments being locked and i fixed it. Can you help me with some other problem?
    Is there a way to hide the categories line?
    Can i hide : Posted by Christopher / Rustic / 0 from all my posts?

    Avatar: Eva
    Eva Kemp
    Support staff
    May 12, 2015 at 12:41

    Hello,

    Add this code in style.css of the child theme:

    .blog-post .post-info {
     display: none;
    }

    Regards,
    Eva Kemp.

    Avatar: Sporbillis
    Sporbillis
    Participant
    May 12, 2015 at 12:48

    You are awesome guys!! I have another problem 🙁 sorry for being a problem for your precious time.

    Now that you added the icons there, can you move the Register/Sign in link to the left side with the other links we added before? On the right side i only want those icons!

    Thanks

    Avatar: stan
    Stan Russell
    Participant
    May 12, 2015 at 13:16

    Hello,

    unfortunately our theme does not have this feature by default. You need to edit theme files to move these links. If you will do that – we recommend you to use child theme. You can check this link for more information: codex.wordpress.org/Child_Themes

    Regards,
    Stan Russell.

    Avatar: Sporbillis
    Sporbillis
    Participant
    May 12, 2015 at 13:18

    Unfortunately i don’t know what and where to edit, i was hoping you could help me 🙁 but i guess you can’t. 🙁

    Avatar: Eva
    Eva Kemp
    Support staff
    May 12, 2015 at 13:20

    Hello,

    I’ve edited header.php in child theme again and added this code in style.css:

    .top-bar .top-links2 {
        float: right;
        margin: 4px 40px 0px 0px;
        padding: 0px;
    }
    
    .top-bar .top-links {
        float: left;
    }

    Please check.

    Regards,
    Eva Kemp.

    Avatar: Sporbillis
    Sporbillis
    Participant
    May 12, 2015 at 13:21

    It doesnt look aligned. I ll ask u something else, Can we remove the login/register from the top bar and add it in the menu? i think it will look better there
    Thanks

    Avatar: Brian Johnson
    Brian Johnson
    Member
    May 12, 2015 at 13:25

    Hello

    I have moved
    <?php if (class_exists('Woocommerce') && etheme_get_option('top_links')): ?>
    To the languges area.
    Please check your site now.

    With best regards
    Brian Johnson

    Avatar: Sporbillis
    Sporbillis
    Participant
    May 12, 2015 at 13:28

    Again it doesnt look aligned. I ll ask u something else, Can we remove the login/register from the top bar and add it in the menu? i think it will look better there
    Thanks

    Avatar: Eva
    Eva Kemp
    Support staff
    May 12, 2015 at 13:31

    Hello,

    You can disable the links in Theme Options > Header > Enable top links > Off.
    Then go to Appearance > Menus and add “Register” and “My account” pages to your menu.

    Regards,
    Eva Kemp.

    Avatar: Sporbillis
    Sporbillis
    Participant
    May 12, 2015 at 13:33

    Hello,

    1. You did something and the website doesnt load.
    2. If i disable top links then the icons u moved there from the plugin are also off.
    3. If i add Register/My account pages as pages in the menus it won’t be like the links from top bar

    Avatar: Eva
    Eva Kemp
    Support staff
    May 12, 2015 at 13:36

    Hello,

    Please add this code in style.css of the child theme:

    .top-bar .top-links {
     display: none;
    }

    Sorry, but to add top links to the menu you need add them as pages in Appearance > Menus. Unfortunately they can’t be added with the same design as in top bar.

    Thank you for understanding.

    Regards,
    Eva Kemp.

    Avatar: Sporbillis
    Sporbillis
    Participant
    May 12, 2015 at 13:42

    Well, where can we put those links and have the same design as in top bar? Basically when someone is logged in the link should be “Logout” and when someone is not loggin to say Register. If i put that in the menu it won’t change like in the top bar. Where else can you put them to get that same design?

    Avatar: Sporbillis
    Sporbillis
    Participant
    May 12, 2015 at 14:30

    I see you moved it in the menu bar. Can you align it to the right so it’s aligned with icons from the top aswell? Thanks guys!

    Avatar: Brian Johnson
    Brian Johnson
    Member
    May 12, 2015 at 14:35

    Hello

    I have added following code nto the custom.css and edited a header.php a bit to move links:

    .links{
      transform: translate(-370px,0px);
      display: table-cell;
    }
      .menu-menu-1-container{  width: 1100px;
      display: table-cell;  margin-left: auto;  margin-right: auto;  text-align: right;}
    

    With best regards
    Brian Johnson

    Avatar: Sporbillis
    Sporbillis
    Participant
    May 12, 2015 at 14:35

    I see you moved it in the menu bar. Can you align it while is in the menu bar to the right so it’s aligned with icons from the top aswell? Thanks guys!

  • 1 2 3
    Viewing 40 results - 21 through 40 (of 43 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.