WPIntell

Source evidence

page like button on left side floating

Crafty Social Buttons · support · 2016-03-16T04:50:00+00:00

complaintsentiment
highseverity
1.0relevance
23replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

4 / 32 rows with source links

12.5% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

28 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
iidob unresolved
Hi Sarah Thanks a lot for previous help. hope you are fine and doing well in your field. I am looking for page like button floating on left for vbery post and page is that possible to set up? best regards rubel https://wordpress.org/plugins/crafty-social-buttons/ Yes, there is a floating option. On the settings page, there is an option to make the buttons float, and to choose whether they will float to the left or the right. It might make the buttons inside the tabs float also. If that happens, I think it can be fixed with some extra CSS styles. Cheers, Sarah Hi Sarah thanks again for previous contribution also replay my query. 2 thinks i am looking for 1) it will be great if it float inside of tab. 2) I am also looking for Facebook page like button which will be float in every post and page. Have a lice day ahead. As my site looking for donation and i am also working free, if i have i will send you a cup of coffee as you deserve before. Cheers Rubel You can make it do pretty much anything you want – it’s completely configurable with CSS. While the plugin does come with some default styles that work for most blogs, it was also designed to be completely overridable in your theme CSS. Once you have your page layout complete, it’s just a matter of figuring out the appropriate style overrides to add to your theme. But it’s probably best to be sure that your page layout and theme are finalised first. And thank you for the thought regarding the cup of coffee! But as yours is also a free service, if you receive any donations, you should put them towards your site. Cheers, Sarah HI Please send me css which will forward sharing button inside tab (floating). 2) I am also looking for Facebook page like button which will be float in every post and page.i have a FB page-dbht1 , so i am looking for people can like my page. Cheers Rubel For floating things inside the tab, you can modify the style override you added before to position the tabs wherever you like. So, for your page, if you add the following rules to the end of your theme’s style.css file (after the styles you added before): div.crafty-social-buttons ul li { display: block } .crafty-social-buttons.crafty-social-share-buttons { top: 30px; } .ui-tabs .ui-tabs-panel { margin-right: 30px; } You can change the top value to make it float at any height you want. If you want them to float at the bottom, you can modify the previous style to this: .crafty-social-buttons.crafty-social-share-buttons { top: auto; bottom: 5px; } As for the like button, I do plan to see if I can integrate one into this plugin in the future, but it’s probably not something I’m going to be able to do in the next month or so due to other work commitments. I’m sure there are other plugins out there with a like button, and I’m pretty sure that all of them can be positioned exactly where you want them with the right CSS overrides. Cheers, Sarah hi Sarah thaks again, you did lot of work for me without deserve anything. thanks again. cheers rubel hi Sarah hope you are fine. I applied the above code in .css to have floating button inside tab, in settings i have also checked float options on right. can you please have a look? http://hadithonlinebd.com/2016/04/10/bukhari-2/ best regards rubel Currently, when you set the buttons to floating, they will use a position: fixed rule to be fixed to either the left or right side of the screen. If you add this override to the end of your theme: div.crafty-social-share-buttons.crafty-social-buttons-floating { position: absolute; } This tells them that instead of floating within the whole window, they should just float inside their container. In your case, this should make them float within the tab panel. You can change the float to either right or left and choose the height in the plugin options setting. If you want to be more specific about exactly where they are positioned, you can add further override styles. Cheers, Sarah hi Sarah Thanks for response. I have added the code as you mentioned, but some question pipping still- 1) previously i had added code in css- .crafty-social-buttons.crafty-social-share-buttons { top: 30px; } .ui-tabs .ui-tabs-panel { margin-right: 30px; } will i delete previous code? 2) as you mention of code override and show inside the tab content . will i uncheck “floating option” in settings menu? still not it floating outside hear is the link- http://www.hadithonlinebd.com/2016/04/11/%E0%A6%93%E0%A7%9F%E0%A6%BE%E0%A6%B9%E0%A7%80%E0%A6%B0-%E0%A6%B8%E0%A7%81%E0%A6%9A%E0%A6%A8%E0%A6%BE/ cheers rubel I’m not entirely sure exactly where you want it to float, so I need to know that first. Changing the position:fixed to position: absolute will make it float inside the tab panel next to the content, like this: https://www.dropbox.com/s/ab1ahjdxdix9c5t/Screenshot%20from%202016-04-12%2020%3A26%3A57.png?dl=0 Is that what you are trying to do? If yes, what you need is: set the floating option in settings menu leave the other style overrides in place add the rule I last gave that sets the floating buttons to absolute rather than fixed clear your cache If not, then I need to know exactly where you want the buttons. Cheers Sarah hi social button should float inside of tab in right side. I did as you mentioned but same as no changes. hear i am seeing its float outside rather then inside. cheers rubel hi the screen-shot as you give exactly i am looking this…but its showing outside…. 🙁 cheers rubel If you have a look in your style.css file, you will see right at the end that there is a line of PHP code just before your style override. This is a direct link to your CSS file: http://www.hadithonlinebd.com/wp-content/themes/Newspaper/style.css?ver=6.6 This is the line of PHP code: <?php if(function_exists('pf_show_link')){echo pf_show_link();} ?> You’ll have to remove this – it isn’t valid in a CSS file, and is probably why the style after it is being ignored. Cheers, sarah hi i am little bit confused sorry for that, where i find this code? in css i didnt find 🙁 .which like… cheers rubel It is the style.css file in your theme. Look at the end of the file where you pasted the style override. Cheers, Sarah HI I really confused…didnt find this in the end….hear i am giving you last 30 lines of CSS – } @media (min-width: 767px) { .td-md-is-safari .td-big-grid-post .td-module-thumb { -webkit-transform: translate3d(0, 0, 0); } } .td-md-is-safari .td_block_big_grid_8 .td-module-thumb { -webkit-transform: none; } .td-md-is-safari .td_module_slide:before { bottom: -1px; } .td-md-is-safari .td_module_slide .td-module-title { -webkit-transform: translate3D(0, 0, 0); } .td-md-is-safari .td-hover-1 .td-big-grid-post:hover .td-module-thumb .entry-thumb { transform: none; -webkit-transform: none; } .td-md-is-safari .td_block_big_grid_6 .td-tiny-thumb .td-post-category { padding: 4px 5px 2px; } .td-md-is-safari .td-review-header .block-title, .td-md-is-safari .td-review-summary .block-title { padding: 7px 12px 6px; } .td-md-is-safari .woocommerce-checkout .woocommerce input.button, .td-md-is-safari .woocommerce-page .woocommerce a.button, .td-md-is-safari .woocommerce-account div.woocommerce .button { padding: 9px 10px 10px; } .td-md-is-safari .td-related-title > .td-related-left, .td-md-is-safari .td-related-title > .td-related-right { padding: 7px 12px 5px 12px; } .td-md-is-os-x .td_block_big_grid_6 .td-tiny-thumb .td-post-category { padding: 4px 5px 2px; } /* visual composer hack - overwrite the theme display block @since 18/6/2015 */ .wpb_single_image .vc_single_image-wrapper { display: inline-block !important; } } .crafty-social-share-buttons.crafty-social-buttons-floating { position: absolute; } BEST REGARD RUBEL Perhaps try flushing the cache again? The CSS that is currently being served by your site (probably from the cache version) still has a line of PHP code in it. /* visual composer hack - overwrite the theme display block @since 18/6/2015 */ .wpb_single_image .vc_single_image-wrapper { display: inline-block !important; } } div.crafty-social-buttons ul li { display: block } .crafty-social-buttons.crafty-social-share-buttons { top: 30px; } .ui-tabs .ui-tabs-panel { margin-right: 30px; } <?php if(function_exists('pf_show_link')){echo pf_show_link();} ?> div.crafty-social-share-buttons.crafty-social-buttons-floating { position: absolute; You can see it here at the bottom of the file: http://www.hadithonlinebd.com/wp-content/themes/Newspaper/style.css?ver=6.6 Also, in that code you posted, it looks like there is an extra closing curly brace just before the last rule. (i.e. two lines in a row with }) Cheers, Sarah hi i am using WP Super cache, many times i delete cache but no positive output. I delete the code and given again and save , cleaned cache again . but not working that method. any way to sortout this problem? BEST REGARD RUBEL I’m afraid I don’t really know very much about WP Super Cache or any other caching plugins. But there’s no way to override the styles unless you are able to make changes to the stylesheet and then have those changes appear on the site. Cheers, Sarah hi if its possible to access help from you by Team viewer? i have to use crafty button , no other social setting matched my site demand.maid add rub_sanjida”at”yahoo(dot)com BEST REGARD RUBEL hi sarah i have given setup of pc (windows 7) more then 3 times. still i haven’t seen any unexpected code which interrupting “crafty social”. Can you please have a look, where is the main problem still remain? this code in that line showing- `} .td-md-is-safari .td-related-title > .td-related-left, .td-md-is-safari .td-related-title > .td-related-right { padding: 7px 12px 5px 12px; } .td-md-is-os-x .td_block_big_grid_6 .td-tiny-thumb .td-post-category { padding: 4px 5px 2px; } /* visual composer hack – overwrite the theme display block @since 18/6/2015 */ .wpb_single_image .vc_single_image-wrapper { display: inline-block !important; } } .crafty-social-share-buttons.crafty-social-buttons-floating { position: absolute;` Sorry for the delay in replying. Things have been extremely busy for me lately. Were you able to sort out the issues with the caching then? The only thing I can now see wrong in that code sample is that there is an extra curly brace before the .crafty-social-share-buttons style rule, and none after it. Good luck. Cheers, sarah hi i am really appreciate for your sincere support that you have done previously. be right back soon to see the problem … have a nice day Sarah sincerely rubel

Comments

23 shown
Sarah 2016-03-18T14:49:00+00:00

Yes, there is a floating option. On the settings page, there is an option to make the buttons float, and to choose whether they will float to the left or the right. It might make the buttons inside the tabs float also. If that happens, I think it can be fixed with some extra CSS styles. Cheers, Sarah

iidob 2016-03-19T23:55:00+00:00

Hi Sarah thanks again for previous contribution also replay my query. 2 thinks i am looking for 1) it will be great if it float inside of tab. 2) I am also looking for Facebook page like button which will be float in every post and page. Have a lice day ahead. As my site looking for donation and i am also working free, if i have i will send you a cup of coffee as you deserve before. Cheers Rubel

Sarah 2016-03-24T08:09:00+00:00

You can make it do pretty much anything you want – it’s completely configurable with CSS. While the plugin does come with some default styles that work for most blogs, it was also designed to be completely overridable in your theme CSS. Once you have your page layout complete, it’s just a matter of figuring out the appropriate style overrides to add to your theme. But it’s probably best to be sure that your page layout and theme are finalised first. And thank you for the thought regarding the cup of coffee! But as yours is also a free service, if you receive any donations, you should put them towards your site. Cheers, Sarah

iidob 2016-03-24T11:52:00+00:00

HI Please send me css which will forward sharing button inside tab (floating). 2) I am also looking for Facebook page like button which will be float in every post and page.i have a FB page-dbht1 , so i am looking for people can like my page. Cheers Rubel

Sarah 2016-03-26T04:15:00+00:00

For floating things inside the tab, you can modify the style override you added before to position the tabs wherever you like. So, for your page, if you add the following rules to the end of your theme’s style.css file (after the styles you added before): div.crafty-social-buttons ul li { display: block } .crafty-social-buttons.crafty-social-share-buttons { top: 30px; } .ui-tabs .ui-tabs-panel { margin-right: 30px; } You can change the top value to make it float at any height you want. If you want them to float at the bottom, you can modify the previous style to this: .crafty-social-buttons.crafty-social-share-buttons { top: auto; bottom: 5px; } As for the like button, I do plan to see if I can integrate one into this plugin in the future, but it’s probably not something I’m going to be able to do in the next month or so due to other work commitments. I’m sure there are other plugins out there with a like button, and I’m pretty sure that all of them can be positioned exactly where you want them with the right CSS overrides. Cheers, Sarah

iidob 2016-03-26T04:20:00+00:00

hi Sarah thaks again, you did lot of work for me without deserve anything. thanks again. cheers rubel

iidob 2016-04-11T06:06:00+00:00

hi Sarah hope you are fine. I applied the above code in .css to have floating button inside tab, in settings i have also checked float options on right. can you please have a look? http://hadithonlinebd.com/2016/04/10/bukhari-2/ best regards rubel

Sarah 2016-04-12T11:57:00+00:00

Currently, when you set the buttons to floating, they will use a position: fixed rule to be fixed to either the left or right side of the screen. If you add this override to the end of your theme: div.crafty-social-share-buttons.crafty-social-buttons-floating { position: absolute; } This tells them that instead of floating within the whole window, they should just float inside their container. In your case, this should make them float within the tab panel. You can change the float to either right or left and choose the height in the plugin options setting. If you want to be more specific about exactly where they are positioned, you can add further override styles. Cheers, Sarah

iidob 2016-04-12T14:46:00+00:00

hi Sarah Thanks for response. I have added the code as you mentioned, but some question pipping still- 1) previously i had added code in css- .crafty-social-buttons.crafty-social-share-buttons { top: 30px; } .ui-tabs .ui-tabs-panel { margin-right: 30px; } will i delete previous code? 2) as you mention of code override and show inside the tab content . will i uncheck “floating option” in settings menu? still not it floating outside hear is the link- http://www.hadithonlinebd.com/2016/04/11/%E0%A6%93%E0%A7%9F%E0%A6%BE%E0%A6%B9%E0%A7%80%E0%A6%B0-%E0%A6%B8%E0%A7%81%E0%A6%9A%E0%A6%A8%E0%A6%BE/ cheers rubel

Sarah 2016-04-12T15:05:00+00:00

I’m not entirely sure exactly where you want it to float, so I need to know that first. Changing the position:fixed to position: absolute will make it float inside the tab panel next to the content, like this: https://www.dropbox.com/s/ab1ahjdxdix9c5t/Screenshot%20from%202016-04-12%2020%3A26%3A57.png?dl=0 Is that what you are trying to do? If yes, what you need is: set the floating option in settings menu leave the other style overrides in place add the rule I last gave that sets the floating buttons to absolute rather than fixed clear your cache If not, then I need to know exactly where you want the buttons. Cheers Sarah

iidob 2016-04-12T15:25:00+00:00

hi social button should float inside of tab in right side. I did as you mentioned but same as no changes. hear i am seeing its float outside rather then inside. cheers rubel

iidob 2016-04-12T15:35:00+00:00

hi the screen-shot as you give exactly i am looking this…but its showing outside…. 🙁 cheers rubel

Sarah 2016-04-12T16:27:00+00:00

If you have a look in your style.css file, you will see right at the end that there is a line of PHP code just before your style override. This is a direct link to your CSS file: http://www.hadithonlinebd.com/wp-content/themes/Newspaper/style.css?ver=6.6 This is the line of PHP code: <?php if(function_exists('pf_show_link')){echo pf_show_link();} ?> You’ll have to remove this – it isn’t valid in a CSS file, and is probably why the style after it is being ignored. Cheers, sarah

iidob 2016-04-12T16:35:00+00:00

hi i am little bit confused sorry for that, where i find this code? in css i didnt find 🙁 .which like… cheers rubel

Sarah 2016-04-12T17:13:00+00:00

It is the style.css file in your theme. Look at the end of the file where you pasted the style override. Cheers, Sarah

iidob 2016-04-12T17:35:00+00:00

HI I really confused…didnt find this in the end….hear i am giving you last 30 lines of CSS – } @media (min-width: 767px) { .td-md-is-safari .td-big-grid-post .td-module-thumb { -webkit-transform: translate3d(0, 0, 0); } } .td-md-is-safari .td_block_big_grid_8 .td-module-thumb { -webkit-transform: none; } .td-md-is-safari .td_module_slide:before { bottom: -1px; } .td-md-is-safari .td_module_slide .td-module-title { -webkit-transform: translate3D(0, 0, 0); } .td-md-is-safari .td-hover-1 .td-big-grid-post:hover .td-module-thumb .entry-thumb { transform: none; -webkit-transform: none; } .td-md-is-safari .td_block_big_grid_6 .td-tiny-thumb .td-post-category { padding: 4px 5px 2px; } .td-md-is-safari .td-review-header .block-title, .td-md-is-safari .td-review-summary .block-title { padding: 7px 12px 6px; } .td-md-is-safari .woocommerce-checkout .woocommerce input.button, .td-md-is-safari .woocommerce-page .woocommerce a.button, .td-md-is-safari .woocommerce-account div.woocommerce .button { padding: 9px 10px 10px; } .td-md-is-safari .td-related-title > .td-related-left, .td-md-is-safari .td-related-title > .td-related-right { padding: 7px 12px 5px 12px; } .td-md-is-os-x .td_block_big_grid_6 .td-tiny-thumb .td-post-category { padding: 4px 5px 2px; } /* visual composer hack - overwrite the theme display block @since 18/6/2015 */ .wpb_single_image .vc_single_image-wrapper { display: inline-block !important; } } .crafty-social-share-buttons.crafty-social-buttons-floating { position: absolute; } BEST REGARD RUBEL

Sarah 2016-04-13T04:28:00+00:00

Perhaps try flushing the cache again? The CSS that is currently being served by your site (probably from the cache version) still has a line of PHP code in it. /* visual composer hack - overwrite the theme display block @since 18/6/2015 */ .wpb_single_image .vc_single_image-wrapper { display: inline-block !important; } } div.crafty-social-buttons ul li { display: block } .crafty-social-buttons.crafty-social-share-buttons { top: 30px; } .ui-tabs .ui-tabs-panel { margin-right: 30px; } <?php if(function_exists('pf_show_link')){echo pf_show_link();} ?> div.crafty-social-share-buttons.crafty-social-buttons-floating { position: absolute; You can see it here at the bottom of the file: http://www.hadithonlinebd.com/wp-content/themes/Newspaper/style.css?ver=6.6 Also, in that code you posted, it looks like there is an extra closing curly brace just before the last rule. (i.e. two lines in a row with }) Cheers, Sarah

iidob 2016-04-13T04:55:00+00:00

hi i am using WP Super cache, many times i delete cache but no positive output. I delete the code and given again and save , cleaned cache again . but not working that method. any way to sortout this problem? BEST REGARD RUBEL

Sarah 2016-04-14T03:15:00+00:00

I’m afraid I don’t really know very much about WP Super Cache or any other caching plugins. But there’s no way to override the styles unless you are able to make changes to the stylesheet and then have those changes appear on the site. Cheers, Sarah

iidob 2016-04-14T11:40:00+00:00

hi if its possible to access help from you by Team viewer? i have to use crafty button , no other social setting matched my site demand.maid add rub_sanjida”at”yahoo(dot)com BEST REGARD RUBEL

iidob 2016-04-18T01:35:00+00:00

hi sarah i have given setup of pc (windows 7) more then 3 times. still i haven’t seen any unexpected code which interrupting “crafty social”. Can you please have a look, where is the main problem still remain? this code in that line showing- `} .td-md-is-safari .td-related-title > .td-related-left, .td-md-is-safari .td-related-title > .td-related-right { padding: 7px 12px 5px 12px; } .td-md-is-os-x .td_block_big_grid_6 .td-tiny-thumb .td-post-category { padding: 4px 5px 2px; } /* visual composer hack – overwrite the theme display block @since 18/6/2015 */ .wpb_single_image .vc_single_image-wrapper { display: inline-block !important; } } .crafty-social-share-buttons.crafty-social-buttons-floating { position: absolute;`

Sarah 2016-04-23T00:46:00+00:00

Sorry for the delay in replying. Things have been extremely busy for me lately. Were you able to sort out the issues with the caching then? The only thing I can now see wrong in that code sample is that there is an extra curly brace before the .crafty-social-share-buttons style rule, and none after it. Good luck. Cheers, sarah

iidob 2016-04-23T01:44:00+00:00

hi i am really appreciate for your sincere support that you have done previously. be right back soon to see the problem … have a nice day Sarah sincerely rubel