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 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
    Support staff
    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
    Support staff
    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
    Support staff
    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
    Support staff
    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
    Support staff
    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
    Support staff
    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
    Support staff
    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.

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