Viewing 30 results - 140,941 through 140,970 (of 142,524 total)
  • Author
    Search Results
  • #26277
    dsgnerfw
    Participant

    I don’t have a windows laptop now so I couldn’t really test internet explorer. But using browserstack live, my logo looks enlarged in internet explorer ?

    Can someone with windows help me out please?

    #119257

    In reply to: styling

    Ok, i solved it. It’s tricky though. For others searching on this topic, I tried:

    changing all permissions on the folder (and files) to 755 or 777,

    clearing cloudflare cache,

    clearing all browser cache (and numerous browsers)

    disabling plugins,

    I THOUGHT by clearing the cache on the plugins that would be enough, but no.. had to actually disable them. Weird.

    #129686

    this is the code generated as seen on firebug, as you can see, instead of 5 columns, system renders first 2 and the third breaks layout that comes next on syntax, and makes it DISAPPEAR from avia framework.

    <br />
    <div class="post-entry post-entry-type-page post-entry-734"><div class="entry-content clearfix">
    <div class="avia_textblock"><h1 style="text-align: center; font-weight: 200; font-size: 2.7em; text-transform: none;"><a href="http://dm-c.it/riservata/adaptive/settori/"><span style="color: #005cb9;">La rivoluzione del Printing & Packaging in 5 semplici punti.</span></a></h1>
    </div>
    <div class="flex_column av_one_fifth first avia-builder-el-2 el_after_av_textblock column-top-margin">
    <div class="avia_textblock"><div class="avia-font-entypo-fontello icona-colonnehomepage-dmc"></div>
    <h3 style="text-align: left;"><a title="DEFINIZIONE" href="./prodotti/">DEFINIZIONE</a></h3>
    <p>Progetto del tracciato di fustella e applicazione della grafica. Realizzazione del mock-up…
    <a href="./prodotti/">continua</a></p>
    </div>
    </div>
    <div class="flex_column av_one_fifth avia-builder-el-4 el_after_av_one_fifth column-top-margin">
    <div class="avia_textblock"><div class="avia-font-entypo-fontello icona-colonnehomepage-dmc">⚙</div>
    <h3 style="text-align: left;"><a title="AVVIO" href="./prodotti/">AVVIO</a></h3>
    <p>Visto si stampi. Finalizzazione degli impianti di stampa e avvio del ciclo produttivo…
    <a href="./prodotti/">continua</a></p>
    </div>
    </div><div class="flex_column av_one_fifth avia-builder-el-6 el_after_av_one_fifth avia-builder-el-last column-top-margin"></div><p></p>
    <div class="avia_textblock"></div>
    <div class="avia-font-entypo-fontello icona-colonnehomepage-dmc">
    </div></div></div>

    #129277

    Try following css code

    #top #pe-container .input-text, #top input[type="text"], #top #pe-container input[type="input"], #top #pe-container input[type="password"], #top #pe-container input[type="email"], #top #pe-container input[type="number"], #top #pe-container input[type="url"], #top #pe-container input[type="tel"], #top #pe-container input[type="search"], #top #pe-container  textarea, #top #pe-container select {
    padding: 4px 6px;
    margin-bottom: 5px;
    }

    #129877

    In reply to: Permalink trouble

    #129490

    In reply to: Customize Logo Size

    I tried the code correctly as per your instructions but it wasn’t effecting anything :(

    so i tried the one below also added positioning parameters and its working fine I guess,

    .logo img {

    width: 250px !important;

    height: auto !important;

    max-height: 167px;

    position: relative;

    bottom: 20px;

    }

    Now could you please tell me how can I delete the bar that is appear on the top of the page (blue header)??

    #26260
    Littbarski
    Participant

    Hello, when I add slider (easy of fullscreen) sliders only works for the first two slide then it stops. Probably a js conflict, I closed off plugins but it did not change. I will provide link if it is a familiar problem.

    Best

    #126691

    Hi,

    You can use the Insert Shortcode wand for the post, they render the same output with the Advance Layout Editor.

    If you want to enable the ALE on posts. Please refer to this link

    https://kriesi.at/support/topic/how-to-add-advanced-layout-manager-to-blog-posts

    Look for Dude’s instruction.

    Regards,

    Ismael

    #129663

    In reply to: Single menu item color

    Hey,

    Glad you solved it. You can create customizations on your custom.css or Quick CSS.

    If you like the theme, please send us a feedback. Here’s how:

    https://kriesi.at/support/topic/your-testimonials-on-our-front-page-a-unique-chance

    Regards,

    Ismael

    #129654

    this works:

    #top .logo {

    float: right;

    right: 0;

    left: auto;

    }

    #129811

    Hi,

    You can add something like this on your custom.css or Quick CSS

    @media only screen and (max-width: 1024px) {
    .responsive #top .slide-entry {
    width: 99%;
    margin-left: 0;
    }
    }

    Regards,

    Ismael

    #129637

    You can send the information to my email at DevinVinson (at) gmail.com. Make sure to include a link to this topic so that my spam filter doesn’t grab it :)

    #129652

    Hi andi,

    Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    #top .logo.bg-logo {
    float: right;
    right: 0;
    left: auto;
    }
    #top .main_menu {
    left: 0;
    }
    #advanced_menu_toggle {
    left: 0;
    }

    Just as an aside our queue system goes by oldest posted topic to newest so self bumps or self replies just put the topic to the end of our queue which just about never goes beyond 24 hours response.

    Regards,

    Devin

    #114729

    I’d like to chip in my vote for the following:

    1) Support for the “read more” markup in pages (not just posts)

    2) A secondary horizontal custom menu for sub-content that we don’t want in the main top menu or its dropdowns.

    3) Advanced layer slider needs to be more responsive. This might not be Kriesi’s responsibility, but it’s a huge selling feature of the theme that drew me to purchase it. The slider’s WYSIWYG editor doesn’t quite reflect “real life” as the layouts in Chrome and FireFox seems to be “hit-and-miss” needing us to manually move slide layer elements around and hope they’re in the right spot on our visitors’ screens. The responsive elements should follow what Liquid Slider had done where instead of shrinking down to a postage-stamp size, it would rearrange or vanish accordingly.

    #127314

    You can include a secondary option for retina with something from: http://css-tricks.com/snippets/css/retina-display-media-query/

    I’ve edited your previous posts and will mark this resolved for now. The css tricks retina trick is basically just duplicating what you have now for the background image except you will use a higher res image and it will only take effect on retina.

    eg:

    @media
    (-webkit-min-device-pixel-ratio: 2),
    (min-resolution: 192dpi) {
    /* Retina-specific stuff here */
    #top .social_bookmarks_tumblr a {
    background: url(.......uploads/custom/apple-retina.png) no-repeat center;
    }

    #top .social_bookmarks_tumblr a:hover {
    color:#fff;
    background: url(........uploads/custom/apple-hover-retina.png) no-repeat center;
    }
    }

    #129641

    In reply to: child theme modifying

    Hi stingray2009,

    If you’ll be modifying the framework files its best to do it on the parent theme. Otherwise you need to duplicate the function that includes the file so that it replaces the one in the parent and then include it in the child. Either way you’ll always have to update that file manually whenever there is a theme update since it doesn’t build on top of the parent.

    Regards,

    Devin

    #129386

    Hi Dayna,,

    Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    #header_meta {
    background: #333;
    }

    Change the color code to whatever color you want it to be.

    @ Crippy – To change its opacity, you would just use a RGBA color instead and have the transparency to whatever you wanted. See: http://www.css3.info/preview/rgba/

    Regards,

    Devin

    #129380

    Hi,

    I am gonna assume the size of your image that you want is 950width and 150 height. So change as appropriate


    Image Size on Main Blog Page.

    Ok . The instructions above that you followed would create the image size you want, but on the main blog page ,

    just need to follow one more step http://i.imgur.com/JvxGDYc.png

    Here you can see dimensions on the main blog page http://www.clipular.com/c?10253053=zR5ebPSB_qN2exkurXg8R_3Noxw&f=.png


    Instructions for Individual Blog Posts (image size)

    On the individual blog pages, i think the image size is set 180×180, correct? So you would need to go to Media > Settings and find where it says 180×180 and change it to 950×150. And looking on that page I see there is Square Size which is 180×180.

    1. Now change it to look like this http://www.clipular.com/c?10254053=SGwlS2E0lQX-vEP-h2NvIAcZ2xE&f=.png

    2. Then you need to regenerate like this: http://www.clipular.com/c?10182062=f2f4ilB119SKyxouKSLoeM_OaNw&f=.png

    3. Save (below regenerate button)

    4.You must add this css to /css/customl.css or it wont work.

    #top.single-post .small-preview {
    width:950px;
    height:150px;
    }
    #top .fullsize .template-blog .blog-meta {
    width:950px;
    }
    #top .fullsize .template-blog .post .entry-content,#top .fullsize .template-blog .post-title,#top .fullsize .template-blog .post .entry-content>* {
    max-width: 900px;
    }

    (if regenerate doesn’t work, then just delete the blog post image, and upload it again and it will be of the correct size. it means you don’t have enough memory and will have to re-upload the blog post images one by one. However it works almost always).

    Here is how it looks for me now resized: http://www.clipular.com/c?10247086=2szwOylwNrX5oZgEMqHfLbowhtQ&f=.png

    Thanks,

    Nick

    #26236

    Topic: CSS Conflict

    in forum Enfold
    stunna42
    Participant

    Hello – This question is related to https://kriesi.at/support/topic/theme-css-conflict?replies=9#post-125022.

    Please see page: http://thecaloriemythbook.com/?page_id=2330

    You will note a bunch of unwanted white space above the form. When the form is on a plain HTML page such as http://thesmarterscienceofslim.com/testor.html this white space isn’t present. How can we get rid of this white space on *just* http://thecaloriemythbook.com/?page_id=2330 and any other individual page on which we need to place one if these forms?

    Thank you.

    #26232

    Topic: Layerslider Error

    in forum Enfold
    a123john
    Participant

    Hi, im trying to create a layerslider

    https://www.intelligence.com.sg/pages/blank/slidertest/

    The word STYLE , though in the admin page is supposed to be below the word development. However the word Style ( Layer 33 ) stays on top and all other layers after 33 does not work. Is this a bug or is it that i’ve added too many layers ?

    Hi soulfabrics,

    That is actually a pretty tall order. The theme uses media queries at a few different pixel widths to change the css for certain elements. What you would need to do is add the margin: 0, padding: 0 declarations to the needed selectors for each responsive adjustment with new media queries.

    You can see an example in the custom.css file where we’ve added the basics for tablets, desktop and mobile.

    So for each case where you don’t like the margin, you would adjust the margin or padding or container for large desktop size, regular view, tablets, mobile and possible small mobile (under 350 or so pixel width) depending on how the margins are inherited.

    If you aren’t comfortable with that level of css customization I would recommend looking into a freelance developer and having all the changes added to a child theme style or at the very least the custom.css file.

    Regards,

    Devin

    #26226
    ace2296
    Participant

    Go here

    https://www.bluesquidmedia.com/local-marketing/sign-up/

    This is a layout without the header and the top orange and red ray background is supposed to be fixed. For me (Chrome) it isn’t fixed and it glitches and shows the black background.

    Any thoughts?

    #26217
    formateins
    Participant

    Hey Guys,

    as I thought, my customer wants some modification to the main layer of the avia navigation. You may take a look at http://www.pcamobile.de/startseite/. You’ll notive the white right aligned area within the header… yeah, the menu should go there. *yikes*

    I’ve figured out everything so far (reverse css engineering, doh), but there are a few difficulties.

    1. The header size is set via jQuery (avia.js > avia_header_size) depending on the scroll event.

    2. Repositioning with top:xx won’t do it…

    Wait, I think I got an idea… if I would change the height of the top css too… gonna try it now…

    Yep, works. Sometimes you have to start a thread to get the idea… lol… I’ll post this anyways.

    So if someone likes to modify the avia menu position, you should add this css:

    /* Main Navigation Mods */

    .main_menu {height:25px; top:92px; right:-30px;}

    .main_menu ul li a {height: auto !important; line-height: 20px !important;}

    .main_menu ul:first-child > li > a {padding:0 7px; font-size:11px;}

    #header .avia_mega_div {margin: -1px 0 0 0; padding: 1px 0 0;}

    If you like the dynamic height of the header, you’ll have to mess with the avia.js located in js/ folder. I reposition the whole menu using a distance from top on .main_menu wrapper. So you have to add this to the function avia_header_size(). I’ve added top_height = $(‘.main_menu’).height() to get the current height of the header, set a static value topH for both full and half size. Then simply add it to the css class: $(‘.main_menu’).css({top: topH + ‘px’});

    Don’t get it? Nevermind… it looks crappy anyways… :-/

    #26215
    Mkieling
    Participant

    Upon migrating, the following error started to appear on top of all pages: Warning: Missing argument 1 for get_post(), called in /home/storage/d/5b/8e/step111/public_html/sitept/wp-content/themes/enfold/framework/php/function-set-avia-frontend.php on line 128 and defined in /home/storage/d/5b/8e/step111/public_html/sitept/wp-includes/post.php on line 380

    Also, this same error appears on the admin of WordPress. And the result is that I can’t edit posts, pages, widgets. In short, the dashboard is blocked.

    Can anybody help, please?

    #129447

    Ich habe beim vorherigen Code nicht an das Sidebar widget gedacht sondern an das “Warenkorb” Icon oben rechts, welches den Warenkorbinhalt nach einem Klick anzeigt.

    Für das Sidebar Widget verwendet

    #top div .widget_shopping_cart .button {
    width: 100%;
    display: block;
    }

    #top div .widget_shopping_cart .button.checkout {
    margin-top: 10px;
    }

    #127313

    Devin,

    Thank you for your help. I have one more question and problem.

    1. I actually had to do this. If I only used 2 entires then I end up with a weird distortion in my Apple icon. So I added the last line from the previous code. To result as this:

    #top .social_bookmarks_tumblr a {
    background: url(.......uploads/custom/apple.png) no-repeat center;
    }

    #top .social_bookmarks_tumblr a:hover {
    color:#fff;
    background: url(........uploads/custom/apple-hover.png) no-repeat center;
    }

    #top .social_bookmarks_tumblr a {
    text-indent: -9999px;
    }

    2. I now have a retina resolution problem. When I view this on an iPhone 5 and my Macbook Pro Retina the apple icon is pixilated. Any ideas for a quick fix for this. If I do it as 64px x 64px then it looks to large. I imagine I have to add something to the CSS to constrain the proportion then upload the 64 x 64 images. Will you help me with that?

    3. Would you mind going back through and deleting my personal links from this post. I abbreviated them above. Could you go back and abbreviate the others please?

    Thank you again for your help!

    #129273

    Many thanks, it’s all done perfectly. Just FYI, I need to put section ID to specific position.

    BTW, do you have any solution to change the theme color by manually? Due to I wanna change the whole button color at once. Do I need to submit a new topic for this question?

    Cheers!

    Hey!

    You can suggest new features/tweaks here: https://kriesi.at/support/topic/enfold-feature-requests – if more users support it we’ll look look into it.

    Best regards,

    Peter

    #129517

    The nav bar functions are called in header.php – search for

    $args = array('theme_location'=>'avia2', 'fallback_cb' => '', 'container'=>'', 'echo' =>false);
    $nav = wp_nav_menu($args);
    echo $nav;

    (small nav bar at the top) or

    echo "<div class='main_menu' data-selectname='".__('Select a page','avia_framework')."'>";
    $args = array('theme_location'=>'avia', 'fallback_cb' => 'avia_fallback_menu', 'walker' => new avia_responsive_mega_menu());
    wp_nav_menu($args);

    (main menu nav bar).

    #129488

    In reply to: Customize Logo Size

    Somehow not working.. I don’t know if I’m putting the code correctly or not as I’m very basic in coding.

    Also here is a temporary link to our website “http://muharraqi.hostingsiteforfree.com/&#8221;

    Also I want to delete the grey bar from the top completely..as its use less for us.

    Please have a look the way I’m putting the code in custom.css

    /* Have fun adding your style here :) – PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

    /* General Custom CSS */

    /*

    Desktop Styles

    ================================================== */

    /* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

    @media only screen and (min-width: 768px) {

    /* Add your Desktop Styles here */

    /*header with social icons: */

    .social_header #header_main .container, .social_header .main_menu ul:first-child > li a { height: 200px; line-height: 200px; }

    }

    /*

    Mobile Styles

    ================================================== */

    /* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

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

    /* Add your Mobile Styles here */

    }

Viewing 30 results - 140,941 through 140,970 (of 142,524 total)