Viewing 30 results - 78,871 through 78,900 (of 142,897 total)
  • Author
    Search Results
  • #802391

    Hi,

    Great, glad you got it working and thanks for the feedback. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    Hi,

    Great, glad you found the problem and thanks for the feedback. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #802378

    Hey Christian,

    When you use the Layout Builder for posts then you will have to set the excerpt manually. If you can’t see the field in your posts then please click Screen Options in the top right hand corner of the screen and select it there.

    Best regards,
    Rikard

    Hi John,

    Great, glad you got it working and thanks for sharing. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #802361
    #802320

    Hi,

    Please update the theme to the latest version 4.0.7. This version contains a fix for the mega menu and the custom header height issue. Or add this code in the Quick CSS field to fix the issue temporarily.

    #top .av_custom #header_main > .container .main_menu ul:first-child .avia_mega_div .sub-menu > li > a {
        height: auto !important;
        line-height: 23px !important;
    }

    Best regards,
    Ismael

    #802277

    Hello Rikard,

    I am having the same exact problem as listed in the closed discussion:
    https://kriesi.at/support/topic/link-color-in-topbar-transparent-header/#post-782424

    I did not understand the editing process of the Quick CSS. I tried pasting suggested threads to no avail.
    How may I have my social icons appear in tablet and mobile modes?

    Best regards,
    Joshua

    #802276

    Hello Ismael, scrolling works perfectly, the only thing I want, is for card to show on initial loading of the page. At the moment when page is loaded, card is hidden behind top slider

    Screenshot – https://www.dropbox.com/s/tu78hgnj53nz4xu/lady.JPG?dl=0

    Earlier Victoria provided CSS to lower the card:
    #bonuses .av-styling-no-styling .avia_image {
    top: 200px;
    }

    It does the job, the only problem – that card remains low as you scroll

    #802270
    jgraddy
    Participant

    Good evening,

    My client wants to display the author bio on the bottom of all the individual blog posts. Right now, it has name and date at top, but we want to add author bio on the bottom. Is that possible?

    Site is http://trustytails.staging.wpengine.com/pet-learning-center/blog (hosted on WPengine)

    Thanks!

    #802269

    Hi,

    Can you try the suggestion I have posted on this thread: https://kriesi.at/support/topic/a-problem-with-tab-section/#post-799257
    Hope it helps :)

    Best regards,
    Nikko

    #802228

    Hi,

    Can you try to test the solution given in this post: https://kriesi.at/support/topic/background-video-with-no-sound/#post-229951

    Best regards,
    Nikko

    #802225

    Hi,

    I have added this css code in your Quick CSS:

    #top .isotope-item {
        margin-bottom: 5px !important;
    }
    
    #top .isotope-item .grid-content {
        padding: 26px 20px !important;
    }

    Let us know if it’s good :)

    Best regards,
    Nikko

    prerules
    Participant

    I am wondering if there is a way to set the header of the enfold theme so that the secondary menu is on the top and the main menu is on the bottom and then the logo is in the middle section (like 3 rows instead of 2). Then I would like to have an ad slot for a 728×90 ad to the right of the logo. Then, would it be possible to shrink the menu areas like the do in the 2 row setup? I have this 3 row setup now and I really want to switch to the enfold on this website because it is a cleaner theme, but I really need that 728×90 ad space.

    Hey Nick,

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

    @media only screen and (min-width: 990px) {
    #top #header .avia_mega_div > .sub-menu > li > ul {
        top: -25px;
    }}
    

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Best regards,
    Yigit

    #802177

    In reply to: Fullwidth submenu font

    Hello and thank you so much for all the help. At the end I gave up and I will keep the menu items the way they are. So, you can close this topic if you want.

    Regards,
    Alexia.

    #802175
    Momentummediaab
    Participant

    Hi
    I have an issue that on my website the Fullwidth slider and Testimonials dosen’t show up on the homepage. It worked for about a month and now it suddenly stopped. You can see that its supposed to be content but it just white instead of text and images. I used layerslider instead and that worked but I want Testimonials to show up. How can I resolve it?

    Thanks in advance

    /Louise

    #802173

    And now another weird issue:
    I removed the transparent logo top see what happens.
    Then i added the same logo again
    Result:
    – No logo on subpages
    – small logo on frontpage

    and one more
    If i change the settings like shown in the video the logo vanishes.
    The logo is set in the Enfold-Settings but there is no logo on the froint page

    #802158
    Mike
    Participant

    Hi,

    I have a problem with my site. Preview mode don’t work. See this picture https://www.mupload.nl/img/4fbybs84z578v.jpg
    You see at the top that it is not correct

    I have upgraded my website to the latest wordpress version. Have all plugins deactivated. Have Enfold re-uploaded. And everything does not work.

    Please help.

    Hey DROR,

    Please add following code to Quick CSS

    .single form.cart .button, .single div form.cart div.quantity { float: right; }
    .single div form.cart div.quantity {
        margin: 0 0 5px 3%;
    }
    #top form.cart .button {
        font-size: 18px;
    }

    Best regards,
    Yigit

    #802146
    #802137

    Hi,

    Please add following code to Quick CSS as well

    
    .cart_dropdown {
        top: 58%;
    }

    Best regards,
    Yigit

    #802131

    Victoria,

    I agree it’s a lovely animation, but the design and brand team are adamant about having products fade in and out.

    I tried changing the duration on the .avia_sortable_active .isotope classes to slow things down, but that’s applied only to the av-masonry-container. So when I set it to 5 seconds, the only difference was the footer seemed to move up. However, that doesn’t change the movement of the children, which in this case are a‘s. They still zip around as quick as ever.

    But I can tweak them with .avia_sortable_active .isotope a. There the opacity and transform(scale) are controlled on the fly via a script which edits the inline styles.

    The one problem I’ve discovered though is that when I change the transition-duration, there is a stutter before the element settles into place. Do you know why that would be?

    Thanks for pointing me in the right direction.

    • This reply was modified 8 years, 10 months ago by bitojoe.
    #802112
    vidaelf
    Participant

    Hi-
    My site is creating duplicate urls with /?s= at the end and they’re being crawled when I do site audits.
    I was able to find a few suggestions on how to block /?s= from showing up in search results, but I’m wondering if there’s now a better fix than adding below in your robots.txt or if there’s a way to avoid having them created all together.

    User-agent: *
    Disallow: /search
    Disallow: /*?s=

    I’ve recently switched from http to https and trying to fix all my mixed content errors is a nightmare with all of these extra links.
    Why are they being created and how can I best stop it.

    Thanks

    #802107
    Krissieg
    Participant

    Hi guys,

    I know this is unlikely to do but it’s worth asking…
    My client likes how the fullwidth easy slider fills a mobile screen versus the layerslider WP but the image doesn’t look very good when in mobile version as the logo within the image doesn’t sit right. Is there anyway I can swap the image to something else when the pixel width gets down to a mobile size?

    I’m guessing this is going into the realm of complicated but I wanted to see if you have any advice or ideas on how I can get around it?
    See the website: http://serviceintegrators.co.uk/
    Desktop it looks fine, and tablet. but when in mobile, the logo gets cut off and hidden behind the wording. I can’t move the logo up any more otherwise it will look silly on the desktop version. I would use layerslider WP for more control but we don’t like how it shrinks to scale on mobile and everything looks small.

    Thanks!

    • This topic was modified 8 years, 10 months ago by Krissieg.
    #802102

    In reply to: Enfold Logo Issues

    The change helped me fix it, thank you! However, I had to add one block of code that is rather simple:
    { display: inline-block !important; }
    By doing this, it centered the image from top and bottom so it doesn’t sit hard top like in your example images. I hope if anyone has this problem, they can see these fixes and it helps them.
    Thank you so much for your time guys, this one has been bugging us for a while!

    Tony

    #802096
    JuergenB
    Participant

    Since the last update I am not getting my main blog page to load more posts. The page displays the spinning icon for about 5 seconds, and then stops loading without displaying more posts.

    I researched the forum and found some entries on increasing memory size to 128MB, which I did, but which did not help.

    Please advise…

    #802091
    Sir-Richard-Picture
    Participant

    Dear Enfold Team,
    At first I am quite lucky with enfold. But today I have an issue with the blog excerpt. It seem to be the same problem like this https://kriesi.at/support/topic/blog-layout-21/#post-797170.
    I used the Advanced Avia Layout Builder in the Blog Editor. Unfortunatelly there is no blog excerpt in the Blog Raster with three coloums. Here you will find the problem: http://wp.me/P8ll3c-h#news.
    If I didn’t used the Advanced Avia Layout Bilder in the Blog Editor the problem doesn’t appear.
    Do you have any Ideas?
    Thanks in Advance.
    Kind regards,
    Christian

    #802089

    Topic: Page title alignment

    in forum Enfold
    MaaikeVVV
    Participant

    Hi there,

    We are working on our website again and have placed the menu on top instead of to the left.

    Now the pagetitle is there again (without the need to edit the header.php file) but its alignment is strange. Before the first word in the title, it leaves some white space.

    Do you have any suggestion on how to fix this?

    Hope to hear from you!

    Maaike

    #802081

    Thanks Jordan – you’re right, that was the problem. I was told to add that code by another support team member for styling reasons, but I didn’t notice at the time that is broke my site. That ticket is now closed – is there any way to reopen it, or do I need to start a new thread? support ticket

    Any thoughts on the second site?

    And thank you!

Viewing 30 results - 78,871 through 78,900 (of 142,897 total)