Viewing 30 results - 222,361 through 222,390 (of 244,545 total)
  • Author
    Search Results
  • #259763

    In reply to: Enfold editor problem

    Hello
    It is not working properly. Yes, it works only if I save every tab.
    But if I just open tab, then push another one- I will get the situation described in first post. And I got no such thing before

    Hi!

    Please make sure that you are using the latest version of WordPress as well which is 3.9 and please deactivate all active plugins and check if that helps.

    Regards,
    Yigit

    #259761

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 767px) {
    .container.template-blog {
    width: 100%;
    }}

    Regards,
    Yigit

    • This reply was modified 11 years, 11 months ago by Yigit.
    #259760

    In reply to: Disable Lightbox

    Hi!

    Please go to Enfold/js folder and there you can find Avia.js file. You should connect via FTP

    Cheers!
    Yigit

    #259755

    Hi!

    Please update both WordPress and Enfold to the latest versions as @moritzy mentioned and let us know if issue remains.

    @moritzy
    Thank you :)
    Have a nice weekend!

    Cheers!
    Yigit

    #259751

    Hi MeisDesign!

    1- Can you post the link to your website? What is the width of the logo you would like to upload?
    2- Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #top .avia-layerslider .ls-nav-prev, #top .avia-layerslider .ls-nav-next { width: 40px; height: 40px; }
    #top .avia-layerslider .ls-nav-prev:before, #top .avia-layerslider .ls-nav-next:before { line-height: 45px; }

    You should adjust the values accordingly
    3- Not sure if i understood your question. Can you please elaborate?

    Cheers!
    Yigit

    #259745

    In reply to: Mega Menu Column Title

    Hi!

    Please update Enfold to the latest version 2.7 and let us know if issue remains – http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Yigit

    #259743

    Thanks, Josue!
    Unfortunately, installing the Duplicate Posts plugin did not solve the problem. The clone of the page still will not accept drag/drop. Other pages still appear to be OK.

    Before receiving your suggestion, I also saved a Template of the page, and then applied that Template to a new page: same problem.

    It would appear that something is corrupted on that page…

    Is the only solution starting from scratch and rebuilding from the beginning?

    Appreciate your help! Otherwise, I’m having a great experience with the Theme, and with the quality of support here on the Forum. You guys deserve all the success you’re getting with this Theme.

    John

    Hey Paul!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    .page-id-1736 #av_section_1 .avia_widget_section {
    background: rgba(255,255,255,0.5)!important;
    padding: 10px;
    }

    255,255,255 is rgb value of the color and 0.5 is opacity level which you can adjust between 0-1
    Have a nice weekend!

    Best regards,
    Yigit

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
    1-

    @media only screen and (max-width: 990px) {
    #footer { display: none; }}

    2-

    @media only screen and (max-width: 990px) { 
    .menu-footer2-container {
    margin-top: 10px;
    }
    #footer {
    padding: 5px 0 10px 0; }}

    Best regards,
    Yigit

    #259722

    Hi raineysw!

    Yes, the latest version (Enfold 2.7.1) fixes the issue.

    Regards,
    Peter

    #259720

    Hi brendymullan!

    Please go to Enfold theme options > Header Layout > Mobile Menu > Header Mobile Menu activation and choose 990px

    Regards,
    Yigit

    #259713

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 1140px) {
    .container .twelve.units, .responsive .container .twelve.units {
    width: auto; }
    }}

    Cheers!
    Yigit

    #259712

    In reply to: Blog meta elements

    Thanks Yigit for coming back to me.
    Yes, my website is currently down because the upgrade to the latest wordpress version failed and I am backing up…
    I am running the enfold theme on a local wordpress installation to get used to the enfold theme and will change the theme on my website soon.
    Maybe the best is to get back to yout when it is ready with the enfold theme and the issue is still there.

    All my best
    Michael

    #259709

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select {
    border-color: white;
    background-color: transparent;
    color: white;
    }

    Best regards,
    Yigit

    #259704
    tdako
    Participant

    Hi,

    I bought Enfold a week ago and I’m not trying to set up a site locally on my computer and will move it to the Live site when it’s done. It’s a great theme and I think one can create great sites with it.

    One thing I’m having an issue with is setting up a Portfolio. I am going to use the site for Photography and to sell the images. In my current site, I have each image entry done as a Post. With Enfold, I am thinking I can make each image entry as a Portfolio item and each image fits into a category.

    If now I create a Portfolio item or entry, I can add the image/picture to the Avia Layout Builder section, setup the Tags and Categories like a normal Post. This works fine.
    When I then go and look at the Portfolio Page, I won’t see a thumbnail of this post, just the image caption. In order to see an thumbnail of this image, in the Portfolio item, I have to add a Featured Image. Then on the top level Portfolio page, I see the thumbnail of the image.

    However, if I think click on it and go to the Image page, I see the featured image at the top and then the main image underneath. I guess this is overkill. Is there a way to not show the featured image above the main image?

    Thanks in advance for your help.

    Cheers
    tdako

    #259702

    Hi Jamie A!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust if needed

    .fb_iframe_widget {
    margin-left: 45%;
    }

    Regards,
    Yigit

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia-icon-list .iconlist_title { text-transform: none; text-align: center; }

    Regards,
    Yigit

    • This reply was modified 11 years, 11 months ago by Yigit.

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .socialize-containter { display: none !important; }

    Cheers!
    Yigit

    #259696

    Hi spavli2!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #top .aviaccordion-preview-title-wrap, #top .aviaccordion-preview-title-pos { height: auto!important; }

    Cheers!
    Yigit

    #259693

    In reply to: Menu Hover

    Hey!


    @janeyj
    Please see – https://kriesi.at/support/topic/menu-hover-2/#post-259653

    @insatiableiam
    Thanks for helping :)

    @msheli
    Please go to Enfold theme options > Header Layout > Header Behaviour and choose to display sticky header

    Best regards,
    Yigit

    #259688

    In reply to: Enfold editor problem

    Hey!

    Thank you for using the theme!

    I’m glad it is working now. It is really to important that you save the elements properly.

    Cheers!
    Ismael

    Hey!

    Ja, die Schriftfarbe eingeben kann man nicht. Ich muss zugeben, dass ich auch nicht weiß, ob dies vorher überhaupt möglich war. Wenn ich aber das Theme auf zB TwentyThirteen ändere, kann man ebenfalls keinen Farbwert eingeben, sodass es nicht am Enfold Code liegen kann. Als Workaround empfehle ich in den “HTML” Modus zu wechseln und den Farbwert im Code abzuändern.

    Das Absatz Problem hat ein anderere User bereits berichtet und sollte mit dem nächsten Update behoben werden.

    Cheers!
    Peter

    #259683

    Hi,

    I just purchased Enfold and learning to get to grips with it.

    I think it is a bit confusing then, when one chooses to use the Fullscreen Slider and sets the option to No Scaling. This gives the impression that you can upload an image with a certain size and that it will not be scaled upwards when used in the slider.

    Maybe this could be explained somewhere in future documentation?

    Cheers
    tdako

    #259673
    jockejansson
    Participant

    Hello!
    I’m looking for a solution to make my contact forms transparent in Enfold. I have tried to search the forums but the codes i’m finding is not working with Enfold. Thanks for any help in advance.

    #259672

    In reply to: Menu Hover

    I’m locking for a floating menu like what you’re using on you enfold demo page to “change styles”.. could you help me to do that ?

    thank you

    Davide

    #259671

    Topic: Duplicate Images

    in forum Enfold
    Bedros
    Participant

    Hi Friends, thanks very much for your great support and patience.

    I don’t use any plugins, and I use Enfold Theme with Latest WordPress Version and Latest Enfold Version.
    When I upload an image via dashboard, it seems I am uploading a single image, but when I ceck it via FTP it seems every image has 10 versions with different dimensions. Why is that?

    Thanks very much for all your support.
    Kind Regards,
    Bedros

    #259659

    In reply to: installation problem

    Hey!

    Thank you for the update.

    Please extract the actual enfold zip file inside the theme package. http://kriesi.at/documentation/enfold/install-enfold-over-ftp/

    Please check the file permission of wp-content/uploads/dynamic_avia folder. Set it to 755 or higher. Delete the file enfold.css first then change some settings on the theme options. Save changes.

    Best regards,
    Ismael

    #259655

    Topic: Blog meta elements

    in forum Enfold
    mipau66
    Participant

    Hi,

    I recently bought the Enfold theme (great stuff!) and I am currently playing with all the features and options on a local installation before I adapt my website.
    In the blog layoutsettings I have changed the appearence of the “blog meta elements” – the changes show up in a single blog post but not in the Blog overview. How can I change that?
    Thanks for your support
    Michael

Viewing 30 results - 222,361 through 222,390 (of 244,545 total)