Viewing 30 results - 218,761 through 218,790 (of 244,300 total)
  • Author
    Search Results
  • Hey TheMediaman!

    I don’t think this is related to the theme code but we use a function to redirect the user to the search page if the search query is empty. To deactivate this function comment out this line in wp-content/themes/enfold/includes/helper-template-logic.php:

    
    add_filter('pre_get_posts', 'avia_search_query_filter');
    

    or insert:

    
    add_action('after_setup_theme','avia_remove_search_redirect');
    function avia_remove_search_redirect(){
    remove_filter('pre_get_posts', 'avia_search_query_filter');
    }
    

    into the child theme functions.php.

    Regards,
    Peter

    #283184

    Hey!

    Do you upload the functions.php file into the child theme folder (wp-content/themes/enfold-child/)?

    Cheers!
    Peter

    #283183

    Hey!

    I can’t reproduce the issue on my test server. Please make sure that

    1) no plugin interferes with your links

    2) no custom code or child theme breaks Enfold.

    If it still doesn’t work create us an admin account and we’ll check the configuration.

    Cheers!
    Peter

    #283181

    In reply to: Blog Posts

    Hi!

    1- Please go to Enfold theme options choose your main blog page – http://i.imgur.com/NVuGl9C.png
    2- You can click on your categories in your blog page and see the archieve of related category, for example this one on demo site – http://kriesi.at/themes/enfold/category/science/ and go to Appearance > Menus and add a new link as submenu items

    Regards,
    Yigit

    #283178
    peterd
    Participant

    Hello crew,
    I have a question about the portfolio grid.

    I see on other websites, who also use your Enfold theme, that you can choose two options when you roll over the images on the Portfolio Grid.

    The options which you can choose are:
    View Larger (Image opens in lightbox)
    or
    More details (the portfolio page opens)

    Can you tell me how I can do this because I want this on my website too?

    I hope to hear from you soon.
    Thanks in advance

    Best Regards

    #283177

    Hey!

    Maybe Enfold can’t regenerate the dynamic stylesheet. Please use a ftp client and connect to your server. Navigate to wp-content/uploads/dynamic_avia/ and set the folder permission to 777. Then delete the enfold.css file inside the dynamic_avia folder. Afterwards go to Enfold > Theme Options to regenerate the dynamic stylesheets (hit the green “Save all changes” button).

    Cheers!
    Peter

    #283176

    Hi Marcelo!

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

    .home span.iconlist-char:before {
    color: white!important;
    }

    Best regards,
    Yigit

    Hey!

    We’ll see – if more users request this feature we might look into it. Tbh I think Enfold doesn’t make much sense without the template builder and a simple theme framework like Genesis also does the job if you use it with VC or another page builder. On the other hand it requires quite a lot of work to strip or outsource the template builder functions from the theme templates and we could use this time to work on more popular features requests.

    Regards,
    Peter

    #283150

    Hey SamScrimshaw!

    Can you point out the elements on your website? I looked around but could not find 2 column layout
    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia-section .container { width: 100% }

    Best regards,
    Yigit

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

    Hi nsr500rossi!

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

    .av-main-nav > li:hover { background-color: red; }

    Cheers!
    Yigit

    #283141

    Hi!

    If you are not using a child theme ( for more information, please see – http://kriesi.at/documentation/enfold/using-a-child-theme/ ), changes you have made on theme files will unfortunately get lost. Your content, theme options etc on the other hand, are safe.

    Cheers!
    Yigit

    #283139

    Hey 500Webmaster!

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

    div.phone-info {
    position: relative;
    top: 60px;
    right: 10%;
    }

    Cheers!
    Yigit

    #283137

    Hey!

    Probably. I have tried to reproduce the issue on my end but it works fine on my local installation. I noticed that you are using an older version of the theme. Updating the theme may help. Please see – http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Regards,
    Yigit

    #283135

    Hey ryanbmoran!

    Please update Enfold to the latest version 2.8.1 via FTP – http://vimeo.com/67209750
    You are currently using an older version which is not compatible with the WordPress version you are using.

    Regards,
    Yigit

    #283133

    In reply to: Hide author, date…

    Hey!

    Currently it is not possible but feel free to request such feature here or vote if already requested – https://kriesi.at/support/enfold-feature-requests/

    Regards,
    Yigit

    #283124

    Hi Frederic!

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

    Regards,
    Yigit

    #283123
    Walrus11
    Participant

    Hello,

    The contact form does not seem to be working for me on any of my pages. Once the contact form is filled in, it sends the auto-reply but does not send the message to the receiving email address.

    I use microsoft exchange and the emails work fine. I have upgraded to the latest ENFOLD version.

    Can you please advise?

    Thanks,
    W

    #283121
    frederictib
    Participant

    Hi enfold team,

    on m y site, stagenow.net, the navigation runs into the logo when the window gets smaller. Is there a way to prevent this?

    Thank you

    Frederic

    #283119

    Hi Ismael,
    The parent folder is : enfold

    #283097

    In reply to: Hide author, date…

    Hey!

    You can remove the date with following code

    .slide-meta { display: none; }

    As you can see here on demo site – http://kriesi.at/themes/enfold/blog/blog-grid/ category is not displayed on blog grid

    Regards,
    Yigit

    #283093

    Hey!

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

    div#header_main .container, .logo, .logo a, .logo img {
    width: 100%;
    margin: 0;
    padding: 0;
    }

    Cheers!
    Yigit

    #283091

    Hi!

    I’ve updated the docs to reflect the new menu structure if you are still unsure: http://kriesi.at/documentation/enfold/using-a-child-theme/

    Cheers!
    Devin

    #283077

    Hi Butterfly44!

    Please go to Enfold theme options and choose “Home” as your Frontpage – http://i.imgur.com/J8W4uxw.png

    Regards,
    Yigit

    #283067
    This reply has been marked as private.
    #283059

    In reply to: Hide author, date…

    Hi AdriaWave!

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

    .post-meta-infos { display: none; }
    .page-id-2131 .post-meta-infos { display: block; }

    Please replace the page ID in the second line with the page id of your blog grid page. You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg

    Regards,
    Yigit

    #283047
    This reply has been marked as private.
    #283038

    George tells me that he did nothing and he has no clue why these things are happening to the LayerSlider. The issue with what you are suggesting about editing is impossible because the dimensions are correct and always have been. The issues of the background image, font and size all only showed up after updating the theme.

    Josue is a user on the site. Kriesi has asked for credentials. If you want me to add you please send me an email showing the address I need to use for your password to be sent to you.

    This is all delaying my much needed launch of the site. It’s far too late to start over with a new theme, not to mention the hours and hours that have been invested in the Enfold theme so far.

    #283035

    lol Gave me a chuckle this morning with “rip us apart”. That thought has crossed my mind several times over the last few days. It appears I am the only one suffering these issues, so I feel so “special”. NOT!

    Yes, Josue is a user on the site and my WordFence tells me he has logged in several times over the last few days, but I haven’t had any response from him on the issues. If you want to be added please give me an email address to add you.

    The basic problem here is that I can’t edit a LayerSlider that looks perfect in preview and always has. What changes could I make if the slider looks perfect and nothing has changed except the Enfold version? I can only assume that the custom CSS I was given, code that was not necessary before, is messing things up. If you look at that slide six I gave you the link for there is suddenly some weird code in the slide. I am not capable of figuring out where this code is coming from because I don’t know what code was changed, nor am I am programmer anyway.

    Obviously this is all delaying my urgent launch of my website. Hours and hours have been invested in designing my site for both flat and responsive design, plus the featured sliders. I cannot go back to square one by using a different theme so it’s really critical that we sort out these issues.

    I appreciate your help.

    #283015

    In reply to: Masonry Gallery

    Hi kimogroup!

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

    #top .container .av-masonry-entry {
    width: 24.80%;
    }

    Regards,
    Yigit

    #283014

    In reply to: Standard Editor

    This reply has been marked as private.
Viewing 30 results - 218,761 through 218,790 (of 244,300 total)