Viewing 30 results - 137,791 through 137,820 (of 138,045 total)
  • Author
    Search Results
  • Hi,

    1.) Move or remove the menu underline.

    .avia-menu-fx {
    top: 50%;
    }

    Adjust the top position.

    or to remove it entirely

    .avia-menu-fx {
    display: none;
    }

    Regards,

    Ismael

    #118689

    Hi Jim,

    If you download the whole folder from you downloads on Themeforest (not just the wordpress files) you’ll get the documentation as a folder along with the license, psd files and the theme as a zip.

    You can also watch some of the videos we have made recently going over various aspects of the theme here: https://kriesi.at/support/topic/video-requests

    Regards,

    Devin

    #23142
    Dunckley_Design
    Participant

    Hello, first off I really like the theme. I am using the WordPress SEO by Yoast plugin. I have noticed when I use the layout editor this plugin dosen’t pickup the content. As a result I have chosen to use the default editor. When I make a portfolio entry in order for a image to appear in a sortable gallery I have to set a featured image. The problem I’m having is that the feature image is being inserted into the top of the portfolio post. How do I remove the featured image?

    #118530

    Hi,

    Nice colors. Looks good.

    1) “there is a faint line that appears at the top of the menu which spans the entire width of the menu” Umm.. I can guess without seeing code, but not sure what else will be affected.

    #top .container_wrap {
    border-top-width: 0px;
    }

    2) Css to change padding between menu items. Change 13 to 10 in the css.

    #top .main_menu ul:first-child > li > a {
    padding: 0 13px;
    }

    3) Just recreate the html structure of the orange thing and the line from the top of the menu and add it to wherever you want to. Since we are talking abstract here, not much more I can offer. Show me the page with code and I can give a better answer.

    Thanks,

    Nick

    Hi,

    You always find the not so easy ones, lol.

    Well, its possible of course, but would require the menu to be changed in multiple ways. Right now the css below controls those vertical lines and as you can see its a border.

    I added the very last one border-image, and you can see how it looks so without having to rebuild the menu, I think something like this would be the best solution, so you would need to create an image of a border and then plug it in there. Obviously the image i am using is not going to work out well. You can see for yourself though. http://www.clipular.com/c?5895319=Qkr65KYgSXgHdJ3pSJKi-_W2TIY&f=.png

    Don’t mind for now that it affects the sub menus, the css can be targeted better, but first need that border image.

    /*only the vertical line for very first menu item*/
    #top .main_menu ul:first-child>li:first-child a {
    border-left-style: solid;
    border-left-width: 1px;
    border-color: rgb(225, 225, 225);
    }
    #top .main_menu ul:first-child>li a {
    border-right-style: solid;
    border-right-width: 1px;
    border-color: rgb(225, 225, 225);
    /*
    */
    -moz-border-image: url(https://www.w3.org/TR/css3-background/border.png) 1 6 56 27 stretch;
    -webkit-border-image: url(https://www.w3.org/TR/css3-background/border.png) 1 6 56 27 stretch;
    -o-border-image: url(https://www.w3.org/TR/css3-background/border.png) 1 6 56 27 stretch;
    border-image: url(https://www.w3.org/TR/css3-background/border.png) 1 6 56 27 stretch;
    /*
    */
    }

    Of course if you want to try on for size something easier, like changing ”solid” style to dashed, or dotted. Otherwise border image is the way to go, There are a number of generators that can help you along, once you have your image ready. like this one http://border-image.com/

    Thanks,

    Nick

    #118440

    Hi,

    How did you make this? Because this is showing up as a portfolio ( http://hollenberg.tv/blog/ ) not as a blog. Can you explain.

    Also what page is set as a blog in Enfold > Theme Options ?

    On Settings > Reading …. the ”Your latest posts” is set as the top option, correct?

    —-

    Please open up functions.php located in the base folder of the theme and find line 79 that looks like this

    $avia_config['imgSize']['portfolio']  = array('width'=>495, 'height'=>400 )

    and change it to look like this

    $avia_config['imgSize']['portfolio']  = array('width'=>248, 'height'=>186, 'crop'=>true );

    As I said something is wrong with the way you are doing this because that page may say its a blog, but it is not, that’s why we are changing the size here for the portfolio. Just remember that changing this doesn’t automatically change the images. For that you will need to install the Simple Image Sizes plugin ( http://wordpress.org/extend/plugins/simple-image-sizes/ ) and regenerate the current images (or re-upload them). To test , you can just delete one of the big images that you wanted cropped and reupload it again.

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

    Please look at this video https://vimeo.com/channels/aviathemes/64996057 , as to how to add Advanced Layout Editor to Posts. Once you have it there, you can chose whether to display an image or not on your individual posts.

    Thanks,

    Nick

    #23137
    formateins
    Participant

    Hey there,

    I do know the limitations of a template builder, but I have to ask this question (I’ve searched already the forums):

    Any chance to get the table-template into a tab within the builder? I don’t need this very urgently, but it would be neat due to customer satisfaction.

    Background: I’m using the portfolio as product showcase and I would like to use the table for the products specifications. The question itself doesn’t depend on tables – it could fit any other content element.

    Another question: how do I activate some (or maybe all of) the shortcodes for the MCE within the template builder? Currently there’s only dropcaps showing up (for some reason)… If I missed a topic on that, please point it out for me. :)

    Thanks and have a nice weekend,

    Joschi

    #23135

    Topic: Google Map

    in forum Enfold
    joe88
    Participant

    Is there a way to make the google map flush with the top and sides, similar to the layer slider? I have tried several map plugins, but can’t get the map to show full width and flush. If I use the Color Section with image, it seems to work. But I need to be able to use a google map and not a static image. Thanks.

    #118528

    See https://kriesi.at/support/topic/button-on-layerslider#post-107331 – however we noticed that the button is not responsive when it’s used with the slider and I’m not sure if Kriesi can make it responsive with a future update..

    #118565

    Hi,

    This seems to work, adjust the css. You need to supply your own image.

    .header_color .main_menu ul:first-child > li a:hover {
    background: url(../images/layout/download.png) no-repeat center top;
    color: #1F87C5;
    }

    Regards,

    Ismael

    #23111
    master-t
    Participant

    hi,

    I use the “Dropdown Menu” in the header settings.

    I’m trying to rename the mobile menu to my own language from the default “Select a page”.

    I changed topOptionText: ‘Sayfa Seçiniz’, in js/avia.js but the text on the menu does not change.

    what is problem?

    Hi Ismael and Devin,

    Not sure what happened but somehow I have tried again and it works on the original page created (called /blank) but i cannot re-create the same effect with any other blank page (now up to version /blank-5).

    Would appreciate if you can let me know what to do as i have spent lots of hours on this and ran out of options.

    Here is what i have so far:

    1.) original page settings screenshots:

    1.1 – advanced layout with selected “Color Section” and inside inserted an image and few other elements http://demo.globalads24.com/wp-content/uploads/2013/05/Picture-6.png

    1.2 – opening “Color Section” and inserting background with Stretch to fit http://demo.globalads24.com/wp-content/uploads/2013/05/Picture-5.png

    1.3 – and i get exactly what i need the sunset background with an image (and other elements) in “front” http://demo.globalads24.com/wp-content/uploads/2013/05/Picture-7.png so this is what we need

    2.) now i tried to recreate this with many other pages and every time i get the same thing and here are screenshots:

    2.1 – first step i create a new page and choose blank page on the right (no footer/header) and also below on the right no side bar nor header or footer here is a screenshot http://demo.globalads24.com/wp-content/uploads/2013/05/Picture-9.png and i used to get blank white page like on the demo of enfold but in stead i get the background that is on regular pages plus a white line in the middle here is a screenshot http://demo.globalads24.com/wp-content/uploads/2013/05/Picture10.jpg

    2.2 – 2nd step i choose advanced layout editor and insert “Color Section” as in the original here is the screenshot http://demo.globalads24.com/wp-content/uploads/2013/05/Picture-11.png and in stead of getting the full stretched background like in the 1st one i get a line in the middle here is the image http://demo.globalads24.com/wp-content/uploads/2013/05/Picture12.jpg

    2.3 – now if i insert another image like i did in the original (/blank): screenshot http://demo.globalads24.com/wp-content/uploads/2013/05/Picture131.jpg it doesnt cover the whole screen in stead it has still the background from regular pages on top and bottom you can see it here http://demo.globalads24.com/wp-content/uploads/2013/05/Picture17.jpg

    3.) we also tested on different screen sizes and on smaller screen it covers the whole screen so here are the 2 screenshots (sorry these are different images as not sure where to get the code so can copy paste so added some other elements)

    3.1 – 15-inch covers the whole screen http://demo.globalads24.com/wp-content/uploads/2013/05/Picture6.png

    3.2 – 24-inch it does not stretch full screen http://demo.globalads24.com/wp-content/uploads/2013/05/Picture-16.png

    so not sure how to re-create the original (1.3) so any tips would be appreciated

    thx so much

    jasmine

    #117332

    Hello,

    I know what you mean, but for me, arrows working, and stop working but still don’t Restart slide show again… For example: I stop the slider, and I don’t know the way to restart slide again.

    Thanks,

    Alexia.

    #116919

    So that works for me…. now layer slider is on top working properly. my page edits via advance editor works and places whatever I putin there on topl.. then finally the pasted index.php code I brought over is loaded last right above the footer, then the footer itself.

    This resolves my problem of utilizing the nice blog grid style feature from this theme into the homepage along with the layer slider and some page features.

    Only disadvantage now is if I wanted to add something AFTER the index.php blog thing, Im not able to do it via the page editor since it loads it all on top. I might be able to figure it out but luckily this is exaclty the design for my needs so Im good.

    Hope this solution helps! If someone knows a more cleaner solution, Id still be interested! :)

    #116917

    Ok so I think I am on to something… this piece of code, displays the blog enfold grid style the wya I like it, its found in index.php.

    But the catch is, right now if you display that nice blog style, you dont get to use the page function in wordpress to add anything to top or below it, so cant add layerslider, cant add text nothing. its just a flat display of blogs….

    When I copy this code on to other files, like page.php, it actually displays the blog piece like I want…

    So Im trying to now figure out how to put this on my ABOUT page, which I have looking all nice and pretty… I tried adding it to page.php but it didnt work, my about page must be coming from somewhere else. Trying to figure out where… the code is

    <div class=’container_wrap main_color <?php avia_layout_class( ‘main’ ); ?>’>

    <div class=’container template-blog ‘>

    <div class=’content <?php avia_layout_class( ‘content’ ); ?> units’>

    <?php

    if(avia_get_option(‘blog_style’,’multi-big’) == ‘blog-grid’)

    {

    $atts = array(‘type’ => ‘grid’, ‘items’ => get_option(‘posts_per_page’), ‘columns’=> 3, ‘class’=>’avia-builder-el-no-sibling’, ‘paginate’=>’yes’);

    $blog = new avia_post_slider($atts);

    $blog->query_entries();

    echo “<div class=’entry-content’>”.$blog->html().”</div>”;

    }

    else

    {

    /* Run the loop to output the posts.

    * If you want to overload this in a child theme then include a file

    * called loop-index.php and that will be used instead.

    */

    $more = 0;

    get_template_part( ‘includes/loop’, ‘index’ );

    }

    ?>

    <!–end content–>

    </div>

    <?php

    wp_reset_query();

    //get the sidebar

    $avia_config = ‘blog’;

    if(is_front_page()) $avia_config = “frontpage”;

    get_sidebar();

    ?>

    </div><!–end container–>

    #118446

    Hey!

    I added your query to the wishlist: https://kriesi.at/support/topic/enfold-feature-requests/page/2?replies=50#post-110413

    Regards,

    Peter

    I’m going to soft close the topic for now so that the original poster can respond if they are still having issues and to prevent any further derailing from the main topic :)

    Regards,

    Devin

    #118486

    Hi puroption,

    A solution for that was posted here: https://kriesi.at/support/topic/source-code-theme-info

    Regards,

    Devin

    #118250

    I’m going to close this topic for now so it doesn’t turn into a secondary Enfold feature request topic :)

    Regards,

    Devin

    #118364

    Hi doafilms,

    For the error, its just saying that file doesn’t exist. So re-uploading that folder via ftp directly should fix it. You could also try just re-downloading the theme files from themeforest and then re-installing on top of the current installation.

    The widget issue is somewhat hard to look into without seeing it live and in place. The widet areas work just like a normal widget area on any other theme so unless the plugin does something very different, there should be no issue.

    For IE8, there will be some issues because of the themes heavy use of css3 and html5 which ie8 has no support for. IE9 however should be pretty much the same. I recently did a bunch of debugging on IE so I know IE9 works well with Enfold 1.4.

    If you can provide links to these pages for each issue, that will allow us to go forward with trying to figure out whats going on.

    Regards,

    Devin

    #118258

    Hey John,

    Yes of course! I typically go through and check those minor details before Kriesi uploads but it was out the door before I looked at it this time :)

    It should be fixed when Kriesi gets back in the next day or so.

    Regards,

    Devin

    #23095
    andypeck
    Participant

    Hi Nick (hope you pick this up)

    Here’s my original concept for my personal portfolio

    http://www.clipular.com/users/5811069/boards/concept-web-site—anypeck-01


    If we divide my design paged concept into parts –

    + the Logo part is sorted

    + the Slider is sorted

    + the services part (using entypo) is sorted

    MENU –

    + the highlight and font changes is sorted

    + there is a feint line that appears at the top of the menu which spans the entire width of the menu. Design-wise its only 1 pixel deep, is a light grey and is tucked under the orange 3px solid highlight line. it rests at the top and remains fixed with the highlight line moving along it. Obviously if I change the menu by adding or taking away pages then I want how far the line spans to change accordingly

    + whilst ive altered the text size and spacing between letters how do I alter the space between the actual page text elements (home, contact, portfolio etc…) therefore reducing the width of the overall menu. At the moment it feels far too spread out

    MAIN CONTENT

    + looking at the image – at the bottom of the page, below where it says RECENT POSTS ive created a decorative line that mimics the one above the menu. How could I recreate something like this without resorting to PNG files. Personally id like the thin grey line (not the chunky orange one) to be extendable to any width depending on its use or page layout

    As always

    BIG THANKS for such great support and im really starting to get to grips with the theme and CSS

    Cheers

    Andy

    #117866

    Hi,

    Your problem I think is that you have some members of list taking 1 line some 2 and others 3 lines. So you can’t set a standard height. If you can make each list member be of equal length, you can use this

    #top .entry-content div li {
    height: 5em;
    }

    if not, then use a span for each like

    <li>
    <span style ="line-height: 1em;">
    List Item 1
    </span>
    </li>

    Thanks,

    Nick

    #118341

    In reply to: Single Portfolio

    Hi Ismael

    Sorry, I have not explained my question properly.

    I have already gone to this tab, and viewed all. On the menu structure I can see Portfolio, then submenu under that is Portfolio 2 Column [Page], Portfolio 3 Column [Page], Portfolio 4 Column [Page], THEN Single Portfolio 2/3 Slider [Portfolio Entry], Single Portfolio Big Slider [Portfolio Entry] and Single Portfolio Fullscreen Slider [Portfolio Entry]

    I can find the Portfolio, Portfolio 2 Column, Portfolio 3 Column, Portfolio 4 Column pages AND I can see the labels on view all to take over to the menu if I need them

    I can find the Single Portfolio 2/3 Slider, Single Portfolio Big Slider and Single Portfolio Fullscreen Slider on the “Portfolio Items” tab but when I make a new page on these Portfolio items it does not appear in the appearance / menus / all pages in order to add to a menu structure and appear on my site

    I’d also like to know how to make the dropdown menu appear in a neat box as you’ve done with the blog and portfolio dropdowns, mine appear as great big boxes across the top

    Thanks in advance

    Warm regards

    Caroline

    #118264

    I am experiencing that some my text blocks that contain html with <div> tags stopped being editable (cross browser problem).

    nothing fancy:

    <div class=”notebook-container”>

    <div class=”notebook-top”></div>

    <div class=”notebook-middle”>Text..</div>

    <div class=”notebook-bottom”></div>

    </div>

    when i change sth. on another element like a layerslider and hit “save” – the text block becomes visible again. buggy!

    #116451

    In reply to: Enfold Showcase

    Hi Patrick,

    thanks for liking my site. Let`s see how to deconstruct these features:

    1. NEUGIERIG GEWORDEN is a coloured section, set to alternate content and instead of using a bg color, i set a background image with:

    Background Image Position: Center/center

    Background Repeat: Stretch to fit

    Background Attachment: fixed, added large padding and that´s it. I wanted the boxes to scroll on top of the image.

    2. For the menu i am using the ubermenu plugin, but basically the structure is:

    Item level 1 (triggers the flyout)

    – item level 2 (like KINDERMUSIK or INSTRUMENTE)

    — subitem 1 to level 2

    — subitem 2 to level 2

    — subitem 3 to level 2

    – next item level 2

    Hope, this is of some help for you.

    Cheers, Sebastian.

    rsg2
    Participant

    hello,

    here’s my scenario. i created a page with a blog component and set it as “single author, big preview pic”. the blog page looks fine with featured images. but once i click on an individual post (for example a video post), i want to only see the video player. but currently, it is duping the featured image above the video player. i would like to get rid of the featured image when it is a video post.

    but when a post is an audio or just simple text post, i want to see the featured image at the top of the post when i click on the individual post. hope this makes sense

    i’ve tried devin’s css code but that got rid of the featured image along with the video player.

    please help.

    thanks in advance,

    chris

    wow that’s easy enough. That did the trick.

    Sometimes i noticed you guys first type #top… what does that mean/do?

    Thanks for helping an old dog!

Viewing 30 results - 137,791 through 137,820 (of 138,045 total)