Viewing 30 results - 241,921 through 241,950 (of 242,140 total)
  • Author
    Search Results
  • #114590

    I would like to have numbers for the iconbox as icons. Makes sense to have boxes that explain like steps from e.g. 1 – 3. Also the iconbox title linkable would be great.

    #116599

    My install is not online. But I did fix it by going back to the 1030px version in the enfold settings page. As 1210px is new, and not on the demo version I presume it is a bug in the CSS somewhere when the screen is wider than the 1210 width.

    #114588

    Is it possible that you add something like this plugin http://codecanyon.net/item/dynamic-step-process-panels-for-wordpress/125748

    I can of course use the tabs, but it doesn’t have the same feel and not color options

    Hi,

    I don’t see the enfold theme on your site. This is your 2nd thread.

    Regards,

    Ismael

    I just noticed that Kriesi uses the function get_previous_post/get_next_post functions for the next/previous links. Unfortunately these functions rely on the get_adjacent_post() function in wp-includeslink-template.php which does not support custom taxonomies (like portfolio entries, etc.) yet. It just supports standard posts and categories if you want to select posts from the same category. So for now this won’t be possible but you can add it to the feature request list: https://kriesi.at/support/topic/enfold-feature-requests

    A workaround would be to use a plugin from here: http://wordpress.stackexchange.com/questions/8058/next-post-link-on-custom-taxonomy and to replace the get_previous_post/get_next_post function calls in functions-enfold.php:

    $entries['prev'] = get_previous_post($same_category);
    $entries['next'] = get_next_post($same_category);

    with a custom next/previous page function. I guess we need to wait for WP3.7 – then the next/previous page functions should also support custom taxonomies: http://core.trac.wordpress.org/ticket/17807

    #116665

    Afaik not because fontello.com ( http://fontello.com/ ) does not offer a icon set which contains numbers and we use this service for the icon font. However you can suggest the feature here: https://kriesi.at/support/topic/enfold-feature-requests/page/2

    #22543
    gigoz
    Participant

    Hi,

    I copied your LayerSlider ( Enfold – most beautiful theme ever) and added some text. But the colour of the text appearing on website is same as the styling color chosen from enfold theme option. I want to change this text color ro white #ffffff. I added html to the custom html session of the Basic option box but this is not affecting the final output of the text color on the slide. Please can you advice on how I can change the text color on the slide.

    Thanks

    Michael

    #116761

    Hi,

    Can you give us a link to the problem?

    There are 2-3 updates currently starting from Enfold’s release.

    Regards,

    Ismael

    #116020

    Never mind. :) I love this theme.

    #116019

    I figured it out. I renamed my child theme. If I change theme name back to enfold, everything works.

    I wouldn’t suppose you’d tell me how I can make it work with a renamed child theme. I want to customize it to the clients name. :)

    #114587

    I’d like to have another option added to the header type:

    Fixed Header with Social Icons and Bottom Navigation

    ==============

    I like the new gallery option to not add a link. Thank you!!!

    Would it be possible to have the gallery sliding or rotating to display further items on the list? i.e. have company logos scrolling on the bottom of a page for example. Personally I’d rather see the icons gently scrolling across rather than a full list 1×6 or whatever scrolling at once.

    =============

    Contact Form: 25% / 75% column widths to go with the 50% / 100%

    =============

    Attachments for forms with file-type / size restrictions. I think most people would want to be have this available to round off the form capability.

    #116018

    The option panel used to work for me. Ever since I tried to install a child theme, with a function file with the above php copy and pasted in it, I haven’t been able to use the panel. The panel won’t even work if I revert back to the parent theme. What might I be missing? If I try to style certain elements like font color in the style sheet, it doesn’t work. It is like the default settings are set as highest priority somewhere.

    #116370

    Hi,

    Please update to v1.31 which has an update to the tabs widget.

    Please log into themeforest.net using the account you’ve purchased the theme under and download the latest update. Please be aware that the update will overwrite every single theme file including custom.css , so make sure that you created a backup first. The best way to upgrade the theme would be via ftp, renaming your current Enfold them folder on your server and then uploading the newest version of the theme. If you have made customization to your templates, but are no longer sure exactly where, I’ve made a comprehensive video outlining the easiest way to solve that issue. https://docs.google.com/file/d/0B8hqGBMSfHtKRkJlN0pyNVNDSkk/edit?usp=sharing


    But right now the way to prevent it from disapearing would be to add this css, but first, let make sure we got the latest theme to work with

    #top .avia-slideshow-inner {
    height: 384px;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: translateZ(0);
    }

    Thanks,

    Nick

    #116176

    Hi bluemoonink,

    I prefer it simply because it allows me to have control over the end result just a little bit more. If you also start with a base size, you know every other percentage css is based on a base size.

    But you are always open to changing things as you want :)

    Regards,

    Devin

    #116170

    In reply to: media gallery columns

    Yes in wp-contentthemesenfoldconfig-templatebuilderavia-shortcodesgallery.php replace:

    array(
    "name" => __("Gallery Columns", 'avia_framework' ),
    "desc" => __("Choose the column count of your Gallery", 'avia_framework' ),
    "id" => "columns",
    "type" => "select",
    "std" => "5",
    "subtype" => AviaHtmlHelper::number_array(1,12,1)
    ),

    with

    array(
    "name" => __("Gallery Columns", 'avia_framework' ),
    "desc" => __("Choose the column count of your Gallery", 'avia_framework' ),
    "id" => "columns",
    "type" => "select",
    "std" => "9",
    "subtype" => AviaHtmlHelper::number_array(1,12,1)
    ),

    #116017

    No, this shouldn’t happen. You can loose your theme settings though because Kriesi saves the settings with the theme name. If the child theme name is different the child theme will create a new, different option set.

    #116292

    I’m sorry but unfortunately this mod requires a lot of work (and testing) and it’s beyond the scope of our support forum. I can only show you the starting point – depending on your coding skills you can try to implement the Revolution slider by yourself or hire a freelancer for this job. Starting point: the LayerSlider implementation code can be found in wp-contentthemesenfoldconfig-templatebuilderavia-shortcodesslideshow_layerslider.php and in the wp-contentthemesenfoldconfig-layerslider folder.

    #116049

    Hey!

    No, a youtube icon is not included atm. You can request it here: https://kriesi.at/support/topic/enfold-feature-requests

    Best regards,

    Peter

    #22591
    eswyt
    Participant

    I would like to use the Revolution Slider. Client likes it and so do we. How can we override the theme’s (Enfold) layer slider and replace it with the Revolution Slider. Tried shortcode but that messed up things. Can you guide us?

    Thanks.

    #116266

    Hi,

    On Enfold > Theme Options > Styling > Use stretched or boxed layout? > Select Stretch Layout. I think you are using the box layout.

    Did you add or modify anything on the css?

    Regards,

    Ismael

    #116392

    Hi,

    Let me tag Devin to check this.

    Regards,

    Ismael

    #116016

    Does setting up a child theme keep the backend styles from working?

    #116424

    In reply to: Menu Align

    Hi,

    What type of header are you using? You can select 4 types of headers on Enfold > Header.

    Regards,

    Ismael

    #115508

    Hey,

    Glad it’s working now.

    Regards,

    Ismael

    #115507

    Thank you. Now it is working!!!!

    #114585

    Dear Santa,

    I’d really like the ability to add a ‘CUSTOM CODE ELEMENT’ to a page using the Avia Layout Builder. This would enable people like me to quickly and easily add any custom element, such as an animation, to a page.

    If you can deliver it before Christmas, that would be a bonus.

    Chris

    #22610
    sanderpinkse
    Participant

    When I pick the wide version of the responsive layout (1210 px instead of 1030px), Enfold stops being responsive when viewed on an iPhone or iPad. The site simply gets scaled down. On a desktop computer, everything works as it should. Any clues?

    Cheers,

    Sander

    #114584

    Hey DavyE,

    You can add your own CSS write from within wordpress using the Quick CSS option. There shouldn’t be any reason to edit the theme’s actual CSS files (except custom.css) as then you wouldn’t be able to easily update the theme as new features and bug fixes are released.

    Regards,

    Devin

    #116264

    Hi Scott,

    Can you link to both of the pages on your live site? I tried re-creating a blank page and it had no issues being centered.

    What version of Enfold do you have installed as well?

    Regards,

    Devin

    #116080

    “http://kriesi.at/themes/enfold/2012/01/14/this-is-a-nice-post/?skin=Cyan

    Above is the link to the theme sample. Below is a link to a screen grab of it. I see it this way on mac / chrome or safari, or my iphone 4 using the default safari browser. I haven’t tried anything else. Thanks

    v34zQvv.png

    http://i.imgur.com/v34zQvv.png

Viewing 30 results - 241,921 through 241,950 (of 242,140 total)