Some problems with theme - by Sporbillis

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

  • Avatar: Sporbillis
    Sporbillis
    Participant
    May 12, 2015 at 09:37

    Hello there and thank you for the theme. I am facing some problems. I want to remove the “return to previous page” i followed your replies on some other topics and i did the following :

    -enabled custom css
    -renamed the css file from default.custom.css to custom.css

    -added the code and saved :
    .back-history
    {
    display:none;
    }

    The “return to previous page” is still there so i need help with that.

    2.Another “problem i have is that i want to add social media icons on the top right of the website and links some links on the left side like on this website ( look on the top black bar): http://jayscustomcreations.com/
    Can i do that? If yes can you tell me how?

    Thanks!!

    42 Answers
    Avatar: stan
    Stan Russell
    Participant
    May 12, 2015 at 09:39

    Hello,

    please provide us with admin credentials for your site in private content.

    Regards,
    Stan Russell.

    Avatar: Sporbillis
    Sporbillis
    Participant
    May 12, 2015 at 09:44

    here you go!

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

    Hello,

    Also please provide us with link to the wp-admin page.

    Regards,
    Robert Hall.

    Avatar: Sporbillis
    Sporbillis
    Participant
    May 12, 2015 at 09:49

    oops, i forgot !! hehe, here it is :

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Participant
    May 12, 2015 at 09:55

    Hello,

    1. I’ve edited the code in custom.css. Please check now.

    2. Add [share] shortcode in text widget and drag it into “Place in header top bar” area in Appearance > Widgets.

    Regards,
    Eva Kemp.

    Avatar: Robert Hall
    Robert Hall
    Participant
    May 12, 2015 at 09:55

    Hello,

    1) I’ve added this code in custom.css file. Please check.

    .breadcrumbs .back-to
    {
    display:none;
    }

    2) You can add text widgets with this code [share] to Place in header top bar. (Dashboard-> Appearance->Widgets)

    Regards,
    Robert Hall.

    Avatar: Sporbillis
    Sporbillis
    Participant
    May 12, 2015 at 09:57

    Can you give me an example? Lets say i want to add icon of facebook

    Thanks

    Avatar: Eva
    Eva Kemp
    Participant
    May 12, 2015 at 10:01

    Hello,

    I’ve added [share] shortcode into “Place in header top bar” area in Appearance > Widgets.
    Please check top bar of the site.

    Regards,
    Eva Kemp.

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

    Yes i saw that but is nothing like : http://jayscustomcreations.com/

    Look at the top bar of that website. I want on the left to add those links ( FAQ, Contact, About) and on the right i want to have social icons like that website. Can we do that?

    Avatar: Brian Johnson
    Brian Johnson
    Member
    May 12, 2015 at 10:09

    Hello

    You can add facebook icon with following code:
    <a class="link-facebook" href="https://www.facebook.com/8theme" target="_blank"><i class="icon-facebook"></i></a>
    The code of the [share] shortcode which includes 4 icons allow you to share product or post lays. You may find source code in wp-content/themes/legenda/framework/shortcodes.php(search for “SHare” word)

    With best regards
    Brian Johnson

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

    Read again my last question please or if you didn’t understand it tell me to ask it differently
    Thank you!

    Avatar: Brian Johnson
    Brian Johnson
    Member
    May 12, 2015 at 10:20

    Hello

    Please clear your browser and which more important site cache. This is the reason you don’t see any changes on your site.

    With best regards
    Brian Johnson

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

    I have deleted my cache. This is what i see : http://tinypic.com/view.php?pic=30bdxg8&s=8#.VVHGdPmqpBc

    This is what i want to accomplish : http://tinypic.com/view.php?pic=21blouc&s=8#.VVHGifmqpBc

    Is this doable?
    Thanks

    Avatar: Eva
    Eva Kemp
    Participant
    May 12, 2015 at 10:55

    Hello,

    I’ve added “Contact us” link in “Place in header top bar” area. Please check it. To have social icons on the right side you have to edit header.php file.

    Regards,
    Eva Kemp.

    Avatar: Sporbillis
    Sporbillis
    Participant
    May 12, 2015 at 11:24

    oh no, i dont think i can do that 🙁 can u guide me through for the icons on the right side ? 🙁

    Avatar: Sporbillis
    Sporbillis
    Participant
    May 12, 2015 at 11:39

    I see that you are doing it! omg you are the best, can i use specific icons or i can only use that [share] icons ?:(

    Avatar: Eva
    Eva Kemp
    Participant
    May 12, 2015 at 11:40

    Hello,

    I’ve edited header.php file in the directory wp-content/themes/legenda and added this code <?php echo do_shortcode('[share]'); ?> on line 181
    and added this code in custom.css file:

    .share-title {
      display: none;
    }
    
    .etheme-social-icons {
     width: auto;
    }

    Please check top bar now.

    We recommend to make changes of theme files in child theme http://codex.wordpress.org/Child_Themes , so you can create it and copy header.php in child theme folder. This way you won’t lose changes after theme update.

    You can use other icons. Find the code from social media sites, check their help bases.

    Regards,
    Eva Kemp.

    Avatar: Sporbillis
    Sporbillis
    Participant
    May 12, 2015 at 11:43

    Hello, thats awesome. You rule!

    1. I don’t know how to make that child theme and what to save where. 🙁
    2. Can i use specific icons for the part you edited or a plugin i like?
    Thank you so much

    Avatar: Eva
    Eva Kemp
    Participant
    May 12, 2015 at 11:56

    Hello,

    1. Please provide us with FTP credentials and we’ll create child theme for you.
    2. You can try to use some plugin for share icons and replace the code in header.php with a new one that your plugin suggests.

    Regards,
    Eva Kemp.

    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
    Participant
    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
    Participant
    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
    Participant
    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
    Participant
    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.

  • 1 2
    Viewing 30 results - 1 through 30 (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.