Viewing 30 results - 237,841 through 237,870 (of 243,744 total)
  • Author
    Search Results
  • #165616

    Hey infoportugal!

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

    .blog-tags { display: none; }

    Cheers!
    Yigit

    #165614

    Hi Adam!

    You are currently using Enfold version 1.7.1. If you are using WordPress version 3.6+ you need to use Enfold version at least 2.0.1. Recently Version 2.2 was released. You can login on ThemeForest with the account you have purchased Enfold and download latest version from “Downloads”
    For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750

    Best regards,
    Yigit

    #165600

    Hi Rob!

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

    .avia-promocontent { padding-right: 25px; }

    Cheers!
    Yigit

    #165592

    Hey!

    Sorry, I guess you posted wrong link this is not Enfold

    Best regards,
    Yigit

    Hi markjoseph7!

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

    #top .avia-logo-element-container img { filter: grayscale(100%); -webkit-filter: grayscale(100%); filter: gray; -webkit-transition: all .6s ease; }
    #top .avia-logo-element-container img:hover { filter: grayscale(0%); -webkit-filter: grayscale(0%); filter: none; }

    Regards,
    Yigit

    #165579

    I’m not entirely comfortable giving login details to my site to a complete stranger… Is there another way you could reproduce this?

    It occurs with all site plugins disabled, surely all you need to do is copy my top level nav items & use my site logo on any test site of yours.

    Cheers,
    Jason

    • This reply was modified 12 years, 2 months ago by Jason.
    #165568
    Christian Ronchi
    Participant

    Hi,
    it’s possible to force the final opacity of the “image overlay effect” on the portfolio item, from 0.7 (default setting) to 1.0 with custom.css (without touching .js)?

    My website is http://www.chricchio.com
    Thanks!
    Chris.

    #165567

    Hello faterra!

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

    div.ls-s-1 input[type="submit"] { font: bold 25px helvetica; text-decoration: none; background-color: #f5f6cc!important; color: #717304!important; padding: 45px 55px 45px 55px!important; border-top: 2px solid #ffffff!important; border-right: 1px solid #ffffff!important; border-bottom: 1px solid #fffffff!important; border-left: 1px solid #fffffff!important; }

    Best regards,
    Yigit

    #165566

    Please add google custom search in next version

    #165564

    Hello!

    Please create me an admin account and update your theme to v2.2. If you want to avoid that your website visitors see a stretched logo replace

    
    win.on("debouncedresize", adjust_menu_width);
    win.on('scroll', adjust_menu_width);
    adjust_menu_width();
    

    with

    
    /*
    win.on("debouncedresize", adjust_menu_width);
    win.on('scroll', adjust_menu_width);
    adjust_menu_width();
    */
    

    and I’ll remove the comment sign when I start to debug the code.

    Cheers!
    Peter

    #165558

    Hello!

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

    .grid-entry { padding-right: 15px; }

    Regards,
    Yigit

    #165553

    Save Custom Color Settings
    Add an ability to save the custom colour settings. It could be similar as for the Layersliders as a copy & paste box. Perfect it would be if it could be saved like the color preset buttons.

    #165548

    This is not a feature request per sé but a request to think about your hierarchical menu design. While that gap between the top menu word and the sub-menus makes sense from a design perspective because the submenus begin at a hairline border, I think it’s confusing for the average user.

    One possibility is that most users will not realize that there is content at the top menu word, thinking they need to go to one of the sub menu items, primarily due to the distance. The other is that some will not realize that sub-menu items exists, again due to the distance, which visually disconnects it from the top menu item.

    Any chance you can give us a more traditional menu design option?

    #165546

    Hi Peter,

    Thanks for the reply.

    I am not keen to customise my install of Enfold, and I have specifically avoided doing it in the hope I would get good support.

    The issue with my site only occurs at browser widths >~700px and <~1150px. Unfortunately this means the common browser size of 1024px shows a warped logo. If I resize the browser larger than this, the image snaps back to the correct width (ie 1280px is fine). It is reproducable in multiple browsers on multiple machines, so is not a browser/plugin issue.

    Feel free to use my logo image to test. Maybe to reproduce you need to alter your top level nav to match mine.
    I have a fairly large top level nav, and have woocommerce (I noticed some code relating to the shopping cart icon in the top nav).

    edit: Just to clarify — Is your code supposed to make the logo *larger*? Because that’s what it’s doing <1160px.

    I would rather like to keep all of my files stock, but I can try a fix on my test site if you plan to include it in the next version of Enfold.

    Cheers,
    Jason

    • This reply was modified 12 years, 2 months ago by Jason.
    #165543

    Topic: Video und LayerSlider

    in forum Enfold
    diefleischerei
    Participant

    Hallo, weiss jemand von euch ob es die Möglichkeit gibt in einem LayerSlider auch Videos darzustellen. Ich hätte gerne eine Slideshow die über die Gesamtbreite der WordPressseite geht bei einer Höhe von 500px (Grafiken sind 1920x500px gross) und einer der Slides sollte ein ebensogrosses Video sein dass abgespielt wird und danach die nächste Slide kommen?

    kann man sowas simpel realisieren? bzw. ein anderes plugin in das enfold theme einbauen damit sowas möglich ist? ich würde die idee genial finden videos abspielen zu lassen kombiniert mit den überlagerten ebenen die beim layerslider möglich sind.

    HELP :) Danke für den Support :)

    #165531

    Hi!

    Actually I wrote the function and added it to avia.js. The function will calculate the width of the menu items with paddings and without paddings and if the width of the menu items with paddings and the logo width exceeds the header container width it will try to shrink the paddings to a lower value. By going this way we can make sure that the logo is not overlapped by the menu items. However in some cases the reduced paddings are not enough and the menu items would still overlap the logo and my function then calculates the remaining space and changes the logo width to the calculated value.

    That said I can’t reproduce the issue on my test servers ( http://www.screenr.com/kCZH ) and no other user reported a similar issue so far and I wonder if the issue only occurs with a certain setup (os/browser specific). I tested your website and the new Enfold update on my test servers with Firefox, Chrome, IE10 and 9 on Win8 and I didn’t notice a logo image distortion.

    If you think it’s coded wrongly and you don’t want to use the new function open up avia.js and delete/comment out following code:

    
    win.on("debouncedresize", adjust_menu_width);
    win.on('scroll', adjust_menu_width);
    adjust_menu_width();
    

    This will deactivate the menu item width and logo width calculation and my function won’t kick in. On the other hand you risk that the menu links may overlap the logo.

    Cheers!
    Peter

    #165530
    toshism
    Participant

    Hi there, I was wondering if it’s possible and how to change the image overlay icon to a totally custom image instead of using the default arrow?

    I saw the following post which refers to changing the arrow to something else in the icon library, but could I create my own icon and use that?
    https://kriesi.at/support/topic/rollover-disc-arrow-replacement-part-2/

    I would appreciate it if you could point me to any reading that may help or perhaps advise.

    Thanks

    #165518
    JappieNL
    Participant

    Hi,

    First of all I want to say that you have made a great theme.
    I am using enfold with a right sidebar and I have a color section at the bottom of my home page. The problem is that the color section is pushing the sidebar below the the content. I know the color section is 100% and that is what I want, but now there is a big blank space where the sidebar should be. It’s obvious when you check the link:
    http://beursdesknew.perfectonline.nl
    Do you have a workaround to get it in place again?

    Regards Jappie

    • This topic was modified 12 years, 2 months ago by JappieNL.
    #165512

    In reply to: Easy Slider Problem

    Hi Yegit,
    i have the same problem, how can I upgrate Enfold to new relase? Now I’m working in local.

    Thanks

    Serena

    #165510
    Mark
    Participant

    Hi there,

    Great job with this theme. I recently upgraded from Replete to Enfold. I’d like to know how to move my social media icons and have them float on the right side of the screen, similar to the Replete theme. I’d also like them to be fixed so as I scroll down they stay in the same position on the screen.

    Thank you!

    Mark

    #165509

    Gday Devin.

    I tried that switching back and forth between each heading type but still has the issue: http://screencast.com/t/2TZiVleYk

    Does that help direct it toward something else?

    cheers

    Darryl

    #165499

    Thanks, I’ve added that line and you can now leave a comment on a page.
    Still, recent comments from pages aren’t shown in http://www.valuation.co.il/?theme=enfold

    #165489
    lounge35
    Participant

    I have been having trouble with the inbuilt contact form system that is built into the Enfold them. When someone sends an email through it, it goes straight into my junkmail folder. Contacting my email provider, they say it is because the form is getting the follow header sent through it, which is causing the problem. Anyone have any ideas? Doesn’t seem to happen with the contact 7 plugin, if I use that instead.

    X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: “MIME-Version”

    #165488

    Hi Ismail,

    I’m using Enfold. Actually, I mentioned it at the start of my question. Enfold is a great theme and this is the second site I’m building with it.

    Please note I’m OK with html and css, but know very little about php. Can you explain in more detail how I would follow your instruction to “use this code on your header.php.” I assume I would edit the header.php file, but would I insert a new line, and, if so, where in the file?

    Thanks,

    John

    #165479

    A nice thing would be to have the 404 page be an actual wordpress page, that can be edited in just the same fashion as any other page. This would be very helpful for those who don’t want/know how to edit the code of the file to the extent that they would like.

    #165468

    Hello Jan Bosman!

    Please check this topic (that method works for Enfold too).

    Regards,
    Josue

    #165461

    In reply to: Enfold Bug In Main Nav

    Hey!

    Try this:
    #top.single-portfolio .hide-class{ display: none; }

    Regards,
    Josue

    #165447

    In reply to: Enfold Bug In Main Nav

    Thank you Devin!!
    That worked great for the blog, but I am not sure how to apply it to my portfolio project pages, to which there are 12 and counting.
    Any advice there?

    #165441

    Hi,

    There should be some sort of JavaScript conflict, can you create an administrator account and send it to me at avia.josue (at) gmail.com?

    Regards,

    Josue

    #165440

    Hey!

    Can you please list specific elements that you want to change? What version of Enfold do you have? Please deactivate all plugins.

    Regards,
    Ismael

Viewing 30 results - 237,841 through 237,870 (of 243,744 total)