- Responsive Multi-Purpose Theme Framework! ›
- Forums ›
- Theme Support ›
- Home Page Slider Doesn't Work When I Am Logged OutI
This is an oddity, I have been doing a lot of work to prepare a new site and so I have been staying logged in for days frequently. I just happened to notice that when I am logged out of the dashboard, the sliders are not there! I am not sure what you will see if you visit this site if I am logged in, but I am pretty sure you won’t see anything when I am logged out.
http://www.secondchanceaihadogs.com
I did some WP research on this and found several support forums where this particular problem is discussed. However the fix is not something I was able to find in the dashboard. I don’t see any security settings. I imagine this is something that I would need you to explain to me?
http://wordpress.org/support/topic/plugin-better-wp-security-featured-images-missing-on-logout
” Looks like it was the “Filter suspicious query strings” setting in System Tweaks.”
Thank you, Matoca
Its a known rare bug that happens when you have private buddypress group or forum. I fixed it and will be in next release. Meanwhile can you remove your private buddypress group or forum temporarily? or remove those lines from functions/bbpress.php:
starts around line 8-9:
add_filter('firmasite_pre_get_posts_ekle', 'firmasite_bbpress_pre_get_posts_ekle'); function firmasite_bbpress_pre_get_posts_ekle($array) { $array[] = "forum"; $array[] = "topic"; return $array; }
or just wait next release.
Thank you for the quick reply! I am still in development so it really isn’t a live site yet. I am curious, do you see the slider when I am logged out? Or is just hidden to me?
Yes I do have a private forum set up, but we aren’t using it yet. The forums are on another site of mine, hidden for the meantime until I get everything done on this one.
As long as I know it isn’t something I have done wrong, I can wait until you come out with a release.
my best, Matoca
Its a weird bug that makes sliders only shows to administrators (keymasters of forum system).
Its reported to bbpress:
http://bbpress.trac.wordpress.org/ticket/2471#comment:6
But its super weird so i am not sure if it can get fix soon but i will release a fix before it.
It is amazing how bizarre this bug is, I had no idea what you have to deal with to adjust for bbPress. But that is why I picked this theme, compatibility with bbPress. There’s a lot to love about WP, but I also have had some wacky problems in the last two months with plugins.
Working with HTML5 and CSS3 for me is kind of like oil painting, it’s time consuming but satisfying when it is done correctly. Working with WP appears to be more like tangling with a live dragon on a metro train that keeps making stops and taking on new passengers.
Its not about WP, its actually about everything. If you want something unique, you have to sacrifice time or money
I deleted the private forum but that did not resolve the problem. I have tried to find <span style=”line-height: 1.428571429;”> functions/bbpress.php but I am unable to find file this either in Appearance>editor or in the server files.
</span>
Should I delete the open forum as well?
Thank you, Matoca
Sorry for your all trouble.
I released new version, 1.3.2, yesterday. It will show as update in your panel after approve from WordPress.Org Theme Reviewers. If you dont want to wait, you can download from this link:
http://wordpress.org/themes/download/firmasite.1.3.2.zip
Unsal,
I thought I could “add new” in themes and upzip this directly into the dashboard, but I got an error message doing it that way. If you have time could you briefly describe what I need to do? I want to see if this will help because I have another problem now.
I am really sorry to keep bothering you about this. However now it is also affecting the CMToolTip Glossary plugin. Any new terms that we are putting into the glossary since I installed the private forum are not showing up to the public.
Thank you, Matoca
- Change theme to something different.
- Delete FirmaSite theme
- Install new version from link i give above
- Activate it.
Thank you. It worked! The slider and all the items in the glossary are showing to the public now.
I have one problem however since I did this, the jumbotron is putting a very wide margin on either side of the showcase images, cutting down the width of the images. It is an uneven crop, with the left side showing more white/gray background than the left. I had carefully cropped all the images so they would always fill the full screen width and when viewed on smaller screen sizes the central image would stay in the frame. That is different after the upgrade.
There is “ShowCase Style” option in theme customizer under ShowCase options
It doesn’t seem to matter if I set it to default, bigger or full, they all look goofy with the gray/white background with too wide a margin and off center. Before the upgrade all the images filled the showcase.
I should say that it varies due to responsiveness. I am viewing on a normal company monitor. I have not viewed in on my larger home monitors. When I decrease the screen size, the gray/white background is not visible.
If you check /wp-admin/options-media.php, there is Large size option for images. FirmaSite theme using that variable’s Max Width section. Its generally set to 1024px.
1024px / 1.3 = ~788px
If a background image of ShowCase system is bigger then 788px, system adds a special css to that slide: background-size:cover
which makes:
Scale the background image to be as large as possible so that the background area is completely covered by the background image. Some parts of the background image may not be in view within the background positioning areaw3schools.com
This is how it works.
You shouldnt try to fix width of images if its not vertical. This theme is responsive. It will try to show it properly for every device. IF you really really want to fix it, make it 1200px images and theme will handle rest
You must be logged in to reply to this topic.