Need Fixes in portfolio

Portfolio section need few fixes please

  • My website is not displaying portfolio list Properly

Url: https://tiktokcelebrities.com/tiktok-stars/

Like: Avani Gregg, Heidi D’Amelio and others

Screenshot also attached for reference


  • Like Tiktok Stars Page other pages are not listing portfolio in full screen, I have not added any margins. Is there any option in theme to full screen these or css code to fix this issue

Url: https://tiktokcelebrities.com/usa/

Screenshot also attached for reference


  • In Desktop version it shows stars name and its country. But when i visit website from mobile. Its show read more. There is any option or css in theme to display name and his/her country name.

You can check any porfolio. For example url: https://tiktokcelebrities.com/star/trinity-morisette/

Screenshot also attached for reference


Comments

  • When i will receive the reply ?

  • My second problem is solved. I have figured the way for second point. Please solve my 1st and 3rd points.

  • Hello,

    We offer support for our customers Mon-Fri 8:00am-6:00pm (GMT +1) – we are located in Europe, and we send answers three times a day.

    1) Please, check if your all images are the same size. If yes, please, activate and use the Force Force Regenerate Thumbnails plugin.

    3) Please, try to use the following CSS code, and put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.

    @media screen and (max-width:767px){
       .portfolio-item .portfolio-details .details{
          display: block!important;
       }
    }
    

    Thanks

  • Thank you for your reply.

    Read More and Details behind both are showing same time. I should be like desktop when move cursor/theme it should say Read More. Also there is any option in Betheme to change the Read More text to Read Bio ?



    Secondly table in pages/post/portfolio are not response, Is there option to active Responsiveness of the page. Its cutting table of the page. I am attaching screenshot for reference. For you information: I am not using any plugin to generate tables. Its straight html tables.


    Url: https://tiktokcelebrities.com/star/avani-gregg/

  • 1) For the incorrect table display on mobile, please, try to use the following CSS code:

    table tr td{
       word-break: break-word!important;
    }
    

    2) To change "Read more" to "Read Bio", please, go to Betheme -> Theme options -> Translate -> Blog & Portfolio, and there you will be able to put the text of your choice.

    3)

    Read More and Details behind both are showing same time. I should be like desktop when move cursor/theme it should say Read More.

    Sorry, but I quite do not understand. Can you describe it to me in more details, please?


    Thanks

  • Sorry for bad English


    In Mobile version Read More Circle and Details behind images both are showing same time. It should be like in desktop when I move cursor/thumb to portfolio image it shows Read More Circle. (I have Attach video for better understanding)


    Url: https://www.dropbox.com/s/y9erbc5vu7dlumj/Untitled%20Project.mp4?dl=0


    There is any option in betheme to display ads (for example: adsense in between Portfolio image's? I have designed image to explain my point.

    Reference url: https://tiktokcelebrities.com/tiktok-stars/



  • 1) You can replace the previous code for portfolio with the following one:

    @media screen and (max-width:767px){
      .portfolio-item .portfolio-details .details{
         display: block!important;
      }
       .portfolio-item .portfolio-details .more{
           display: none!important;
       }
       .portfolio-item:hover .portfolio-details .more{
           display: block!important;
       }
    }
    

    But notice that it will work only on desktop with touchscreen disabled because smartphones do not have a cursor and it is not possible to have an hover effect.

    2) We do not have an option display ads between portfolio item. You can try some plugins but I cannot recommend except the ones we support.

    https://themeforest.net/item/betheme-responsive-multipurpose-wordpress-theme/7758048

    Thanks

Sign In or Register to comment.