Viewing 30 results - 99,091 through 99,120 (of 142,852 total)
  • Author
    Search Results
  • Hi!

    I changed your code to following one

    .retweets {
    	margin-top: 0px;
    }

    Please review your website now

    Best regards,
    Yigit

    #596369

    Thanks Vinay!

    I am trying to limit the number of plugins I use to reduce conflicts and maintain site speed but I’ll look at that one.

    Is there a way to put some welcome text / photo at the top of the blog page? That’s what I really want to do, and with a different theme the way to do that was to use a sticky post which that theme supported. Since this theme does not, is there a different way to do this?

    Thanks again!! (and thanks for the work on the header… I didn’t want to waste your time with all the customization that I began to realize we were going to need once Thomas saw it and began saying “can we….”)

    Thanks
    Rob

    iamway
    Participant

    Kind of strange problem, after I spend the time editing a quick css
    it’s gone well, but after I finish edit in homepage that work well, when I click another link
    the menu size is changing, all I have to do is refresh the page, some time it come back, but some time isn’t come

    please see in private content

    thanks

    #596362
    Vicken
    Participant

    Hi Team,
    I am having a bit of a problem trying to hide and show columns. I need to place 4 1/2 columns into one section/row. However I want to hide 2 of them, then show them after 767px media query, and hide the other 2. I noticed on an old post that Joshu had identified the .first class which is helpful if there are only 2 columns, but I have 4. I tried the following but it has not worked.

    Desktop —

    Play: div#topgreenzone .flex_column:nth-child(1) { display: none; } hide
    
    Win: div#topgreenzone .flex_column:nth-child(2) { display: block; } show
    
    Play: div#topgreenzone .flex_column:nth-child(3) { display: none; } show

    767 media query —-

    Play: div#topgreenzone .flex_column:nth-child(1) { display: none; } show
    
    Win: div#topgreenzone .flex_column:nth-child(2) { display: block; } show
    
    Play: div#topgreenzone .flex_column:nth-child(3) { display: none; } hide

    How can I achieve this?

    #596347
    #596324
    BoYa-Muenster
    Participant

    Hello,

    I dont think that this is a new question, but i didnt find this topic.

    Is it possible to request or import the number?
    We sell boats to customers and I want to display the number of boats we are offering.

    This number changes about each hour so we can not edit the animated number manually.

    Hope you understand my question – sorry for my bad english!

    #596322
    PIOPExec
    Participant

    Hello, Wonderful theme! I would like to know if there is a Custom CSS to have the portfolio grid title (and possibly excerpt) appear only on hover but to have it appear centered over/on top of the featured image of the portfolio item. Thank you!

    #596304
    Oriss
    Participant

    Hi there

    re weblink: http://www.test.oriss.co.uk

    Could you tell me how to get to the part where i can change the telephone number in the top menu currently reads

    Give us a call now: 555-485 3883

    Also the same for the footer details. How do i access to change please?

    Thank you

    Hi Andy,

    wenn man bei dieser Suche mal schaut:
    https://weingut-jonas.de/?s=Weinbau
    Hier werden einem bei dem 2. Eintrag (Rebstockpatenschaft als Produkt im Shop) und dem 3. Eintrag (Königliches Weinfest als Event) Auszüge des Beschreibungstextes angezeigt. Bei allen anderen Seiten, die mit dem ALB erstellt wurden, funktionert das nicht.

    Ich schätze die Ursache ist die gleiche wie bei meiner Anfrage bezüglich des Blogs:

    Hoffe hier gibt es eine Lösung, wäre sonst sehr schade.

    Besten Dank und Grüße

    Markus

    #596296

    Hello
    Could you please let me know how to make the social media icons and phone number right at the top of my site a little bigger?

    Many thanks,

    #596284

    Hey Christoph!

    nein, dafür gibt es keine Funktion im Theme. Dafür müsstest du dir ein Plugin heraus suchen.

    Gruß!
    Andy

    #596277

    Hi MarkusJonas!

    dies ist da normale Verhalten. Wenn du den ALB für blog posts aktivierst, verlierst du alle WordPress standard Einstellungen, dafür kannst du aber alles so gestalten wie du es haben möchtest. Wenn du das umgehen möchtest, dann gibt es einen Workaround: https://kriesi.at/support/topic/how-to-add-blog-meta-information-to-posts-designed-with-the-advanced-editor/#post-572997

    Gruß,
    Andy

    #596260
    #596245
    #596239
    KirstyT
    Participant

    We’ve been using the Enfold theme for our site and test site. On the test site we installed the latest version of the theme.

    Issue: the top-level navigation doesn’t work properly. When hovering over one of the nav buttons, the submenus open up over the top-level buttons. So, to see the rest of the nav buttons again, the user needs to move the cursor away.

    We thought that updating the theme would fix it, but the problem is still there. Please help us to restore the style of the original theme.

    #596226

    In reply to: blog intro paragraph

    Hi – login enclosed, what I am trying to do is have an introductory paragraph at the top of the blog list n my blog page, if you look it is visible in the edit page but not live and I can’t seem to get it to be visible live

    kind regards

    Stuart

    #596225

    Hey!

    The code Ismael provided is for hiding it.
    If you want to change the size, you need to to convert it

    @media only screen and (max-width: 767px) {
    .responsive #top .slideshow_caption h2 {
    font-size: 10px !important;
    }
    }

    let me know if you need anything else

    Regards,
    Basilis

    #596224
    A
    Participant

    Hey, there-

    So close to putting a bow on this one! Just a few pesky mobile responsiveness details…

    mobile screenshot

    1) The page title is WAY too big. I know it’s also very long; client insists.
    UPDATE: fixed it with

    .title_container .main-title {
    margin: 0;
    font-size: 13px;
    position: relative;
    z-index: 2;
    min-height: 36px;
    line-height: 1.3em;
    padding-top: 10px;
    padding-bottom: 5px;
    letter-spacing: .04em;
    font-weight: 200;
    }

    2) The slider is smooshed. On iPhone6 viewport, the buttons on the slideshow are cut off by the section below (and are too large). I would like to leave the slider in, but this section needs to have a height which accommodates the title, caption, and buttons. Alternatively, I would be happy to have the buttons removed for mobile viewing. What media query Quick CSS could make this a reality?

    3) The color section underneath the slider should be customized for this size (padding, heading font-size).

    THANKS

    • This topic was modified 10 years ago by A.
    #596215
    Pas7o
    Participant

    hi, i add this code into “block code” to see a video into my website:

    <div class="avia-video avia-video-16-9 ">
    <div class="avia-iframe-wrap"><iframe src="http://www.pasettoforniture.com/video/Gaggio.mp4" width="1280" height="720" autoplay="1" frameborder="0" allowfullscreen="allowfullscreen"></iframe></div>
    </div>

    when a person visit my website with internet explorer, automatically the video is open with windows media player, vlc, … it don’t stay into the website but it’s open with the default program to see video on windows. in google chrome there is a border at right of video.
    this is a problem of browser? of code? or graphic card?
    I would use gladly the item “video” to see my video. but an administrator of this forum say me that impossible video start automatically whit the block “video”. how i can resolve this?
    thanks

    #596205

    Hi!

    Please add the below CSS in Quick CSS

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .slide-entry {
         margin-left: 0!important; 
    }
    }

    Best regards,
    Vinay Kashyap

    #596201

    tried to change the pixels but that didn’t work i have these codes on there as well, maybe they will contradict each other, i dont know:

    #top #header .social_bookmarks li:last-child {
    border-right-style: solid !important;
    border-right-width: 1px !important;
    }
    .rtl ul#avia2-menu {
    margin-left: 10px;
    }
    .rtl li.menu-item-language {
    padding-right: 10px!important;
    }
    .avia-content-slider .slide-entry-title {
    font-size: 20px;
    }
    .avia-content-slider .slide-image, .avia-content-slider .slide-image img {
    margin: auto;
    }
    .rtl .post-title.entry-title {
    letter-spacing: 0.01em!important;
    }
    .rtl .post-title, .rtl .slide-entry-title {
    letter-spacing: 0.01em!important;
    }
    ul.avia_wpml_language_switch_extra {
    display:none !important;
    }

    #596191
    prudsys
    Participant

    Hi,

    I have the following problem. Currently, the scroll down stop if the bottom of the header hit the top of next section. For my project the scroll down has to stop if the top of the header hit the top of the following section.

    Can i change the anchor position of av_section?

    thanks

    Christoph

    #596182

    In reply to: Header CSS Changes

    Hi!

    Try using a placeholder image for the video.

    #player_26_1895992992_522052004 {
    background:url(placeholder_image.jpg);
    }

    If you have any issues please feel free to get in touch with us.

    Please create new tickets for new issues so we can keep the focus on the original topic and it helps us help you faster :)

    Best regards,
    Vinay Kashyap

    #596178

    Hi dominiquehurley!

    Thank you for using Enfold.

    You can either hide the caption on mobile or decrease the font size. Try this:

    @media only screen and (max-width: 767px) {
    .responsive #top .slideshow_caption h2 {
        font-size: 10px!important;
    }
    }

    If you want to remove it completely, use this:

    @media only screen and (max-width: 767px) {
    .responsive #top .slideshow_caption h2 {
        display: none !important;
    }
    }

    Regards,
    Ismael

    #596176

    Hi Rikard,

    Thanks for your reply.
    Here the link from the 360-VR-video: https://www.youtube.com/watch?v=HZeJlWQlrVE
    You can try it on your phone and move it around yourself or view it on your desktop and use your mouse to drag the movie.
    My intention is to use that functionality in the background of the site.

    Thanks again.

    Kind regards,
    Jeron Ponstijn

    #596173

    I had to create my image inside of a slider to make it work…

    I however am coming across another issue…

    I use GETRESPONSE for my web forms and I am currently pasting the JAVASCRIPT inside of CODE BLOCK within a 2/5 column box.

    On my homepage I have 2 web forms… One is located just below the guy pointing at you and the second web form is located half way down the homepage next to the Fear ebook.

    The problem: When I add both forms they end up being stacked on top of each other below the guy pointing?

    1. When I remove the form at the top of the page the CONQUER FEAR webform shows back up next to the ebook…

    2. When I remove the form next to the ebook the webform “THINK BIGGER etc” shows up just fine.

    Can you please look into this for me and let me know what the problem could be…

    I included my login details below

    #596161

    Hey enestedt,

    If you have used the builder to create your posts, then yes, you will have to add the excerpt manually. If you don’t see that option in your post edit page then please click Screen Options in the top right of the screen and select to display it there. If that doesn’t answer your question then please try to explain a bit further and post admin login details in private so that we can have a closer look.

    Thanks,
    Rikard

    #596158

    Hi,

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

    Best regards,
    Rikard

    #596148

    Hi mcraig77!
    Thank you for using Enfold.

    The longest testimonial item is located on item number 5, the height of the testimonial is 1200px, it’s like a whole book. Are you sure about that? Is there any way that you can shorten that testimonial? You can adjust the height properties to contain that item but you will find huge spaces on shorter testimonial items.

    
    #top .avia-slider-testimonials.avia-testimonial-wrapper {
        height: 1300px !important;
        max-height: 1300px !important;
    }
    

    Please consider our suggestions on the previous thread: https://kriesi.at/support/topic/background-section-proportions/#post-592852

    Best regards,
    Ismael

    #596139

    thanks for the reply.

    I see now that the problem occurs only in chrome , see the print screen . The top image is chrome , here lack the text and the button , the bottom is firefox this is correct .

    Regards,

    Hielke

Viewing 30 results - 99,091 through 99,120 (of 142,852 total)