Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #921073
    David Magennis
    Guest

    Hi guys.

    Hope you’re well. Bit of a urgent query hope you can get back to me quickly.

    I’m trying to import your Spa demo on Enfold everything imports but the images. They seem to be direct to your test server which is possibly down. No images at all or snowing nor importing. Can you let me know ASAP.

    Thanks
    David

    Awesome them.

    #921088

    Hey David Magennis,
    I have included the Spa Demo uploads folder in a link in the Private Content area.

    Best regards,
    Mike

    #921819
    David Magennis
    Guest

    Hi guys,

    1 That is superb thank you very much worked perfect. One thing I can’t suss why tis the & appearing like it is in the screen shot attached How can I change this and the colour too? Also on About page of Spa demo is it possible to stack the images over the correct heading rather then having 2 images before the next text block on mobile screens if you know what I mean

    Thanks D

    Image here: https://www.dropbox.com/s/wg9q86axmzimasm/Screen%20Shot%202018-03-05%20at%2013.11.38.png?dl=0

    #921976

    Hi,
    Please link to the “&” symbol on your site as I didn’t find in on my demo.
    For the order of the grid row on mobile view, please try this solution:
    https://kriesi.at/support/topic/grid-row-order-on-mobile/#post-504545

    Best regards,
    Mike

    #921983
    David Magennis
    Guest

    Hi Mike

    Great support and very fast. Much appreciated.

    Regarding the &. I just changed the title text and used the & sympol in editor (special headibg). And on front end it looks like that image on the Dropbox. So just by adding & in a title cussed that is it some CSS set or something just can’t suss it. I’ve the site local at the minute so can’t send a live link

    Thanks
    D

    #921991

    Hi,
    Thanks for the info, I was able to reproduce it. The & symbol creates a class “special_amp” with the color and font.
    So if you want to override it you can with css such as:

    .special_amp {
    color: #000 !important;
    font-family: 'Comfortaa' !important; 
    }

    Best regards,
    Mike

    #922659
    David Magennis
    Guest

    Hi.

    Thanks again. That worked a treat. Just to confirm where is these classes that you have predefined for the theme located? In which file? Just so I can look over and pick it up myself?

    One other thing for the catalogue /pricing in the Spa.

    How can I remove the text transform so it’s not uppercase, change the text colour too.

    Apologies so many questions just getting to grips wit Enfold but really liking it so far.

    Thanks
    D

    #922661

    Hi,

    Thanks for contacting us!

    We would like to inform you that we only provide support to our registered users.

    You can register to our support forum here – https://kriesi.at/support/register/ and then start a new thread under Enfold sub forum – https://kriesi.at/support/forum/enfold/#new-post.

    Please make sure to elaborate on the issue you are having/changes you would like to make on your thread. If you would like to include screenshots, you can upload them on http://imgur.com or Dropbox public folder and attach the links in your posts :)

    Best regards,
    Yigit

    #922666
    David Magennis
    Guest

    Hi Yigit.

    Superb. I will get that set up inthe morning. 1am here.

    Could you just answer those two questions for me so I can complete this first thing. I will post all. Question in the registered side from here in.

    Greatly appreciate it

    Thanks
    D

    #922668

    Hi David,

    Sure but could you please at least post your purchase code in private content field – http://kriesi.at/wp-content/uploads/2013/09/registration_steps.jpg so we can validate your license?

    Regards,
    Yigit

    #922675
    David Magennis
    Guest

    Hi Yigit,

    Done:)

    Thanks

    \D

    #922677

    Hi,

    Thank you :)

    1- You can inspect elements on your browser and find correct selectors for elements. Alternatively you can use custom CSS field to target elements more precisely. To enable it, please go to Enfold theme options > Layout Builder and check “Show element options for developers” and then edit your element and give it a custom CSS class (“my-custom-class” in example below) and then add following code to Quick CSS field in Enfold theme options > General Styling tab

    .my-custom-class .special_amp {
    color: #000 !important;
    font-family: 'Comfortaa' !important; 
    }
    

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

    .av-catalogue-title {
        text-transform: none;
        color: orange; 
    }
    

    Best regards,
    Yigit

    #922687
    David Magennis
    Guest

    Great thank you. I’ll try this in the morning.

    Just to check though for example the amp issue I had earlier. Where is the CSS that was coded by you guys to style this element actually in? What file? It’d be great to know just so I can search the file for it and write new CSS to overwrite any other elements that I need to change the slightest.

    Thanks ‘d

    #922879

    Hi,
    The css for the “special_amp” is added with the demo install, so it will be in your /wp-content/uploads/dynamic_avia/ folder in enfold.css or enfold_child.css, depending if you are using a child theme or not.

    Best regards,
    Mike

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.