-
AuthorPosts
-
November 20, 2018 at 10:05 pm #1035806sachaGuest
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..November 21, 2018 at 5:36 pm #1036201November 22, 2018 at 12:53 am #1036349Hello , 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?
November 22, 2018 at 11:14 am #1036434November 27, 2018 at 8:00 pm #1038172Hello, 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.
November 29, 2018 at 12:45 pm #1038915Hi 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,
VictoriaNovember 29, 2018 at 1:18 pm #1038932Magnificent! 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.
November 30, 2018 at 2:44 pm #1039320Hi Sachasilvestri,
Can you disable caching and minification for now? It should look a bit different on mobile.
Best regards,
VictoriaNovember 30, 2018 at 3:24 pm #1039338yes, 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
SachaNovember 30, 2018 at 4:49 pm #1039378sorry, 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 youDecember 4, 2018 at 4:32 pm #1040772Hi,
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,
YigitDecember 4, 2018 at 9:15 pm #1040955Thanks 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 !!December 5, 2018 at 5:12 pm #1041290Hi,
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,
YigitDecember 5, 2018 at 6:04 pm #1041319Hello, 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 bubblesMany thanks.
- This reply was modified 5 years, 11 months ago by Marco.
December 6, 2018 at 6:58 pm #1041789Hi,
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,
YigitDecember 6, 2018 at 7:40 pm #1041807sachaGuestnot exactly but by modifying the old code I solved the problem
Many thanks for Your support
Best Regards
SachaDecember 6, 2018 at 8:10 pm #1041822 -
AuthorPosts
- The topic ‘problem with Your support’ is closed to new replies.