Forum Replies Created

Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • in reply to: Table Adjustments – Width – text-align #1249576

    Hello, You can close this.Thanks again.

    in reply to: Table Adjustments – Width – text-align #1249497

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

    in reply to: Masonry Gallery – Greyscale effect – Inverse effect #1249493

    Yeap – that works :)
    Thank you for the assistance!

    in reply to: Table Adjustments – Width – text-align #1248934

    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 | Text

    When 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

    in reply to: Masonry Gallery – Greyscale effect – Inverse effect #1248863

    Hello,

    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

    Thank you Ismael,

    You can close the ticket. The best support by the best theme :)

    Hi 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

    in reply to: Breadcrumbs & Enfold Latest news widget #694951

    That did it! –
    Thank you so much Ismael. You can close the ticket now.

    in reply to: Breadcrumbs & Enfold Latest news widget #694098

    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,
    Antonis

    in reply to: Breadcrumbs & Enfold Latest news widget #694093

    Hi,

    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.
    in reply to: Breadcrumbs & Enfold Latest news widget #692309

    Hello,

    Please try now.

    Regards,
    Antonis

    in reply to: Breadcrumbs & Enfold Latest news widget #691230

    Here you are:

    in reply to: How to display a different page on mobile #690195

    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,
    Antonis

    in reply to: How to display a different page on mobile #689046

    Hi 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,
    Antonis

    Hi Josue,

    Great! – please consider this ticket closed. Thank you for your support and patience.

    Thanks,
    Antonis

    Hi 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,
    Antonis

    Hi 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,
    Antonis

    Hi 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,
    Antonis

    This reply has been marked as private.

    Hi 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

Viewing 20 posts - 1 through 20 (of 20 total)