Go Back   vb.org Archive > vBulletin 5 Connect Discussion > vB5 Design and Graphics Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 03-19-2016, 12:31 AM
David Karol David Karol is offline
 
Join Date: Jan 2011
Posts: 43
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Move 'Subscribe' button in line with 'Articles', 'Forum' etc.

See screenshot.

How could I go about moving the Subscribe button to be in line with the other menu options in articles and forums? (Posts, Latest Activity). The goal is get rid of extra white space.

I tried using CSS to shift 'bottom', 'top' and 'right' for .button, .ui-widget .button but it ended up being covered by white space.

Attached Images
File Type: jpg Screen Shot 2016-03-18 at 6.29.02 PM.jpg (16.3 KB, 0 views)
Reply With Quote
  #2  
Old 03-19-2016, 12:50 AM
In Omnibus's Avatar
In Omnibus In Omnibus is offline
 
Join Date: Apr 2010
Location: Inside A Blade Server
Posts: 840
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I haven't tried moving the button but did you attempt using the overflow: visible attribute?
Reply With Quote
  #3  
Old 03-19-2016, 01:04 AM
David Karol David Karol is offline
 
Join Date: Jan 2011
Posts: 43
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That didn't seem to help.
Reply With Quote
  #4  
Old 03-19-2016, 02:08 AM
Replicant's Avatar
Replicant Replicant is offline
 
Join Date: Sep 2014
Location: Phoenix, Az. USA
Posts: 485
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Try this code. You will need to adjust to clear the search bar or just move it beneath the search bar.

Code:
button.is-topic.button.follow-btn.uppercase.h-left.secondary {
    position: absolute;
    bottom: 105px;
    right: -1em;
}

.canvas-widget-list.section-2.js-sectiontype-notice.h-clearfix.l-col__large-12.l-col__small--full {
    height: 46px;
}

.canvas-widget-list.section-2.js-sectiontype-notice.h-clearfix.l-col__large-12.l-col__small--full {
    height: 45px;
    margin-top: -50px;
    
}
Attached Images
File Type: png Screenshot-1.png (37.2 KB, 0 views)
Reply With Quote
  #5  
Old 03-19-2016, 03:57 AM
David Karol David Karol is offline
 
Join Date: Jan 2011
Posts: 43
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Replicant View Post
Try this code. You will need to adjust to clear the search bar or just move it beneath the search bar.

Code:
button.is-topic.button.follow-btn.uppercase.h-left.secondary {
    position: absolute;
    bottom: 105px;
    right: -1em;
}

.canvas-widget-list.section-2.js-sectiontype-notice.h-clearfix.l-col__large-12.l-col__small--full {
    height: 46px;
}

.canvas-widget-list.section-2.js-sectiontype-notice.h-clearfix.l-col__large-12.l-col__small--full {
    height: 45px;
    margin-top: -50px;
    
}
This will end up breaking the content slider. How about moving in line with the FORUMS and LATEST ACTIVITY, or the PAGE TITLE areas in the screenshot from the last post? I think going in line with those would make sense to save on space.
Reply With Quote
  #6  
Old 03-19-2016, 04:03 AM
Replicant's Avatar
Replicant Replicant is offline
 
Join Date: Sep 2014
Location: Phoenix, Az. USA
Posts: 485
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by David Karol View Post
This will end up breaking the content slider. How about moving in line with the FORUMS and LATEST ACTIVITY, or the PAGE TITLE areas in the screenshot from the last post? I think going in line with those would make sense to save on space.
I'd need a link to the site to dial it in. PM if you want.
Reply With Quote
Благодарность от:
MarkFL
  #7  
Old 03-19-2016, 09:10 PM
shimei shimei is offline
 
Join Date: Feb 2015
Posts: 216
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Replicant View Post
I'd need a link to the site to dial it in. PM if you want.
Could you also share what you did Replicant. I would like the subscribe button to be inline with the forum, latest activity, and subscription menu too. I would just like the subscription button moved down onto the grey menu bar: https://www.christforums.org/forum/c...ism-oec-or-yec


With the code you had provided I am only able to move the subscription button behind it and not on it.
Reply With Quote
  #8  
Old 03-20-2016, 12:30 AM
Replicant's Avatar
Replicant Replicant is offline
 
Join Date: Sep 2014
Location: Phoenix, Az. USA
Posts: 485
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by shimei View Post
Could you also share what you did Replicant. I would like the subscribe button to be inline with the forum, latest activity, and subscription menu too. I would just like the subscription button moved down onto the grey menu bar: https://www.christforums.org/forum/c...ism-oec-or-yec


With the code you had provided I am only able to move the subscription button behind it and not on it.
We weren't able to get it to work, it broke the responsiveness and also didn't work on Safari. It's going to need a lot more tweaking and some media queries to get it working and I still have no clue what to do about Safari as I have no access to a machine that has it.
Reply With Quote
  #9  
Old 04-24-2016, 04:24 AM
noypiscripter's Avatar
noypiscripter noypiscripter is offline
 
Join Date: Jul 2013
Posts: 468
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

These position the Subscribe button to the rightmost spot without the big gap at the bottom. These should work on both desktop and mobile.

Code:
.conversation-content-widget .conversation-controls {
    position: relative;
    bottom: -22px;
    z-index: 1;
    margin: -26px 0 0;
    right: 0;
    float: right;
    padding: 0;
}
.canvas-layout-container .canvas-widget.page-title-widget {
    margin-bottom: 0;
}
I think that looks better than putting the Subscribe button right next to Posts and Latest Activity tabs.
Reply With Quote
Благодарность от:
shimei
  #10  
Old 05-11-2016, 04:36 AM
David Karol David Karol is offline
 
Join Date: Jan 2011
Posts: 43
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by noypiscripter View Post
These position the Subscribe button to the rightmost spot without the big gap at the bottom. These should work on both desktop and mobile.

Code:
.conversation-content-widget .conversation-controls {
    position: relative;
    bottom: -22px;
    z-index: 1;
    margin: -26px 0 0;
    right: 0;
    float: right;
    padding: 0;
}
.canvas-layout-container .canvas-widget.page-title-widget {
    margin-bottom: 0;
}
I think that looks better than putting the Subscribe button right next to Posts and Latest Activity tabs.
How does this end up looking on your end? It gives me a great starting point- thanks. Still not ideal though. The checkbox (admin only?) ends up being covered up, and we still have a bit of waste space.
Attached Images
File Type: png Screen Shot 2016-05-10 at 11.35.53 PM.png (76.2 KB, 0 views)
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:56 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04427 seconds
  • Memory Usage 2,293KB
  • Queries Executed 12 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (4)bbcode_code
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (2)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (2)post_thanks_postbit
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (3)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete