Viewing 30 results - 241,711 through 241,740 (of 241,917 total)
  • Author
    Search Results
  • #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

    #116247

    Thanks for this. I replaced as you suggested, but not getting full post with comments and social sharing.

    I’ve tried different combos of settings, and this is what I currently have:

    Enfold Theme Options: Front Page Settings = “Movement of the Week” page, “… display the Blog?” = “Select page”

    WordPress admin Settings > Reading: Front page displays = static page = “Movement of the Week”, posts page= “Select”

    Posts page “Movement of the Week” – used Avia editor and dragged “Blog posts” into content area

    Hope this helps. Again my website is at http://dailyvitamoves.com

    I appreciate your help!

    #116160

    Hi,

    no, such a module doesn’t exist. Personally I’d use “image” or “gallery” module. If you use the “gallery” module with bigger thumbnails the needs to hover over the “small thumbnail list” to view the bigger thumbnails: http://kriesi.at/themes/enfold/shortcodes/gallery/

    #116246

    Yes, open up wp-contentthemesenfoldincludesloop-index.php and replace:

    $current_post['content'] 	= $blog_content == "content" ? get_the_content(__('Read more','avia_framework').'<span class="more-link-arrow">  &rarr;</span>') : get_the_excerpt();

    with:

    $current_post['content'] 	= $blog_content == "content" ? get_the_content(__('Read more','avia_framework').'<span class="more-link-arrow">  &rarr;</span>') : get_the_excerpt();
    if(is_home() || is_front_page()) $current_post['content'] = get_the_content(__('Read more','avia_framework').'<span class="more-link-arrow"> &rarr;</span>');

    arielfreaner
    Participant

    Hello there. On my enfold theme the header Social Icon for YouTube and some others do not appear or show on the drop down menu. So for now I am using the VIMEO Social Icon header so my client does not get mad at me.

    The layout.css stylesheet shows the youtube is included (see extract below), however, It does not show up on the Social Icon header drop down menu.

    #top .social_bookmarks li a:hover{ text-decoration: none; }

    #top .social_bookmarks_youtube:hover a{color:#fff; background-color:#a72b1d; }

    #top .social_bookmarks_rss:hover a{color:#fff; background-color:#ffa133; }

    #top .social_bookmarks_facebook:hover a{color:#fff; background-color:#37589b; }

    #top .social_bookmarks_twitter:hover a{color:#fff; background-color:#46d4fe; }

    #top .social_bookmarks_mail:hover a{color:#fff; background-color:#9fae37; }

    #top .social_bookmarks_dribbble:hover a{color:#fff; background-color:#e44885; }

    #top .social_bookmarks_linkedin:hover a{color:#fff; background-color:#419cca; }

    #top .social_bookmarks_search:hover a{color:#fff; background-color:#222222; }

    #top .social_bookmarks_gplus:hover a{color:#fff; background-color:#de5a49; }

    #top .social_bookmarks_behance:hover a{color:#fff; background-color:#008cfa; }

    #top .social_bookmarks_flickr:hover a{color:#fff; background-color:#ff0086; }

    #top .social_bookmarks_forrst:hover a{color:#fff; background-color:#234317; }

    #top .social_bookmarks_myspace:hover a{color:#fff; background-color:#000000; }

    #top .social_bookmarks_tumblr:hover a{color:#fff; background-color:#345574; }

    #top .social_bookmarks_vimeo:hover a{color:#fff; background-color:#31baff; }

    #top .social_bookmarks_pinterest:hover a{color:#fff; background-color:#cb2027; }

    #top .social_bookmarks_skype:hover a{color:#fff; background-color:#12a5f4; }

    I know some CSS and some HTML but that’s it. The website is:

    http://www.jorgeastiazaran.com/Inicio/

    Any help here? I really need to fix this issue ASAP!

    Sincerely,

    Ariel Freaner

    #114583

    1) I’d love to see masonry added to the portfolio. This way I don’t have to make sure all my pictures have the same size, which in some cases doesn’t work well. It would also enhance the layout as it breaks the grid in a nice way. Hopefully others agree.

    2) As I saw someone else request in a different topic for this theme, I would also like to request the ability to edit CSS from within WordPress (not just PHP) so there’s no need for Dreamweaver (or such tools). It’s easy for many reasons:

    – No DW license needed, especially for clients expecting to edit the site themselves.

    – Able to edit much of the site solely within WordPress, allowing to modify nearly the entire site even on mobile devices (again without extra tools).

    – Quick access without having to change applications.

    and so on …

    #116130

    Hi lounge35,

    You should be able to select the option to be notified from Themeforest in your Downloads section for Enfold whenever the files get updated on their servers.

    Regards,

    Devin

    #116122

    Hi master-t,

    Please don’t make duplicate topics for the same question/issue. It makes it much more difficult to answer and clogs up search results when others are looking for answers.

    For the labels, no it is not easily possible but you could suggest the option as a feature request in the feature request topic here: https://kriesi.at/support/topic/enfold-feature-requests

    Regards,

    Devin

    #115951

    In reply to: Button in Header

    Hi franktw,

    You can you can make a feature request for something like that here: https://kriesi.at/support/topic/enfold-feature-requests

    Otherwise, its pretty simple to just add a button or specific content into the main header or even try building the layout you want with the advanced layout editor and a blank page template (no header or footer and all manually added content).

    Regards,

    Devin

    #116053

    Hi,

    I made a video showing how to add Layout Editor to Custom Post Types https://vimeo.com/channels/aviathemes/64996057

    Thanks,

    Nick

    #22558
    bluemoonink
    Participant

    Hi:

    Just purchased this theme – I LOVE it… most flexible & well thought out I’ve seen.

    I don’t really want fixed font sizes for body text & headers, but it looks like that is how the css is? base font 13px and then headers, starting with h6 at 14px? I see it here in base.css:

    body {

    font: 13px/1.65em “HelveticaNeue”, “Helvetica Neue”, Helvetica, Arial, sans-serif;

    color: #444;

    /* -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */

    -webkit-text-size-adjust: 100%;

    }

    though everywhere else font-size is “100%”.

    If I add css to custom.css like this:

    body {

    font-size:100%;

    }

    It then uses my browser font size. Is this the correct way to do this? Will it adjust all the headers accordingly? Will mobile still be ok? Is there a reason that I should know why you used a fixed font-size…???

    Just want to know so I don’t inadvertently break something…

    thank you

    #22478
    twentytwotwo
    Participant

    Hi all, love this theme.

    I’m trying to rebuild the features section from the demo, http://kriesi.at/themes/enfold/features/ where there’s a sidebar on the left and content on the right which comes up depending what sidebar link is pressed.

    This section unfortunately didn’t come with the demo content and I’m struggling to re-do it on my side.

    Thanks,

    James

    #22557
    frankwelschlehmann
    Participant

    Hi,

    what recommendation would you design experts give me on how to present a list of events?

    I am running a series of webinars and would like to present visitors on the home page with a list of the upcoming webinars.

    Today I have solved that with tagged posts for every webinar and a post-slider for this tag.

    see http://www.welsch-lehmann.com

    Would somebody have a smarter, more elegant idea taking advantage of some good enfold feature?

    Thanks,

    Frank

    #116095

    Hi!

    Or open up functions-enfold.php and delete following line:

    add_filter( 'wp_nav_menu_items', 'avia_append_search_nav', 10, 2 );

    Best regards,

    Peter

Viewing 30 results - 241,711 through 241,740 (of 241,917 total)