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
Have you tried to uninstall and reinstall the plugin? Are you seeing any errors in your error_log or on the page?
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'); ?>
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.
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.
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
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'>
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
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
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?
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.