Forum Replies Created

Viewing 30 posts - 57,901 through 57,930 (of 67,597 total)
  • Author
    Posts
  • in reply to: Portfolio excerpt text #284933

    Hey Richard!

    Thank you for using the theme!

    Please use this:

    div.grid-entry-excerpt.entry-content {
    font-style: normal;
    }

    Regards,
    Ismael

    in reply to: Something is breaking the layout of two pages. #284927

    Hey conversations!

    Thank you for using the theme.

    Please create a test page then apply the content of the page with the footer issue. Remove the added divs then post the login credentials here. Set it as a private reply. We would like to check it.

    Cheers!
    Ismael

    in reply to: Image Code Displaying in Avia Layout Easy Slider #284926

    Hey!

    Thank you for the update.

    Do you mind if we take a look at the actual page? Please check the actual slider element then edit it. Are the shortcodes being added on the Caption Text field?

    Cheers!
    Ismael

    in reply to: Width of menu #284925

    Hi!

    Thank you for the update.

    Please try this:

    #header_main {
    border-bottom: 0;
    }

    Cheers!
    Ismael

    in reply to: Line breaks Not Saving in Avia Layout >Text Blocks #284924

    Hi!

    Thank you for the info.

    I’m sorry but the login credentials are incorrect. WordPress automatically strips out br or p tags. Try to add a custom class on the br tag. Something like this:

    Click here to add your own text
    <br class="blank" />
    Click here to add your own text
    
    Click here to add your own text
    
    Click here to add your own text
    
    Click here to add your own text

    Regards,
    Ismael

    in reply to: Mobile transparent menu issue #284920

    Hi crschulz!

    Thank you for using the theme!

    Please add this selector:

    @media only screen and (max-width: 767px) {
    .responsive.html_header_transparency #main {
    padding-top: 0 !important;
    margin-top: -170px;
    }
    }
    

    Regards,
    Ismael

    in reply to: Magazine first two entries display large #284919

    Hey fandragon!

    Thank you for visiting the support forum!

    Please edit magazine.php, remove everything then replace it with this code: http://pastebin.com/ESmzYVTA

    Cheers!
    Ismael

    in reply to: Section not wrapping on Ipad Portrait #284918

    Hi Denis!

    Thank you for using the theme!

    Please add this on Quick CSS or custom.css:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    div .av_one_fourth {
    margin-left: 2%;
    width: 47.5%;
    }
    }

    Cheers!
    Ismael

    in reply to: Making Menu Items 2 Lines #284917

    Hey!

    Thank you for the info.

    Please add this at the very bottom:

    @media only screen and (max-width: 767px) {
    span.menu-break {
    line-height: 0;
    float: none;
    bottom: 0;
    margin-left: 2px;
    }
    }

    Cheers!
    Ismael

    in reply to: Toggles & Accordions appearance #284571

    Hey!

    Thank you for the update.

    Please post a screenshot of what you want to accomplish with the accordion element. We’ll try to help you with the css code. If you have the time, please play around with the css selectors that we suggested above.

    Cheers!
    Ismael

    in reply to: Advanced Layout Builder in tab-elements #284569

    Hi!

    Thank you for using the theme.

    You need to generate the shortcodes on another post or page then copy it if you want to combine the shortcodes or use them inside another element.

    Regards,
    Ismael

    in reply to: Post alignment inside Blog Post Content Element #284567

    Hey!

    Thank you for the info.

    Please use this on Quick CSS or custom.css:

    top .fullsize .template-blog .post-title {
    text-align: left;
    }
    
    #top .fullsize .template-blog .post-meta-infos {
    text-align: left;
    }
    
    #top .fullsize .template-blog .post .entry-content-wrapper > * {
    margin-left: 0;
    margin-right: 0;
    }

    Regards,
    Ismael

    in reply to: Partner/Logo Element images are shrunken #284558

    Hey!

    Thank you for the update.

    Please try to edit the partner element with the shrunken images then toggle the Slider controls. Set it to show no controls, save then test it again. If it is already set to no controls, choose the other option then save.

    Best regards,
    Ismael

    in reply to: Background image not showing on iPad #284552

    Hey WebyxDesign!

    Thank you for visiting the support forum.

    The background image shows fine on an iPad. Please remove browser cache then close all apps. Test it again.

    Best regards,
    Ismael

    in reply to: SVG Use in "Media Elements" #284550

    Hi!

    Thank you for the update.

    Please upload the image on the media library then select it on the Partner/Logo element or Testimonial element. It doesn’t seem to work if you upload it directly using the elements.

    Cheers!
    Ismael

    in reply to: How to hide Fullscreen Slider on mobile devices? #284545

    Hey pako69!

    Thank you for the info.

    Please use this instead:

    @media only screen and (max-width: 767px) {
      /* Add your Mobile Styles here */
    	.hidden-desktop {display:block !important;}
    	.visible-desktop {display:none !important;}
    }
    
    @media only screen and (min-width: 768px) and (max-width: 989px) {
      /* Add your Mobile Styles here */
    	.hidden-desktop {display:block !important;}
    	.visible-desktop {display:none !important;}
    }

    Or to simplify it, use this:

    @media only screen and (max-width: 989px) {
      /* Add your Mobile Styles here */
    	.hidden-desktop {display:block !important;}
    	.visible-desktop {display:none !important;}
    }

    Best regards,
    Ismael

    in reply to: Make logo appear over slider #284541

    Hey!

    Thank you for the update.

    Please add this on Quick CSS or custom.css:

    .logo, .logo a {
    overflow: visible;
    }
    
    .logo a img {
    max-height: 196px !important;
    margin-top: -50px;
    }

    Adjust the values if necessary.

    Best regards,
    Ismael

    in reply to: Accordion Problems #284538

    Hi!

    Thank you for using the theme.

    I’m sorry but we’re not experiencing the issue on our end. I checked it on Firefox 30 and Chrome Windows 8, the accordion slider loads fine. What I noticed is that the layer slider is not working. The console says that the url of the images points to a wrong location. Did you recently migrate or transfer the website?

    Cheers!
    Ismael

    in reply to: Sub header #284533

    Hey Rupert!

    Thank you so much for using the theme!

    Please add this on Quick CSS or custom.css:

    #header_meta a {
    color: #fff;
    opacity: .3;
    }
    
    .header_color li {
    border-color: rgba(255,255,255,.3);
    }

    Cheers!
    Ismael

    Hey!

    Thank you for the info.

    The actual meta description that you place on the field will usually only show when it contains the keyword the searcher was searching for. If the searcher doesn’t type in any word that belongs to the meta description that you applied on a certain page, google will use the content of the page then place it as the description.

    Regards,
    Ismael

    in reply to: Toggles & Accordions appearance #284406

    Hey mikel!

    Thank you so much for choosing Enfold!

    Please use this on Quick CSS or custom.css:

    .togglecontainer .single_toggle:first-child .toggler {
    margin-bottom: 10px;
    }
    
    .main_color .toggler, .main_color .toggler.activeTitle:hover {
    color: #fff!important;
    background-color: #27CFC3;
    }
    
     .main_color .toggle_content {
    background: white;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    }
    

    Cheers!
    Ismael

    in reply to: Move social media icons across #284398

    Hi!

    Thank you for the screenshot.

    Please add this at the very bottom:

    @media only screen and (max-width: 990px) {
    #header_main .social_bookmarks {
    left: 8% !important;
    }
    }

    Best regards,
    Ismael

    in reply to: random links / text size #284396

    Hi!

    Thank you for the update.

    Please edit the DIET / SUPPLEMENT PLAN icon then remove any spaces or if possible, please create it from scratch. A br tag has been generated on the process but I’m not entirely sure where it’ comes from. If you want to change the color of the links to yellow, go to Enfold > General Styling > Main and Alternate Content. Change the Highlight color value. You can also add this on Quick CSS or custom.css:

    .main_color a, .alternate_color a {
    color: yellow;
    }

    Best regards,
    Ismael

    in reply to: Breadcrumbs issue #284394

    Hey!

    Thank you for the info.

    Please try to add this on functions.php:

    add_action('after_setup_theme','avia_remove_portfolio_breadcrumb');
    
    function avia_remove_portfolio_breadcrumb(){
    remove_filter('avia_breadcrumbs_trail','avia_modify_breadcrumb');
    }
    

    Best regards,
    Ismael

    Hi!

    I’m sorry but I’m not experiencing the issue on IE11 Windows 8. I tried a few times, the slider loads fine. Even on IE11 emulation console, IE9 and 10 loads the site fine. I’ll ask the rest of the support team to check it.

    Cheers!
    Ismael

    in reply to: Enfold Bugs/Issues #284392

    Hey!

    2.) That’s weird. It should increase the width, not the height. I think the best thing to do is to add a left margin when viewing on larger screens. Please try this:

    @media only screen and (min-width: 1800px) {
    #top div.av-masonry-container.isotope .isotope-item:first-child {
    margin-left: 1px;
    }
    }

    3.) Did you add the code on functions.php? The testimonial is still using the 80x80px thumbnail size.

    Regards,
    Ismael

    in reply to: Word Wrap in Menu – or Have the menu on two lines #284390

    Hi!

    Alright. Sorry about that. You can use this instead:

    .avia-menu-fx {
    bottom: -21px;
    }
    
    div.avia-menu.av-main-nav-wrap {
    margin-top: -20px;
    }
    
    .av-main-nav ul {
    margin-top: 20px;
    }

    Best regards,
    Ismael

    in reply to: Making Menu Items 2 Lines #284389

    Hey hobart!

    Thank you for using the theme!

    Please refer to this link. The OP asked for the same thing: https://kriesi.at/support/topic/word-wrap-in-menu-or-have-the-menu-on-two-lines/

    Best regards,
    Ismael

    in reply to: Theme not displaying properly in IE 9, FF 30 #284388

    Hey dvmoore!

    Thank you for using the theme!

    You got an awesome website. Site looks good both on Firefox and IE 9. Please try to remove browser cache and disable all browser extension. Test it again.

    Cheers!
    Ismael

    in reply to: Header Menù Problem #284387

    Hey isidoro81!

    Thank you for using the theme!

    The header menu is there when I checked the page. The color property or css loads a bit late. Please add this on Quick CSS or custom.css:

    .header_color .main_menu ul:first-child > li a:hover, .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a, .header_color .main_menu ul:first-child > li.active-parent-item > a {
    color: #545154;
    }

    Please go to Enfold > Header Layout > Header layout panel. Look for Header Size, choose large or the custom pixel value in order to increase the size of the header along with the logo image. Did you add a plugin for the Menu panel? Please deactivate the plugins then test the menu editor again.

    Cheers!
    Ismael

Viewing 30 posts - 57,901 through 57,930 (of 67,597 total)