Forum Replies Created

Viewing 30 posts - 24,271 through 24,300 (of 25,536 total)
  • Author
    Posts
  • in reply to: Scroll disapear in IE #718868

    Hey Jonas,

    What IE version are you using and can you post a screenshot?

    Best regards,
    Nikko

    in reply to: Remove content in comments section #718866

    Hey adferger1,

    In the WP Dashboard go to Appearance > Editor and edit this file comments.php, then find this code (line 166):

    echo "<span class='minitext'>".__('Want to join the discussion?','avia_framework')." <br/>".__('Feel free to contribute!','avia_framework')."</span>";

    You can replace or remove it.

    Best regards,
    Nikko

    in reply to: Accordion Toggle Frustrated #718862

    Hi!

    I have added this in your Quick CSS (located in Enfold > General Styling):

    .active_tc .toggle_wrap {
        position: static;
        visibility: visible;
        left: 0;
        width: auto;
        z-index: 1;
        display: block !important;
        height: auto !important;
    }
    
    .active_tc .toggle_wrap {
        display: block !important;
    }

    This has fixed the problem, though I need to disable that opening animation since it’s not functioning correctly. As for is that possible to make the Accordion toggle as: accordion collapse?, Yes, just edit accordion and set Initial Open to 1.

    Regards,
    Nikko

    in reply to: Recommended plug-in … #718738

    Hi,

    Sorry I forgot about the layerslider not allowed in two columns, I think Easy Slider can still do the job though it’s a bit limited where the caption is placed.

    Best regards,
    Nikko

    in reply to: enforce to show breadcrub and title on mobile #718731

    Hi,

    Sorry for the late response, did you set Header Title and Breadcrumbs to Display Title and Breadcrumbs, this would be needed to allow the title and breadcrumbs to appear, if this is not set then that’s the reason why it’s not appearing, also breadcrumbs and title doesn’t show up in the homepage. If it’s still not showing on pages except the homepage kindly give us temporary admin access so we can check the backend, just place the details in the “private content” when you reply.

    Best regards,
    Nikko

    in reply to: CHANGE COLOR GRID CONTENT #718220

    Hey!

    No problem. Glad we could help :)

    Cheers!
    Nikko

    in reply to: CHANGE COLOR GRID CONTENT #718211

    Hey!

    It’s not working because there’s a ; before !important, this is what I see you have added:

    .main_color .grid-content, 
    .grid-entry .main_color .avia-arrow,
    .main_color .grid-entry-title{
        background: #3f3f3f;!important;
    }

    Kindly replace it with the code I gave above.

    Regards,
    Nikko

    in reply to: enforce to show breadcrub and title on mobile #718209

    Hey!

    Can you post a link to your site showing where the breadcrumb should appear?

    Cheers!
    Nikko

    in reply to: Recommended plug-in … #718190

    Hey mtnet!

    I would probably recommend fullscreen slider but since you might not want it in full width, the best one I think is layerslider.

    Best regards,
    Nikko

    in reply to: enforce to show breadcrub and title on mobile #718183

    Hi Christian,

    Try adding this code in Quick CSS(located in Enfold > General Styling):

    #top .title_container {
      display: none;
    }
    
    @media only screen and (max-width:989px) {
      #top .title_container {
        display: block !important;
      }
    }

    Let us know if it works :)

    Regards,
    Nikko

    in reply to: Table on mobile #718182

    Hey!

    Yes, I did test it just to verify and you can use it there :)

    Best regards,
    Nikko

    in reply to: Accordion Toggle Frustrated #718180

    Hey YongyanLi!

    I’m not sure what you meant by Accordion Toggle Frustrated, can you elaborate on that? as for making the font size of the toggle, try adding this in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      #top .taglist a {
        font-size: 12px;
      }
    }

    Hope this helps.

    Best regards,
    Nikko

    in reply to: How to install Enfold Health Coach Demo #718179

    Hey isasmar!

    Just go to Enfold > Demo Import > at the bottom you should see Import: Health Demo hover over the image and click on the Click to Import button. Hope this helps :)

    Best regards,
    Nikko

    in reply to: Align Fulldwidth button on Grid Row? #718176

    Hi!

    I have checked it and when you edit the cells from the grid content, you will see the first one has 0 padding while the other three has 30px padding (top, bottom, left, right), I modified it and changed it to 0, that should make them all the same now.

    Regards,
    Nikko

    in reply to: Table on mobile #718169

    Hi!

    The way the table is structured in mobile it’s not compatible with the html tags added in the title, so the better way to use it is to just put just the content and no html tags in the header and then just use css to style it, I have removed the center and b tags and have added this in Quick CSS (located in Enfold > General Styling):

    .avia-heading-row th {
        color: #911391;
        font-weight: 700;
        text-align: center;
    }

    It should work fine now, let us know if it’s good.

    Cheers!
    Nikko

    in reply to: Move Breadcrumbs to left side #718161

    Hey!

    Try adding this code in Quick CSS:

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

    Let us know if it helps :)

    Cheers!
    Nikko

    in reply to: masonry gallery with customed links #718159

    Hi!

    Can you give us a temporary admin access and ftp access? so we can have a closer look why it’s not functioning as it should. Please place the details in the “private content” section when you reply so only moderators can see.

    Regards,
    Nikko

    in reply to: CSS issues with widget header and sidebar #718157

    Hey!

    Glad we could help :)

    Best regards,
    Nikko

    in reply to: Make social media icons larger #718155

    Hey!

    Glad we could help :)

    Best regards,
    Nikko

    in reply to: Blog using LAYOUT BUILDER #718154

    Hi!

    Please remove the code I gave and replace it with:

    .archive .post-meta-infos span.text-sep {
        display: none !important;
    }

    Let us know if it works fine. :)

    Best regards,
    Nikko

    in reply to: CHANGE COLOR GRID CONTENT #718150

    Hey mleite1,

    Try to add !important to the background, the code should look like this:

    .main_color .grid-content,
    .grid-entry .main_color .avia-arrow,
    .main_color .grid-entry-title {
         background: #3f3f3f !important;
    }

    Hope this helps :)

    Best regards,
    Nikko

    • This reply was modified 8 years, 1 month ago by Nikko.
    in reply to: Add class to menu link #718145

    Hey M|C,

    When adding class in the menu (via Appearance > Menus) it would be added to li tag, still try to add a unique class to it, for example popup-link-wrap then add this code at the bottom of functions.php:

    function add_custom_script(){
    ?>
    <script type="text/javascript">
    (function($){
    	function myfunction() {
    		$("top").find(".popup-link-wrap a").addClass("your-class-here");
    	}
    
    	myfunction();
    })(jQuery);
    </script>
    <?php 
    }
    add_action('wp_footer', 'add_custom_script');

    Just replace your-class-here with the name of the class you want to use.

    Best regards,
    Nikko

    • This reply was modified 8 years, 1 month ago by Nikko.
    in reply to: issues with single post and advanced layout editor #718144

    Hey thanp73,

    Advanced Layout Builder allows you to have full control over the page, so if it is enabled the default layout of a single post which consists of the things you have mentioned would definitely be overriden.

    Best regards,
    Nikko

    in reply to: make the image closer to the text #718141

    Hey mcraig77,

    Try adding this code in Quick CSS (located in Enfold > General Styling):

    .av_one_fifth .av-special-heading {
        margin-top: 12px;
    }

    Let us know if it helps. :)

    Best regards,
    Nikko

    in reply to: Restore Portfolio posts #718136

    Hi,

    Can you give us ftp access? so we can check your uploads folder. Let’s hope it’s not deleted in the database or being removed. For the meantime, can you try doing switching Enfold to any default wordpress themes, twenty-sixteen, twenty-fifteen, etc, and check the media library if the images shows up.

    Best regards,
    Nikko

    in reply to: Footer Heading font #718135

    Hey jnightingale,

    It should be good now. The reason it’s not using the Caveat font is you have set “Open Sans” as it’s font, you could see this in Enfold > Advanced Styling > H3 – Change the styling for your H3 Tag footer was checked, I have unchecked it and that fixed it.

    Best regards,
    Nikko

    Hi,

    Try adding this code in Quick CSS:

    #top .embed-youtube iframe {
        height: 360px;
    }

    If that doesn’t work try using this instead:

    #top .embed-youtube iframe {
        height: 360px !important;
    }

    Hope this helps. :)

    Best regards,
    Nikko

    in reply to: Submenu Transparency & Extra Info link #718133

    Hi,

    1. Try adding this code in Quick CSS(located in Enfold > General Styling):

    #top #avia-menu .sub-menu, #top #avia-menu .sub-menu li a {
        background: transparent !important;
    }
    
    #top #avia-menu .sub-menu li a {
        color: #fff;
    }

    2. In Enfold > Header > Extra Elements > Phone Number or small info text just use this format:

    <a href="mailto: (Email address hidden if logged out) "> (Email address hidden if logged out) </a>

    Or you can use the one I placed in the “private content”.

    Hope this helps :)

    Best regards,
    Nikko

    in reply to: Any web designers willing to work? #718132

    Hey adrianmoll,

    Yes, you can refer to our partner: http://kriesi.at/contact/customization

    Best regards,
    Nikko

    in reply to: Remove Line In header between the menu and social icons #718131

    Hey mcraig77,

    Try adding this code in Quick CSS (located in Enfold > General Styling):

    #top .avia-menu.av_menu_icon_beside {
        border: 0 !important;
    }

    Let us know if it works :)

    Best regards,
    Nikko

Viewing 30 posts - 24,271 through 24,300 (of 25,536 total)