Viewing 30 results - 239,671 through 239,700 (of 241,691 total)
  • Author
    Search Results
  • #127391

    In reply to: Install Enfold

    Hi Devin,

    and thank you for the reply.

    I have tried both the WP install and the FTP upload but nothing works.

    From WP I get the message “Are you sure you want to do this” and then I can only go back to the previous page.

    I am sorry I posted it twice, thought I should post it in the right place.

    So what else can I do now?

    #127417

    Hey!

    If you want to activate this option for all products open up wp-contentthemesenfoldconfig-woocommerceconfig.php and replace

    $active_hover = get_post_meta( $id, '_product_hover', true );

    with

    $active_hover = true;

    Best regards,

    Peter

    #127182

    You can use the more quicktag to manually set the excerpt. If you don’t want to use the more quicktag open up wp-contentthemesenfoldincludesloop-index.php and replace:

    $blog_content = !empty($avia_config['blog_content']) ? $avia_config['blog_content'] : "content";

    with

    $blog_content = !empty($avia_config['blog_content']) ? $avia_config['blog_content'] : "excerpt_read_more";
    if(is_single()) $blog_content = "content";

    WordPress will use the get_the_excerpt() function afterwards which truncates the content automatically…

    Glad Dude could help :)

    Let us know if you have any other questions or issues.

    Regards,

    Devin

    #127296

    Hi Jasmer,

    The only one you’ll need to follow is Nicks: https://kriesi.at/support/topic/youtube-icon#post-117381 completely since you aren’t doing the youtube icon.

    If you want to go with Ismaels, you follow this one: https://kriesi.at/support/topic/youtube-icon#post-117289 but you’ll need your own apple image for the icon. Where it says ” ../images/youtube.png ” in his css, you just put the absolute url for where you upload your image (both normal and hover).

    Regards,

    Devin

    #127390

    In reply to: Install Enfold

    Hi koelnermusikakademie,

    I just responded to your other post on another topic with the same question but will ask the same things here. What specifically are you having issues with? Are you getting an error message or something else?

    Have you tried installing via FTP: https://vimeo.com/channels/aviathemes/64927356 ?

    Regards,

    Devin

    #126832

    In reply to: Enfold won't install

    Hi Asterios,

    What specifically is your issue with installing the theme files? Have you tried installing via FTP, increasing your wordpress memory limit and disabling all active plugins?

    Regards,

    Devin

    #126831

    In reply to: Enfold won't install

    I also have the same problem and until now, nothing has worked for me!

    Could I have some help please?

    Regards

    Asterios

    #25564
    akim9044
    Participant

    Hello, first of all I want to say I love your theme and would like to thank you for such a great theme.

    I just have some little issues and questions.

    When I post something, such as this: http://jharden13.com/highlights/official-high-school-mix/

    The featured image is only showing half, and I can’t delete it because I need it as preview image.

    Is there any way I can delete the featured image from all single posts? Or better yet, is there a way I can delete the featured image just from certain categories?

    Also, in embedded YouTube videos, such as http://jharden13.com/about-james-harden/biography/

    When you scroll down, you can notice that the YouTube videos are overlapping the top menu. Is there a way to fix that also?

    Lastly I want to display “You may also like” portion in the blog, like here: http://kriesi.at/themes/enfold/2012/12/12/lorem-ipsum-dolor-sit-amet-consectetuer-adipiscing-elit-aenean-commodo-ligula-eget-dolor-aenean-massa/

    How would I go about doing that?

    Again thank you so much guys and I’ll look forward to your answers.

    #25563
    Asterios
    Participant

    Hello, I just purchased Enfold and after reading and trying everything I found in this Forum about the installation, it still won´t install.

    I really need some support with that. Thank you.

    #114695

    Love the Theme but here are some of my wishlist items for it:

    1) Add the Avia Feedback Box on Choices to Enfold

    2) Fix issue with Pricing Table noted here: https://kriesi.at/support/topic/description-column-in-tables-not-aligning-properly-with-adjoining-columns

    3) Add a FAQ custom post type and integrate it with the accordion and testimonial content. So we can just select the FAQ category and maintain from there (not have to edit page each time). Like the Q&A plugin but better styling with the Theme.

    4) Add color style to the accordion + (I’m sure I can do it with custom CSS .. at least I hope so but it would be nice to make it easier). Want to make the + stand out more.

    5) Have the color section work on pages that are not full width.

    6) Ability to add a button in header.

    7) Add a text block type selection that will allow to enter any html or css without adding the <p> around items.

    8) Ability to format the datagrid cell/row settings

    9) More font icons and ability to add more (I did see there is a post about how to do add but wish it came with a longer list)

    Anyway, really nice job (much better than the last Theme I used and gave up on).

    Thanks

    #127153

    Hi Devin,

    thank you for the immediate answer!

    Having the searchbox on mobile devices seems indeed an essential feature.

    Proposal: The Enfold header settings allows customization of links to social media. It would be much more powerful to have *arbitrary* icon/link pairs instead…!

    BTW: Not only the searchbox but the whole sidebar disappears in the mobile view…

    Best regards,

    informium

    thanks for the reply

    #127026

    Hey! Sorry but this is currently not possible and would require some heavy modifications…

    You can either hire someone for the job or post it in our feature request thread. In case there are enough users supporting your request we will add it to the theme:

    https://kriesi.at/support/topic/enfold-feature-requests

    #127295

    Hi Ismael,

    Thank you for the link.

    1. As I understand it you are giving me two choices: YOUR method of editing custom.css and NICK’s more complex method. Correct?

    2. In YOUR method, I use a jpg or png icon and in NICKS’s method I use a glyph. Is this correct?

    3. Fontello does have an Apple icon. See here http://www.fontello.com/#search=apple

    4. On the link you posted it shows many directions. Yours, Nicks – do steps 1-12 then, only do steps 5,9,11, etc. It seems to me the directions evolved over time and were edited. I am confused.

    5. What is the easiest way to replace the “dribbble” glyph with this apple glyph? http://www.fontello.com/#search=apple

    Thank you for your time, Jasmer

    Are you using WPML for the translation? If yes you should be able to create different menus for each language. Just select a language on the admin page (the language selector can be found on the top of the admin page), then create a menu for this language and assign it to a “theme location”, then switch to another language and create another menu for this language, etc.

    Without a plugin like WPML it’s not easily possible to change the menu content because some advanced coding/logic is required to display different menus for different languages…

    #127236

    In reply to: You Might Also Like

    Hey!

    Copy wp-contentthemesenfoldsingle.php to the child theme folder and remove following line:

    get_template_part( 'includes/related-posts');

    The child theme single.php template will overwrite the parent theme file.

    Regards,

    Peter

    #126800

    Please try following – open up wp-contentthemesenfoldconfig-templatebuilderavia-shortcodestextblock.php and replace

    return "<div class='avia_textblock'>".wpautop( ShortcodeHelper::avia_remove_autop($content) )."</div>";

    with

    return "<div class='avia_textblock'>".ShortcodeHelper::avia_remove_autop($content)."</div>";

    This modification will remove the wpautop() function/filter which adds p tags to the content.

    #25547
    Jason
    Participant

    I am after a little help setting up my first site with WordPress, WooCommerce and Enfold – EDITED

    1. How do I control the number of words shown in the excerpt of blog posts in the News blog post block?

    2. How do I get rid of the floating arrow on the left hand side of the page which links to a product in my store? It seems to have something to do with the woocommerce footer widget, but there are no settings to disable this arrow.

    3. Why is my twitter footer widget broken – I have set the username to tiperformance and URL to http://twitter.com/tiperformance ?

    4. Why is there so much padding between the twitter widget and the header?

    Thanks in advance for your help.

    Cheers,

    Jason

    #127294

    Hi,

    Adding an icon is bit complicated right now. Kriesi will make it easier to add social media icons on the next updates.

    I posted a basic instruction on this link but please look for Nick’s comprehensive instruction on how to add or modify social icons. Unfortunately, Entypo Fontello( the font use for rendering icons ) doesn’t have the Apple icon. You might end up following my suggestion.

    https://kriesi.at/support/topic/youtube-icon

    Regards,

    Ismael

    #127237

    Hello,

    Please download Enfold 1.7 then override your old theme files via FTP or cpanel. :)

    Regards,

    Ismael

    #25545
    unoduedesign
    Participant

    Hi,

    Please: I’m trying to set up a page with small slider on top, like in http://kriesi.at/themedemo/?theme=enfold on “Pages”

    I tried to:

    – use the slides that were already there like “Why Enfold – Small Header”

    – duplicate and modify one

    – make one myself

    I get no page but this warning:

    Fatal error: Call to undefined function layerslider_init() in /htdocs/public/www/wp/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_layerslider.php on line 121

    Link to page: http://www.akab-lsp.com/wp/?page_id=531

    I don’t understand what may be the problem, can you help me?

    Thank you very much,

    Lucia

    #25544

    Topic: Form Working Problem

    in forum Enfold
    unoduedesign
    Participant

    Hi,

    I need to have a field for email attachment, and since Enfold form don’t provide it I looked for other plugins.

    The funny thing is that when I install plugins they work fine but after some test they just stop working. Don’t even send emails anymore.

    I tried Contact Form 7 (http://wordpress.org/plugins/contact-form-7)

    Which was declared fine with compatibility

    And MW WP Form http://wordpress.org/plugins/mw-wp-form

    Much useful but no compatibility declared.

    Both of them started working and than stopped.

    – I installed and deactivated first Contact Form 7 and than MW WP Form

    – I tried them both in Default and Advanced editor

    I’ve looked on forums and it may be a theme issue.

    Please could you help me?

    If it’s possible I would really like the MW WP Form to work. But if you could point me toward any plugin working it would be fine. Or tell me how to add a file attachment field to Enfold form :)

    Link to under construction site, pages with forms (MW WP Form plugin):

    http://www.akab-lsp.com/wp/?page_id=158

    http://www.akab-lsp.com/wp/?page_id=240

    Thank you very much for any help,

    Lucia

    #25543
    Jasmer
    Participant

    1. When I arrive at a 404 page I get this “You are here: Home / 404 Not Found”

    2. I changed the title of the Frontpage “Home” to “Hello”.

    Therefore I should be getting this: “You are here: Hello / 404 Not Found”

    I have changed the title tag to Hello.

    I have changed the page title to Hello.

    Why is this showing up in this format?

    Also, I see the 404 page has the “Enfold Combo Widget”. How can I remove that widget or add/edit 404 page elements?

    Note: I do not want to edit the 404 page sidebar with conditional tags. I would like to edit the main body of the 404 page.

    Thank you

    #25541
    Jasmer
    Participant

    I am an Apple Certified Technical Coordinator. I need an Apple logo icon in the Frontpage header so I can link to my Apple Certification profile.

    Option 1: I suppose I could set it to Behance, or something I’m not using, then replace the Behance icon with an Apple icon but I don’t know where I would find the database that stores the Behance icon. And I’m not sure where I would find an Apple logo icon that matches perfectly. The only think worse than not having an icon is having an icon that doesn’t match. Any ideas?

    Thanks

    #127269

    Glad you were able to figure it out. If you happen to see this, what plugin was it? Always good to know a major conflict like that.

    Let us know if you have any other questions or issues.

    Regards,

    Devin

    #126830

    In reply to: Enfold won't install

    Hi Zannah,

    It really shouldn’t an issue unless you are also running a couple of other plugins or the server has a low threshold to begin with. WooCommerce by itself recommends going up to 128mb because of its extra strain and very very soon WordPress will be upping its requirements to fall in line with themes and plugins requiring more.

    I’ll ask Kriesi to put a note on the sales page on recommend hosting requirements just to make sure others are aware.

    If you do want to try some of the routes on increasing memory on your server this is a good article with the various means http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/ .

    All refunds are processed through Themeforest as we don’t actually have any connections with Evnato or Themeforest.

    Regards,

    Devin

    #127268

    Hi,

    it was one of the plugins, that caused the issue. It is OK now.

    Thanks

    #126781

    Hey Nick,

    Thanks for continuing to help me out. Okay, so here’s where we’re at…

    I’ve deleted the OptinSkin plugin completely from the site. However, images still aren’t showing up on the posts that have images in the featured image box in WordPress.

    It should be noted that I’ve been also dealing with a separate issue: Since I switched from Thesis to Enfold, and had been using Thesis’s custom image box, I now don’t have images on all the posts except for about 10 recent posts where I manually added them to the featured image box. Sorry, I should have told you this earlier.

    Anyway, if you can continue to help out that’d be amazing. The support I’ve received thus far has been top-notch, and I’ll definitely recommend Enfold to the masses.

    Thanks Nick!

    Okay I’ll do that, thanks Devin!

Viewing 30 results - 239,671 through 239,700 (of 241,691 total)