Forum Replies Created

Viewing 30 posts - 451 through 480 (of 826 total)
  • Author
    Posts
  • in reply to: Comments in Portfolio items #125698

    Hi,

    Comments are not supposed to show up in pages , but only in posts. They need to be activated to work in pages or portfolio items.

    Here is the code to have the comments work for portfolio items. https://kriesi.at/support/topic/comments-dont-show-up-on-portfolio-pages#post-117921

    Thanks,

    Nick

    in reply to: Content Element "Blog Posts" Modification #125313

    Hi,

    You can edit /config-templatebuilder/avia-shortcodes/blog.php

    Thanks,

    Nick

    in reply to: How to add advanced layout manager to blog posts? #120972

    Hi,

    I hacked the advanced layout editor a bit and got the post meta, and comments to work. I tested it with as much as I had time for and it seems to be working with no visible problems on posts/pages/cpt looking through Chrome on Win7.

    Please make a backup of template-builder.php in the main folder, then delete the whole thing and in its place paste the following code (since there is a lot of it , i dumped it on gist)

    https://gist.github.com/meishern/bfbf909055e7b967dd5b

    Thanks,

    Nick

    in reply to: Blog Posts Excerpts {Enfold} #125281

    Hi,

    Are you using Layout builder for posts?

    What do you have defined on top of Settings > Reading .. it should look like this http://www.clipular.com/c?7958741=FGXIlfgdnQ9LVpNjooXHyOvjIas&f=.png

    How about settings on this page, http://www.clipular.com/c?7959783=hSlBywMb7V1_7zmmtkPMyC2VfOw&f=.png

    Thanks,

    Nick

    in reply to: Header menu intersecting with logo #125003

    Hi,

    Please examine the very bottom of Devin’s answer. The only way to determine the exact point is through experimentation. If 767 does nothing, try 790. and go back and forward on those number until you find the exact width where the media query makes the change.

    ===

    I just took measurements, and your mobile navigation activates on 950px but the regular navigation deactivates on 767

    You need to open /js/avia.js and make sure that *both* lines 85 and 89 look like this

    switchWidth = 767;

    if you want to use a different number, no problem, just make sure both of the lines always have the same value, don’t just change one.

    Thanks,

    Nick

    in reply to: Layering CSS Drawn elements #123895

    Hi,

    Please try this

    Lets look at your requirements:

    1) Don’t want thin line sitting on top of highlight box

    2) Want the ‘thin’ line positioned *behind* the thick orange highlight box

    Please try this css, at very bottom of custom.css

    @media only screen and (min-width: 768px){
    #top .main_menu {
    z-index: 1 !important;
    height: 32.5px !important;
    }}

    Lets see if code solved requirements:

    View post on imgur.com

    Yes it does. Though because the orange thingy is 4px high , positioning it will require the orange thingy to be 1px thicker. easiest way.

    Thanks,

    Nick

    in reply to: Customizing Font and Text Bodies #125317

    Hi,

    Can you do a layout such as the one you describe minus the borders on some out of the way page and provide the url so we can be sure we understand the requirements. An image will not help since we need to work on the live css.

    Thanks,

    Nick

    Hi,

    Please add this

    .sub_menu {
    z-index: 0;
    }

    Thanks,

    Nick

    in reply to: Increase text size and alter contact form #125519

    Hi,

    Sorry for the delay. This css code will make phone number red and bigger., please add it to /css/custom.css file OR to quick css located in Enfold > Layout Styling (under theme options):

    .social_header .phone-info {
    color: #F00;
    font-size: 1.35em;
    }

    Add this css code to one of the two locations described by me earlier in this post. It will shrink your form

    .ajax_form p {
    float: none;
    width: 70%;
    }

    #top .ajax_form .text_input, #top .ajax_form .select{
    padding: 8px !important;
    }

    #top .ajax_form .text_area{
    padding: 6px !important;
    height: 100px;
    }

    Thanks,

    Nick

    in reply to: Repositioning Breadcrumbs and Page Title? #125483

    Hi,

    Please provide an illustration or just use a screen grab of the demo and move thing around so that there are no mistakes on our part.

    thanks,

    Nick

    Hi,

    You can customize it by using the Chrome browser and installing Chrome Developer Tools . Here is a helpful video. http://www.youtube.com/watch?v=dNsM2PUkZ1g

    Please show us your url so that we can provide you with any help specific to your native setup.

    thanks

    Nick

    in reply to: Tootltip width on gallery #125277

    Hi,

    There is a tooltip on the gallery images. Where do you not find one?

    Thanks,

    Nick

    in reply to: Button Text Color #125314

    Hi,

    This looks like what you are looking for

    Style Attribute {
    color: #FFF;
    }

    Strange selectors, but below that there is purple, then dark grey, then electric blue. Wow a whole smorgasbord of color.

    Very nice site. You should add it to the showcase page https://kriesi.at/support/topic/enfold-showcase

    Thanks,

    Nick

    in reply to: Turn of Responsive CSS completely for iPad's #125159

    Hi, No

    Please don’t delete all @media queries.

    What you will have to do is change them so the key screen sizes. And don’t delete them because some may have be returned so please just comment them out, Just leave alone css that starts above and up 980px as well as below 768 and remove those especially for between just the two points.

    Please provide a url so can provide you with something specific.

    Thanks,

    Nick

    in reply to: Remove Comment/Date under Post Title #125291

    Glad you are back on track. Enjoy the theme!

    Thanks,

    Nick

    in reply to: LAYOUT / COLUMN CHANGES + SOME FEATURE CHANGES. #125086

    Hi,

    It is strongly recommended by the developer of Layer Slider to not add div’s manually.

    To add the min-height to mobile view, please add this to your /css/custom.css

    @media only screen and (max-width: 479px) {

    .avia-slide-wrap img {
    min-height: 225px !important;
    height: 100% !important;
    }
    }

    Thanks,

    Nick

    Hi,

    Oh yeh, now I know who you are. I get many emails with a good number of them unable to show their post. I am looking now.

    Nick

    in reply to: PLAYING VIDEOS FROM THE GALLERY #124279

    Hi,

    Drop me an email usjahm (at) gmail (dot) com

    Thanks,

    Nick

    in reply to: Need skilled Enfold theme customizer #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

    in reply to: issue with image display #124627

    Hi,

    About time I met someone like you who doesn’t just want a quick fix but want’s to know what is happening under the hood. In a nutshell, this is all happening because browser standards do not exist, and have never existed. Basically Microsoft, or Apple release an upgrade or a new browser and if they like some html or css tags or selectors , they support them. If they don’t like them, they don’t. Chuck Norris, is an actual font color from the days of Netscape that creates an orange-red color the same as his beard. So basically the reason that something works on one browser and not another is because there are no standards. html5 and css3 will be standardized in 2014 some gurus say (so if you see and html5 or css3 validator, its a joke since there are no standards to validate to).

    You can set it up only to repeat by adding the css code manually since at this point that option is not available but will certainly be on the list now that this has been brought up. As there are only 6 section, it is not a lot of work for you to do but add the css above changing the selector and the image.

    Many things are different between ipad1 and ipad4. Every version of Android is a bit different, same goes for blackberry, win phone7 and 8, that new OS that nokia employees created. The more they are fracturing the browser market the more difficult it is… as there are no standards to follow.

    Here is a screencast produced by Devin on how to update using FTP -> https://vimeo.com/channels/aviathemes/67209750

    Thanks,

    Nick

    in reply to: Remove Comment/Date under Post Title #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

    in reply to: Blogroll Links on Sidebar #125203

    Hi,

    Please remove all widgets from sidebar. Add Recent Posts widget to Everywhere sidebar like this http://www.clipular.com/c?7654249=qfDQlRw-FeP9ffwWEcX_2yMwWWE&f=.png

    Thanks,

    Nick

    in reply to: What is the Purpose of the Color Section Button? #125160

    Hi,

    Color section you drag first and then you drag elements onto the color section. You can use them to make parallax effect by adding a background image, or do a number of other things, but you drag things on to it, not the other way around. Please see http://www.clipular.com/c?7917242=NpzzGHrMXZEvskIExYcuqQ9ZGxc&f=.png

    Thanks,

    Nick

    in reply to: Page editor #125198

    Hi,

    Don’t use default editor. All you need is inside advanced layout editor. Add a text element, and inside the text element add the shortcode as you would have done inside the page editor.

    Thanks,

    Nick

    in reply to: Mega Menu dropdown alignment issue #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

    in reply to: Add widgets to Header / sidebar #125195

    Hi,

    1. You can add it to header.php somewhere between lines 126-198. Its hard to answer since you state no specifics.

    2. Design a sidebar? Install Enhanced Page Widget will help you style widgets. You use css to style a sidebar.

    3. Custom Widget Area lets you create extra areas that you can show in specific pages locations of the website. You can use a plugin called Widget Logic to show them only on 1 page or a group of pages or to people from Germany only for example.

    4. There are 5 header templates. There is no tool to edit them. You will need to use Chrome Developer Tools to modify the css which is quite easy. Google that term, and make sure you are using Chrome and its installed.

    Thanks,

    Nick

    in reply to: Page Lay-out #123385

    Hi,

    You will need to play with this for a bit. first of all make sure you are not using any cache plugins. Turn them off. Then

    Then start testing css

    @media only screen and (min width: 767px) and (max width: 1000px){
    div. av_one_half{
    clear: left;
    }
    }

    Start changing those numbers , here is a page with many ipad queries and make sure to test them http://stephen.io/mediaqueries/

    Thanks,

    Nick

    Hi,

    You can keep your text justified. But the images should not be inside a paragraph tag.

    There is another way to do this. You can add 1 image to featured which will show on the main blog, but then for the individual page you can activate the template builder for posts https://vimeo.com/64996057

    Then you can add an image or slider for your main images and add the text element separately as you would do when you build pages.

    I am not sure what the deal with that link is, i need to look at your setup myself , please mail me credentials to usjahm (at) gmail (dot) com. since it works the way you say you have it set up for me locally and live.

    Thanks,

    Nick

    in reply to: Mega menu column title as link on mobile devices #124530

    Hi,

    It should be clickable, though it will not show the same background change effect on tablets. Do you have a url so i can look in my ipad

    Thanks,

    Nick

    in reply to: Taxonomies #124958

    Hi,

    You can use something like this to identify what the taxonomy is to add the description: Just change the country and city to whatever your taxonomy names are

    $tax_description="";
    if ( is_tax( 'country' )){
    $tax_description ='Country: ';
    } elseif ( is_tax( 'city' )) {
    $tax_description ='City: ';
    }

    and then add $tax_description to wherever you are displaying the taxonomy (i cant answer better since i dont see any of your code)

    echo $tax_description . (your current code that displays the taxonomy);

    http://codex.wordpress.org/Function_Reference/is_tax

    Thanks,

    Nick

Viewing 30 posts - 451 through 480 (of 826 total)