Viewing 30 results - 222,751 through 222,780 (of 243,862 total)
  • Author
    Search Results
  • #254193

    Hey Bill!

    That’s possible with the new version of Enfold:

    It should be up in Themeforest soon.

    Cheers!
    Josue

    #254189

    In reply to: Extremely slow backend

    Hey!

    The only external theme connection is the update check which connects to the envato api server to check for new theme updates. You can deactivate it by removing the Envato API credentials on the theme settings page (Enfold > Theme Options > Update). All other connections (i.e. oembed, rss feeds, etc.) are not theme related but WordPress may use them to embed external sources (youtube videos, etc.).

    Regards,
    Peter

    #254186

    I removed <{heading} class='main-title entry-title'>{title}</{heading}> from line 274 of functions-enfold.php.

    So, now I tried putting the following in a functions-enfold.php file and uploaded it to the enfold-child folder, but it didn’t work:

    	<?php
    add_filter('avf_title_args', 'avf_remove_header_title', 10, 1);
    function avf_remove_header_title($args) {
        $args['title'] = '';
        return $args;
    }
    	?>

    Anything else I can try?
    Thanks!

    #254168

    Hi Jason!

    1. You can achieve that with Gravity Forms, which is supported by the theme.

    2. Yes, you can insert shortcodes in the Tab content.

    Best regards,
    Josue

    #254165

    Hello, Thanks for your feedback, howerd

    2. deleted it because of error :p , where i could get manual for enfold parallax feature?
    5. Changed, but nothing happen
    6. Got it, Sir.. many thanks

    I’ll be waiting for the rest..
    Regards,
    Bayu Perdana

    #254162

    In reply to: Blog Post

    Hi!

    Fixed:
    http://www.waterfiltercompany.com.au/water-blogging/

    It happens that if you use Yoast you need to deselect the Blog setting in Enfold.
    https://kriesi.at/support/topic/yoast-seo-and-enfold-theme-front-page-problem/#post-228627

    Regards,
    Josue

    #254127

    running th latest version of WP and Enfold as well…

    #254126

    This is also happening for a page where I’m putting affiliate code blocks in. This is the link http://www.physiquetransformations.com.au/links/ see I have one affiliate link, but when i go to add another block of code, the first one is removed.

    running th latest version of WP and Enfold as well…

    • This reply was modified 11 years, 9 months ago by joemurphy.
    #254111

    I will keep this in mind for future use, however in my existing enfold install (and several clients) this requires editing 2000+ products/variation pages to add new image sizes and column shortcodes. I was hoping to avoid this as it is extremely time consuming. I’ll likely disable this in my own site to save the labor hours. As this will be wiped out on theme updates it’s not an option in my client’s sites and editing all products to add theme shortcodes is not feasible. I’ll try to figure out a way to delete all products and reupload with inserted shortcodes via a CSV mass import/update (after a database backup). Hopefully I can find a meaningful work around. Hmmm :/

    • This reply was modified 11 years, 9 months ago by cryscryb.
    #254107
    davidrk
    Participant

    Hi there. I recently updated WP and the Enfold theme and have a few issues I’m still trying to resolve with the header. The site is http://www.bhutantravelbureau.com

    1) On an ipad the social icons are appearing beneath the logo in portrait mode instead of aligned to the right.
    Ipad portrait view
    Also on the Ipad, the sticky logo and navigation are not minimising, and don’t appear to be transparent.

    2) On smartphones the logo now appears quite small after applying the custom CSS required to stop the logo stretching across the entire screen and behind the menu icon. It also doesn’t line up next to the menu toggle, appearing above it instead.
    Iphone image 1
    Iphone image 2

    The CSS I have applied is as follows:
    @media only screen and (max-width: 768px) {

    .responsive .mobile_slide_out .logo {
    float: none;

    }

    .responsive .logo a, .responsive .logo img {
    height: auto !important;
    margin-top: 8px!important;
    max-width: 85%;}
    .html_header_top.html_logo_center .logo {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    }

    .responsive #header .social_bookmarks {
    position: relative;
    margin-top: 10px;
    }
    }
    @media only screen and (max-width: 480px) {
    .responsive .logo a, .responsive .logo img {
    max-width: 80%;
    height: auto!important; }
    }

    Help to resolve this issue much appreciated. Cheers.

    #254106
    AsadIC
    Participant

    Hi support,

    Can you please tell me how I can add the “Share this Entry” module on my blog posts as seen in your demo here: http://kriesi.at/themes/enfold/2013/10/21/the-lone-balloon/

    Thanks
    Asad

    #254101

    You can update directly from the child theme or by download the theme from your downloads on themeforest and then updating the parent theme over FTP or via the theme upload in WordPress: https://vimeo.com/channels/aviathemes/67209750

    Either will work or even going the steps your wrote above which isn’t needed but would still work :)

    #254094

    Hi ShortieD!

    I’m not sure if those are specific to the child theme but you can try using the one available here: http://kriesi.at/documentation/enfold/using-a-child-theme/

    Or there is one in the big download of the theme that comes with the PSD, License etc on ThemeForest as well.

    Best regards,
    Devin

    #254093

    Hi!

    No, you can place it in your child theme functions.php file as well.

    Regards,
    Devin

    Everything that is available is in the demo data import but after doing so it should look something like in the video on this page: http://kriesi.at/documentation/enfold/install-enfold-over-ftp/

    There have been some additions since I did that video and the import option has moved inside the theme options but thats the gist of it. Anything else is available to be re-created using the theme elements.

    The WooCommerce shop functionality needs to be configured using WooCommerce which I did a video for as well: http://kriesi.at/documentation/enfold/quick-start-with-woocommerce/

    #254084

    Hey cryscryb!

    With the new image sizing tool there definitely might be a change in how images are handled for responsive layouts but there are some alternatives you may have missed in the current implementation.

    Each time you upload an image to WordPress it auto creates a number of thumbnails for you. The theme hooks into this function and adds some more.

    When you add an image into a layout you can choose the size of the image to add in based on any of these sizes. The theme then adds a rule to the image so that it auto expands to 100% width of its container on the front end regardless of what size you’ve chosen.

    To control the size you would wrap that image in a container using a shortcode so that its container is smaller. In this way keeping the image responsive but in proportion to your layout.

    Cheers!
    Devin

    #254082

    Hey!

    Aside from increasing the memory limit and then verifying that the memory limit for WordPress has indeed been increased I don’t know of anything else that would help in this situation.

    It isn’t something that I’ve seen continue after there is a good amount of memory available but you could also try deactivating all active plugins and doing a clean re-install of the theme over FTP (replacing the current theme files) just to make sure there are no theme files corrupted that could be leading to an error.

    There could also be some corrupted data on that page(s) specifically where re-building the page from scratch could help.

    Cheers!
    Devin

    #254081
    CurlyHost
    Participant

    I’d like to change out the social media icons at the top of Enfold from the default to some purchased social icons – what would be the best file to update to change out the default with some purchased images?

    #254079

    Hi, i have problems on my client website http://www.apartamentyparkowe.pl/
    I have updated it to the latest version of WP, and Enfold.
    When i try to edit a page, it only loads, but i can’t edit anything.

    I noticed below that it could be WPML problem.
    But I can’t switch off it because this page must be bilingual.

    Could you help me, please ?

    #254070
    steven1000
    Participant

    Love the Enfold Theme, until the last update. I need to make the header, without the Menu section, completely transparent, so that the background picture shows through 100%. I did it on a previous version, and you gave me the css code to make it happen. Now, I updated the theme today, and tried out the new header and transparency options for HOURS, and no luck. I even tried the CSS code you gave me two weeks ago and no luck. I am trying to have the header area completely transparent, except for my logo naturally. However the header area will only show up in white or another color I choose. I think that perhaps the newest version is too complicated and not user friendly enough, but that is my own opinion. I reverted back to older version. website is fireinvestigatordirectory.com Signed: Frustrated. Can you please help me.

    #254063

    In reply to: Lost magic wand

    Here is a link:
    https://www.dropbox.com/s/4dq1czdmubyvp9i/Screen%20Shot%202014-04-21%20at%206.23.20%20PM.png

    Version is 2.6.4

    I use to have a button showing the magic wand that led to Enfold shortcodes but that button is not there anymore. How can I get it back?

    #254058

    Hi ouranos3!

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

    .av_promobox { margin-top: 10px; margin-bottom: 10px; }

    Best regards,
    Yigit

    #254056

    Hey!

    Please update Enfold to the latest version 2.6.4 via FTP – http://kriesi.at/documentation/enfold/updating-your-theme-files/

    @bert787
    Do you still have the same issue? For some users it was a caching issue and resolved after flushing cache

    Best regards,
    Yigit

    #254055

    In reply to: slow loading in safari

    Sorry, I no longer think this is an Enfold-specific issue. At this point, it seems to be something very specific to WordPress in general certain Safari users. Like WP sites will load fine for me in Safari, but hang crazy long for my roommate (same version of Safari, same house). It seems to happen with various themes and various hosting services (although all shared hosting). And it doesn’t even seem consistent — sometimes the same sites load fine. But it’s definitely an issue, just tough to pin down. DNS prefetching seems to have potential as a culprit. Please let me know if this issue sounds familiar to you, although I realize it’s not Enfold-specific, so feel free to ignore ;) And sorry for the false alarm.

    #254054

    Hi!

    As long as theme names are matching, you will not lose any of your options while updating the theme. If you have not made any changes on theme files, you can go ahead and update the theme – kriesi.at/documentation/enfold/updating-your-theme-files/

    Regards,
    Yigit

    #254051

    Hi!

    Have you made any changes on theme files?
    Please update Enfold to the latest version 2.6.4 – http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Cheers!
    Yigit

    #254050

    Hi mgould!

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

    dd.wp-caption-dd {
    text-align: center;
    }

    Regards,
    Yigit

    #254049

    In reply to: Lost magic wand

    Hey satucker!

    Can you post a screenshot and show the issue you are having? You can upload your screenshots on imgur.com or Dropbox public folder and post the links here. Also please post which version of Enfold and WordPress you are using

    Regards,
    Yigit

    #254046

    Thanks, I don’t think I didn’t ask the question clearly!

    I am using a child theme and I am not sure exactly the process for updating so…. Is the correct process…

    1. Activate “Enfold”
    2. Update Enfold
    3. Re-Activate Child theme.

    Is that the correct process or is there another way to do it?

    Thanks in advance.

    #254034

    Hi!

    The link you posted is not using Enfold.

    Regards,
    Josue

Viewing 30 results - 222,751 through 222,780 (of 243,862 total)