Viewing 30 results - 224,461 through 224,490 (of 244,531 total)
  • Author
    Search Results
  • #248645
    tetonwebstores
    Participant

    Is there a way to use the contact form via the enfold site builder and somehow make the text act as ghost text or placeholder text? I want the 2 column functionality of the enfold contact form builder but the placeholder text option that contact form 7 offers. Any help would be appreciated. Thanks

    #248638

    Hi Mike!

    You’d need to hardcode that content in HTML, please take a look at this:
    https://kriesi.at/support/topic/how-can-you-add-a-tagline-or-subheading-to-all-pages-for-the-enfold-theme/#post-203194

    Let me know if you need help with the positioning.

    Cheers!
    Josue

    #248630

    Hey Raymmar!

    You can use the “Icon” shortcode (magic wand icon in the TinyMCE toolbar) to add icons to your menu titles/links. Just go to a post/page editor page and use the shortcode generator (Magic wand) to generate your icons. Then switch to the menu page (Appearance > Menus) and insert the shortcodes into the “Menu Title” field. Enfold will then display the icons instead of the default menu title/text. You can also add html code into the title and description field – i.e. add simple html image tag into that field.

    
    <img src="http://i2.wp.com/raymmar.com/wp-content/uploads/2014/04/Take-Your-brain-to-the-mind-spa-buddah-quote.jpg" alt="Take-Your-brain-to-the-mind-spa-buddah-quote" />
    

    Best regards,
    Peter

    #248627
    wessafi
    Participant

    I just installed Enfold but I don’t see the “import dummy data” button. What did I miss?

    #248624

    Hey!

    No, tbh I’m not sure why it doesn’t work. I suggest to contact the server administrator – maybe you need to tweak the server configuration somehow – or to hire someone here: http://studio.envato.com/ who can help you to migrate the website for some $. I used the same method to migrate several websites without any issues in the past and other Enfold users also managed to migrate their Enfold installation without any issues with the WP MigrateDB or WP MigrateDB PRO plugin.

    Cheers!
    Peter

    #248615
    shimpopo
    Participant

    I upgraded from 1.6 to the latest version, and all seems OK except the social icons have disappeared.

    I performed a “Reset all options” to no avail. They are still gone.

    Under Enfold, Header, Extra Elements, the option for Header Social Icons is grayed out and so thin, it can’t be selected.

    Any ideas on how to get social icons back, especially now that the option to select them is not selectable?

    #248614

    Hey!

    Try copying the line out, saving the file and then pasting it back in. I can really only guess that the server(s) are getting a hiccup on a character either hidden or otherwise which is from a non-typical server side setting.

    If it was a common bug we should have gotten lots of posts on it by now. Being a larger theme, like all of the current top themes on ThemeForest it takes longer to upload and some servers will “timeout” from taking too long. The quick solution is to upload over FTP following the video tutorial on the theme documentation.

    Cheers!
    Devin

    #248612

    Hello,

    I just checked your website and seems you already have Enfold installed and running. Is the issue solved?

    Regards,
    Josue

    #248609

    Hey Yukanl!

    Take a look:
    http://kriesi.at/themes/enfold/pages/team/

    Regards,
    Josue

    #248607

    In reply to: PLEASE HELP!!!!

    You can customize the header in from the Header tab of the Theme Options as of version 2.6 with combinations of the headers shown in the demo: http://kriesi.at/themes/enfold/headers/

    Outside of that no, it would need to be custom written depending on exactly what you are looking for.

    #248594
    This reply has been marked as private.
    #248580

    Topic: Pagination Issue

    in forum Enfold
    JustinGreis
    Participant

    Hi There –

    I have been troubleshooting this issue for quite some time and have not been able to make any progress. I have consulted all the recent forum topics on this but nothing seems to work.

    The issue is the pagination does not seem to work on the blog page. Here is the site: http://www.theartofadvice.com/

    The pagination appears here: http://www.theartofadvice.com/blog/

    A few background facts:

    1. The site is set to display the home page as the front page and the blog page for the blog. I have configured this in both the Enfold options and the Settings –> Reading area.
    2. I am using “Day and name” for my permalinks
    3. I am running the following plugins:

    • Akismet
    • All In One SEO Pack
    • Blubrry PowerPress
    • CodeStyling Localization
    • Configure SMTP
    • Custom Recent Posts Widget
    • Duplicate Post
    • Google Analytics Dashboard for WP
    • Jetpack by WordPress.com
    • jQuery Updater
    • My WordPress Login Logo
    • Simple 301 Redirects
    • Ultimate Tag Cloud Widget
    • W3 Total Cache
    • WordPress Editorial Calendar
    • WordPress Importer
    • WP Document Revisions
    • WP Mobile Detect
    • WP User Avatar
    • XML Sitemap & Google News feeds

    4. I have the following site pages:

    • About
    • Blog
    • Problem Solving
    • Communication
    • Leadership
    • Contact
    • Home
    • Subscribe

    Here is what I have done to troubleshoot the issue so far:

    1. Disabled all plugins.
    2. Changed the permalinks to default.
    3. Recreated the .htaccess file.
    4. Cleared caches (repeatedly) as well as cloudflare caches
    5. Changed theme and then changed it back

    I have a few other sites running on my server that are working just fine so I know it should be OK…

    Would love any support or assistance you can provide.

    Thank you in advance!

    -Justin

    #248578

    Hi jmaguirrei!

    If you need to modify the search implementations you can find the files here : /functions-enfold.php

    If you change numberpost => 5 to 1 ( see below ) this will show 1, BUT you need to customize further to have more accuracy when you search, otherwise it will show you irrelevant information / not so accurate, or it will show you what you need, depends on the case scenario.

    
     $defaults = array('numberposts' => 1, 'post_type' => 'any', 'post_status' => 'publish', 'post_password' => '', 'suppress_filters' => false);
    

    P.S Create 1 post and ask your questions there, as opposed to open more than 1 thanks :)

    Cheers!
    David

    #248569

    In reply to: PLEASE HELP!!!!

    Hey, thanks Devin! I’m using ENFOLD, is there an easier way to do this within the ENFOLD theme css?

    #248564

    I have recently changed my theme over to Enfold and I believe it is the most current version.
    I have setup my contact form to send to the default address (which is the correct address). When using the form on the website everything functions as required, the confirmation comes up and everything. I don’t however ever receive the email.

    Hi Devin!

    In Dreamhost (online) server, an error occurred while uploading by WordPress. I tried again, but I sent the files by FTP and it worked! :-)

    On my local server (XAMPP localhost), I used Apache + virtualhost configuration, WP 3.8.1 and paste enfold theme folder inside the wp-content/themes folder. But it does not work. :-( Generate Error Code: ERR_EMPTY_RESPONSE
    Any suggestions?

    Thanks for help!

    Hi Peter,

    If I remove the line of code from the main theme avia.js file then it functions as I expect. However, following Ismael’s code does not seem to work. my child theme folder is not called “enfold-child” but it’s called “wgr-child”

    Does the naming of the child theme matter?

    Hey vieiralessandro!

    What is the hosting provider and server specs you are trying to install on? Did you upload the theme from within WordPress or over FTP?

    Regards,
    Devin

    Hey SlickBear!

    You can turn on the custom class field for all elements which lets you then add classes to everything for easier css rule creation: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Best regards,
    Devin

    #248532

    Hey IkarusDev!

    Good luck and I also recommend checking on Codeable, Envato Studio and http://kriesi.at/contact/customization .

    Cheers!
    Devin

    #248529

    Hey Gary!

    Jetpack alone doesn’t have any issues I know of but any of the various extensions to Jetpack could definitely have conflicts. If something isn’t working for you it would be best to find an alternative or see if the plugins support forums has any tips on compatibility with themes.

    Just make sure you aren’t trying to use an extension of Jetpack to duplicate theme functionality since that would definitely not work or be supported. For instance the footer content and sidebars is all handled from the theme.

    Best regards,
    Devin

    #248525

    Hi Jyles!

    You can do the following :

    1. On the main portfolio page ( add a portfolio-grid (from page-builder/content elements ) use 4 columns / click on the categories.
    2. On Portfolio Items ( create a new one ) use the gallery and insert any # of images there.
    3. Every Image can have a sub category on Portfolio.

    It will work like so :
    1 ) http://kriesi.at/themes/enfold/portfolio/
    2 & 3 ) http://kriesi.at/themes/enfold/portfolio-item/single-portfolio-23-gallery-2/

    Cheers!
    David

    #248517

    In reply to: Enfold Showcase

    Hi There!
    I have been working with the Enfold theme now for about 7 months and I update my website every 4 months to coincide with the changing seasons. This also gives me a good excuse to try some of the new features. I really love the Masonry blog – looking forward to more new features soon!

    http://www.mydesignspace.com

    Cheers,
    Monique

    vieiralessandro
    Participant

    I made the purchase in ThemesForest enfold theme but I can not install on localhost or online.
    I did all the recommended procedures, but without success.

    In localhost, using Chrome, I get an error:
    “The server closed the connection without sending data.”
    This occurs when I try to view “live”

    If you activate the theme, the error occurs:
    Error Code: ERR_EMPTY_RESPONSE

    Please wait for help on installing this theme.

    Semo-dk
    Participant

    The accordion on the front page of my new site is not responding when viewing it on an iPhone. It show fine, but the buttons is not responding. I found out, that the error occurs when using 2 color sections on the same page. It would be great if this is fixed in the next update. Thanks in advance :-)

    Wordpress 3.8.1 Danish
    Enfold 2.6.2

    • This topic was modified 12 years ago by Semo-dk. Reason: Adding more text to subject
    #248504
    IkarusDev
    Participant

    Hello,

    i currently have an ecommerce/membership site running on enfold and looking for an experienced and reliable developer for work.

    Main issues:

    – make WPML plug-in work. For some reason the bbpress forum is messed up if you activate the plug-in
    – add features to bbpress forum
    – sync DAP (digitalaccesspass plug-in) with wordpress signups so user has to signup only once

    After that ongoing work. Email to praeludiumgminor (at) gmail.com

    #248503
    This reply has been marked as private.
    #248496

    Hey Andrew!

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

    .av-main-nav>li>a { height: 50px; line-height: 50px; }

    Depending on the header behaviours you are using, you may need to add !important rule to the code :)

    Regards,
    Yigit

    #248493

    Hey!

    I do not think that it is possible, but you can request such feature here – https://kriesi.at/support/enfold-feature-requests/

    Cheers!
    Yigit

    #248492

    Hi!

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

    .page-id-731  .category-major-events, .page-id-731 .category-bars, .page-id-731 .category-restaurants, .page-id-731 .category-hotels, .page-id-731 .category-events, .page-id-731 .category-stores, .page-id-731 .category-galleries, .page-id-731 .category-clubs, .page-id-731 .category-saunas { display: none !important; }

    Cheers!
    Yigit

Viewing 30 results - 224,461 through 224,490 (of 244,531 total)