Viewing 30 results - 239,611 through 239,640 (of 244,560 total)
  • Author
    Search Results
  • #29435
    saquasar
    Participant

    I just installed enfold and i have a problem with some icons, slider and back to top arrows. They are not displaying properly in firefox 23 and in IE 10 they are not showing at all.

    #29434
    geoffneck
    Participant

    Hi, I’m new to the forum, WordPress and enfold, but so far am finding the whole experience very rewarding and simple to work up a great site, but as usual, I find the need to try and ask more from the software..

    Is it possible to rotate a layer when placing it in position in the slider?

    Also, is there a function to place hotspots that are invisible over layers within the Layerslider?

    #140303

    Hi,

    It works fine on my computer as well. Only logo looks stretched and you can fixed it by adding following code to Quick CSS in Enfold theme options under Styling

    .logo img { width: 260px; height: 60px; }

    Regards,

    Yigit

    #140456

    Yes, this is a bug in the latest version. A temp. fix can be found here: https://kriesi.at/support/topic/accordion-since-enfold-21-update-accordion-initial-open-item-is-not-working#post-139180 and we’ll also fix it in the next version for everyone.

    #140511

    Another way to remove the Kriesi link in the footer is to add [nolink] to the box under Enfold>>Footer>>Copyright. That way it doesn’t matter if you update the theme and are not using a child theme.

    You can add it after any customised text you also want to display in the footer.

    e.g. Copyright © 2013 Your Website. All Rights Reserved. [nolink]

    #29431
    Brudertac
    Participant

    Hi,

    using Enfold 2.1 for a new Site. (Not Live yet)

    I have created a Full Responsive Slider with an “image bar”. This bar should go from left 0px to the right. Width is set to 100%.

    But it goes from left approximately 150px to the far right.

    Please take a look at the Screenshot: http://www.genial-heizen.de/bar.jpg

    Thanks for Help on this.

    best regards

    Danny

    #140419

    Hi,

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

    div.main_menu { right: 34.5%; top: 57%; }

    strong.logo { left: 45.9%; }

    #header_main { padding-bottom: 34px; }

    .fixed_header.social_header #main { padding-top: 181px; }

    .current-menu-item>a>.avia-menu-fx { display: none;}

    Regards,

    Yigit

    ianstudio
    Participant

    I have no idea what just happened, for the first time since using ENFOLD I ran into a total bug that made me lose all the avia blocks on a page except one, at saving time. When I try to reload an older version in “revisions” I do see the content as it should be (in text form).. yet when I try and reload it.. the system seems unable do do so as the resulting page is still fucked up and missing all my content. I have no clue how this happened and this is veeeeery scary to me.

    #140186

    Hi Andy,

    Please try adding following code to Quick CSS in Enfold theme options under Styling

    #socket { z-index: 999!important; }

    Regards,

    Yigit

    #139743

    In reply to: varied problems

    Hi,

    1) You can go to Appearance > Menus and delete one of Home menu item

    2) As i see you have changed Header type so there is no such problem

    3) In your WordPress theme directory you should go to Enfold folder and open Footer.php file and find following code in line 96

    <span class='copyright'><?php echo $copyright . $kriesi_at_backlink; ?></span>

    and change it to

    <span class='copyright'><?php echo $copyright; ?></span>

    4) Can you post a screenshot showing the changes you would like to do? You can use http://imgur.com/

    5) You can download Spanish files from this topic https://kriesi.at/support/topic/please-contribute-and-translate-enfold

    Then you should open wp-config.php file in your WordPress installation and find following code

    define('WPLANG', '');

    and change it to

    define('WPLANG', 'es_ES');

    6) You should reload the page when you rotate or change slide to make slider adopt current screen size.

    Regards,

    Yigit

    #140514

    Hi,

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

    #top .gallery .gallery-item { width: 215px; height: auto; }

    Regards,

    Yigit

    #140598

    Hi,

    Glad you figured it out. Let us know if you have any questions :)

    Regards,

    Yigit

    #139793

    Hi Tybo,

    I tried locally and did not have any issues. It will be better if you post the link of your website when you launch it. For now you can try adding following code to Quick CSS in Enfold theme options under Styling

    img, a img { margin: 0!important; padding: 0!important; }

    Regards,

    Yigit

    #139611

    Afaik there’s no plugin which allows you to set the featured image automatically because it doesn’t make sense in most cases.

    WordPress just saves the id of the (full size) image when you set an image as “post thumbnail”. This id will be used to query the url path to the full size image OR to a thumbnail of this image (depends on the theme code).

    If you already uploaded “high resolution” images and set these images as post thumbnails you just need to regenerate the thumbnails with: http://wordpress.org/plugins/regenerate-thumbnails/

    Afterwards wordpress will use the proper thumbnail size of these images for the post thumbnails. If you want to change the thumbnail size open up and search for /wp-content/themes/enfold/includes/loop-index.php

    $current_post['slider']  	= get_the_post_thumbnail($the_id, $size);

    Replace the $size variable with any custom value like

    $current_post['slider']  	= get_the_post_thumbnail($the_id, 'full');

    or

    $current_post['slider']  	= get_the_post_thumbnail($the_id, 'large');

    or any other thumbnail size which is defined in functions.php or which you created with http://wordpress.org/extend/plugins/simple-image-sizes/

    #140422

    Yes, actually you can to add the alternate content class to the sidebar container. Open up /wp-content/themes/enfold/sidebar.php and search for

    echo "<div class='sidebar sidebar_".$sidebar." ".avia_layout_class( 'sidebar', false )." units'>";

    You can add any class(es) to the div – i.e.use

    echo "<div class='sidebar sidebar_".$sidebar." ".avia_layout_class( 'sidebar', false )." units alternate_color'>";

    to apply the alternate color to the sidebar div.

    #29426

    Topic: HTML Sitemap

    in forum Enfold
    jvranckaerts
    Participant

    Is there an HTML sitemap page template or shortcode in the enfold theme ?

    #140605

    Try to increase the allocated php memory to 128M: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP by editing wp-config.php

    If this doesn’t help please give us more details because “Black screen when published in ENFOLD THEME” doesn’t help me to find the problem…

    #140604

    Hey!

    See https://kriesi.at/support/topic/getting

    Best regards,

    Peter

    #140308

    Hi!

    Try following – open up wp-contentthemesenfoldconfig-templatebuilderavia-shortcodesslideshow.php and replace

    $link	 = wp_get_attachment_image_src($slide->ID, 'large');

    with

    $link	 = wp_get_attachment_image_src($slide->ID, 'full');

    Best regards,

    Peter

    #140601

    Hi!

    Go to Enfold > Header and select “Responsive Header Main Menu” – “Display as Slide Out Menu”.

    Best regards,

    Peter

    #140335

    No, right now this is not possible. We plan to add an “icon font uploader” to Enfold which allows the user to upload a generated icon font pack from: http://fontello.com/ and this will help you to use all icons from fontello.com (you’re not limited to the Entypo font family but you can also select icons from “Font Awesome”, etc.). However we’ve no ETA for this feature update yet.

    #138555

    You need to rewrite the js code. Open up and replace

    new $.AviaTooltip({'class': "avia-tooltip", data: "avia-tooltip", delay:0, scope: "body"});

    with

    $body = $('body');
    if($body.hasClass('.page-id-8') || $body.hasClass('.page-id-1509')) new $.AviaTooltip({'class': "avia-tooltip", data: "avia-tooltip", delay:0, scope: "body"});

    Then Enfold will not show the tool tips on other pages. Only page 8 and 1509 will support the tool tips.

    #140080

    The difference is that the image sliders and the post sliders do not support custom content. The image slider can just display images with captions, the post slider can display posts. The content slider allows you to slide any text or content (including shortcodes) – many users requested this feature and thus we decided to implement it.

    2) No, you can’t hide the space by default. If you want to hide it open up wp-contentthemesenfoldconfig-templatebuilderavia-shortcodescontentslider.php and replace

    $output .= "<div class='avia-smallarrow-slider-heading'>";
    $output .= "<div class='new-special-heading'>".$heading."</div>";

    with

    $heading_class = '';
    if($navigation == 'no') $heading_class .= ' no-content-slider-navigation ';
    if($heading == '&nbsp;') $heading_class .= ' no-content-slider-heading ';

    $output .= "<div class='avia-smallarrow-slider-heading $heading_class'>";
    $output .= "<div class='new-special-heading'>".$heading."</div>";

    The use following css code to hide the space if no title & control buttons are set

    .no-content-slider-navigation.no-content-slider-heading{
    display: none;
    }

    #139603

    You can easily add it – open up wp-contentthemesenfoldconfig-templatebuilderavia-shortcodespostslider.php and replace

    $output .= "<div class='slide-entry flex_column {$style} {$post_class} {$grid} {$extraClass} {$thumb_class}'>";

    with

    $taxonomies  = get_object_taxonomies(get_post_type($the_id));
    $taxs = array();
    $excluded_taxonomies = apply_filters('avf_exclude_taxonomies', array('post_tag','post_format'), get_post_type($the_id), $the_id);

    if(!empty($taxonomies))
    {
    foreach($taxonomies as $taxonomy)
    {
    if(!in_array($taxonomy, $excluded_taxonomies))
    {
    $taxs[] = wp_get_post_terms( $the_id, $taxonomy );
    }
    }
    }

    foreach($taxs as $tax)
    {
    foreach($tax as $term)
    {
    $post_class .= ' '.$term->slug.' ';
    }
    }

    $output .= "<div class='slide-entry flex_column {$style} {$post_class} {$grid} {$extraClass} {$thumb_class}'>";

    #29113

    Topic: varied problems

    in forum Enfold
    astroboy1970
    Participant

    Hi,

    We have some problems:

    You can see a Screenshot on http://www.streambox.pe/screen1.jpg

    1) I created 2 pages: HOME and CONTACTS but, I see 2 buttons for HOME..why?

    2) the border line touch letter S on contacts button.

    3) I don’t like the link “Enfold Theme by Kriesi” at the end of the page. How can I remove this?.

    4) How can I edit the footer to put information?, example some images or links .

    5) There are some words on wordpress like ” CATEGORIES”..how can I change this word (I need spanish)

    6) I have my page on blog.streambox.pe when I see it on my android cel and rotate the screen 90 degrees, the slider shows the previous width.

    Thanks,

    #140497

    I just found another post about it, https://kriesi.at/support/topic/getting-latest-zoom-magnifier-to-work-in-enfold-21

    So I’ve installed YITH WooCommerce Zoom Magnifier 1.04 and works, but it’s not really the way I hope it will work…

    Hi,

    I think this may be a cache problem, try disabling the cache plugin before changing the theme colour, the file whose is not being updated is this:

    http://thezebraawards.com/d7je9jj77/uploads/dynamic_avia/enfold.css

    Regards,

    Josue

    #29345
    LD3
    Participant

    Hi – love the Enfold theme so far, but have a couple of items I hope you can help me with.

    Here is the site I am building – http://www.pat-bach.com/breitercapital/

    1. Footer size – How can I simply adjust the footer height size (specifically, make it smaller / shorter)? I’ve spent quite a bit of time researching / looking around / experimenting to no avail … is there a simple method that I am missing?

    2. Menu item issue – I wanted to stop the header / menu from auto-sizing to smaller when scrolling. After some research / looking around for fixes, I added some quick CSS to achieve the desired result. However, now the individual dropdown menu item areas are huge. How can I make the dropdown menu item areas smaller without affecting the size of the overall header?

    I am using the Small fixed Header type with the following quick CSS added:

    #header_main .container, .main_menu ul:first-child > li a {

    height: 78px !important;

    line-height: 88px !important;

    padding-top:3px !important;

    font-size: 14px;

    }

    #header_main {

    border-bottom: none;

    }

    #top .main_menu .menu ul li a {

    font-size: 14px;

    }

    .main_menu .menu li {

    height: 60px;

    }

    .logo img {

    height: 128px;

    width: 269px;

    }

    body .logo{

    height:200%;

    }

    Hope this all makes sense … Thanks a million for any help you can offer!!

    Thanks!

    #29420

    Topic: Boxed/Stretched Layout

    in forum Enfold
    cxxlos
    Participant

    Greetings,

    Would you happen to have a quick CSS fix to accomplish the followinig:

    Have the site (Enfold theme) use a “Boxed Layout” for regular desktop viewing, but also have it use the “Stretched Layout” for mobile versions such as tablets and smart phones

    Thank you for your support.

    #29416
    tymaximus
    Participant

    Black screen when published in ENFOLD THEME, please advise. Second request 10 hours ago…

Viewing 30 results - 239,611 through 239,640 (of 244,560 total)