Viewing 30 results - 131,731 through 131,760 (of 142,900 total)
  • Author
    Search Results
  • #243467

    Hey goossep!

    Please see Peter’s post here – https://kriesi.at/support/topic/problem-with-wpml-and-language-flags-in-header/#post-241577

    Regards,
    Yigit

    #243442
    Thinkgate
    Participant

    Hey,

    I was hoping someone could help me figure out how to add an image (or background image and post title) to the top of each post. As of right now, posts have no header whatsoever. Before I updated to 2.6.2, my posts displayed a header/post title, but seems it was stripped away.

    Not sure if something was deactivated or if this was part of the update, but it leaves posts ‘plain looking’,

    Thanks,

    Cameron!

    #243433
    andypeck
    Participant

    Hi there,
    I would like to do some MAIN MENU CSS tweaks for the following:

    1) Fonts size
    2) Spacing between letters & menu categories
    3) Change rollover font colors (top level) of drop down menu
    4) Change rollover font colors (sub levels) of drop down menu
    5) Change rollover background (top level) of drop down menu
    6) Change rollover background (sub level) of drop down menu
    7) Move ‘whole’ menu along (moving px/% to the left/right or up/down)
    8) Remove menu tick (on the underline)
    9) Adjust underline bar thickness & color
    10)Add a Google Font not in default setup. I first played with adding additional fonts in my Child theme when your theme first came out but abandoned it as it kept messing up the theme and there was conflicting advice how to do this for MENUS and SLAB fonts. A year on – Do I still have to add any additional fonts (Google) by adding them to a font file and then loading them via CSS or is there an easier way now?

    I know its a lot but im figuring you’ve done this many time by now.
    Hope you can help
    Thx
    Andy

    #243430

    Hello again, one more thing: after updating the theme there is a padding at the top of the page, and since I’ve chosen a page with no header it just ends up empty. I’ve tried setting the padding to 0 but the gap is still there? This is what i tried with:
    .html_header_top.html_header_sticky #main {
    padding-top: 0px;
    }

    Thanks again
    /Michael

    #243414

    In reply to: Dot Grid Overlay

    Hey!

    Yes you can. Following code should add that overlay on videos on fullwidth slider.

    #top .av-video-slide.av-hide-video-controls .caption_fullwidth { background-image: url(https://fc09.deviantart.net/fs71/f/2011/074/3/7/dotted_overlay_texture_by_nobren-d3bqt3w.png); }

    You should create or find these overlays.

    Regards,
    Yigit

    Hi!

    Please add following code to Quick CSS as well

    #top .header_color .main_menu .menu ul .current_page_item > a, #top .header_color .main_menu .menu ul .current-menu-item > a { color: red; }

    Cheers!
    Yigit

    #243404

    Hi!

    Your best route would be taking a look at links Ismael posted here – https://kriesi.at/support/topic/cant-use-a-mouseover-effect/#post-241907
    Or asking in http://stackoverflow.com/
    If you cannot figure it out, you are going to need to hire a freelance developer on Microlancer or Codeable for that kind of customization as it is beyond the scope of support we can provide. You can also request quote here.

    Cheers!
    Yigit

    #243391

    In reply to: 1/3 team member in tab

    Hi!

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

    #tab-id-3-container br { display: none; }

    2-

    .tab_inner_content .av-special-heading { margin-top: 0; }

    3- See - http://www.w3schools.com/tags/tag_br.asp

    Best regards,
    Yigit

    #243387

    In reply to: icon list order

    Thank you Ismael! I see that you are always ready to answer. I know that i can drag them, but if i have 40 entries everytime i have to drag the new on to the top. I wish there was a system to short the order in a different way.
    Thanks
    Marco

    #243371
    Ace5Studios
    Participant
    #243370

    Sorry found it already, this topic can be deleted.

    we want to update the wordpress theme in that header.php we want to add live chat button code.
    we want to add live chat button code but where to put this code in header file just guide us .
    below is the live chat code:

    <!– http://www.LiveZilla.net Chat Button Link Code –>

    <style type=”text/css”>

    div.img img
    {float:right;position:fixed;
    top:-70px;right:500px;
    overflow:hidden;
    }

    div.img a:hover img
    {float:right;position:fixed;
    top:0px;right:500px;
    overflow:hidden;
    }

    </style>

    <div class=img>

    LiveZilla Live Help</div>

    <!– http://www.LiveZilla.net Chat Button Link Code –>

    <!– http://www.LiveZilla.net Tracking Code –>

    <div id=”livezilla_tracking” style=”display:none”></div>

    <script type=”text/javascript”>var script = document.createElement(“script”);script.type=”text/javascript”;var src = “http://www.comprompt.co.in/livechat/server.php?request=track&output=jcrpt&nse=”+Math.random();setTimeout(“script.src=src;document.getElementById(‘livezilla_tracking’).appendChild(script)”,1);</script>

    <!– http://www.LiveZilla.net Tracking Code –>

    #243356

    Hey hrskills!

    This is an old issue with the table and we haven’t found a fix yet. You can remove the mobile device media query to avoid the wrong table stack. Edit css > shortcodes.css, find this code on line 1251:

    @media only screen and (max-width: 767px)
    {
    	.responsive div .avia_responsive_table .avia-data-table table,
        .responsive div .avia_responsive_table .avia-data-table tbody,
        .responsive div .avia_responsive_table .avia-data-table tr,
        .responsive div .avia_responsive_table .avia-data-table td,
        .responsive div .avia_responsive_table .avia-data-table th{display:block; border-top:none; border-right:none; border-left:none; text-align: center;}
        .responsive .avia_responsive_table .avia-data-table{border-style:solid; border-width: 1px;}
        .responsive .avia_responsive_table .avia-data-table .avia-pricing-row .avia-desc-col{text-align: center;}
        .responsive .avia_responsive_table .avia-data-table .avia-button-row, .responsive .avia_responsive_table .avia-data-table tr:first-child th{display:none;}
        .responsive .avia_responsive_table .avia-data-table td:before {
    	display:block;
    	font-style: italic; font-size: 11px;
    	}
    
    	.responsive .avia_responsive_table .avia-data-table td {
    		position: relative;
    	}
    
        .responsive .avia_scrollable_table {
            width: 100%;
            overflow-x: scroll;
            overflow-y: hidden;
            -webkit-overflow-scrolling: touch;
            -ms-overflow-style: -ms-autohiding-scrollbar;
        }
    
        .responsive .avia_scrollable_table .avia-data-table > thead > tr > th,
        .responsive .avia_scrollable_table .avia-data-table > tbody > tr > th,
        .responsive .avia_scrollable_table .avia-data-table > tfoot > tr > th,
        .responsive .avia_scrollable_table .avia-data-table > thead > tr > td,
        .responsive .avia_scrollable_table .avia-data-table > tbody > tr > td,
        .responsive .avia_scrollable_table .avia-data-table > tfoot > tr > td {
            white-space: nowrap;
        }
    }

    Remove the code. We might need to adjust the table width. Please get back to us after you removed it.

    Best regards,
    Ismael

    #243351

    Hi!

    Please use this on Quick CSS:

    a.gplus-profile {
    position: relative !important;
    top: -25px !important;
    }
    
    .g-follow-wrapper {
    position: relative !important;
    left: -90px !important;
    }

    Best regards,
    Ismael

    #243342

    Hey!

    You can do the same thing with the fullscreen slider. Edit the page then enable the Header transparency on the layout option, insert the Fullscreen Slider. Add this on Quick CSS to keep the header transparent on mobile devices:

    @media only screen and (max-width: 767px) {
    .responsive #top #header {
    position: fixed;
    }
    
    #header_meta {
    display: none;
    }
    }

    Try to set the background image to “Stretch to fit”. This will apply the background-size: cover; property on the background image.

    Best regards,
    Ismael

    #243332
    Labhanshi
    Participant

    Hello Support,

    I feel that there seems couple of bugs, which i would like to share and gets resolved by your kind support.

    1. When we use “text block” content element and then click to edit it. Then click Add Media and then when we drag and drop the image, it hangs up.
    We have no other choice except refreshing it. And after doing a refresh we lost everything. I tried this from other computers and browsers also, but the same thing happens.

    2. If we scroll down a bit on any page. And then click on exactly on center ( or bar of magnifying glass) of the Search Box, then it gets opened normally, but can’t be closed from the same mouse position. We have to move our mouse a bit on top part of the magnifying glass.
    However, this is not the case when we are at Top of the page. The search box can be closed by clicking anywhere on the magnifying glass.
    The same thing can be replicated on demo also.

    3. Under Theme Options, Styling > Header > Primary Color field option, it doesn’t shows the current selected color and when we click on the field it doesn’t shows the small circular selector which shows the position of selected color.
    Rest everywhere in Styling options, it is working perfectly fine. Showing current colors and selector with circle in the exact position.

    4. The Color selector box from any content element or layout element (ofcourse that has color option to choose from) didn’t closes down.
    Say, if we edit color section, and click on EMPTY box (where color values shown), it opens the color selector, we choose any color and then if we close the box by clicking “Current color”, then it re-opens. Then that point onwards doesn’t matter where we click it opens everytime and overlaps the field below it.
    However, this is not the case, when we first click on “Select color” box to open the color selector and chooses and closes it.

    I cross verify it on other browsers, computers and locations too, with hard refresh also, but the problem persists.

    Wish you could take care of these small bugs too by making the theme more and more flawless and better.

    Thanks

    • This topic was modified 12 years ago by Labhanshi. Reason: Added one more

    Hi!

    I checked the website on both language and the language switcher sits on the right of the top bar next to the top menu. I think it is fixed now. Remove browser cache then reload the page a few times.

    Regards,
    Ismael

    #243317

    Sure, here’s how mine appears in helper-main-menu.php:

    echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', $addition, 'strong', true);
    echo '<div class="free_shipping" style="position: absolute; top: 20px; left: 400px; float:center; z-index: 3;"><a href="/shipping/"><img src="/wp-content/uploads/2014/03/freeshipping.png" alt="Free Shipping" /></a></div>';
    #243296

    @corepart – I don’t know if it makes a big difference, but you’ve got your parenthesis and apostrophe’s in the opposite order. You have:

    echo "<div class='logo_addition' style='position: absolute; top: 87px; left: -12px; float:left; z-index: 3;'><img src='leafoverlay.png' /></div>";
    
    echo "<div class='logo_addition' style='position: absolute;right:0 ; z-index: 4; image-rendering: auto; display:block; width: 409px; height: 155px;'><img src='carbonheader.png' /></div>";

    I believe it should be:

    echo '<div class="logo_addition" style="position: absolute; top: 87px; left: -12px; float:left; z-index: 3;"><img src="leafoverlay.png" /></div>';
    
    echo '<div class="logo_addition" style="position: absolute;right:0 ; z-index: 4; image-rendering: auto; display:block; width: 409px; height: 155px;"><img src="carbonheader.png" /></div>';

    Thanks to your note however I finally managed to get mine working. For future reference, anyone else that wants to put an image in the header (not under the logo though), here’s my code:

    echo '<div class="free_shipping" style="position: absolute; top: 20px; left: 400px; float:center; z-index: 3;"><a href="/shipping/"><img src="/wp-content/uploads/2014/03/freeshipping.png" alt="Free Shipping" /></a></div>';

    #243285

    Hey iv done as you said, doesn’t seem to be re sizing with the logo. seen another thread where it tells you about the helper-main-menu.php file iv tried altering that.

    echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', $addition, 'strong', true);
    
    echo "<div class='logo_addition' style='position: absolute; top: 87px; left: -12px; float:left; z-index: 3;'><img src='leafoverlay.png' /></div>";
    
    echo "<div class='logo_addition' style='position: absolute;right:0 ; z-index: 4; image-rendering: auto; display:block; width: 409px; height: 155px;'><img src='carbonheader.png' /></div>";

    also added .logo_addition to the java file

    
            if(!header.length) return;
                var logo            = $('#header_main .container .logo img, #header_main .container .logo a, #header_main .container .logo_addition img'),
    

    Dont see where im going wrong

    #243282
    This reply has been marked as private.
    #243259
    musklick
    Participant

    Hi, thanks for a great theme. It has really become a favourite of mine. And your support is also a favourite :-) I have four questions:
    I’m wondering if it’s possible to have the slide out menu that you can select under “Responsive Header Main Menu” so that it’s the default menu on all all devices and screens? With just the little “three bars icon” showing. I really like the clean look without the menu and header.
    I also have problems centering the yellow H1 boxes that I have given a class of “title_h1” which I have given some styling in the Quick CSS box. I’m not sure my CSS fixes are any good so any help would be appreciated.
    The special heading over the Parallax background looks fine on a laptop but crazy big on a smart phone, can the size adjust to a smaller screen?
    Is it possible to a pattern overlay over the parallax color section? I managed to put it over the full screen slider in the Quick CSS but I can’t figure it out on the color section.

    The site is http://www.musklick.se and it’s closed so you can login using username: guest and password: guest
    Let me know if you need admin login and I will provide it.

    Hope you can help, many thanks and best regards
    /Michael

    It seems not work , text haven’t appear . I can see the text in source code , but no appear .

    how to adjust the Quick CSS?

    • This reply was modified 12 years ago by garbath.
    #243245

    Hey Pedro!

    This will most likely not ever happen unless WordPress core offers an implementation of it. There are actions and filters in place when a theme author wants to offer flexibility on sections and get_template_part for fully replacing files. On top of that there is if(!function_exists so that you can replace functions which are meant to and planned to be replaced.

    With Enfold specifically, you can already completely overwrite the parent files by setting the use_child_theme_functions_only to true which lets you then include everything yourself.

    At that point however you would be better off modifying the parent theme by forking it using something like git. Then track any changes and merge them into your new branch.

    Best regards,
    Devin

    #243244

    ok, actually I have to set the cookie to de, every time I want to edit a german page as it keeps on falling back to en every time…
    quite annoying, but I guess this is another topic….

    Hey!

    Please try this code:

    
    @media only screen and (max-width: 767px){
    .responsive #header .sub_menu, .responsive #header_meta .sub_menu>ul {
    float: right;
    }
    }
    

    Best regards,
    Peter

    #243227

    Hi!

    1) I can’t access the server (server authentication fails)

    2) Maybe the language cookie is missing. Try to clear your browser cache & delete cookies and then go to the editor page to translate it. See: https://kriesi.at/support/topic/wpml-homepage-blog-post-not-working/#post-230549
    If this doesn’t help try to deactivate all plugins except WPML and check if the translated categories pop up. If yes a plugin conflicts with WPML and you need to activate them one by one to find the culprit. I.e. here: https://kriesi.at/support/topic/problems-adding-avia-button-in-spanish/ the “All-in-One Event Calendar by Timely” plugin caused a conflict.
    Regards,
    Peter

    #243219
    Jasmer
    Participant

    Hey guys,

    How would I put my name on top of “Google+ Follow” element and make them both left justified against my profile image?
    https://dl.dropboxusercontent.com/u/1049926/Screen%20Shot%202014-03-26%20at%2012.33.24%20AM.png

    So, raise my name up one line and slide the “Google+ Follow” underneath.

    Thanks, Jas

    Cum_Vincere
    Participant

    Hello,

    Some days after migrating the site from www . testdomain . com to www . domain . com I noted a strange occurrence in the Menu section:

    the Pages and Posts sections on the left side (from where you select pages and posts to insert in a menu) are disappeared.

    In the Screen options section, on top of the screen, in the Show on screen part, only Portfolio items, Links and Portfolio categories are available. No sign of Pages and Posts.

    I tried deactivating all plugins, including WPML, but nothing happened.

    I also tried switching back to basic WP theme: no result.

    Any suggestion, please?

    Thank you.

    #243202

    Hey Chris!

    Open up wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/buttons.php and replace:

    
    $output .= "<a href='{$link}' class='avia-button ".$this->class_by_arguments('icon_select, color, size, position' , $atts, true)."' {$blank} {$style} >";
    

    with

    
    $output .= "<a href='{$link}' class='avia-button some_class ".$this->class_by_arguments('icon_select, color, size, position' , $atts, true)."' {$blank} {$style} >";
    

    and instead of some_class insert your class. If you don’t want to modify the parent theme copy the wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/buttons.php file to your child theme and follow the instructions here: https://kriesi.at/support/topic/add-elements-to-visual-composer/

    Best regards,
    Peter

Viewing 30 results - 131,731 through 131,760 (of 142,900 total)