Forum Replies Created

Viewing 30 posts - 57,511 through 57,540 (of 67,197 total)
  • Author
    Posts
  • 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

    Hi workerant!

    Thank you so much for visiting the support forum!

    Please add this on Quick CSS or custom.css:

    .html_header_top.html_header_sticky #header {
    -webkit-transform: translate(0,0);
    }
    

    Cheers!
    Ismael

    in reply to: Masonry Blog issues… #284383

    Hi cyrusis!

    Thank you for using the theme!

    What is the screen resolution of your monitor? Do you mind if we take a look at the current website? We applied media queries to adjust the width of the masonry entries on different screen sizes.

    Best regards,
    Ismael

    Hi wieslander!

    Thank you for using the theme!

    Edit the actual frontpage then look for the Yoast metabox, edit the SEO title and meta description there. I checked the page and the meta description is correct:

    <meta name="description" content="Hård träning och mjuk stämning.">
    

    Regards,
    Ismael

    in reply to: Update mailform codes without updating everything #284376

    Hey Jonas!

    Thank you for using the theme!

    What is the current version of your theme? If it’s lower than 2.7 or 2.6 then you’ll probably have issues with it. No, unfortunately, you need to upgrade the whole theme in order to use the contact form generator properly. Anyway, you can try to copy the class-form-generator.php then test the suggested code on the other thread. Make sure that you create a backup of the current file.

    Cheers!
    Ismael

    in reply to: Possible Bug #284372

    Hi!

    Thank you for using the theme.

    Please check the table then remove the link entirely. There’s a br tag. Maybe, there’s a space before the actual url.

    <a href="<br />
    http://www.spokenorigins.com/?page_id=3644" style="color: #000000; font-size: 12px; font-weight:bold; ">Details Here…</a>
    

    Best regards,
    Ismael

    in reply to: Footer zentrieren #284369

    Hey!

    Glad it worked. If you have any questions, let us know.

    Regards,
    Ismael

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

    Hi videogame!

    Thank you for using the theme!

    Do you mind if we take a look at one of the single post page? Do you have a sidebar there?

    Regards,
    Ismael

    in reply to: Shortcodes not rendered on mobile devices #284365

    Hi!

    Thank you for the update.

    Please deactivate the plugins especially the WPTouch Pro plugin then test it again. I don’t think you need the plugin since the theme itself is already responsive.

    Regards,
    Ismael

    in reply to: Boxed layout page width #284364

    Hi arnijon!

    Thank you for visiting the support forum!

    Please edit css > grid.css then look for all instances of the .responsive .boxed#top selector. They are usually inside a media query. Copy the media query structure to the Quick CSS field or custom.css file:

    @media only screen and (min-width: 1140px) {
    .responsive .boxed#top {
    width: 1440px;
    }
    }

    After that, you have to increase the width of the grid units in accordance to the .boxed container width.

    Cheers!
    Ismael

    Hey CB!

    Thank you for using the theme!

    Please add this on Quick CSS or custom.css:

    .html_header_top.html_header_sticky #top #wrap_all #main {
    padding-top: 0;
    }

    Cheers!
    Ismael

Viewing 30 posts - 57,511 through 57,540 (of 67,197 total)