Viewing 30 results - 141,781 through 141,810 (of 142,818 total)
  • Author
    Search Results
  • #124770

    It’s okay I can borrow a windows laptop, in windows what’s best ?

    pwilhelm
    Participant

    I’ve got two pretty small problems with the Team Members part of the builder.

    1. Tooltips hover with sentences break to several lines because of the width, but when I have a tooltip with an e-mail address (which is one line) the box doesn’t follow the text. The text displays, but you can’t really see what it says because the background color box stops at a certain width. Is there any workaround for this?

    2. Also, is it possible to do a mailto: in the link field. I haven’t managed to figure out how.

    Thank you for a great theme btw :)

    #24969
    dmiklus
    Participant

    Hi guys! When I try to hide the header of the blog page (Don’t display the header) is still there! The same problem if I try to hide the footer (Display only the socket)!

    The version of the template is the last one! I can’t send a link because still working locally on my laptop!

    Maybe it’s a bug?

    #125569

    Hi,

    You can adjust the size. Add this on your custom.css or Quick CSS

    #top .fullsize .template-blog .post .entry-content > * {
    max-width: 900px;
    }

    Regards,

    Ismael

    #125694

    and second question :

    there is no Forum page in the Demo content , so , please tell me :

    How I can place some text before Topic list and search window at the top of Forum like on demo ?

    thx

    Hi,

    Here’s the demo website code:

    [av_section color='alternate_color' custom_bg='' src='' position='top left' repeat='stretch' attach='scroll' padding='default' shadow='no-shadow']
    [av_textblock]
    <h2 style="text-align: center;">In case you need help</h2>
    <p style="text-align: center;">Here are several ways to contact us</p>

    [/av_textblock]

    [av_hr class='short' height='50' shadow='no-shadow' position='center']

    [av_one_third first]

    [av_icon_box icon='59' position='top' title='Need Support?']
    Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.
    [/av_icon_box]

    [/av_one_third][av_one_third]

    [av_icon_box icon='122' position='top' title='Presales Question?']
    Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.
    [/av_icon_box]

    [/av_one_third][av_one_third]

    [av_icon_box icon='56' position='top' title='Check Forum']
    Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.
    [/av_icon_box]

    [/av_one_third]
    [/av_section]

    Just insert it into the “standard editor” html field, save the post and switch to the advanced editor.

    #123805

    If you refer to the page title which is visible in the tab I’d suggest to use: http://wordpress.org/plugins/wordpress-seo/ – it allows you to change the title for all archive, search, etc. pages. If you want to use Yoast please read this thread too https://kriesi.at/support/topic/seo-site-title#post-117261

    #114943

    @fotomaster

    1) Try to change the file names to LayerSlider-ru_RU.mo and LayerSlider-ru_RU.po

    2) If it doesn’t work try Kriesi’s suggestion: https://kriesi.at/support/topic/how-to-insert-slide-show-with-layerslider#post-118722 – by going this way you can l install LayerSlider as “plugin” and WP should load the right textdomain files.

    #123534

    1) Use

    .page-id-1700 #av_section_1.avia-builder-el-8 {
    background-image: url(https://www.andypeck.co.uk/wp-content/uploads/2013/06/trx_border.png) repeat-x !important;
    }

    2) Insert following code into the quick css field

    .home .special-heading-inner-border {
    display: none;
    }

    3) Insert following code into the quick css field and change the margin-top value:

    .home .avia_sortable_active .isotope {
    margin-top: 10px;
    }

    #25074
    Denis
    Participant

    hello ,

    just created Forum and topic inside.

    I try to make icon box and button inside topic but nolucky .

    shortcodes doesn`t work inside topics.

    can you help me ?

    #125682

    I have another problem too. I didn’t want to create another post. My main navigation at the top has these weird random circles appearing next to every single text/navigation title. How would I get rid of that?

    #124753

    Dear Devin,

    Thank you for your prompt reply.

    I have added the script to the header.php file write below:

    <?php do_action(‘ava_main_header’); ?>

    <div class=’container’>

    I believe that’s an acceptable compromise. However its pushing the navigation menu down a few pixels and its covering the top of the slider!

    Here is a link to the website:

    http://83338.com/

    Could you please advise me on how to fix this small aesthetic issue? Do I need to change a few lines in the layout.css file?

    Thanking in advance,

    Will

    #123894

    Just re-read your email and what you’re suggesting can’t actually put the box on top of the feint line which is what I’m trying to do. It just aligns it at the top but graphically its wrong. Can you suggest another way to achieve it?

    Cheers

    #25054
    unitedwc
    Participant

    I am getting a strange effect when I try to add links in an iconbox, the parsing goes strange.

    I have this (note I replaced some of the <> with [] so that the code displays without linking):

    <br />
    [av_one_third]<br />
    [av_icon_box icon='59' position='top' title='Need Support?' link='manually,mailto:support@MYSITE.com' linktarget='no']<br />
    Please visit our [a href="http://MYSITE.com/support/"]FAQ[/a] if you have not already done so. Else, please contact us at [a href="mailto:support@MYSITE.com"]support@MYSITE.com[/a] or 1.800.555.8697.<br />
    [/av_icon_box]<br />
    [/av_one_third]<br />

    and on the website, the code looks like this:

    <br />
    <div class="iconbox_icon heading-color avia-font-entypo-fontello"></div><br />
    <h3 class="iconbox_content_title"><br />
    [a "="" support="" MYSITE.com="" http:="" href="mailto:support@MYSITE.com' title='Need Support?' ]Need Support?[/a]</h3><p>Please visit our [a href="]FAQ[/a]<br />
    if you have not already done so. Else, please contact us at<br />
    [a href="mailto:support@MYSITE.com"]support@MYSITE.com[/a]<br />
    or 1.800.555.8697.<br />
    <p></p><br />
    </h3><br />
    </div><br />
    </div>

    `Note the

    [a “=”” support=”” MYSITE.com=”” http:=”” href=”mailto:support@MYSITE.com’ title=’Need Support?’ ]Need Support?[/a]

    is really weird. This does not happen when I don’t have a website link in the iconbox. Can anybody help? Is this a bug?

    #125460

    In reply to: Arrow button is skewed

    Hi,

    Please check footer.php, go to line 167, the code should look like this

    <a href='#top' id='scroll-top-link' class='avia-font-entypo-fontello'>& #59231;</a>

    I added a space after the & symbol to render it correctly here. The actual code don’t have a space.

    Regards,

    Ismael

    #24992
    BeeCee
    Participant

    Hi,

    according to my question concerning CORONA theme, where this worked fine (https://kriesi.at/support/topic/changing-blog-name-only-in-breadcrumbs-of-corona), I would like to have this with ENFOLD, too:

    Changing my blog name only in ENFOLD’s breadcrumbs.

    I’ve tried to replace in class-breadcrumbs.php

    global $post;

    echo '<p class="breadcrumb"><span class="breadcrumb_info">'.__('You are here:','avia_framework').'</span> ';

    bloginfo('name');

    echo "";

    with

    global $post;

    echo '<p class="breadcrumb"><span class="breadcrumb_info">'.__('You are here:','avia_framework').'</span> ';

    echo 'VIAINA Atelier';

    as Dude suggested for CORONA, but this has no effect in ENFOLD.

    It has even no effect, if I try to change the “you are here” with some other text …

    It seems, that I’m looking at the wrong php file …

    Thanks in advance for any help.

    BeeCee
    Participant

    Hi,

    I refer to this post, because I would like to achieve the same: titles below the related post items:

    https://kriesi.at/support/topic/title-under-featured-image-in-related-posts#post-119448

    But something must be wrong with the characters of the code, that the user suggests:

    $output .= " ID)."'>".$related_post->post_title."";

    I don’t know PHP right, but Notepad++ shows all the following code in grey, means, that there is in the line something wrong with the characters:

    I have now in my related-posts.php:

    $output .= "<div class='$post_class $extra relThumb relThumb".$count." post-format-".$format." related_column'>n";

    $output .= " ID)."' class='relThumWrap noLightbox'>n";

    $output .= " <span class='related_image_wrap' data-avia-related-tooltip='".$related_post->post_title."'>";

    $output .= $image;

    $output .= " <span class='related-format-icon avia-font-entypo-fontello {$extra_class}'><span class='related-format-icon-inner'>".$avia_config[$format]."</span></span>";

    $output .= " </span>";

    $output .= " ";

    $output .= " ID)."'>".$related_post->post_title."";

    $output .= "</div>";

    With the suggested code of the other post, I get an error:

    Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/www/web333/html/netzwerk/site2013/wp-content/themes/enfold/includes/related-posts.php on line 83

    line 83 is what here is line 14: http://pastie.org/8059831

    Thanks.

    #125409

    In reply to: Portfolio Item Hover

    Okay I solved it!

    First potterlawso here is the answer to your question:

    .image-overlay .image-overlay-inside::before {
    background: none;
    }

    Post the above into your custom.css file.

    If you only want it done to a certain page, remember to look at the page’s sourcecode and get the portfolios page-id-<number> e.g page-id-507

    In that case all you would do is add .page-id-507 infront as follows:

    .page-id-507 .image-overlay .image-overlay-inside::before {
    background: none;
    }

    As for my question here is how to replace the circle + icon and add something you want:

    Original code found in layout.css

    .image-overlay .image-overlay-inside::before {
    position: absolute; border-radius: 50px;
    background: #000; height:80px; width:80px;
    line-height:80px; left:50%; top:50%; margin: -40px 0 0 -40px;
    z-index: 500; text-align: center; color:#fff;
    }

    Then added my own in custom.css to a specific page:

    .page-id-756 .image-overlay .image-overlay-inside::before{
    position: absolute; border-radius: 0px !important;
    background: url(../images/portfolio-hover-image.png) no-repeat !important; height:114px !important; width:141px !important;
    line-height:114px; left:35%; top:45%;
    z-index: 500;
    text-align: center; color:#fff;
    }

    Please note I put my image in the image folder. The path is /theme_name/images/ folder. Default /enfold/images/ = ../images/

    Hope that helps,

    Peace,

    Daniel

    #124871

    Looks like someone else may have noticed a similar problem:

    https://kriesi.at/support/topic/unidentifiable-posts-in-blog-category

    Is it related?

    #25025
    BeeCee
    Participant

    Hi,

    I have just changed the positions of the sub menu (should be at the left) and the social bookmarks (should be at the right) with this CSS:

    .sub_menu {
    left: 0 !important;
    }
    #top .social_bookmarks {
    float: right;
    }

    So far, so good.

    Before this change, when the socials are at the left (as in ENFOLD demo), then when I approach the icon with my mouse from the bottom, then the hover color&link cursor appears as soon as I’m at the bottom of this bar:

    After this change, when I approach the social bookmarks with my mouse from the bottom, then the hand cursor/link/hover color appears not until I’m at the top of this header bar – see screenshot:

    There must be another file than the CSS, where this “hovering transitions” are set?

    Sorry, hope the screenshots help, because I cannot go online with my website right now.

    Thanks.

    Hi,

    Add a new layer, select Div/Video then add this code

    <div id="caption-container-full"><div class="caption-container-full-center">
    THE WORKPLACE OF THE FUTURE</div></div>

    Set the animation on Options tab to Transition In/Out to Fade, duration to 0.

    On Style tab set the following options.

    Top: 410px (Adjust this according to the height of your slider)

    Padding: 10px for each field (top left right bottom)

    Font Size: 40px

    Font Color: White

    Custom Style Settings: width: auto; display: block; background: rgba(0,0,0,.5); position: relative; bottom: 0; text-align: center;

    Then edit custom.css or Quick CSS, add this code

    #.caption-container-full {
    bottom: 0;
    }

    .caption-container-full-center {
    display: block;
    width: 1024px;
    text-align: left;
    margin: 0 auto;
    }

    You will have a responsive caption container.

    Regards,

    Ismael

    #123892

    This code won’t work because you can’t give #top .main_menu a negative z-index value. The #top .main_menu element is the container of the main menu and you’d hide the entire menu if the container is covered by other elements with a higher z-index. Personally I’d just change the position of the “color” bar with:

    #top .avia-menu-fx {
    top: 29px;
    }

    Then it will overlap the border and you’ll have the same effect.

    #25024
    rhunecke
    Participant

    I updated Enfold to 1.7 this morning and went on working with it as before. I tried to create a custom Sidebar for my frontpage showing my most recent portfolio items. The Content won’t show up next to my slider but in the lower section of my site.

    Any ideas on how to fix it?

    Link: http://roberthunecke.com/redesign/

    EDIT:

    Came across the following:

    The behavior I described seems to only appear if there is a color section used. Is there any chance to use both color section and a sidebar on the same page?

    Thanks a lot.

    #125408

    In reply to: Portfolio Item Hover

    Hello, considering this falls under the same topic I’ll request it here also. I want the same as potterlawso. But I would also like to know how to change this image to a custom image I’ve created, lets call it: portfolio-image.jpg

    So instead of the Circle with the Icon, how can I make this be replaced by my portfolio-image.jpg?

    Cheers all,

    Daniel

    #125268

    Hi,

    Devin’s good, you can click on his name and see 200+ pages of customizations he provided for Avia framework alone. I would say he is one of the top 3 experts on the framework. That Codeable.io looks interesting, a no nonsense approach.

    Thanks,

    Nick

    #125289

    Hi,

    Please add this css to you /css/custom.css

    #top .slide-meta {
    display: none;
    }
    #top .slide-entry-excerpt {
    padding-top: 20px;
    }

    You can change the padding in my code to increase/decrease space in place where the date used to be.

    Thanks,

    Nick

    #118023

    Hi,

    Please add this css to /css/custom.css OR to quick css:

    #top.page .avia_image.avia_animated_image {
    max-width: 193px;
    max-height: 193px;
    }

    Thanks,

    Nick

    #25008
    BeeCee
    Participant

    Hi,

    the combo widget of ENFOLD does not show “comments”.

    I guess, this is the same as it’s in CORONA because of “disply:none”.

    So I add to my custom.css:

    #top .sidebar .widget_tab_comments {

    display: block !important;

    }

    But now it shows me twice the comments:

    “Comments” not active tab:

    “Comments” as active tab:

    The code of class-frame-widgets.php is

    // prints the widget

    extract($args, EXTR_SKIP);

    $posts = empty($instance) ? 4 : $instance;

    echo $before_widget;

    echo "<div class='tabcontainer border_tabs top_tab tab_initial_open tab_initial_open__1'>";

    echo '<div class="tab first_tab active_tab widget_tab_recent"><span>'.__('Neue', 'avia_framework').'</span></div>';

    echo "<div class='tab_content active_tab_content'>";

    avia_get_post_list('showposts='. $posts .'&orderby=post_date&order=desc');

    echo "</div>";

    echo '<div class="tab widget_tab_popular"><span>'.__('Beliebt', 'avia_framework').'</span></div>';

    echo "<div class='tab_content'>";

    avia_get_post_list('cat=&orderby=comment_count&posts_per_page='.$posts);

    echo "</div>";

    echo '<div class="tab widget_tab_comments"><span>'.__('Comments', 'avia_framework').'</span></div>';

    echo "<div class='tab_content'>";

    avia_get_comment_list( array('number' => $posts, 'status' => 'approve', 'order' => 'DESC') );

    echo "</div>";

    echo "</div>";

    echo $after_widget;

    }

    Where does the double “Kommentare” (Comments) come from?

    Thanks.

    #25002

    Topic: Arrow button is skewed

    in forum Enfold
    bradyshearer
    Participant

    Hey guys,

    Just a tiny little support question.

    On my site the narrow navigation button that triggers the /#top movement is a little rectangle instead of an arrow.

    You can see it in my linked image.

    http://provideoannouncements.com/wp-content/uploads/2013/06/arrow.png

    Any ideas?

    Thanks!

    Brady

Viewing 30 results - 141,781 through 141,810 (of 142,818 total)