Forum Replies Created

Viewing 30 posts - 60,361 through 60,390 (of 66,126 total)
  • Author
    Posts
  • in reply to: Social Icons in same line that secondary menu #212369

    Hey CloudChoice!

    You can add this on Quick CSS:

    @media only screen and (max-width: 767px) {
    .responsive #header .social_bookmarks {
    position: absolute;
    left: 0;
    }
    
    .responsive #header .sub_menu.sub_menu>ul {
    position: relative;
    right: 0;
    }
    }

    Regards,
    Ismael

    in reply to: How do you embed youtube video into layer slider? #212368

    Hey pako69!

    Can you please give us a link to the website? Please insert the video inside a 1/1 column to make it full width.

    Regards,
    Ismael

    in reply to: Custom Hover Effects #212367

    Hi!

    I’m not sure if that easy to do. I’ll ask Dude for this. You can hire someone here: http://werkpress.com/

    Cheers!
    Ismael

    in reply to: how to customize lines #212366

    Hey David!

    Use the “Short Separator” then add this on Quick CSS or custom.css:

    .hr-inner {
    width: 100%;
    position: absolute;
    height: 1px;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -1px;
    border-top-width: 1px;
    border-top-style: solid;
    }
    
    .hr-short .hr-inner-style {
    border-radius: 20px;
    height: 34px;
    width: 34px;
    border-width: 2px;
    border-style: solid;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -17px;
    margin-top: -17px;
    line-height: 33px;
    text-align: center;
    border: none;
    }
    
    .alternate_color .hr-short .hr-inner-style:before {
    color: #42a0bd;
    }
    
    div .hr-short .hr-inner-style:before {
    content: '\E808';
    font-family: 'entypo-fontello';
    }
    
    .hr-short .hr-inner-style:before {
    font-size: 13px;
    color: rgb(66, 160, 189);
    }

    Regards,
    Ismael

    in reply to: Highlighting each post in grid layout for blog. #212358

    Hi hbjcapital!

    1.) You can add this on Quick CSS:

    .avia-content-slider .slide-entry {
    overflow: hidden;
    background: gray;
    padding: 10px;
    }

    2.) This is beyond the support scope. Please hire a freelance developer to fix the “customer-login” functionality for you.

    3.) You’re using a plugin for the related posts? Please contact the author plugin to remove the featured post or add tags on posts to show related posts.

    Best regards,
    Ismael

    in reply to: @media only screen and (min-width… NOT WORKING #212357

    Hi rfrbase!

    You forget to close it. :)

    @media only screen and (min-width: 74.5em) {
    .hide_desk {
    display: none;
    }
    }

    Best regards,
    Ismael

    in reply to: IE breaks columns & icons #212355

    Hey!


    @LiamKenyon
    : Thank you for hopping in. I hope it helps @hetveer.


    @hetveer
    : We really need to see the actual website because the demo renders properly.

    Regards,
    Ismael

    in reply to: Vertically align icon box next to easy slider #212351

    Hey!

    We really need to inspect the actual website to give you a proper css solution. You can post the login details here as a private reply.

    Regards,
    Ismael

    in reply to: Internet Explorer compatibility #212347

    Hi!

    You should probably update the theme to 2.4.5. Watch this video by Devin: https://vimeo.com/channels/aviathemes/67209750

    Best regards,
    Ismael

    Hi martinbose!

    You can add a unique selector for each Avia Elements. Edit functions.php, find this code:

    if(isset($avia_config['use_child_theme_functions_only'])) return;

    Below, add this code:

    add_theme_support('avia_template_builder_custom_css');

    Edit the Color Sections then add a unique custom css like “hide-section”. You can use media query to hide all sections with the “hide-section” selector. Add something like this on Quick CSS or custom.css:

    @media only screen and (max-width: 767px) {
      .hide-section {
    display: none;
    }
    }

    Best regards,
    Ismael

    in reply to: Blog Template #212342

    Hey Matt!

    You can use the <!–more–> tag to display the excerpt or look for Screen Options then enable the Excerpt box. If you’re using the Blog Posts element, set the “Blog Content length” to excerpt.

    Best regards,
    Ismael

    in reply to: Full Width Search Page #212341

    Hey!

    Add this on Quick CSS:

    .author-extra-border {
    width: 100%;
    }
    
    .search .content.template-search {
    border: none;
    }

    Best regards,
    Ismael

    in reply to: Partner/Logo Element title under elements #212241

    Hey!

    If I am not mistaken, you can replace the code above with this:

    $output .= !empty($link) ? "<a href='{$link}' data-rel='slide-".avia_partner_logo::$slider."' class='slide-image' title='{$linktitle}' {$blank} >{$img}</a>" : $img;
    					$output .= "<a href='{$link}' title='{$linktitle}' {$blank}><div class='logo-title'>".$hover."</div></a>";
                        $output .= "</div>";

    Cheers!
    Ismael

    in reply to: layer slider shift #212238

    Hi MUNFORD!

    I think you forgot to close the anchor tag on the text block with the “CFC Short and Doc” logo. Edit the text block, find this code:

    <h3 style="text-align: center;"><a title="SHORT & DOC" href="http://www.copenhagenfilmcompany.dk/2014/short-doc_en/"><img class="wp-image-3617 aligncenter" style="margin-top: 0px; margin-bottom: 0px;" alt="SHORT & DOC" src="http://www.copenhagenfilmcompany.dk/2014/wp-content/uploads/2014/01/SHORTDOX1-300x220.png" width="211" height="155"></a>CINEMATIC STORYTELLING</h3>

    Replace it with:

    <a title="SHORT & DOC" href="http://www.copenhagenfilmcompany.dk/2014/short-doc_en/"><h3 style="text-align: center;"><img class="wp-image-3617 aligncenter" style="margin-top: 0px; margin-bottom: 0px;" alt="SHORT & DOC" src="http://www.copenhagenfilmcompany.dk/2014/wp-content/uploads/2014/01/SHORTDOX1-300x220.png" width="211" height="155">CINEMATIC STORYTELLING</h3></a>

    Cheers!
    Ismael

    in reply to: No gallery on windows machines #212234

    Hi!

    You can try this on Quick CSS:

    .logo img {
    height: 76px;
    }

    Adjust the height if necessary.

    Cheers!
    Ismael

    in reply to: Edit category selector for portfolio grid #212230

    Hi allaboutapps!

    You can use these selectors on Quick CSS:

    .sort_by_cat {
    font-size: 15px;
    }
    
    .inner_sort_button span {
    color: red;
    }
    
    .main_color #js_sort_items a.active_sort {
    color: blue;
    }

    Best regards,
    Ismael

    in reply to: Tags Pages #212226

    Hi!

    By headline, you mean the page title? You can use this on Quick CSS:

    
    #top .alternate_color.title_container .main-title a {
    color: blue;
    }

    Cheers!
    Ismael

    in reply to: I can't reach the content of my homepage #212072

    Hi!

    Can you please give us a link to the old home page then the new one named “Concept”?

    Cheers!
    Ismael

    in reply to: Top bar customization #212070

    Hi n4n1!

    You can edit header.php, place the code inside the header_meta container or div. You can request it here: https://kriesi.at/support/topic/enfold-feature-requests/

    Cheers!
    Ismael

    in reply to: Layout on mobile #212069

    Hey!

    1.) You can use this for the actual logo:

    @media only screen and (max-width: 767px) {
    .responsive .logo img {
    height: 100px;
    }
    }

    Adjust the header using the code I posted earlier.

    2.) Did you modify the menu? Use this to display the menu.

    @media only screen and (max-width: 767px) {
    .responsive #header .main_menu ul {
    display: block;
    }
    }

    Cheers!
    Ismael

    in reply to: Cart Side Problem with Size #212068

    Hi!

    Can you please activate Enfold and the cart widget? We need to inspect it. Sorry for the delay.

    Cheers!
    Ismael

    in reply to: bbpress #212067

    Hi gloopy1!

    You can add this on Quick CSS to remove the forum header:

    .bbp-header {
    display: none;
    }

    Cheers!
    Ismael

    in reply to: Layerslider WP #212066

    Hi!

    Do you have a cache plugin? Please flush the settings then test it again. Make sure that you remove the browse cache then test it on another browser. This is what I see when I checked it on IE:

    Cheers!
    Ismael

    in reply to: Adding Menus to Footer 4 column widget areas #212065

    Hey!

    Did you choose the correct menu on the custom menu widget?

    Regards,
    Ismael

    in reply to: Video pause/play don't work in slider #212063

    Hey waterwalk!

    What slider are you using? What is the format of the video? Is it from youtube or vimeo?

    Cheers!
    Ismael

    in reply to: Enfold – Team members photo/box alignment #212062

    Hi!

    You can add this on Quick CSS to center align the team member elements.

    .avia-team-member {
    text-align: center;
    }

    Best regards,
    Ismael

    in reply to: vertical right border with blank page #211822

    Hey mmi!

    Add this on Quick CSS:

    html {
    background-color: white;
    }

    Cheers!
    Ismael

    in reply to: blog content in columns #211818

    Hey!

    Yes, that is possible. Create a page then set it to “No Sidebar”. Insert 3 1/3 Columns with Blog Posts element on each. Add another 3 1/3 column below. If you want to show some widgets on one of the 1/3 column, insert the Widget Area element.

    Cheers!
    Ismael

    in reply to: Change hight color section #211811

    Hi Cdfb!

    Edit the color section then give it a unique ID. Use “awesome-section” for example. Add this on Quick CSS to define the height:

    #awesome-section {
    height: 100px;
    }

    Cheers!
    Ismael

    Hey!

    Glad it worked. :)

    Regards,
    Ismael

Viewing 30 posts - 60,361 through 60,390 (of 66,126 total)