Viewing 30 results - 219,871 through 219,900 (of 244,172 total)
  • Author
    Search Results
  • #273864
    This reply has been marked as private.
    paulrus
    Participant

    I recently purchased Enfold and I’m having one heck of a time dealing with overriding some of the CSS.

    If I use General Styling, I can change some things, but other things don’t change at all.

    If I use Quick CSS, I get no results.

    I followed the Vimeo video on creating child themes and had a lot of problems. First of all, the associated files don’t seem to work or they’re for an older version of Enfold. The only way I was able to get them to do anything was by copying and pasting style.css from Enfold to my Enfold-child. However, no matter what I change in the style.css, nothing happens.

    I’ve tried disabling every plug-in I have, and get no change.

    I’ve also tried modifying custom.css, and still get nothing. Something as simple as this: h2 { font-size: 28px; line-height: 1.1em; margin-bottom: 10px; color: green; } has no effect at all. I don’t even see it when I reload the page and inspect the CSS.

    Sorry if this post is rambling, I’ve literally been awake for around 36 hours while working on this.

    Any help would be greatly appreciated.

    #273853

    Hey!

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

    @media only screen and (max-width: 990px) {
    #top .av-main-nav ul a {
    padding: 4px 15px; }}

    You can also go to Enfold theme options > Header Layout > Mobile Menu > Header Mobile Menu activation and choose 990px to activate mobile menu on tablets

    Best regards,
    Yigit

    #273849

    In reply to: Formatting Issues

    Hey!

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

    .avia-fullwidth-slider { border: none !important; }

    2-

    #socket { border: none !important; }

    4- Fullwidth Easy Slider adjusts the height depending on screenwidth, so i am afraid, there is no easy way of doing that
    Cheers!
    Yigit

    #273847

    In reply to: Footer

    Hi papernapkinmarketing!

    You can switch to Default Editor and click on Magic Wand to see full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
    then you can create any of them and copy/paste shortcode into any other content element or into text widget.
    Please copy&paste this code inside a Text widget in Appearance > Widgets – http://pastebin.com/VrJcE22D
    then add following code to Quick CSS in Enfold theme options under General Styling tab

    #footer .social_bookmarks li { clear: none !important; }

    Cheers!
    Yigit

    #273846

    In reply to: Button

    Hi papernapkinmarketing!

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

    .avia_ajax_form .button { color: white !important; }

    Cheers!
    Yigit

    #273840

    Hi Josue,
    here is a process I used to insert a custom social icon in the small bar. Well, I don’t pretend to have discover a revolutionary process ;) this is just a “step-by-step” process which maybe will help beginners like me… Glad if I can help someone ;)

    1/ Create and export your font from Fontello

    2/ In the Admin, edit “functions.php” and past the code: ‘nameofyourfont’ => array( ‘font’ =>’nameofyourfont’, ‘icon’ => ‘ue888’),
    just below the Youtube line, by example.

    3/ On the FTP go to the directory: Enfold –> includes –> admin –> register-admin-options.php

    4/ Edit register-admin-options.php and past the code: ‘Nameofyourfont’ => ‘nameofyourfont’,
    just below the Youtube line, by example.

    5/ Unzip the Fontello folder you’ve exported and go again on the FTP, directory: wp-content –> Themes –> Enfold –> Config-templatesbuilder –> avia-template-builder –> Assets –> Fonts
    Place here your fonts (.eot, .woff, .ttf, .svg)

    6/ Go back to Enfold Admin, “Import/Export” button, and import your Fontello zip folder with IconFont Manager.

    It should work :)

    Best regards
    Jeff

    #273829

    Topic: Animated Numbers

    in forum Enfold
    jamie
    Participant

    I notice with the new update, animated numbers is on offer. Love it!

    From your example here: http://kriesi.at/themes/enfold/shortcodes/animated-number/ (Animated Numbers over a picture)

    Could you tell us what we would need to do, to put the animated numbers over a picture like the top example.

    Thank you.

    #273821
    JumpingCap
    Participant

    Hi there,

    I have the Enfold Theme (v2.8.1) and if I create a post with a Video URL in it, it wont create the video header above the post on my blog overview. Is there anything missing or does it just conflict with some plugins?

    #273816

    Hey!

    Code is not being applied, please try adding it to custom.css file inside Enfold/css folder

    Cheers!
    Yigit

    #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, 8 months ago by Chris.
Viewing 30 results - 219,871 through 219,900 (of 244,172 total)