Forum Replies Created
-
AuthorPosts
-
Hello, You can close this.Thanks again.
Yeap, it works with minor modifications.
Thanks for the assistance!#mytable { margin: 0px; }
.mytable .pricing-table-wrap { display: inline-block; margin: 0px; }
.mytable .pricing-table-wrap li { text-align: left; font-size: 15px; font-family: “Josefin Sans”; padding: 0px; }
.mytable .pricing-table>li:nth-child(even) { color: #5c5c5c; }September 29, 2020 at 9:21 pm in reply to: Masonry Gallery – Greyscale effect – Inverse effect #1249493Yeap – that works :)
Thank you for the assistance!Hello,
I am sending a link so that you can see my portfolio item page. In this page I have created a table (mytable) that looks like this:
Column | Column
Client | Text
Year | TextWhen I put some text on the second column. i.e. text, the text is too far away and it looks ugly. What i would like to do is:
Shorten the width on the first column, so that the text is closer to the client or the year. Or make the table columns Column1: 20% – Column2: 80%
I would also like all text to be the same color, i.e. #5c5c5c
Finally align the text to the left.Below this table (on the link that i sent you) is a text field with the end result (kinda) :)
Thank you
September 27, 2020 at 7:40 pm in reply to: Masonry Gallery – Greyscale effect – Inverse effect #1248863Hello,
Here is the link to an example. I have a masonry gallery and I have activated the grey scale effect. When i mouse over on an image it will revert to the original color. I would like to do the opposite. I would like to display the image with the original colors, and when I mouse over, to display in grey scale.
Thank you
September 29, 2017 at 11:44 am in reply to: Shop Banner Image – Woocommerce: Banner Image not displayed correctly. #858438Thank you Ismael,
You can close the ticket. The best support by the best theme :)
September 29, 2017 at 11:26 am in reply to: Shop Banner Image – Woocommerce: Banner Image not displayed correctly. #858425Hi Ismael,
Thank you for your response. I think i figured it out. Since my image has specific dimensions 1310px x 220px I added the following code and it works now.
#av_product_description .av-parallax { transform: none!important; } #av_product_description { height: 220px; } #av_product_description .av-parallax-inner { background-size: initial; background-position: 50% 100% !important; }
In other words – I removed the parallax effect, i added a specific size to the container and fixed the background. And because i wanted to make the image disappear on smaller screens this is my final solution.
@media only screen and (min-width: 990px) { #av_product_description .av-parallax { transform: none!important; } #av_product_description { height: 220px; } #av_product_description .av-parallax-inner { background-size: initial; background-position: 50% 100% !important; } } @media only screen and (max-width: 989px) { #av_product_description .av-parallax { transform: none!important; } #av_product_description { display: none!important; } }
This works now, but if you have any suggestions on how to make it prettier they would be most welcome :)
Thank you so much for your support
That did it! –
Thank you so much Ismael. You can close the ticket now.Just to clarify everyone,
1) If you open the class-breadcrumb.php file and you change ‘show_categories’ => true, to false, it will stop displaying the categories. I am just asking you to suggest a method to hide it using CSS.
2) This could be a bug in the code of the theme. If not, you need to tell me why the titles do not appear. I have not changed anything in the theme itself.
Regards,
AntonisHi,
1) There is no way to hide the category Name by using a quick css?
2) On the news page I use the Enfold latest news widget (image1). This widget works fine on all pages, but on the actual posts the Popular / Recent / Comments title does not appear on top. (image2). I do not know a simpler way to explain this. The Enfold latest news widget does not work on posts.
- This reply was modified 8 years, 1 month ago by agougo.
Hello,
Please try now.
Regards,
AntonisHere you are:
Hi Ismael,
Thank you for the response and the documentation link. Since i want to hide this section on both mobile and desktop I found another way. I added a color section, and then inside I added my code block. On the color section I included a Section ID : my-id.
Then i added on the quick css: #my-id { min-height: 0px; height: 0px; }
This solved my issue. I will keep your documentation link for future reference as it is also very useful. You can close this ticket.
Regards,
AntonisHi Rikard,
Thank you for the response. The image on mobile looks like picture 1 (see private message). The desktop version looks like picture 2. As you can understand i do not like picture 1 – :)
So let me ask, Is there a way to add a code block on a page without adding a white space around it? This was the only way that i could think of to bypass this.
Any other suggestions would be welcome, although it kinda falls outside of the scope of theme support.
Thanks,
AntonisMay 28, 2015 at 2:02 am in reply to: My combo widget is displaying special characters instead of the normal ones #450863Hi Josue,
Great! – please consider this ticket closed. Thank you for your support and patience.
Thanks,
AntonisMay 28, 2015 at 1:14 am in reply to: My combo widget is displaying special characters instead of the normal ones #450859Hi Josue,
This is a good answer :) – One last question: When i update the theme to the next version do I have to do that again?
Thanks,
AntonisMay 28, 2015 at 12:39 am in reply to: My combo widget is displaying special characters instead of the normal ones #450854Hi Josue,
I just recreated the second post having problems from scratch (just to be sure). Same issue. I even deleted manually any leftovers from the DB to make sure it does not leave any traces.
Thanks,
AntonisMay 28, 2015 at 12:30 am in reply to: My combo widget is displaying special characters instead of the normal ones #450848Hi Josue,
As i mentioned before, i have already tried that for one of the 2 posts. For some reason it does not work. I have been scratching my head as well. It seems that the widget does not interpret some characters correctly. Please let me know if you have any ideas.
Thanks,
AntonisMay 27, 2015 at 10:33 pm in reply to: My combo widget is displaying special characters instead of the normal ones #450828This reply has been marked as private.May 26, 2015 at 10:24 am in reply to: My combo widget is displaying special characters instead of the normal ones #449945Hi Josue,
Yes, this is what I am getting. It seems very strange to me. I tried recreating the post, changing the title, etc. When I type latin characters it seems to be fine. But with Greek characters I get what you see in the picture. This is not a DB issue as I use UTF8 general_CI and in all posts in the past I never had this problem. Also, this seems to appear on the last 2 posts and not the previous ones.
http://synthetic-toys.com/wp-content/uploads/2015/05/1.png
Thanks,
Antonis -
AuthorPosts