Viewing 30 results - 218,971 through 219,000 (of 243,262 total)
  • Author
    Search Results
  • #273814

    Hi pirasrimini!

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

    .tab_inner_content img.alignleft.wp-image-3060 {
    margin-top: -11px;
    }

    Regards,
    Yigit

    #273813
    holtesdesign
    Participant

    Hi guys,

    We’re very happy with the Enfold theme you developed.
    All things works fine, except the portfolio.

    When you’re going to: http://www.haakman.com/varieties/ you could see there are a lot of items. On a regular desktop, all things works fine. Unfortunately when you open the same page on an iPad for example, Safari crashes continuously.

    We think it is a render problem, because there are too many elements on one page.
    I hope you could help us out!

    Yours sincerely,

    Jelmer Holtes
    Holtes Design

    #273812

    Hi ShortieD!

    If you mean this – http://kriesi.at/themes/enfold/blog/blog-single-author-big/ featured images should be 710x270px or proportional.
    You can add following code to Quick CSS to make them fullwidth

    .small-preview img, .big-preview img { width: 100%; }

    Best regards,
    Yigit

    #273811
    ProMathTutor
    Participant

    Hi,

    I posted earlier about a problem with my homepage. I thought the problem was solved, but it wasn’t.

    BACKGROUND
    While making a routine change to my homepage, some of the styling stopped working. I couldn’t figure out why, so I restored a previous version of my page. All of the content appeared the same as before within my WordPress admin area, but when I used a browser to render the page, all the content had disappeared.

    I had not made any changes to the CSS, I had restored the old, functioning version of the page in question, and I had not installed or updated any plugins. I suspected the problem was with the theme. On a hunch, I added a text block to the page with the text “test,” updated the page, and suddenly all of the content reappeared, but with strange styling. So, I figured the problem was with Enfold.

    So you know, I’m using an Enfold child theme.

    Per the moderator’s suggestion, I enabled the debug field in the Avia Layout Builder so that I could copy the shortcode data from that field, create a new page, and paste the data into its debug field. This did not work.

    Next, I tried rebuilding the homepage from scratch. I did this, but there are still two problems.

    CURRENT DIFFICULTIES

    • The first problem is that I cannot reuse the permalink from the old page. This is a big problem, because it’s the homepage for my site. I did delete the old page, and I permanently deleted it from the trash after that. That didn’t work, but I read that some pages will persist in the database after being deleted, so I then logged into phpMyAdmin, searched for all pages with the same title as the problematic page, and deleted all but the new, working version. That did not work either.

      After all this, WordPress will still not allow me to use the permalink http://www.highermathhelp.com for my new page (it automatically appends higher-math-help when I try to do so).

      Perhaps there is something else I need to delete? (I hope not, because now I’m having trouble even logging into phpMyAdmin, and I haven’t learned PHP or MySQL yet).

    • The second problem is that when I load the new page (http://www.highermathhelp.com/higher-math-help/), some of the styling isn’t applied. When I refresh the page, the styling is applied, but something strange is happening: this same behavior is repeated even when using a browser that I had never previously used to access this URL (and therefore shouldn’t have a cached copy of an incorrectly styled page). I’m concerned that even if I can fix the first problem, visitors will see an improperly styled page, and they won’t think to refresh it.

    Please help if possible. I run a tutoring business, and summer session has just started, meaning that this is exactly the time when I am advertising my site to new potential clients. Right now, they see a “Nothing Found” message when they try to check out my services.

    Thanks for your time!!

    #273804
    ShortieD
    Participant

    Hey guys – I’d like my blog to look like the demo sit’s blog with the featured image large at the top – all my images are at least 800px wide but the featured image isn’t showing as such.

    – this is my blog here http://shortiedesigns.com/site/small-business-blog/

    – this is the demo site blog I want to replicate http://kriesi.at/themedemo/?theme=enfold

    #273800

    Topic: Sales products in AVIA

    in forum Enfold
    adrianwackernah
    Participant

    I found at Woothemes docs for displaying sale products this shortcode:

    array(
         'per_page' => '12',
         'columns' => '4',
         'orderby' => 'title',
         'order' => 'asc'
     )

    How about if I place this in Enfold Child functions.php or is this the wrong place? What I like is, having only one sale product on homepage, but per default, woocommerce has a four column layout for that activated. I need to overwrite this. So my question were to place this? In case, best will be as AVIA element, were I can select options!

    Thanks, Adrian

    This reply has been marked as private.
    #273793

    In reply to: Translation

    Hi Happytie!

    You need to install the Chinese wordpress version: http://cn.wordpress.org/ and make sure that the wp-config.php contains this code:

    
    define ('WPLANG', 'zh_CN');
    

    The theme will then load/use the zh_CN.mo file located in the wp-content/themes/enfold/lang/ folder to translate the theme to Chinese. If you want to update/modify the translation files install this plugin ( http://wordpress.org/plugins/codestyling-localization/ ), go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and select your language and click on “Rescan” to search for all text strings. Afterwards click on “Edit” and translate the required strings from the “avia_framework” textdomain. At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner).

    Please note that we did not create the Chinese translation (all language files except the German translation were submitted by users) and we don’t know if there’re any spelling errors or if the quality of the translation is acceptable.

    Cheers!
    Peter

    #273791

    Hey!

    It depends on the post types of the first post. If the first post (post on the top of the archive page) is a portfolio item the portfolio grid will be displayed at the top and the blog posts at the bottom. If the first post is a standard post Enfold will display the the blog posts first and below the portfolio grid. If you want to make sure that the blog posts are always at the top replace this line in tag.php:

    
    $sorted = array();
    

    with

    
    $sorted = array("post" => array());
    

    Regards,
    Peter

    #273789

    In reply to: link in Text Block

    Hi Josue,

    unfortunatelly after downloading latest WP version and latest Enfold Theme, I am getting this notice when trying to open frontpage:

    Notice: Undefined index: index in /www/sites/6/site20146/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_layerslider.php on line 118

    Hey Raymmar!

    No, unfortunately there’s no easy way to change the slider height on mobile devices. I tried to change it with css code but my code just distorts the images and breaks the slider. I’ll mark this thread for Kriesi in case he can provide some useful hints. You can also submit a feature request here: https://kriesi.at/support/enfold-feature-requests/ – if more users vote for the height option we might add it with one of the next updates.

    Best regards,
    Peter

    #273783

    In reply to: Update from WordPress

    yes, this link just send me to the WP updates, where I can find all extensions and themes updates… except Enfold…

    #273782

    Hi!

    Tbh I’m not sure why Enfold can’t save the theme options but one reason could be that something is blocking the access to the wp-admin folder. If Enfold can’t access the this folder it also can’t send the options to the wp-admin/admin-ajax.php file and then the saving process will fail. Try to replace the new Enfold files with the older Enfold files (2-3 months ago) and check if you can save the option with this older theme version on your WP3.9.1 installation. If not it’s probably a permission problem of the wp-admin folder.

    Cheers!
    Peter

    #273779

    In reply to: Page Template

    Hey!

    I can’t log in with the login credentials you posted but you can fix the menu easily – just switch to the child theme, then go to Appearance > menus > “Manage Locations” and select which menu should be used for the main menu, etc.. Afterwards hit the “Save Changes” button and go to Enfold > Theme Options > Import/Export and click the blue “Import Parent Theme Settings” button to import the theme settings of the parent theme.

    Best regards,
    Peter

    Hey!

    Download this zip file: http://www.mediafire.com/download/8wvcbh24bcfpl5a/gfur-activate-template.zip and unzip it. Then upload the resulting folder into your theme directory (wp-content/themes/enfold/ or into your child theme directory). Then open up the functions.php file and insert this code:

    
    /**
    * Gravity Forms Custom Activation Template
    * http://gravitywiz.com/customizing-gravity-forms-user-registration-activation-page
    */
    add_action('wp', 'custom_maybe_activate_user', 9);
    function custom_maybe_activate_user() {
    
        $template_path = STYLESHEETPATH . '/gfur-activate-template/activate.php';
        $is_activate_page = isset( $_GET['page'] ) && $_GET['page'] == 'gf_activation';
    
        if( ! file_exists( $template_path ) || ! $is_activate_page  )
            return;
    
        require_once( $template_path );
    
        exit();
    }
    

    Cheers!
    Peter

    #273769
    This reply has been marked as private.
    #273752

    In reply to: Timer

    Hey papernapkinmarketing!

    Did you try the “Animated numbers” content element Kriesi added with the Enfold 2.8.1 update? You can use it with the columns shortcode to display 5 animated numbers in one row.

    Cheers!
    Peter

    #273744

    Hello

    I know very well this page:http://css-tricks.com/perfect-full-page-background-image/ :-) but it’s only talking about fullscreen images
    with ‘background-size’ set to ‘cover’ BUT with ‘background-position’ to ‘center center’ AND ‘background-attachment’ to ‘fixed’
    So there is no similitude with Enfold except ‘background-size’ because your images are not only fullscreen, they have a parallax effect.

    However, I modestly think there is better way to use fullscreen backround image with parallax effect, I have setup a test page: http://pascal-bourhis.net/parallax/
    As you can see, the left and right edges of my images (red triangles) are all visibles, there is a parallax effect (which can be set to higher or lower) and there is some centered texts.
    This demo is based on http://www.minimit.com/articles/lets-animate/parallax-backgrounds-with-centered-content

    I think Kriesi should have a look to this and maybe reconsider the way he has done his fullscreen imaged with parallax effect…

    thanks

    EDIT: I think there is a confusion with parallax images. In my opinion a parallax image it not necessarily a fullscreen image, it’s an image wich can have many layers that can scroll (horizontally or vertically) with different speeds, ie: http://www.bbc.com/news/entertainment-arts-20026367

    Hey!

    I’ll skip past the trying to figure out why for now and see if we can’t get things back to normal first. Add the function at the following link to your functions.php file just after if(isset($avia_config['use_child_theme_functions_only'])) return; :

    http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    This will enable the debug field so you can easily copy the shortcode data out for that page and paste it into another page. If, once the page is copied over from one debug field to the other, things still aren’t working then you can re-build the page from scratch.

    Before any of this you can also try deactivating all active plugins which has a small chance of randomly causing something to go wrong but its unlikely in your case.

    Regards,
    Devin

    #273727

    In reply to: Portfolio List

    Hey atrixdave!
    The easiest way to do this with Enfold is to manually create a table by using the built in options to do so.

    If your looking to automate or pre populate a table based on your portfolio.. That would require you to make a custom template.

    But if you look at the bottom of this demo page, you will see you can easily make your own tables with text / links etc. It isn’t automated, but it is easy to edit and add new one’s afterwards, or anytime you have a new portfolio item you need to add. It’s just using the table content element block.

    http://kriesi.at/themes/enfold/shortcodes/pricing-and-data-tables/
    Cheers!
    Chris

    • This reply was modified 11 years, 4 months ago by Chris.
    #273722

    Hey smorrone!
    So what is happening is there is a default margin applied to ( p ), see this image:
    https://dl.dropboxusercontent.com/u/21724593/kriesi/p-margin.png

    So to remove that from only that text block. You will want to give your p’s that you want to remove it from a class.
    Something like:

    <p class="no-margins">Then Add Your Text Here</p>
    
    Then in your quick CSS edit in "Enfold / General"
    you would put something like this:
    
    p.no-margins { margin: 0em 0!important;}

    It may be easier if you make this using the code block instead of the text block, I’m not 100% sure that the code won’t get stripped out after you save it again.

    Cheers!
    Chris

    #273713

    In reply to: Page Template

    This reply has been marked as private.
    #273709

    In reply to: Rookie needs help

    Hi!
    Sorry, for the footer, the very bottom of the site, yes it is a site wide change.

    You will find the background color and text color settings here:

    Enfold / General Styling / Footer Tab
    https://dl.dropboxusercontent.com/u/21724593/kriesi/footer-tab.png
    Best regards,
    Chris

    ProMathTutor
    Participant

    Hi,

    So far, I’ve really enjoyed using the enfold theme. Today, I was making a routine edit to my homepage, and this led to my content being displayed strangely. When I rolled back to a previous revision of the page, the entire page just disappeared. All of the content is visible in the Avia Layout Builder, but none of it is displayed when the page is rendered by the browser.

    I did not install or update any new plugins, and since I rolled back to the previous revision of the page, I don’t think the problem has to do with any edits I made. It seems like the cause is a bug in the theme.

    This is the homepage for my active business, so clients or potential clients who currently visit my site will see a blank page. I need to fix this ASAP and can’t figure it out. Perhaps I should uninstall and reinstall the theme? I’m using the Enfold Child theme, so I shouldn’t lose my customizations, but if I do need to reinstall, can you remind me how to do this?

    Thanks!!!

    #273701

    Topic: Rookie needs help

    in forum Enfold
    rhysbowen
    Participant

    Hi there Kries.

    1.
    I would like to include a blurred background that moves at a different pace to text in the foreground. Just like your “INCASE YOU NEED HELP” section at the bottom of this link, above the footer.
    http://kriesi.at/themes/enfold/?skin=Orange

    2.
    Also, how do i customize the footer as you have on the same page. I cannot see anywhere to change the color as you have and change the columns etc. Once I do it, is it applied to all pages please?

    #273700

    Hi!

    Thank you for visiting the support forum!


    @Randy
    : Do you mind providing an actual link to the page with 3 blog posts element? Make sure that you’re running Enfold 2.8.1 and if possible with the plugins deactivated.

    Best regards,
    Ismael

    #273697

    In reply to: Text Block issue

    Hi BenKemp11!

    Thank you for using the theme!

    The link is missing. If I am not mistaken, you don’t have the latest version of the theme. The text block issue brought by WP 3.9 should be fix on the latest patch of the theme. Please download the latest version 2.8.1 from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Cheers!
    Ismael

    #273694

    Topic: Text Block issue

    in forum Enfold
    BenKemp11
    Participant

    I’m having trouble with my text blocks all of the sudden. I am not a programmer, which is why I chose Enfold. Getting my site up and running was a breeze, but my text blocks are different now. When I open up a text block to start adding content before now, I would have plenty of options as far as setting up the text the way I need as far as size, color, etc… Now however when it pulls up, there’s nothing but a white text box. I can switch over to the “text” side and see a few options there, but I don’t know programming. I noticed that when I head back to the “visual” side, if I click and drag, any content I have there highlights, but it’s in code. So it’s basically like the words are white, but there’s no way to change the color, so you can’t see it.

    Here’s a link to the page so you can see what I’m talking about:

    Any help would be incredible, thanks in advance!

    #273687

    In reply to: Portfolio Tiling 1 Off

    hey, it’s worked for versions since 2.1 in enfold, and on 2.7… but we updated it to 2.8.1 and it stopped… I don’t remember every doing anything in there, but I left the padding, removed the margin, and we’re working perfectly… thanks for that… we had looked at it in chrome, but it didn’t recalculate until we resorted, then it worked just fine… good eye.

    #273660

    Hey!

    Glad we could help.

    In order to migrate the theme successfully and leave the database intact, please use this plugin: WP MigrateDB or WP MigrateDB PRO

    Refer to this link for more info on how to properly migrate your website from production to development vice versa:
    http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/
    https://code.tutsplus.com/tutorials/migrating-your-wordpress-database-wp-migrate-db-production-to-development–wp-32684

    Cheers!
    Ismael

Viewing 30 results - 218,971 through 219,000 (of 243,262 total)