Viewing 30 results - 222,241 through 222,270 (of 243,786 total)
  • Author
    Search Results
  • #256214
    Albulushi
    Participant

    Hello,

    After updating the site with enfold 2.7 and wordpress 3.9 there are some minor issues mentioned.

    In the screen shot the error are highlighted.

    the issues are the social icons, search icon, the top menu is little bit messed up, also if you hover on the image link before there was an indication right now its not showing.

    https://drive.google.com/file/d/0B7QKBnTRooFgdFJ4X1g4T3c5ajg/edit?usp=sharing

    #256213

    In reply to: Menu Highlight

    Hey HiDrew!

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

    .current-menu-item > a > .avia-menu-fx {
    opacity: 0;
    }

    Cheers!
    Yigit

    Hi Paul!

    Please make sure that you are using the latest version of Enfold(2.7) as well – http://vimeo.com/67209750
    If you are, please flush cache few times and check if that helps, as it did to users who were having the same issue

    Regards,
    Yigit

    #256205
    onlinedesigns
    Participant

    I am considering buying another license to use Enfold on a second site. However I have a particular requirement in that I need to have a custom page background colour for each page.

    Since I appear to be able to doing everything I have ever needed to do with the Enfold theme I just wondered if it was likley that I could achieve this seemingly simple requirement with this theme.

    I have tried some other themes but it is apparently not straight forward.

    Any ideas how I might be able to do this with Enfold?

    #256203

    Hey kreativabyran!

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

    @media only screen and (max-width: 767px) {
    .responsive .tabcontainer .tab_titles {
    display: block;
    border-top: 1px solid #555555; 
    }
    .responsive .top_tab .tab.fullsize-tab {
    display: none;
    }
    .responsive #top .footer_color .tabcontainer .active_tab {
    color: #444; }
    }

    Cheers!
    Yigit

    #256198

    Hi!

    Please see – https://vimeo.com/91837491
    Please add following code to Quick CSS

    @media only screen and (max-width: 1140px) {
    .av-main-nav > li > a {
    padding: 0 5px;
    }}

    I see that you have added the code with different values but on your case, this should work. Also Enfold theme options > Header > Mobile Menu > Header Mobile Menu should be now available on your end. Please choose 990px
    Cheers!
    Yigit

    #256197

    Hey!

    Please try using this plugin http://wordpress.org/plugins/wordpress-https/

    Best regards,
    Yigit

    #256188
    kikidesoibs
    Participant

    Hi,

    My website has two languages, french and english. French is the default language and english the secondary language. I use WPML to manage the translations.

    I have a weird difference between the two languages. In french, the dynamic CSS is loaded as a stylesheet, like this : <link rel=’stylesheet’ id=’avia-dynamic-css’ href=’http://optia.fr/preprod/wordpress/wp-content/uploads/dynamic_avia/enfold.css?ver=1&#8242; type=’text/css’ media=’screen’ />

    In english, it’s loaded directly in the page :
    <!–
    Debugging Info for Theme support:

    Theme: Enfold
    Version: 2.4.2
    Installed: enfold
    AviaFramework Version: 1.8.5
    AviaBuilder Version: 0.4
    ML:256-PU:44-PLA:8
    –>

    <!– custom styles set at your backend–>
    <style type=’text/css’ id=’dynamic-styles’>
    ::-moz-selection (…)
    </style>

    The problem with this is that in the first case, the dynamic CSS is loaded before my custom.css file and in the second case it is loaded after it. This means that some CSS rules are overriden in english that shouldn’t be.

    I regenerated the dynamic css files enfold.css and enfold_en.css but it hasn’t changed anything.

    How can I make it so the css is loaded the same way on both languages ?

    Site for reference :
    FR : http://optia.fr/preprod/wordpress/
    EN : http://optia.fr/preprod/wordpress/en/

    #256187

    That worked. Thanks!

    #256174

    Hey!

    Glad you figured it out! Let us know if you have any other questions or issues :)

    Cheers!
    Yigit

    #256171

    Okay i figured this out, for those out there wondering about this, it’s done by adding “Tabs” from content element.
    Then, under “Tab Position / Where should the tabs be displayed” choose “Left side”.
    Now, a dropdown choice should appear with “With border” written inside. Swtich that to “Without border”. That’s it, you got the exact same tabs that can be seen in the demo under Features menu.

    #256164

    Hey Kayzel!

    Please go to Enfold theme options > General Styling > Use stretched or boxed layout? and choose to display Boxed Layout

    Regards,
    Yigit

    #256159

    In reply to: Inserting portfolio

    Hey!

    Regularly updating through FTP shouldn’t cause the issue. It could have been an error when uploading originally or a file getting corrupted but in general it will not and shouldn’t.

    Personally updating all of my client sites and my multiple development sites of Enfold whenever we have beta versions or full releases I’ve never had the site completely white screen from updating so I don’t think it would be something to worry about.

    Regards,
    Devin

    #256158

    Hi edgarmota19!

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

    .image-overlay { background: transparent; }
    .grid-image img { opacity: 0.5; }
    .grid-image img:hover { opacity: 1; }

    Best regards,
    Yigit

    #256154

    Hey!

    Glad you figured it out! You can add your Google Analytics code in Enfold theme options – http://i.imgur.com/4Ilv8zN.png
    Let us know if you have any other questions or issues

    Regards,
    Yigit

    #256151

    Hey abhijitathavale!

    Thank you for visiting the support forum!

    Looks like you deactivated the transparent header. Please add this on Quick CSS or custom.css to remove the bottom border:

    #header_main {
        border-bottom: none;
    }

    Cheers!
    Ismael

    #256150
    This reply has been marked as private.
    #256147

    Hey Tim!

    You could do it with some custom css for each of those pages. You may also want to look at using a transparent header option depending on the layout: http://kriesi.at/themes/enfold/transparent-header/

    The page Id of each page is set as a class by the WordPress body class function. So you can target it and then any content on that page specifically to hide the header/menu as needed.

    Regards,
    Devin

    #256136

    Hi!

    Thank you for using the theme!

    Please refer to this link: https://kriesi.at/support/topic/create-new-template-2/#post-256134

    If this is the same topic, please refrain from creating duplicated posts. Thanks!

    Cheers!
    Ismael

    #256125

    In reply to: Import-file settings

    Hey!

    Please go to Enfold theme options > Footer Layout > Footer Columns and choose 4.
    Then go to Appearance > Widgets and add text widget (interesting links) and “Enfold RSS link and Twitter Account” widget to Footer Column 1. “Enfold latest news” widget to Footer Column 2. “Tag cloud” and “Categories” to Footer Column 3 and finally another text widget to Footer column 4.

    Cheers!
    Yigit

    #256121

    By the way, Thanks for the great support. Enfold is the best theme I have ever used. Can’t wait for you to come out with more like it.

    #256120

    In reply to: basic instructions

    Hey truderma1!

    You can find Enfold documentation here – http://kriesi.at/documentation/enfold/
    and video tutorials here – http://vimeo.com/channels/aviathemes
    If you have any other questions or issues after taking a look at tutorials, feel free and let us know!

    Best regards,
    Yigit

    #256105

    Hi Meijestic!

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

    @media only screen and (max-width: 767px) {
    .responsive .mobile_slide_out .logo {
    margin-left: 35%;
    }}

    Cheers!
    Yigit

    #256102

    Hi!

    Thank you for the info.

    Please watch the video Yigit posted. If you’re not comfortable with the following steps, please hire a freelance developer to help you update the theme. Regarding the menu or label as you put it, you can go to Appearance > Menus. Create a new menu then set it as Enfold Primary Menu under Menu Settings. The home page or front options should be included on Enfold > Theme Options panel. If you don’t mind, please post the login details here as a private reply. We will create the menu for you and set your home page.

    Please take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.

    If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page.

    Regards,
    Ismael

    #256094

    In reply to: Sidebar Alignment

    Hi rbruski!

    Thank you for using the theme!

    Those are nested subpages of a page. You can enable it on Enfold > Sidebar > Page Sidebar navigation. All pages that is a child page of a certain page will be listed on the sidebar. You can also use a Custom Menu widget for that. I’m sorry but we really need to see the actual live website in order for us to know the issue. Please make sure that you’re running the latest version of Enfold which is version 2.7.

    Cheers!
    Ismael

    #256085

    Hi silviouk!

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

    .togglecontainer .single_toggle:first-child .toggler, .togglecontainer .taglist + .single_toggle .toggler { border-color: red; }
    .js_active .active_tab_content, .js_active .top_tab .tab { border-color: yellow; }

    Cheers!
    Yigit

    #256083

    Hey!

    Glad you figured it out yourself.

    Any feedbacks and comments from you are greatly appreciated and the idea of a premium support is nice. You can vote or open a new request on Enfold Feature Request page regarding that matter. :)

    Best regards,
    Ismael

    #256082

    Hi jhop75!

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

    .search-results .sidebar, .search-results .extra-mini-title { display: none !important; }
    .search-results .container .nine.units { width: 100% !important; border: none !important; }

    Cheers!
    Yigit

    #256078

    Hi CyberSeb!

    You can simply add Advanced LayerSlider element to your page under Media Elements in Avia Layout Builder after creating the slider in LayerSlider WP tab in WordPress dashboard. Please make sure that you are using the latest version of Enfold (2.7) and WordPress (3.9) – http://kriesi.at/documentation/enfold/updating-your-theme-files/
    I tried to Google it but i could not find, sorry. But as Kriesi has the right license to distribute those images, i believe you are allowed to use them :)

    Cheers!
    Yigit

    This reply has been marked as private.
Viewing 30 results - 222,241 through 222,270 (of 243,786 total)