Viewing 8 replies - 16 through 23 (of 23 total)
  • Thread Starter iidob

    (@iidob)

    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

    Plugin Author Sarah

    (@shen045)

    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:
    https://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

    Thread Starter iidob

    (@iidob)

    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

    Plugin Author Sarah

    (@shen045)

    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

    Thread Starter iidob

    (@iidob)

    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

    Thread Starter iidob

    (@iidob)

    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;`

    Plugin Author Sarah

    (@shen045)

    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

    Thread Starter iidob

    (@iidob)

    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

Viewing 8 replies - 16 through 23 (of 23 total)
  • The topic ‘page like button on left side floating’ is closed to new replies.