Forum Replies Created

Viewing 30 posts - 32,101 through 32,130 (of 32,952 total)
  • Author
    Posts
  • in reply to: Different footer from page to another #781728

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Masonry not showing #781717

    Hey WordPressed,
    Can you please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: Why and how did my page turn from danish to english? #781712

    Hi,
    Thank you for sharing your solution, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: The event calender widget customization #781711

    Hey emfutte,
    Could you please put the two widgets next to each other the way you want them and I will try to style them the same. Also please take a screenshot of them and let me know which is which, I tried to translate but I still wasn’t sure.

    Best regards,
    Mike

    in reply to: Theme update broke double carousel slider, please help #781708

    Hi,
    Glad Rikard was able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Fonts are huge on product categories?? #781705

    Hi,
    Try this code in the General Styling > Quick CSS field:

    h2.woocommerce-loop-category__title {
    font-size: 18px!important; 
    }

    I wasn’t sure what size you wanted, so adjust “18” to suit your needs.

    Best regards,
    Mike

    Hey thijsvanhalewijn,
    First it looks like you have applied the blurry image fix, as I don’t see any blurry images. Well done :)
    Next, I was able to edit the text of a product without any errors in the default editor.
    But possible issues I see right off is that you have installed “Thrive Visual Editor” and your WC is v2.6.14.
    I recommend deactivating all active Plugins and reactivating them one by one to isolate the issue.

    Best regards,
    Mike

    in reply to: Mailchimp integration problem #781694

    Hey mveneziane,
    Please try to Go Deactivate all active Plugins & create a new mailchimp API key and add it to the theme options in Enfold > Newsletter.

    Best regards,
    Mike

    in reply to: menu position #779747

    Hi,
    Glad Victoria was able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    Hi,
    Please feel free to request – or vote if already requested – such feature on Enfold feature request form.

    Best regards,
    Mike

    in reply to: Full-Width Buttons Breaking! #779743

    Hey artisforever,
    You had this code in your Quick CSS & in your Simple Custom CSS plugin:

    .avia-builder-el-16 {
     margin-left: 0% !important;
     width: 20% !important;
    }

    I commented it out like so:

    /*.avia-builder-el-16 {
     margin-left: 0% !important;
     width: 20% !important;
    }*/

    if this was to fix another issue let us know and we will help, this code was too broad to be effective.
    Bye the way, you don’t need to use both Quick CSS & another CSS plugin :)

    Best regards,
    Mike

    in reply to: Image mapping #779738

    Hi,
    Perhaps we are talking about different things, the image map I thought you were talking about requires HTML, here’s an example: https://www.w3schools.com/tags/tag_map.asp
    Is this what you are talking about?

    Best regards,
    Mike

    in reply to: Movement on header jumps #778528

    Hey Ashkanpersian,
    I can’t duplicate that in Chrome, Edge, Firefox, or Safari what browser are you using?

    The first time I read your question I was thinking that you found the shrinking in header area to be too fast so I came up with this:

    .av_header_top {
    	-webkit-transition: all 0.9s linear!important; 
    	-moz-transition: all 0.9s linear!important;
    	-o-transition: all 0.9s linear!important;
    	transition: all 0.9s linear!important;
    }

    How that I read your post again I see not, but I’ll put it here for someone in the future :)

    Best regards,
    Mike

    in reply to: Black Admin Screen after migration #778523

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Open Text In Lightbox #778521

    Hi,
    Glad Vinay was able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Live Preview #778519

    Hey solidvapor,
    I believe you mean the editor element live preview, it is already on, you will see it when you edit an element
    postimage

    Best regards,
    Mike

    Hey lccooper,
    Please download a latest copy of the theme from themeforest and replace the theme folder via FTP in wp-content\themes\enfoldhttp://vimeo.com/67209750

    Let us know if the issue remains.

    Best regards,
    Mike

    in reply to: Footer: change the width of the columns #778516

    Hi,
    Try this code in the General Styling > Quick CSS field:

    #footer .flex_column.av_one_third:nth-child(1) {
    width: 20%;
    }
    
    #footer .flex_column.av_one_third:nth-child(2) {
    width: 45%;
    }
    
    #footer .flex_column.av_one_third:nth-child(3) {
    width: 20%;
    }

    Best regards,
    Mike

    in reply to: Center title on header #778515

    Hi,
    Oh I think you mean the slider caption and buttons, try this code in the General Styling > Quick CSS field:

    .caption_bottom .slideshow_caption .slideshow_inner_caption .slideshow_align_caption {
        padding: 300px 0!important; 
    }

    Best regards,
    Mike

    in reply to: Logo resized when uploaded #778513

    Hi,
    Can you please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: Logo resized when uploaded #778508

    Hey oneclearline,
    When you uploaded it did you choose “Full Size” ?
    postimage

    Best regards,
    Mike

    Hey siteraum,
    Please try line 50 in single.php
    postimage

    Best regards,
    Mike

    in reply to: Portfolio Images on Homepage – Remove Link #778505

    Hi,
    You couldn’t do that, css can’t inject links as it is only for styling. Above the links are still there, I just blocked the pointer events, (click).

    Best regards,
    Mike

    in reply to: Blog post in tab section with author image on the left #778503

    Hi,
    Your welcome and Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Footer not showing correctly #778502

    Hi,
    OK, it’s fixed now :)
    I had to add the headline rotator and the white space under it back. If I had to guess, I would say that someone edited the debugging code directly and got something out of place. There’s too much code to go though to tell what, but I was able to get your footer back in place :)

    Best regards,
    Mike

    in reply to: Mailchimp styling #778496

    Hi,
    Try this code in the General Styling > Quick CSS field:

    #avia_1_1 {
    border-color: transparent!important; 
    }
    #avia_0_1 {
    background-color: #EFE4B0!important;
    border-color: transparent!important; 
    }
    div .av-dark-form .button {
    background-color: #FF7F27!important;
    border-color: transparent!important;
    }

    Best regards,
    Mike

    in reply to: Thumbnails 80×80 not sharp in gallery #778492

    Hi,
    Your welcome and Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Target specific "special heading" #778485

    Hey Vision,
    Try:

    #top #wrap_all .av-inherit-size .av-special-heading-tag .sentence_01 {
        font-style: italic; 
        text-decoration: underline;}

    I’m making an assumption here, if it doesn’t work please include the page url or try:

    .sentence_01 {
        font-style: italic!important;
        text-decoration: underline!important;}

    not ideal, but ok.

    Best regards,
    Mike

    in reply to: Create pages with 100% with #778483

    Hey texodata,
    When you make a new page, choose “no sidebar” in layout and add your content elements to the builder with no layout elements. This way they will be full width.

    Best regards,
    Mike

    in reply to: Footer: change the width of the columns #778482

    Hey derarbeitspsychologe.at,
    Please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

Viewing 30 posts - 32,101 through 32,130 (of 32,952 total)