Viewing 30 results - 94,681 through 94,710 (of 142,845 total)
  • Author
    Search Results
  • #643919

    In reply to: id in a grid row

    On this page, I have a grid row with one cell and a text block and inside a h2 (COMERSO présente la seule solution clef en main et sécurisée
    qui valorise vos invendus en conformité avec la législation en vigueur.)
    I want to give a different style to this h2 compared to the other h2 of the site.
    For the moment I’ve put <h2 style=”text-align: center; text-transform: none; font-size: 32px;”> directly in the text block
    But it’s not relevant I’d like to put this style in css (to be able to reduce the font size on mobile). I’ve seen that in the grid row, we can add a ID section. I’ve put “ent-asso” and I also tried “#ent-asso”, which one should I enter in the grid row id section.
    And then, how can I change the h2 style properly? I’ve tried several things but I don’tmanage to do it.
    #ent-asso h2 { }
    #ent-asso #top #wrap_all .main_color h2 { }

    Hope it’s clearer, tx !!

    #643917

    Hi,

    The video URL you are trying to include is unlisted and it may not work for you

    Please feel free to try any video link which is free to share from youtube.

    Enter the youtube video URL and set your preference http://www.vtubetools.com/

    Copy the URL src from iframe code and use it in the theme with a 3rd party lightbox plugin.

    <iframe width="560" height="315" src="http://www.youtube.com/embed/ku6SAMsyHbo?&autoplay=1&start=14" frameborder="0" allowfullscreen></iframe>
    

    At the moment the youtube videos with custom parameters are not supported to open in lightbox.
    Example : https://www.youtube.com/watch?v=ku6SAMsyHbo&autoplay=1&start=24 will not work in lightbox.

    Request you to open new tickets for different issues.

    Best regards,
    Vinay

    #643916

    Hi Josue,
    Thank you very much. Looks a lot better. Is it possible to make the text and icons all right aligned? And also a bit more padding on top of the icons, they look too close?

    That would be great!

    #643905

    In reply to: Custom link menu

    Hi mcmoya,

    You can set that in the Link Target option for each link under Appearance–>Menus. If you don’t see that option then select to show it under Screen Option on the top right hand corner of the same screen.

    Best regards,
    Rikard

    Hi Basilis,

    I’ve already rated your theme with 5* so that’s covered :-)

    Can you please flag this topic as solved (I cannot do that myself I believe?). This keeps it more easy for me to maintain open and closed topics.

    Have a nice day,
    Monique

    #643889
    finddarkpoet
    Participant

    Hi,

    I’ve gone through most of the posts regarding this topic, tried increased the memory to 128M, clean cache, reset, import manually, none of above worked.

    Please advise.

    #643870

    Hi Ismael
    I sent you the wrong login link… sorry for that. Working on to many sites at the same time….

    1. Typos and SPAM
    No mejl gets to the spam folder
    2. Check if WordPress is able to send e-mails, 3. Deactivate Plugins, 4. Third-party plugin form testing, 5. Using SMTP
    I get the mail that says someone used the contact form just not the copy that I wanna send to the user (mail2). So it’s not the mail function that stop function it’s the mail2 that’s not working…

    #643829

    Wow, awesome , exactly what i wanted.

    Top support once again!

    Cheers

    #643797

    Hi,

    Great, glad you got it working. Please let us know if you should need any more help on the topic.

    Best regards,
    Rikard

    Hey venkidesigner,

    Thank you for using Enfold.

    Increase the max width of the content container with this:

    #top .fullsize .template-blog .post .entry-content-wrapper {
        max-width: 1200px;
    }
    
    #top .fullsize .template-blog .post .entry-content-wrapper > * {
        max-width: 900px;
    }

    Best regards,
    Ismael

    #643788

    Hi,

    Great, glad you got it working. Please let us know if you should need any more help on the topic.

    Best regards,
    Rikard

    #643785

    Hi Raphael,

    Glad we could help, please let us know if you should need any more help on the topic.

    Best regards,
    Rikard

    #643781

    In reply to: Allways show menu

    Hi,

    Glad we could help, please let us know if you should need any more help on the topic.

    Thanks,
    Rikard

    #643777

    Hi,

    Is there any way that the play bar ov vimeo is not displayed

    In the full screen slider settings, enable the “Hide Video Controls”.

    and that the height of the fullscreen slider can be reduced to only 50% of the normal video height?

    You can decrease the video size with the following:

    #top .avia-fullscreen-slider .av-video-slide.av-video-service-vimeo iframe {
        -webkit-transform: scale(.7);
        -moz-transform: scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7);
    }

    Best regards,
    Ismael

    Hi Yigit,

    I have found someone to customize the form for me on Codeable.
    Thank you for asking, you may close the topic now.

    Best Regards,
    Steve

    #643771

    In reply to: Whitespace on mobile

    Hi,

    You could try setting a negative margin like so:

    @media only screen and (max-width: 767px) {
    .responsive #top .container .av-content-small {
    margin-bottom:-20px !important;
    }
    }

    Best regards,
    Rikard

    #643766

    Hi,

    Glad we could help, please let us know if you should need any more help on the topic.

    Regards,
    Rikard

    #643764

    Hey!

    The menu is modified so it is not possibly to add the social icons with quick custom code it will take a lot of time to modify this. instead we have added the social icons outside the mobile menu in mobile please review the site now :)

    The below css was added in Styles.css

    
    /* Mobile Social Icons*/
    
    #header_main .social_bookmarks{
    display:block!important;
    } 
    
    @media only screen and (max-width:767px) {
    #header_main .social_bookmarks{
        margin-top: 44px!important;
        margin-right: -66px!important;
    } }

    Regards,
    Vinay

    #643759

    Hi Ismael,

    Thanks for that but I’m still experiencing issues, please see attached screenshot showing the issues: https://www.dropbox.com/s/u5xptw2j4oxjn4p/Screenshot%20-%20sidebar%20issues%20-%20enfold.jpg?dl=0

    1. There is a white space going through the background of the selected link and following through to other elements of right hand side of page
    2. The background height of the selected link has increased
    3. The text of the selected link is no longer centred vertically, heading more towards the top of the background.

    Could there be some issues with the initial code setup for the sidebar? Any ideas would be greatly appreciated.

    Regards,
    Steffen

    #643754

    In reply to: Background video

    Hi Andy,

    See details below, just like the video stop looping finish at the last frame you know :)

    Thanks,
    Nep

    #643753

    Topic: split page not working

    in forum Enfold
    luichon
    Participant

    Hi
    Congrats for this wonderful theme. It really has do the job.
    But I´m having an issue when I try to split the content into a page (not post) with the code <!–nextpage–>
    The number of pages are displayed at the bottom of the it, but really there is not another page. When click it, goes to to the top of the same page.
    Here is the link:

    Really hope you can help me
    Thanks in advance.
    Regards.

    #643752

    Hey!

    I apologise for the late reply, since Basilis is helping you out it did not appear in the queue for me.

    Wordpress recently update the jQuery version which caused the slider to stop working on your site. The code provided earlier fixed this issue almost every time. However if an error shows up after adding the code in functions.php it is more or less a warning message (this does not in anyway affect the data on the site) and it can be fixed in no time by editing the functions.php file but it will be possible only with FTP access.

    I understand where you’re coming from but do not worry at all you are indeed in expert hands. With your kind co-operation we will go the extra mile to resolve this efficiently for you :)

    Cheers!
    Vinay

    #643729
    WP Turned UP
    Participant

    Hello. With the help of support, I was able to get a custom header image added. Works great, but I need a little assistance targeting this on mobile. Specifically, I need a little hint as to what CSS to target so I can set up the media queries.

    Example

    Thank you,
    Ryan.

    #643728

    https://kriesi.at/support/topic/big-space-above-sub-menu/

    #643727

    This thread may help:

    #643715
    tdako
    Participant

    Hi,

    I have just seen the update for Enfold and the new themes added. I particularly like the Health theme and I have installed a website locally on my laptop in order to play around with the theme before I replace my Live site.

    On the home page, there are a few fonts used in the Slider and lower as Captions. Which fonts have been used here?

    Thanks a lot in advance
    Teddy

    #643712

    for some reason that code stopped working:

    .main_color blockquote,
    .main_color .avia-bullet,
    .main_color .av-no-color.av-icon-style-border a.av-icon-char {
    border:0;
    }

    #643694

    Unzip it to your desktop and then copy the folder over to your subdirectory… if you upload a zipped theme it will not work.

    #643684

    Hi,

    does it work for you when using the exact same code from here instead of your code? Please let us know about your results.

    Best regards,
    Andy

    #643683

    Yes many of us are going through this hell today and for some reason they haven’t stopped this update.

    You have to go into your site via FTP, delete the Enfold folder, and upload the new Enfold folder to your directory.

    Good luck.

    Happy Monday!

Viewing 30 results - 94,681 through 94,710 (of 142,845 total)