Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #1035806
    sacha
    Guest

    Hi,
    I have many problem with your theme and… your tecnical staff does not answer…
    Please wiew the reply, after the information I have send you..It’s quite disappointing …
    Please help me..

    #1036201

    Hey,

    We have replied to your thread. Let us continue there :)

    Best regards,
    Yigit

    #1036349

    Hello , ok thanks, I have some problem due tu ucpu usage.. i have olready sand you the screenshot, links, and login.. you have recived this details?

    #1036434

    Hi,

    Yes we have and we have forwarded the thread to our devs :)

    Best regards,
    Yigit

    #1038172

    Hello, sorry for the trouble here, but I can not find a way to open a new topic.
    How do I sort out the preview photo layout in the search?
    I put under in private the link to see the error
    I prefeer a small prewiew or a big bubble..
    please help me, thanks

    • This reply was modified 5 years, 11 months ago by Marco.
    #1038915

    Hi Sachasilvestri,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .search.search-results .search-result-counter {
        width: 180px;
        height: 180px;
    }
    .html_elegant-blog #top.search.search-results .post-entry .post-title,
    .html_elegant-blog #top.search.search-results .post-entry .post-meta-infos {
            margin-left: 160px;
    }
    .search.search-results .template-search .entry-content-wrapper .entry-content {
        padding-left: 160px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1038932

    Magnificent! it worked !
    forgive, just an improvement, the preview text summary is too long from the mobyle…
    it is possible shorten it or remove it completely in the search?

    Thank you !

    • This reply was modified 5 years, 11 months ago by Marco.
    #1039320

    Hi Sachasilvestri,

    Can you disable caching and minification for now? It should look a bit different on mobile.

    Best regards,
    Victoria

    #1039338

    yes, it is olready disabled caching and minification,but the text is always visible and too long, is it possible to remove it?
    Thannks for your help
    Best reguards
    Sacha

    #1039378

    sorry, I had to rehabilitate the caching and minification because the site has’ slowed down too much without optimization, if you need to be disabled to do some operations, better disable them when you work, because I have enough visitors connected to the site.
    Thank you

    #1040772

    Hi,

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 767px) {
    .search.search-results .template-search .entry-content-wrapper .entry-content {
        display: none;
    }}

    Best regards,
    Yigit

    #1040955

    Thanks for your answer …
    we are almost there, the text is too long and ‘disappeared from the vision of the phone, only now the title, the date, the number of comments, from mobile device you see too large and exit the screen, do not seem to be responsive, and’ can size the whole?
    Many Thanks for your !!

    #1041290

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    @media only screen and (max-width: 767px) {
    .html_elegant-blog #top.search.search-results .post-entry .post-title {
        font-size: 14px;
    }}
    
    

    Best regards,
    Yigit

    #1041319

    Hello, Thanks for your reply Yigit
    Unfortunately, this code doesn’t work..
    I hope in other solution..
    maybe it’s better to change all the code and redo the layout, it would be fine even without bubbles

    Many thanks.

    • This reply was modified 5 years, 11 months ago by Marco.
    #1041789

    Hi,

    By bubble do you mean thumbnail? If so, please switch the code to following one

    @media only screen and (max-width: 767px) { 
    .search.search-results .search-result-counter {
        display: none;
    }
    .html_elegant-blog #top.search.search-results .post-entry .post-title, .html_elegant-blog #top.search.search-results .post-entry .post-meta-infos {
        margin-left: 0;
    }
    .search.search-results .template-search .entry-content-wrapper .entry-content {
        padding-left: 0;
    }}

    Best regards,
    Yigit

    #1041807
    sacha
    Guest

    not exactly but by modifying the old code I solved the problem
    Many thanks for Your support
    Best Regards
    Sacha

    #1041822

    Hi!

    Yes, definitely better now. Glad you figured it out Sacha! Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

Viewing 17 posts - 1 through 17 (of 17 total)
  • The topic ‘problem with Your support’ is closed to new replies.