Viewing 30 results - 230,521 through 230,550 (of 244,425 total)
  • Author
    Search Results
  • #213470

    In reply to: How to update to 2.4.5

    Thank you for the quick response! Should I update wordpress first or enfold?

    #213467

    Dear,

    Any possibility of adding customisation to the “You might also like”-“plugin”? For example the possibility of having only blogpost show up instead of all pages and posts on your website, or the ability to have only posts with a specific tag appear.

    Sincerely,
    Nick De Clercq

    #213460

    Hey!

    Feel free to request such feature here https://kriesi.at/support/topic/enfold-feature-requests/
    If other users are also interested in such feature we may at least add it as PHP Snippets to new Enfold documentation

    Best regards,
    Yigit

    #213449

    You can downgrade your version of bbPress to use the same version Kriesi has on the demo and it will have the same exact styling and inheritance.

    The 2.4 version of the plugin is what is being displayed with the “old” style of forums you see in the demo. The download from the bbPress SVN is here: http://downloads.wordpress.org/plugin/bbpress.2.4.1.zip

    I’ll explain a bit further on the demo data as I recorded the video and wrote all of the docs. The demo data is there to assist the user so they don’t have to re-create every single element. Some content we don’t force on to users because it can cause a lot of additional resources to be used. Things like bbPress, WooCommerce, GravityForms are all extra data that don’t *need* to be present to use the theme.

    So from here what you can do is install bbPress 2.4.1, not update it to 2.5+ which uses a new different style of forums and you will have the same look as the demo. In time, Kriesi will update Enfold to the new styling on the demo site and may change how the theme integrates with its styling.

    When I say we are not support for bbPress what I mean is that we aren’t the developers of the plugin. Just like with WooCommerce the theme has support *for* the plugin. This means it will work with the theme but we don’t actually do support for it or in helping to get it set up. bbPress has their own site and support forums for any issues that come up when using it and are much more equipped to answer customization questions, troubleshooting etc.

    #213447

    Hey nickdeclercq!

    You are going to need to hire a freelance developer for that kind of customization as it is beyond the scope of support we can provide. You can also request quote here.
    File you/they should edit is related-posts.php file inside wp-content\themes\enfold\includes folder.

    Best regards,
    Yigit

    #213446

    Hey!

    Can you post the link to your Enfold website and point out the icons that you would like to have in different color?

    Cheers!
    Yigit

    #213441

    In reply to: How to update to 2.4.5

    Hi kharding28!

    No, you will not. Enfold 2.4.5 is fully compatible with WordPress version 3.8
    Please see http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Yigit

    #213435
    nikolasjanik
    Participant

    Hello, we are having an issue where the Enfold theme is not working on our GoDaddy Linux Hosting Server that is running version 3.8 of WordPress. We have tried re-installing this theme several times via the Admin panel and also directly on the FTP server. The site will eventually load, however, it takes an extremely long time. When we switch the site to a different WordPress theme it works perfect and loads extremely fast. We have even disabled all of the plugins that we use on the site and it still does not load.

    The website address is: http://www.TNTDealers.com.
    When the theme loads, it also has this error message: https://drive.google.com/file/d/0B0sFNuHIbBjlTDFwSEpFM05RZUVYUGt3MmZlZlBnbjZNZHBB/edit?usp=sharing.

    Please let us know what we can do to fix this issue, this is urgent!

    Hi Ismael,

    That is almost what I’m looking for. I was hoping that a user would be able to click a button (or the slideshow itself) and begin an auto rotation.

    Now that I think about that, it seems it would be more of a custom development project. Unless you have any other suggestions or have seen it done before with Enfold.

    #213432

    Topic: Deprecated calls

    in forum Enfold
    DavyE
    Participant

    Hi,

    I’m using WP 3.8 and Enfold 2.4.5 and just noticed on a fresh install 2 deprecated calls:

    Function: wp_specialchars()
    Used in wp-content/themes/enfold/includes/admin/register-portfolio.php on line 229.
    Alternative: Use esc_html() instead.
    Deprecated in version 2.8.
    Count: 2
    2014/01/22 9:33:40 AM
    Function: wp_specialchars()
    Used in wp-content/themes/enfold/includes/admin/register-portfolio.php on line 240.
    Alternative: Use esc_html() instead.
    Deprecated in version 2.8.
    Count: 2
    2014/01/22 9:33:40 AM

    I also had a 502 error, not sure if it’s related.

    #213426

    Hey!


    @briefencv
    You are welcome, glad we could help :) I sent fixed file to Kriesi so it will be added in upcoming update. Thanks for the heads up!

    Cheers!
    Yigit

    #213416

    Hi Yigit!

    Thank you for the quick response, the notice, and the plugin tip. And boy oh boy – did you just make my day! That is one awesome plugin.

    I did forget to press that ‘create mo file’ button at first… which is kind of essential to effectuate it all. Only a minor thing ;) lol. Anyway, for a non-tech guy trying to start up a biz this tip is beyond awesome. So, thanks again, Yigit!

    • This reply was modified 12 years, 2 months ago by Remco Geelen.
    webWahine
    Participant

    Hello, I have just done a completely new upload of the latest Enfold theme (v2.4.5), and as soon as I reloaded the page with the portfolio items (in this case, assigned as a list of lawyers), the thumbnails and title/excerpt no longer had any rollover or link to the individual page. I have looked at other posts and tried to rename the permalinks several times – default, back to what it was originally (people), plus some new names – no luck. I also deactivated and reactivated BBPress (saw that on another post), but that didn’t help either. Luckily I made a complete backup of the older version of Enfold, so have reverted back in the meantime. This is the page in question (links working here only because this is the older version of Enfold):

    http://www.ekb.com/our-team/lawyers/

    You will see that the categories are not displaying properly – this was one of the reasons I wanted to update to the new version – but at least the links work for now, which is crucial.

    The only way that you can see the problem is if I send you admin access so that you can swap out the theme, so please let me know unless you have another option for me to try and fix the problem? Thank you, Jodi

    #213409

    Hey!

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

    @media only screen and (max-width: 1340px) {
    .iconbox .iconbox_content .iconbox_content_title { font-size: 13px; overflow: visible; }}

    Regards,
    Yigit

    • This reply was modified 12 years, 2 months ago by Yigit.
    #213407
    This reply has been marked as private.
    #213402
    This reply has been marked as private.
    #213398

    Hey!

    Can you please make sure that you have posted link to your Enfold website so we can take a look? Link above is not Enfold

    Best regards,
    Yigit

    #213390

    Ok, Devin. I see what you mean and this is exactly what I was expecting as reply.
    Just a question, though: I built a website with Enfold, but never had the need to build pages like you said:
    – content 100%
    – content 70% sidebar 30%
    – content 100%
    How could I do that?
    Should I just put a thing like this?
    – Color Section
    – Content (outside any Color section) + config the sidebar in the settings
    – Color Section

    Waiting for your reply, many thanks and best regards.

    #213376

    In reply to: Bilder unscharf

    Hallo Peter
    Danke für deine Infos. Die Originalbilder *sind* grösser im Original (300px Breite), im Enfold werden sie auf 208px runtergerechnet, aber eben nicht scharf dargestellt. Ich habe nun deinen Tipp umgesetzt und das Bild ganz rechts (Markus Egger) im vom Enfold-CSS vorgegebenen Originalformat von 208x139px hochgeladen und in der Teammember-Builder-Seite verlinkt. Das geht… da es so nicht von enfold neu skaliert/runtergerechnet wird. Lösung 2 dünkt mich sehr umständlich.

    Warum rechnet enfold Bilder nicht “besser” runter? Oder werden nur eher kleine Bilder unscharf? Hier z.B. dünkt mich das Runterskalieren via enfold besser: http://new.ete.ch/news/ (erstes Bild mit den LKWs: enfold-CSS mach hier: 1030px × 686px (scaled to 579px × 386px)

    Danke und Gruss
    Dominik

    #213371

    Hi SteveOh_UK!

    No, not easily. The icon font loads in the font code for each character which is then output.

    So you would need to hide the text and add a background image with your icon for each use and then modify the padding/height/width as needed to have it show correctly.

    If you could change the icons into svg format you could then create your own icon font on fontello and then add that icon font into the site following the guide here: http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/

    Regards,
    Devin

    #213368

    yes, i understand. we found a nice javascript function, however it forces the entire website to load under an SSL, which causes many elements to be insecure.

    if you’ll please revisit the url and inspect the document … you’ll see all the css, js, and other items being blocked because of the http call. e.g. http://www.stereologyresourcecenter.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/css/avia-media.css?ver=3.8

    is there an easy way to get the php to simply omit http/https references?

    thank you, we really appreciate your help.

    #213367

    I see this has been asked before in a different style, but i’d like a different hover effect for the portfolio items.
    One where the description of the portfolio (or some text with a ‘more…’ link) displays over the portfolio item.

    Something like the startscreen here: http://www.redfactory.nl/themes/therestaurantclassic/

    This is a very fancy – directional aware – css3 style:
    http://codepen.io/anon/pen/scEBn

    • This reply was modified 12 years, 2 months ago by Pixelbits.
    #213366
    SteveOh_UK
    Participant

    Hi folks.
    I just purchased the Enfold theme yesterday and I am loving it.
    I’ve never used a theme anything like its very intuitive.
    Is there a way to use an icon set from istockphoto in place of the icons that are in place at the moment?
    I think the icons at the moment are actually a font, the ones I would like to use are here

    #213363

    Hi deyowulf!

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

    .avia-content-slider .slide-entry { min-height: 530px; }

    Cheers!
    Yigit

    #213360

    In reply to: Menu Color

    Hey ekessler!

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

    .header_color .main_menu ul:first-child > li > a { color: black; } /* color of main menu items */
    .header_color .main_menu ul:first-child > li a:hover { color: yellow; } /* hover state of main menu items */
    .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: yellow; } /* color of active menu item */

    Regards,
    Yigit

    #213341
    bananadan
    Participant

    I have just installed Enfold. When I go to any page and use the “Add Media” button to add images, after I click either the “Preview Changes” or “Update” button, I get a 403 error. I can see the image reference when I switch tabs to text.
    Any idea how to fix this?

    #213337

    Hi BrendaSarg!

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

    #header_main_alternate { background-color: white; }
    .main_menu { left: 20%; }
    .header_color .main_menu ul { background-color: transparent; }

    You may need to adjust left value on main menu to center it perfectly

    Cheers!
    Yigit

    #213334

    Hi Fabrice!

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

    .home .avia-smallarrow-slider-heading> div { text-align: center; }

    Regards,
    Yigit

    #213333

    In reply to: Change Logo Shrink

    This reply has been marked as private.
    #213332

    Hey Coronacom!

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

    .av-special-heading { margin-top: 0; }
    .avia-builder-el-26 { padding-bottom: 0!important; }
    .content { padding-top: 20px;
    padding-bottom: 20px; }

    Best regards,
    Yigit

Viewing 30 results - 230,521 through 230,550 (of 244,425 total)