change icons

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #17468
    ruthj
    Member

    Hi

    Is there a way to change the icons on the home page to replace with different ones?

    Also is there a way on the portfolio entry pages to move the position of the portfolio information?

    Also on home page where it shows selected work. Is there a way to remove the link to photos?

    Thanks

    #17493
    Veena
    Moderator

    1.Pls go through this link –
    http://support.livemeshthemes.com/faqs/how-to-use-1500-icons-bundled-with-the-agile-theme/

    2.Pls modify the file single-portfolio.php

    3.Pls use the below custom CSS in themeoptions –

    #work .image-info-buttons {
        display: none;
    }
    
    #17507
    ruthj
    Member
    This reply has been marked as private.
    #17517
    Veena
    Moderator

    Pls check line nos: (53-88) in file single-portfolio.php

    Icons:
    You can enclose each and every icon in an anchor tag.

    #17546
    ruthj
    Member

    Hi

    sorry I am still not sure which bit to alter to move the portfolio information to a different place on the page.

    I would like to move the portfolio information to above the quote so there is an image first, then the portfolio information, the quote and then the numbers that change.

    Sorted with the icons though thank you

    Hope that makes sense

    Thanks for you help again

    #17589
    Veena
    Moderator

    You can see that we are manually adding the blockquote shortcode , animate numbers shortcode etc in the visual editor.
    So by changing the original file you will be able to add the ‘portfolio details section’ after the entire content or before the content(current view) ie, you can’t able to add in between the content.

    Can you pls add the desired portfolio image in the entry title background area and see if that meet your needs.

    #17623
    ruthj
    Member

    HI

    Thank you I’m still struggling to know which bit of the single portfolio to move and change. Are you able to tell me exactly where I move it? and which bit?

    Also How to I change the primary menu so that it just shows as a hamburger style menu on all devices?

    Many thanks for your help

    #17638
    Veena
    Moderator

    Portfolio: Take a backup before making any changes to the actual files.
    Pls cut line nos: (91-102) of file single-portfolio.php and paste it in line no:27 and see if it meet your needs.

    <?php mo_exec_action('start_entry'); ?>
    
                        
    <?php the_content(); /* No thumbnail support for this. Everything user has to input - videos, audio, slider etc. */ ?> <?php wp_link_pages(array('before' => '<p class="page-links">' . __('Pages:', 'mo_theme'), 'after' => '</p>')); ?>
    <!-- .entry-content --> <?php mo_exec_action('end_entry'); ?>
    #17639
    Veena
    Moderator

    2.Hamburger menu
    Pls insert the below custom CSS in themeoptions –

       #primary-menu {
            display: none !important;
        }
        #header.sticky #primary-menu{
            display: none !important;
        }
        #mobile-menu, #mobile-menu-toggle {
            display: block;
        } 
        #mobile-menu, body {
            -webkit-transition: left 0.4s ease-in-out 0s;
            -moz-transition: left 0.4s ease-in-out 0s;
            transition: left 0.4s ease-in-out 0s;
        }
        body {
            overflow-x: hidden;
            position: relative;
            left: 0;
        }
        body.push-right {
          left: 240px;
        }
    
    #17741
    ruthj
    Member

    Hi Thank you.

    How can I move the burger so that it is on the right hand side instead of the left?

    How can I change the colour of the burger?

    The tablet responsiveness doesn’t seem to work. Works fine on mobile but not tablet. Is there a way to access all the responsiveness settings?

    Thanks
    Ruth

    #17749
    Veena
    Moderator

    Pls use this custom CSS-

    #mobile-menu-toggle i {
        color: #fff;
    }
    

    Can you pls share a link to your site?

    #17751
    ruthj
    Member
    This reply has been marked as private.
    #17766
    Veena
    Moderator

    The above custom CSS should work.
    Can you pls check if there is any syntax error in custom CSS ? Because a single syntax error will affect the whole custom CSS.
    Also pls use the below custom CSS in themeoptions –

    #site-logo {
        position: relative;
        display: block;
        float: none !important;
        margin: 0 auto !important;
    }
    #site-logo a img {
        text-align: center;
        margin: 0 auto;
    }
    #header.sticky #site-logo {
        display: block !important;
    }
    

    If you still have any issue with custom CSS pls share a temp login to your site as a private reply so that we can take a look.

Viewing 13 posts - 1 through 13 (of 13 total)
  • The forum ‘Austin Theme Support’ is closed to new topics and replies.