Viewing 30 results - 224,641 through 224,670 (of 244,353 total)
  • Author
    Search Results
  • #246755

    In reply to: Update

    This reply has been marked as private.
    #246751
    This reply has been marked as private.
    #246744

    In reply to: Update

    When you update your theme/re-upload it what are the steps you take?

    If you can also provide an admin login for the site through a private reply here on the forums we can log in and see whats going on first hand. Its very very strange since the style.css for the theme shows you are using enfold 2.6.2 but the pages still shows version 2.4.4 in the source code with the themes debug output.

    #246743
    wcolwell
    Participant

    Hello,

    Hope someone can help in uploading the newest version of enfold.

    I found the instructions for updating the theme through the “Enfold theme options.” But I don’t have a “theme update” tab on my Enfold theme options.

    Then I tried uploading the theme through wordpress itself (appearance…install theme, etc)
    When I download the most recent Enfold version on Theme Forest I downloaded: “All files and documentation.” Then, in WordPress, I attempted to upload the Enfold.zip file contained within the “All files…” folder. Unfortunately nothing happens. It won’t upload. The status bar on my browser goes part way and then stops and I get a try again message. What am I doing wrong? Should I have downloaded the file: “installable wordpress file only” ??

    Any other options? Not too complicated I hope.

    Thanks for ant assistance.

    Will

    ok thank you so much I keep that in mind

    Eventually it probably will be. WordPress is changing to a rapid release schedule and new major versions will be coming out more frequently.

    For the short term it probably will not be a big issue but eventually it will be.

    #246726
    rickpark
    Participant

    Hey there –

    Great job on the theme!

    I’m having an issue that other folks have reported where mobile hyperlinks, especially within color sections, don’t work.

    My site is here: http://www.parkchenaur.com.

    After applying the latest EnFold update, most of the links outside of the top color section now work. However – the ones on the top color section do not.

    I’ve applied the CSS code you pasted in the other threads, pasted below. Any ideas what might be wrong? It is also conceivable that I put the code in the wrong way somehow.

    Thanks!

    Code I’ve tried…

    .avia_mobile #top .av-parallax-section{z-index: 0;}

    @media only screen and (max-width: 767px) {
    #mobilehometwo a { z-index: 99 !important; }}

    #246725
    awaghlis
    Participant

    I am using the Google Publisher plugin to insert adsense into my Enfold-run website. It gives me an error message saying that I need to clear my wordpress plugin cache. I have disactivated all plugins and even clear my browser cache, but still get the same error.

    Anyone can please help with this. By the way, I don’t know if the Layerslider has any cache so I didn’t clear that one

    #246708

    In reply to: Portfolio sort style

    Hey garbath!

    1. To change the appearance of the links to buttons you will need to modify the css classes assign to them. You can always use microlancer.com they are pretty reliable and cost affordable.

    2. On Enfold options panel go to General Settings > Blog Style ( search for this and select from the drop down ) pick single author feature image small/big.

    Regards,
    David

    #246698

    In reply to: Enfold Showcase

    I really like the way jwferne has tweaked the menu on his site http://www.tfgsearch.com. How do you do that?

    Regards,
    H

    #246696
    spenflash
    Participant

    Hi, I recently hired a guy to customize the Enfold theme and I think he may have altered some of the Enfold core files (esp. the CSS files) when I asked him not too. He stopped work on my project when I pressed him on the issue so I suspect something is up. The test site is: test.specialized-pt.com. I mentioned that I only wanted the CSS3 code to go into Enfold’s Quick CSS test box area so I could review it and modify it in the future if needed.

    What files do I need to replace to ensure that the Enfold core files are in their original state and not modified? I’m just trying to save some time by not rebuilding the entire site over to test this (it would take some time to add in the media, new pages, and other tweaks). And I do have a complete copy of the site files backed up on my local drive.

    Thank you so much for your expertise and help!

    Spenflash

    #246695

    Hi Picante!

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

    .title_container .main-title { font-size: 20px; }

    Cheers!
    Yigit

    #246687

    Hi,

    Can you create an administrator account and post it here as a private reply?

    Regards,
    Josue

    #246678

    In reply to: Conflict with BBPress?

    Hey drjill!

    Can you post the link to your website? Which version of theme are you using? If not the latest 2.6.2, please update the theme http://kriesi.at/documentation/enfold/updating-your-theme-files/ and make sure that you are using the latest version of WordPress as well

    Regards,
    Yigit

    #246677

    Hi JaredBurnett!

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

    @media only screen and (max-width: 767px) {
    .main_menu, #header_main_alternate {
    display: block;
    }
    .responsive #header .social_bookmarks {
    display: block!important;
    }}

    Best regards,
    Yigit

    Hi Starkos!

    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: 45%;
    }}

    Cheers!
    Yigit

    #246671

    In reply to: Re-ajust the logo size

    Hi Soapmarine!

    Please go to Enfold theme options > Header > Header Layout and choose “Custom pixel value” in Header size and adjust custom header height http://i.imgur.com/zHTnggn.jpg

    Cheers!
    Yigit

    Hey!

    Can you guys try adding following code to Quick CSS in Enfold theme options under Styling tab and check if that helps?

    @media only screen and (max-width: 989px) { 
    .html_mobile_menu_tablet #mobile-advanced {
    z-index: 999!important;
    }}

    Cheers!
    Yigit

    #246657

    OK, got it, but still not seeing the changes take effect. Thanks for clearing up my CSS, by the way!

    Best,
    Alex

    #246654

    Hi!

    Glad you figured it out! You can also use following code in Quick CSS in Enfold theme options under Styling tab

    .av_phone_active_right.av_secondary_right .phone-info.with_nav span { font-size: 16px; }

    Cheers!
    Yigit

    #246652

    In reply to: IE issue

    Hey!

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

    .mega_menu_title img { width: 100%; }

    Cheers!
    Yigit

    Thanks Devin for your answer. I think Im not going to update the theme because now works fine just like that. Is that a problem? not to update the theme?

    #246638

    Hi!

    Now here:

    .related.products {
    display: none;
    }
    
    }
    

    There is an extra “}”.

    Cheers!
    Josue

    #246635
    drjill
    Participant

    Hi there,
    I’m investigating a conflict with NextGen plugin and Enfold. It has been reported here: https://kriesi.at/support/topic/fatal-errors-after-migrating-site/#post-214229

    I have deactivated all plugins and cleared my browser cache. When NextGen is activated, some pages in the WP-admin go completely blank – front end is fine. I have switched to the default WP Twenty Fourteen theme and the WP-admin for those same pages works as expected. That would suggest it may be a conflict with the theme, not with the recent WP update (3.8.1).

    thanks, Jill

    #246632

    Hi Josue,

    Thanks for the response. I fixed the syntax, but the code still doesn’t seem to be working for me. Are you seeing it working on your end?

    Best,
    Alex

    Hi Josue.

    I have only this in the Quick CSS Box of Enfold Styling:

    .title_container .breadcrumb { left: -4px; top: 75%; }
    #top .title_container .container { min-height: 70px; }

    @media only screen and (max-width: 480px) { .responsive .logo { margin-top: 50px; }
    #advanced_menu_toggle { top: 77%; }}

    #246628

    Topic: IE issue

    in forum Enfold
    sparkeeey
    Participant

    I’m experiencing an issue with IE and the navigation. I believe all necessary files are updated to the latest version of Enfold but the navigation specifically looks very different from chrome/firefox. I need help to make it look like it does on chrome.

    #246615
    GfromKC
    Participant

    While using some plugins with the Enfold theme, the “add media” function breaks – the upload works as expected but the final “add media” does nothing. Using the developer console, I get this error:
    using the Chrome developer console while attempting to add media gives this error:
    Uncaught RangeError: Maximum call stack size exceeded avia_media.js?ver=3.8.1:114
    window.send_to_editor avia_media.js?ver=3.8.1:114
    window.send_to_editor avia_media.js?ver=3.8.1:141
    window.send_to_editor avia_media.js?ver=3.8.1:141
    (and this same line repeats all the way down the page…)

    #246614

    try this.

    icomoon.io/app

    then select your icons (or import using the purple button in the top right). then click “Font” at the bottom. then on the next page click on “Download” at the bottom. after that, you should be able to upload to Enfold and get it working

    Ismael sorry about this, I looked at my functions.php file and I noticed that I had added this to it
    ————————–//
    function avia_remove_portfolio_breadcrumb(){
    remove_filter(‘avia_breadcrumbs_trail’,’avia_modify_breadcrumb’);
    }
    Will render all categories associated with a portfolio post in the breadcrumb trail (Not what I needed)
    ————————–//
    Here is a better example of what I was trying to explain. Starting from page: http://kriesi.at/themes/enfold/portfolio/. Clicking on the first image link the (Iphone image), will lead to this page (http://kriesi.at/themes/enfold/portfolio-item/single-portfolio-23-slider-3/). Now look at the breadcrumb, it will read as (You are here:Home / Portfolio / Portfolio 3 Column Ajax / Single Portfolio: 2/3 Slider). Should it not read as (You are here:Home / Portfolio / Single Portfolio: 2/3 Slider)? The thing that was confusing me is why is “Portfolio 3 Column Ajax” being added to the breadcrumb trail in the above example. If this is how it is suppose to work, is there a way for me to render the bread crumb to just display (You are here:Home / previous page that a user arrived from / Current page that you are on)?

    • This reply was modified 11 years, 11 months ago by controlC.
Viewing 30 results - 224,641 through 224,670 (of 244,353 total)