Viewing 30 results - 240,571 through 240,600 (of 243,535 total)
  • Author
    Search Results
  • #114766
    #26907

    Topic: Fonts will not change

    in forum Enfold
    mirzepapa
    Participant

    Hi,

    I was trying to give new typo to our http://www.musikzentrale.net, but for some reason font will not change. Originally, i was running on Open Sans, both, head and body styled vie Enfold -> Styling -> General. When i switch to any other combination, nothing happens, except when i use Web Safe Fonts for body.

    I have been through custom.css and quick css, but there is no font set. Any idea? I would love to add some spice with Coda & MAven Pro.

    Thanks, Sebastian.

    #26856
    marco26
    Participant

    Hello,

    I am trying to set up a shop on my website using Enfold & Woocommerce but it doesn’t display so good. I am trying to do something similar to the demo shop on Theme Forest but I can’t make the sidebar disappear on my pages:

    – On the shop page, I want to right sidebar gone : http://openhomeautomation.net/shop/

    – On the product page, I want this left sidebar gone : http://openhomeautomation.net/product/home-automation-arduino/

    Does anybody know how to fix this ? Thanks !

    #26905

    Topic: Buttons in IE8

    in forum Enfold
    NickBrunson
    Participant

    Hello,

    Once again, Enfold is a great theme!

    Cross-browser testing went really well. Only one thing I’d like to bring up…

    In IE8, the buttons are only showing the outline, not the fill color. And since the text is colored white, it just looks like a blank rectangle. I’m guessing it has something to do with IE8 not wanting to render the gradient.

    http://stage.stankimballdds.com

    It’s very possible that I inadvertently changed something in the CSS that’s causing this. But I don’t recall changing any of the button settings.

    When you get a moment, please let me know if there’s an easy fix.

    Thank you!

    #26900
    headbentdesign
    Participant

    I know this is a question that is outside the scope of typical support, so I don’t expect a resolution, . . . but I’m just curious if it’s possible to customize elements similar to the example (link) I’ve attached (torn-paper look) applying CSS or another method. I’m an expert at photoshop, so creating the images would be easy if it came to that. I just wouldn’t know how to implement it into the theme elements. Hope I’m making sense.

    http://www.fascinationstreet.se/

    Regardless, I’m very excited to be trying out the Enfold theme. Wow! So many beautiful features!

    -Patrick

    #26895
    danielsami
    Participant

    Hello,

    is it possible to add menu items to the Main Menu (even mega-menu items) and have them show only on mobile devices?

    It would be something in the way that noMobile class works for hiding menu items from mobile devices, just the opposite function.

    Thanks,

    Daniel

    #116496

    In reply to: Enfold Showcase

    jwferne:

    Just put up our site on Thursday. http://www.tfgsearch.com

    I really enjoyed putting this together and the support team here rocks! Thanks guys!!!

    – John

    Could you expand on how you did the rotating company logos please. Was it an “Easy Slider”? Was it a Layer Slider? If so what were the settings? Multiple slides or just one?

    <<Please don't ask support type question in this topic. You can contact site authors if the site has contact information or create a new topic but this kind of thread should be left to showing off alone :) >>

    #26894

    Topic: Ban by email domain

    in forum Enfold
    serverlift
    Participant

    Does anyone know what kind of code a form in Enfold would need to ban certain email domains from being able to submit?

    #26889

    Topic: HTML with Image Maps

    in forum Enfold
    imagestudios
    Participant

    I’ve got a montage of images that overlap each other and each have different image maps. I created the image maps in Dreamweaver and now I’m trying to copy that html into Enfold, but Enfold just wants to make the entire image a single link ( http://withthisring.org/fundraising-test/ ). I’ve also tried downloading the “Insert HTML Snippet” Plug-in to see if that might help, but it did not. Would appreciate any suggestions to get this to work. Thanks!

    #26885
    virtuosodurham
    Participant

    Hello

    I’m trying to make the buttons on my homepage move to a different sections on my homepage simialr to your homepage 7 example:

    http://kriesi.at/themes/enfold/homepage/home-v7-one-page-portfolio/

    I tried to follow the instructions on this thread:

    https://kriesi.at/support/topic/button-on-click-move-to-part-of-the-page, but you don’t example how to add an element id.

    Please could you give me some instructions.

    Thank you

    In enfold/config-layerslider/config.php, line 146:

    if(!is_admin() && !post_has_layerslider()) return;

    Both of these are false on any given page whether or not there is a slider on the page. Comment this line out and it works. I didn’t dig in too deeply so I’m not sure what else this affects.

    #26882
    JPDesign
    Participant

    Hi All

    Enfold is stunning, and giving me the opportunity to try all sorts of things, however, once I create a new page template and save it for later use on lots of pages, the client (as they do) changes a couple of things and I have to change all pages individually as I can’t find a way to ‘update’ or ‘overwrite’ my custom page template as I can’t use the same name.

    Am I missing how to do this simply ?

    Best regards

    Jeff

    #114765

    Can you please consider adding an Author Block as a builder element. Would be nice to be able to add an Author Block to a Blog post or have it added to all posts. Hope the masonry layout will make it further up on the list for Blog and possibly Portfolio. Thanks.

    #26881

    Topic: Meta Title

    in forum Enfold
    AdrianSmithUK
    Participant

    Hi

    I am using Yoast with Enfold and although I have the title tag to show:

    <title>[My Post Title] – [My Site Name]<title>

    I get:

    <title>[My Site Name] | [My Post Title] – [My Site Name]<title>

    I looked in the theme header and found:

    <title><?php if(function_exists(‘avia_set_title_tag’)) { echo avia_set_title_tag(); } ?></title>

    Is the avia_set_title_tag() function adding the unwanted text?

    Kind Regards

    #131683

    Open up wp-contentthemesenfoldconfig-templatebuilderavia-shortcodesgallery.php and replace

    $thumbs .= " <a href='".$link[0]."' data-rel='gallery-".self::$gallery."' data-prev-img='".$prev[0]."' {$class} data-onclick='{$counter}' title='".$description."' ><img {$tooltip} src='".$img[0]."' title='".$title."' alt='".$alt."' /></a>";

    with

    $thumbs .= " <a href='".$link[0]."' data-rel='gallery-".self::$gallery."' data-prev-img='".$prev[0]."' {$class} data-onclick='{$counter}' title='".$description."' ><img {$tooltip} src='".$img[0]."' title='".$title."' alt='".$alt."' /><span class='visible-caption'>{$caption}</span></a>";

    I guess you also need to add some custom style rules for the caption but it’s a starting point.

    #131526

    Hi!

    You can add the idea to the feature request list: https://kriesi.at/support/topic/enfold-feature-requests – if more users request this option we’ll look into it.

    Best regards,

    Peter

    #131635

    Hi,

    Please add the css below to the very bottom of your /css/custom.css file OR to Quick CSS located in Enfold > (Theme Options) > Layout styling at the page bottom.

    1) Title of Post slider (current setting below. if font size becomes too big , adjust line height)

    .avia-content-slider .slide-entry-title {
    font-size: 14px;
    line-height: 1.4em;
    }

    2) Overlays on hover for images (all set for you)

    .avia-content-slider .image-overlay  {
    display:none !important;
    }
    .avia-content-slider .image-overlay:hover {
    display:none !important;
    }
    .avia-content-slider .avia-font-entypo-fontello {
    display: none;
    }

    3) Arrows (all set)

    .avia-content-slider .avia-slideshow-arrows {
    display: none !important;
    }

    4) Annoying vertical movement (all set but you may need to adjust the height based on your page specifics…)

    .avia-content-slider .slide-entry {
    height: 310px;
    }

    Thanks,

    Nick

    tasoskouk
    Participant

    check here please : http://tasoskoukouvitis.com/enfold/shop/ – you see that image heights are not the same like in your demo

    (i’ ve selected crop in woocommerce settings & regenerated thumbs just in case… but with no luck…)

    how can i fix that ?

    thx!

    #26867
    gigoz
    Participant

    Hi,

    I was wondering if there is a way to change the colour of the top menu bar background. It is currently white, i would prefer it to the another colour. Please advise.

    Thanks

    MK

    #126516

    Thanks Devin,

    Now I need to find out how to place this function in my child theme, so that customization of the avia.js doesn’t disappear each time I upgrade the enfold theme folder with the latest version.

    Cheers,

    Gonzo

    #131859

    1) Yes – go to “Settings > Discussions” and deselect the “Allow people to post comments on new articles” checkbox.

    2) Yes – please use Codestyling: http://wordpress.org/plugins/codestyling-localization/ to translate the missing text strings. Install the plugin, go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and click on “Add new language”. Then select your language from the list and click the “create po-file” button. Click on “Rescan” to fetch all text strings. Then 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).

    #131536

    In reply to: Related Posts

    Hallo,

    soweit ich weiß sind die related posts schon zufällig angeordnet. Möglicherweise musst du erst ein paar Einträge mit den gleichen Tags versehen, damit dieser Effekt sichtbar wird. Derzeit verwendet Kriesi in wp-contentthemesenfoldincludesrelated-posts.php folgende Abfrage:

    $my_query = get_posts(
    array(
    'tag__in' => $tag_ids,
    'post_type' => get_post_type($this_id),
    'showposts'=>$postcount, 'ignore_sticky_posts'=>1,
    'orderby'=>'rand',
    'post__not_in' => array($this_id))
    );

    um die related posts darzustellen. Der ‘orderby’=>’rand’, Parameter stellt dabei sicher, dass diese Posts in zufälliger Reihenfolge angezeigt werden.

    #131448

    I noticed that you maybe need to add the code at the very top of functions.php. Replace

    <?php

    global $avia_config;

    with

    <?php

    global $avia_config;

    add_filter( 'avf_google_heading_font', 'avia_add_heading_font');
    function avia_add_heading_font($fonts)
    {
    $fonts['Open Sans'] = 'Open Sans:400,600&subset=latin-ext';
    return $fonts;
    }

    add_filter( 'avf_google_content_font', 'avia_add_content_font');
    function avia_add_content_font($fonts)
    {
    $fonts['Open Sans'] = 'Open Sans:400,600&subset=latin,latin-ext';
    return $fonts;
    }

    and it should work. Please don’t forget to save the theme options again.

    2) The animations don’t work because some files are missing on your server – please re-upload/re-install the theme. Chrome reports

    Failed to load resource: the server responded with a status of 404 (Not Found) http://aetherdesign.cz/wp-content/themes/enfold/js/prettyPhoto/css/prettyPhoto.css?ver=1
    Failed to load resource: the server responded with a status of 404 (Not Found) http://aetherdesign.cz/wp-content/themes/enfold/js/mediaelement/skin-1/mediaelementplayer.css?ver=1
    Failed to load resource: the server responded with a status of 404 (Not Found) http://aetherdesign.cz/wp-content/themes/enfold/js/mediaelement/mediaelement-and-player.min.js?ver=1
    Failed to load resource: the server responded with a status of 404 (Not Found) http://aetherdesign.cz/wp-content/themes/enfold/js/avia-compat.js?ver=1
    Failed to load resource: the server responded with a status of 404 (Not Found) http://aetherdesign.cz/wp-content/themes/enfold/js/avia.js?ver=1
    Failed to load resource: the server responded with a status of 404 (Not Found) http://aetherdesign.cz/wp-content/themes/enfold/js/shortcodes.js?ver=1
    Failed to load resource: the server responded with a status of 404 (Not Found) http://aetherdesign.cz/wp-content/themes/enfold/js/prettyPhoto/js/jquery.prettyPhoto.js?ver=3.1.5

    Hi!

    Afaik this is not easily possible because these icons are probably missing in the font file but I’ll mark this thread for Kriesi.

    Regards,

    Peter

    #131358

    1) Use following css code to change the bg color of the top navigation bar

    .header_color .container_wrap_meta{
    background: #f8f8f8;
    }

    2) For the link color use

    .header_color .sub_menu>ul>li>a{
    color: #f8f8f8;
    }

    3) That’s not possible. If the logo is transparent you’ll always see the bg color of the container behind the logo (eg by default white like here: http://kriesi.at/themes/enfold/homepage/home-v6-classic-4-column/ )

    4) You can change the link bg color & the dropdown bg color with

    .bottom_nav_header.social_header .main_menu ul:first-child > li a, #header_main_alternate, .bottom_nav_header.social_header .main_menu ul:first-child {
    background: #f8f8f8;
    }

    5) Change the color with

    .header_color .main_menu ul:first-child > li a:hover, .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a, .header_color .main_menu ul:first-child > li.active-parent-item > a{
    color: #f8f8f8;
    }

    for the selected/active item and

    .bottom_nav_header.social_header .main_menu ul:first-child > li a{
    color: #f8f8f8;
    }

    for all other menu items.

    #114764

    A deeplinking feature for the AJAX portfolio ;) I would love to link to specific portfolio items from any page of my website.

    It would be cool if we could link to a extended ajax portfolio item.

    #131588

    The “entries from custom taxonomies” setting makes sense if you registered one or more custom taxonomies (eg by default Enfold registers the “Portfolio Entries” taxonomy). Then you can query posts from these taxonomies instead of the default posts/categories.

    #131789

    Hi Ismael,

    The site is currently password protected, would I be able to email you?

    Thanks,

    J

    #131788

    Hi,

    Did you adjust the height?

    Please give us a link to your website. Also, remove browser cache then reload the page.

    Regards,

    Ismael

    #114955

    Hi,

    @goldbaum: You can find a dutch translation here: http://www.mediafire.com/download.php?cwbpn4yna5wq76n, please contact yingfuli. :)

    https://kriesi.at/support/profile/yingfuli

    Regards,

    Ismael

Viewing 30 results - 240,571 through 240,600 (of 243,535 total)