Viewing 30 results - 230,401 through 230,430 (of 244,425 total)
  • Author
    Search Results
  • #214268
    jtree5757
    Participant

    Hey guys,

    This may sound odd, but I was wondering if I can disable the Enfold search function?

    The reason is there is another search plugin I want to use for my multisite and it takes over the default WP search, but I think Enfold does the same thing so I wouldn’t be able to use it without disabling Enfold search first.

    Am I correct in my thinking?
    And again, how can I disable Enfold Search and restore default (so to speak)?

    Thanks

    #214267

    Hi!

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

    a.grid-image { opacity: 1!important; }

    Best regards,
    Yigit

    #214262

    Hey!

    1- It does work fine on my end on Chrome version 32.0.1700.76 m on Win7. Please see screenshot here http://i.imgur.com/4VpswoU.jpg
    2- Please choose to display 2 columns in Enfold theme options > Footer tab then add following code to Quick CSS in Enfold theme options under Styling tab

    #footer .first { width: 71%!important; margin-left: 0!important; }
    #footer .av_one_half { width: 24%; margin-left: 5%;  } 

    Best regards,
    Yigit

    #214258

    Hey Quatschtronaut!

    You are currently using fairly old version of Enfold. Please update Enfold to version 2.4.5 and WordPress to 3.8 so we can make sure that it is not something that have fixed already.
    Please see http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Yigit

    #214237

    Theme Options menu and LayerSlider WP doesn’t translating, because it haven’t array( __(“any text”, ‘avia_framework’ ). Please fix it in the new 2.5 version. If I translate register-admin-options.php file directly, theme options menu becomes nonworking.
    Also, Enfold doesn’t support any cyrrilic Google Font except ‘Open Sans’. After all updates I add this line:
    'Comfortaa'=>'Comfortaa',
    into register-admin-options.php file. So as you see, it needs to change a procedure of selectiong Google Fonts – replace dropdown list with fonts on text-input field where any user can put own code, that generated by Google Fonts, for exsample this:
    @import url(https://fonts.googleapis.com/css?family=Yeseva+One|Lobster);
    or update font list (add all Google fonts).
    Thanks!

    • This reply was modified 12 years, 2 months ago by Bogdan.
    #214230

    In reply to: Search on top menu

    Hey!

    You are probably using the older version of the theme. Please update your theme to the latest version 2.4.5 and it should appear
    http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Cheers!
    Yigit

    #214229
    Lynnr321
    Participant

    I have been experiencing fatal errors and could not use the admin side of WordPress earlier today. I think I have them fixed now, but I’m not sure. I am sending this along to you as I am seeing others like this and hope it may help in troubleshooting it for everyone.

    Earlier today:
    When logging into Pages, they responded very randomly. For instance, the Home page does not display or sometimes gives a fatal error and the Rates page comes up with only the default editor and otherwise a blank white screen. Oddly, the user side looks and operates fine. Below are some threads I’ve posted on for this problem and some things I’ve done from your advise that, so far, have not worked.

    I love this theme -it is one of the nicest themes I’ve ever developed with, BUT I need to get it to launch successfully and be stable.

    My site is at: http://bit.ly/1ff9EVF

    Thanks -Lynn

    Link: https://kriesi.at/support/topic/fatal-error-caused-bij-enfold/

    January 23, 2014 at 6:17 pm

    I am receiving similiar php warnings and my host said to contact the Theme developers. My site is at: http://bit.ly/1ff9EVF
    Should I open a new thread or can you help on this one?
The error I am receiving is:
Fatal error: Cannot use object of type WP_Error as array in /home/sterling/public_html/new-wordpress/wp-content/themes/enfold/framework/php/auto-updates/class-envato-protected-api.php on line 344
    I have also been receiving php memory limit errors, but I increased the allotment and that seemed to resolve that.
    Thanks -Lynn

    January 23, 2014 at 8:04 pm

    For now, I have resolved this by deactivating the Jetpack plugin.
    It caused this error when loading, but then loaded the plugin:
Fatal error: Out of memory (allocated 67633152) (tried to allocate 122880 bytes) in /home/sterling/public_html/new-wordpress/wp-admin/includes/class-wp-plugin-install-list-table.php on line 269
    Then it gave this error when I clicked on Sites Stats (twice):
We were unable to get your stats just now. Please reload this page to try again. If this error persists, please contact support. In your report please include the information below.
    User Agent: “Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.73.11 (KHTML, like Gecko) Version/6.1.1 Safari/537.73.11″
Page URL: “http://sterlingridgeresort.com/new-wordpress/wp-admin/admin.php?page=stats&noheader”
API URL: “http://dashboard.wordpress.com/wp-admin/index.php?noheader=true&proxy&page=stats&blog=58935943&charset=UTF-8&color=coffee&j=1:2.7″
http_request_failed: “Couldn’t resolve host ‘dashboard.wordpress.com’”
    I disabled Jetpack and some of the errors went away (I thought it was fixed), but when I went into several pages, then I received the random errors described above.

    Then I did the suggestions at the end for the php.ini file:
    link: https://kriesi.at/support/topic/java-script-error/
    January 16, 2014 at 9:52 am

    Hey!
    This is not an incompatibilty issue but a problem of the envato theme update api. You can try two things:
    1) Update the api file to the latest version – the code can be found here: https://github.com/envato/envato-wordpress-toolkit/blob/master/includes/class-envato-api.php – just delete the code in wp-content/themes/enfold/framework/php/auto-updates/class-envato-protected-api.php and insert the updated code. I’m not sure if it will work though (I can’t test it).
    2) Deactivate the update api – insert following code into the child or parent theme functions.php file – i.e. insert it at the very bottom of the file
    add_theme_support(‘avia_manual_updates_only’);
    Cheers!
Peter

    It still was not fixed.
    Then I increased the PHP Configuration to 200M. Still not fixed.
    Then I turned off the NextGEN Gallery by Photocrati & NextGEN Gallery Media Library Addon Plugins.
    And that! seems to have fixed it.
    Cross your fingers -hope this helps you in troubleshooting. It seems like I do not have an immediate problem, but it still doesn’t seem quite ‘right’. When changing text in the avia theme editor, sometimes I am getting the ‘Visual’ display and sometimes I need to go to the “Text” tab to edit the Text Block.

    I am using Liquid Web as the host.

    #214225

    hi Devin.

    1. -The first piece of code did the job :-)
    -Second piece, I cant see any effect ? -But nevermind i’m happy as it is !

    2. -i’m fine now that it’s gone !

    3+4. – i might post the scrollfunction in the theme feature request topic…

    5. I managed to partially solve the question myself, by simply changing the images in every one of the 8 pages :-) -Now i just miss the hoovereffect, but thats OK. (try clicking this button on my front page: click this one on my page

    6. OK :-)

    Thank you for your great support.

    #214222

    In reply to: Search on top menu

    Also on this post: https://kriesi.at/support/topic/remove-search-from-nav-and-adding-a-button/#post-213851
    It’s mentioned to go to ” Enfold theme options > Header and simply uncheck “Append search icon to main menu”. ” I don’t see such an option?

    #214218

    In reply to: header formatting

    Hi wss310!

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

    #header { background-color: white; box-shadow: 0px 9px 10px 0px #666; }
    

    Cheers!
    Yigit

    #214208

    In reply to: view items in pages

    Hey!

    That is set in Enfold > Theme Optons > And where do you want to display the Blog?

    Regards,
    Josue

    #214206

    Hi!

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

    @media only screen and (max-width: 767px) {
    .responsive #header .main_menu ul {
    display: block;
    }}

    Cheers!
    Yigit

    #214201

    Hey MikeK!

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

    #top div .avia-gallery img { padding: 0; }
    #ihf_map_widget { margin-top: -20px; }

    Regards,
    Yigit

    #214196

    Hi langor!

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

    .js_active .toggler,.js_active .tab { font-size: 16px; }

    Cheers!
    Yigit

    eternalko
    Participant

    Hi,

    This is a question to somebody, who has obtained wisdom and mastered the sorcery of Enfold and Avia Building Framework.

    The Story

    We needed a nice and flexible template for a content oriented website that described our products in photos, videos and texts. Lots of landing pages. Enfold seemed like a perfect candidate. And I loved it.

    However, right now, we understand that we may require some changes in the way the website looks.
    For example, we need a 3 level menu system. Enfold sorts that out via an AWESOME mega menu, but we cannot do it that way.
    You get an idea what we need from this picture.

    The structure is similar to a famous fruit company website.
    And we really like the way how Avia Layout Builder works, because we will have a lot of content to put online and ALB is a perfect tool.
    The problem is, that Enfold doesn’t look the way we want.
    So the change is coming Mr. Wayne.

    The Dilemma

    Basically, we want to prepare a set of building blocks and then build our website like one does using Avia Layout Builder.
    And we are not sure what path we should choose.
    1. Adapt Enfold. Try to decompose Avia Layout Builder and Enfold and adapt to our needs.
    2. Find something alike. Find a WP component or anything that would allow us to do similar to ALB and make our own template.
    3. Forget about it and just make our own template without awesome page builder.

    What would you do, a wise sorcerer?

    • This topic was modified 12 years, 2 months ago by eternalko.
    #214186

    Hi!
    ,
    Can you post a screenshot and show the changes you would like to make? If you want a secondary menu, you should choose one of the header types with secondary navigation in Enfold theme options > Header

    Regards,
    Yigit

    #214184

    Hi,

    Open /framework/php/class-breadcrumb.php and look for “You are here:” (line 26 and line 186), simply remove them.

    Regards,
    Josue

    #214179

    In reply to: Enfold fixed header

    Hey!

    Try adding this code to the Quick CSS:

    #header_main .container, .main_menu ul:first-child > li a, .logo img, .logo a {
    height: 88px !important;
    line-height: 88px !important;
    max-height: none !important;
    }

    Cheers! 
    Josue

    #214172

    In reply to: Post grid

    Hey studiotopo!

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

    div .av_one_third {
    margin-left: 1%;
    width: 32.333333%;
    }

    Regards,
    Yigit

    #214170

    Hey smorrone!

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

    #top .sub_menu>ul {
    float: right; }
    #top .social_bookmarks { margin-right: 7%; }

    Regards,
    Yigit

    #214156

    In reply to: Who can i do?

    hello!
    Thank you for your reply!
    this is the link of my photo.
    <img src=”http://lnx.hindu-temple.net/?page_id=2829&preview=true&preview_id=2829&preview_nonce=768a3ae82d&#8221; alt=”cartina”
    in the image there are some yellow point. in Dreamweaver i push on this point and a picture will open.
    In the website i would like to have a page where a can do this.
    Can you help me? is it possible in enfold or you suggest me something else?
    Thank you very much!

    #214155

    In reply to: header style logo

    Hey paulrt27!

    What type of header are you using? You can post the link to your website or check it in Enfold theme options under Header tab.
    Please try adding following code to Quick CSS in Enfold theme options under Styling tab

    .logo, .logo a, .logo img { max-width: 1000px!important; max-height: 300px!important; }

    Cheers!
    Yigit

    #214142

    Hi GuaranteeDigitalWI!

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

    .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a { color: white; background: red; }

    Regards,
    Yigit

    #214141

    Hey!

    Try adding this code to the Quick CSS:

    body.author br{
    display: none !important;
    }
    

    Cheers! 
    Josue

    #214135

    In reply to: Who can i do?

    Hi Iladevi!

    A screenshot of what you are trying to do would help.
    Please take a look at Enfold documentation here http://kriesi.at/documentation/enfold/
    You can also find video tutorials here http://vimeo.com/channels/aviathemes

    Regards,
    Yigit

    #214132
    gentlemansgazette
    Participant

    Hi there,
    Ever since I installed Enfold, I have my subscriber option field collide with the name field. Can you take a look here and tell me how I can display the checkbox and text underneath the three name, email and website fields?
    Thank you,

    #214131

    Hi!

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

    @media only screen and (max-width: 480px) { 
    #top .social_bookmarks { margin: 0; }}
    .social_header .phone-info { line-height: 0; }

    Cheers!
    Yigit

    #214127

    Hey Ignazio!

    You can give an ID to your color section and add following code to Quick CSS in Enfold theme options under Styling tab

    #your-id { background-color: rgba(0,0,0,0.5); }

    Cheers!
    Yigit

    #214120

    In reply to: Logo Alignment

    Hey Gstar72!

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

    .logo img { margin-top: 40px; }
    .header-scrolled .logo img { margin-top: 0; }

    Best regards,
    Yigit

    #214110
    mstell168
    Participant

    Hi, for my site using the enfold theme, when I view it on my iphone I noticed that the social icons in the top header are not centered. I did a search in this forum and found the code below but its not working for me-
    @media only screen and (max-width: 767px) {
    .responsive.bottom_nav_header #header_main .social_bookmarks {
    top: -15px;
    }}
    Any suggestions?

    Also for the phone area on the top right, I wanted to enlarge this font and wrapped the text in the <h5> tag which worked fine to enlarge it but it pushes the phone number down past the top bar. Is there anyway I can reduce the top padding in this section?

    Thanks.

Viewing 30 results - 230,401 through 230,430 (of 244,425 total)