Viewing 30 results - 236,941 through 236,970 (of 244,185 total)
  • Author
    Search Results
  • #173843

    Hi andreanapier1985!

    No, Enfold is definitely compatible and there have been special considerations made for Yoast’s functions to make sure it works as far as I know.

    So you may want to try other plugins and see if there is conflict with one of theme and WP SEO or check the WP SEO support forums to see if anyone else has had a similar issue.

    Best regards,
    Devin

    #173842

    Okay, searching the internet has given me the answer to this problem. It is not an Enfold issue. It has something to do with (and I haven’t got a clue what I am writing here) the POST Variables, and more specific the max_input_vars in the php.ini file. The default value often is 1.000 (which seems to equal appr. 80 menu-items). If this limit is set higher, more menu items can be added.

    But, im my case the php.ini can not be edited by me, but must be adited by my hosting provider. I am not going that way, I just decided to lower the number of menu-items.

    More info ons this subject can be found by googling on: wordpress menu items disappearing

    I just wanted to share this information, before this topic will be closed (so, please do).

    #173830
    CurlyHost
    Participant

    I’m having this error come up on my site.

    WordPress SEO (Can cause issues with SEO unless option in SEO > Social > Add Open Graph meta data > is unchecked.)

    It won’t go away – is this something to do with the plugin not being compatible with Enfold? Should I use a different SEO plugin?

    #173826

    Hi Ismael,

    I am one of the devs working with your theme. Please consider the ff. steps.

    Slider used: LayerSlider WP

    Steps
    (1) Create a new slider
    (2) Press Save
    (3) Go to an existing slider “Enfold – most beautiful theme ever” then edit.
    (4) Add new slider then insert image
    (5) Press save

    End Result
    After 2: Redirects to home page (front end) –http://home.acmeliteservicesllc.com/
    After 5: Nothing happens

    In addition, inserting image into page or post does does not work after saving.

    /c

    I understand about child themes and somewhat about how the structure works. I had copied page.php from the main folder to the child theme folder. Even there, I can do anything I want to the code, and it’s not updating the website. It’s not a cache issue either.

    I understand you don’t officially support the Advanced Layout Editor (ALE) on custom post types yet. Would you support it on the ‘post’ content type?

    I’ve uploaded the 20 .php files from the enfold root folder to my child theme root folder, and added the filename as a class to everyone. I then added a bit of code to easily find in the page source _TPF. For example, page.php would get a class of page_TPF.

    Even on a simple post (which uses the ALE) does not show any template being used. You can see a sample here http://thepluginfactory.co/pre-release-checklist-ensuring-your-wordpress-plugin-is-ready-for-launch/ if you search the source for _TPF you won’t see page, single, template-builder or anything similar. If I can just find the template file the ALE uses, I can fix all the my layout issues myself.

    #173782

    Hi erostad!

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

    @media only screen and (max-width: 480px) { .fixed_header.social_header #main { padding-top: 0!important; } }

    Regards,
    Yigit

    • This reply was modified 12 years, 4 months ago by Yigit.
    #173781

    Hi PPCHound!

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

    .image-overlay { display: none!important; }

    Best regards,
    Yigit

    Hello mhiller!

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

    .alternate_color h1 { color: white; }

    Regards,
    Yigit

    666666
    Participant

    1. Hi, please help me have only theme options under enfold and disable the remaining enfold options like, styling, general settings, Header, sidebar, footer, theme update. please instruct me on this.

    • This topic was modified 12 years, 4 months ago by 666666.
    #173758

    Hello!

    It would be best to move the position of the custom post type rather than the Enfold options menu position just in terms of keeping the largest impact on the site as unmodified as possible.

    See: http://codex.wordpress.org/Administration_Menus and http://codex.wordpress.org/Function_Reference/register_post_type

    Best regards,
    Devin

    #173746

    In reply to: Header like in demo

    Hello ganjou!

    You can choose a different header from the Theme Options>header. You are currently using the same as this one: http://kriesi.at/themes/enfold/homepage/home-v3-3-column-with-blog/

    Cheers!
    Devin

    #173731

    Please , make
    Portfolio Grid by tags

    thank you

    • This reply was modified 12 years, 4 months ago by Denis.
    #173729

    I would LOOOOOOOOOVE a way to add elements, media, content, so on, onto of a full screen slider.
    Either that or make it so that you can make parallax color sections fade or slide transition to more than one image.

    I would also love to see the ability to customize the header more. I like the header you have on your site and the one you have with social icons takes up much needed space.

    I would also love to see the mobile version have a Facebook type slide out menu. Yours expands out to cover the screen from the corner.

    It would also be nice to see you incorporate animate.css from http://daneden.me/animate/ so we can animate text and content and media elements instead of just four slide in effects that only work on a photo element.
    Right now I use Intense for WordPress to get these effects, but it uses jquery and slows down my site quite a bit, but animate.css doesn’t, but I haven’t the slightest on how to incorporate that into my site and make elements use it. I also don’t have the money to hire someone to do it for me.

    I would also like to see the documentation or even better, the theme options styles panel near quick css, have a basic index of help on how to add custom css. Like an index of codes that apply to many things ( {background: none} ) kind of thing and then all the calls that people might want to edit like .avia_header (edits the main header) or whatever.

    I know it’s a lot to ask for, so of all of those so my main request would be the animate.css and second would be the documentation quick css codes index.

    #173727

    Thanks for the quick response!

    So… I can’t colorize the background of elements if I want a sidebar?

    Best Regards,

    LRS

    Well my problem is with the image thumbnails in the gallery inside a portfolio post when using ajax version. No matter what number of columns I set it is always 5. They look blurry and I guess it is because theme convert them to 80×80 and they showed bigger.

    The original settings in the functions-enfold.php are 80x80px so I change it to 160x160px and then I regenerate thumbnails with plugin, but nothing.
    update_option( 'thumbnail_size_h', 80 ); update_option( 'thumbnail_size_w', 80 );

    They are still 80×80. I even create a new portfolio post with a new gallery and still it creates the thumbnails 80x80px. May be this is not the line to fix.

    The solution in this code for the css – #top .avia-gallery .avia-gallery-thumb a{ width: 10% !important; } reduce the size of the thumbnails to half and shows 10 thumbnails instead of 5, but does not fix the problem.

    #173718
    Leosoki
    Participant

    Hello,

    I was using several Text Blocks around my site to create centred headings for coloured sections. Everything was fine for a couple of weeks but now text which was once centred, displays as left-aligned (in more than 1 browser).. Editing the Text Blocks shows they are still set to ‘Align Center’.

    Basically, all Text Block content, anywhere on the site, is now ignoring the alignment setting.

    Any idea what may have caused such a change? (I’ve also updated Enfold to latest release today but problem remains.

    Although I’ll probably switch to using Special Heading elements soon, having found the code to centre those in another thread, I’d still like to know what’s gone wrong.

    Any info appreciated.

    #173716
    Rian
    Participant

    website: http://www.huiberts.info
    versions: WordPress 3.6.1, Enfold: latest version

    Menu-items are disappearing from my main menu. It doesn’t matter if the mega-menu is activated or not.

    Adding more pages to the second level of the Geocaching item in the main menu, will result in removing most of the items after having clicked on the Save Menu button. I removed. It looks like if a limit of menu-items has been reached.

    So, i can “fill” the menu-structure, but Save Menu is: saving the menu + removing the last (bottom) links + it changes the Main menu check box V in empty check box.

    Please help! Got a lot of work into this website and this great design, but now, when finishing the work it look like the template is setting me down.

    Friendly greetings,

    #173654

    Hey metepatas!

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

    .main_color .pricing-table>li:nth-child(even) { color: #666666!important;
    background-color: #f8f8f8; }

    Regards,
    Yigit

    #173649

    Hey tinagianna!

    1 & 2) Can you post the link to your website?

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

    .title_container { display: none; }

    Cheers!
    Yigit

    #173648

    Hey Jack!

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

    .title_container { display: none; }

    Best regards,
    Yigit

    #173642

    Hello simplefly!

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

    .widgettitle { font-size: 24px; }

    Regards,
    Yigit

    #173641

    In reply to: entypo icon in footer

    Hello!

    Please update your theme to versions 2.3.2. It has some fixes related with icons
    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

    Regards,
    Yigit

    #173634
    macrunner
    Participant

    Hi,

    prettyphoto has 6 layouts: default, dark_rounded, dark_square, facebook, light_rounded, light_square.
    These layouts can be found in the folder: enfold/js/prettyPhoto/images/prettyPhoto/
    the layout is set to “Default”. How do I change it?
    I would like to activate “dark_square”, or other.

    Thanks

    • This topic was modified 12 years, 4 months ago by macrunner.
    #173632
    Michael Oeser
    Participant

    Hi there,

    I´d like to add a “subscribe to comments” ( or “Notify me of follow-up replies via email”) function to my single blog posts. Are there any reccommended plugins in combination with Enfold for that? Jetpack sems to be a bit overdone for just that little function.

    Cheers
    Michael

    #173630
    HighschoolAustralia
    Participant

    Hello,
    since a week our new Enfold-based website is online and working fine. A problem that showed up is concerning a subpage that contains an avia-page-builder form. It displays perfectly on the webpage, but it mixes up content of several cells on the iPhone. This is even worse as we talk about a price list, and on the iPhone the prices are now combined with the wrong references. Also some headings are missing …

    The iphone screenshot shows under „1Term (3 Monate)“ the words „Staatliche Schulen …“, what is wrong. Correct would be „5.900 AUD“, but this shows up under „2 Terms“ where correctly should show up „11.850 AUD“ and so on. The iPhone is a 3GS with iOS 6.1.3 but the problem is the same on an iPhone 4S of my people in Australia (Software Version unknown)
    What can we do about that?
    Thanks for your help,
    Harald

    website (subpage “Preise und Kosten”): http://www.highschool-australia.de/preise-und-kosten/
    iPhone screenshot: http://goo.gl/OR3kDq

    #173628

    Like coms77 suggested “Portfolio Slider” or a slider that would accept other elements like “Team Member”

    #173623

    Hi bivvo!

    Please add this code to Phone Number section in Enfold theme options and adjust as desired http://i.imgur.com/C8FXNCk.jpg

    Cheers!
    Yigit

    #173622
    WP-part
    Participant

    Hi

    The only way i can creaet a “Single Portfolio: Big Slider”. Is with easy Slider in Media elements.
    But i dont see how to use Portfolie Items with it?

    I want to make a page like this: http://kriesi.at/themes/enfold/portfolio-item/portfolio-big/

    #173613

    Hi lpfa!

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

    #header_main_alternate { z-index: 2; }
    .single-product #top .price { display: none; }
    li.additional_information_tab { display: none; }

    Regards,
    Yigit

    comprompt
    Participant

    Many thanks for such a wonderful theme, it looks great but it would be appreciable that you will help us.
    On Our Domain http;//www.comprompt.co.in we are using Enfold Theme when we want to add gallery while clicking on Add/Edit gallery is it not opening, the pop up screen is not opening .
    Previously it was working properly , since the last two updates it is not working properly.
    we have tried in all the browser but the problem still persist .
    Please help us on the same , so that we can add galleries on our sites.
    If needed, we can also provide you with credentials.
    Is there any plugins or something that will update the theme automatically ?

    so request you to check the issue and reply us ASAP

Viewing 30 results - 236,941 through 236,970 (of 244,185 total)