1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Problem Slightyellow Theme

Discussion in 'Themes' started by kamis086, Mar 13, 2015.

  1. kamis086

    kamis086 Active Member

    hi guys Please tell me how to do it on the main page pictures.

    i have module post image butg i dont see on main page pictrue.

    sorry for my english im from poland
     
  2. valMETNG

    valMETNG Administrator Staff Member Admin

    Have you tried to uninstall and reinstall the plugin? Are you seeing any errors in your error_log or on the page?
     
  3. kamis086

    kamis086 Active Member

    yes[​IMG] im reinstal posti image and i have the same problem.
     
  4. kamis086

    kamis086 Active Member

    please helpme what i must change and where
     
  5. valMETNG

    valMETNG Administrator Staff Member Admin

    I'm not familiar with the theme, but hopefully @sereban has some ideas. My guess is the theme template for bookmarking_list.php might be missing a reference to:
    Code:
    <?php $h->pluginHook('show_post_pre_title'); ?>
     
  6. valMETNG

    valMETNG Administrator Staff Member Admin

    I just took a quick look. Try to add:
    Code:
    <?php $h->pluginHook('show_post_pre_title'); ?>
    to line 38 after:
    Code:
    <?php $h->pluginHook('pre_show_post'); ?>
    If that works, you need to do the same thing on bookmarking_post.php on line 39.
     
    sereban likes this.
  7. kamis086

    kamis086 Active Member

  8. kamis086

    kamis086 Active Member

    or higher than vote
     
  9. valMETNG

    valMETNG Administrator Staff Member Admin

    Try clicking Align images to right for posts? in the post_image admin panel. If that doesn't work for you, you'll need to modify the theme and/or the post_image html and css.
     
  10. kamis086

    kamis086 Active Member

    imust change htmland css
     
  11. kamis086

    kamis086 Active Member

    sorry i need this efect [​IMG]
     
  12. kamis086

    kamis086 Active Member

    OK i have. but make spacing between vote on pictrue
     
  13. sereban

    sereban Active Member

    This theme is made in the list of posts without images. I am happy to help you in a few days.
     
  14. bucigv

    bucigv Active Member

    Hello,

    I'm using hotaru several years, I was migrated from plig and I can say that it's much better than plig, but everybody knows that.
    This is my first apply for help, usually I fix errors reading forum and everything is OK.
    I've updated hotaru new version and I've installed this beautiful Slightyellow theme ( I give 5 stars for developer ), but I have a little problem.
    When I try click some of menus ( People, Login or Profile ), nothing happens, menus not scrolling down, in address bar when I click for ex. Users, in address bar appear this link: http://xyupload.com/users/# like on navigation_1.jpg

    When I'm changing template to Default, everything works fine like at image navigation_default_template .jpg
    I must be honest and tell that this mistake is at my site long ago before I've installed this theme, I've used Hotarufiltr and I have same problem. Now I want to fix this and I hope that somebody will help me around this. I also must say that I'm not very familiar with this.

    In advance, thank you for reply and any help.

    Regards, Dragoslav
    PS Sorry for my poor English, it's a little rusty :(
     

    Attached Files:

  15. sereban

    sereban Active Member

    Maybe you deleted a fragment of the navbar?
     
    bucigv likes this.
  16. valMETNG

    valMETNG Administrator Staff Member Admin

    When I look at the page source, I don't see bootstrap.min.js loading. (bootstrap.min.css is loading though.) It should look something like this:
    Code:
    <script type='text/javascript' src='//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js'>
     
  17. bucigv

    bucigv Active Member

    Thank you for your quick reply.
    Like I've said, I have this problem from earlier with another template, this is not a template error, this is some error at my installation or something else. My site was hacked and everything was erased, I've some earlier backups and reinstalled my site again, but probably something is missing or something was not backuped, and I have this problem maybe 2 years. It doesn't borrowed to me, but I like this template and I want to fix this problem. My skills are very poor, I'm fixing problem reading how other people fix similar problems and I have patience to look for solution :)

    Regards, Dragoslav
     
  18. bucigv

    bucigv Active Member

    Hello,
    Thank you for your answer. It's very rear to find guys like you on other places which are helping people such quick like you.
    Like I've said, my skills are poor, so, please, can you tell me where should I put this code?

    In advance, thank you very much for your support.

    Regards, Dragoslav
     
  19. valMETNG

    valMETNG Administrator Staff Member Admin

    In Hotaru.php, the bootstrap.min.js file should be sent automatically either via line 1359 or line 1380. But a template shouldn't prevent that from happening. Have you made any modifications to any base hotaru code, especially the Hotaru.php file?
     
  20. bucigv

    bucigv Active Member

    Thank you for your reply. No, I didn't done any modification in Hotaru.php. When I'm switching template to default template, everything works fine, this happens when I'm using this template ( same was with Hotarufiltr theme). Site was hacked and I've mending my new installation with some other databases, files and everything which I've saved earlier. I've didn't have good backup of site so I've used something from old, something from new installation. And it's very difficult for someone with my skills to do that.
     

Share This Page