Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #377393

    HI, I have 4 questions

    1. why when I make the page to parent page, the sidebar will have a title of the parent page?, How I can hide it? (how to show Photo)?

    2. I use your code which search on here,
    [av_toggle_container initial='0' mode='accordion' sort='']
    [av_toggle title='For Machiney' tags='']
    [av_sidebar widget_area='For Machinery']
    [/av_toggle]
    [/av_toggle_container]

    When I use it, it’s failed when copy three of above codes, to onw 3 items, but when I choose 2 item page, it’s failed to keep to show the item bar open on Item 2 page. How I can do with it? If this problem can solve, please forget the above question 1.

    3. Why the social Icons is failed to show on some browser? but I see your social icons are work successful.(How to show Photo?
    4. Am I add the quick CSS as below, so the Social Icons is failed to show on some browser? can it be more short?
    .main_color .sidebar .current_page_item>a, .main_color .sidebar .current-menu-item>a {
    color: #af00af;
    }
    .main_color .sidebar a {
    color: #3535ff;
    }
    .togglecontainer .single_toggle:first-child .toggler, .togglecontainer .taglist + .single_toggle .toggler { border: 2px dotted #3535ff; border-radius: 10px!important; color: #3535ff; padding-right: 20px; font-weight:bold; background: #ccccff; }

    p.toggler:hover {
    background-color: #ffffff!important;
    color: #3535ff!important;
    }
    .toggle_icon .vert_icon, .toggle_icon .hor_icon, span.toggle_icon {
    border-color: #3535ff;
    }

    • This topic was modified 9 years, 9 months ago by pennylee525.
    #377811

    Hey Penny!

    1. + 2. Can you send us links to these exact pages so we can get a better idea of what’s going on?

    3. + 4. Try adding this to your .htaccess file.

    <FilesMatch ".(eot|ttf|otf|woff)">
    	Header set Access-Control-Allow-Origin "*"
    </FilesMatch>

    Cheers!
    Elliott

    #377924

    Thanks Elliott,

    1.2. I have solve the problem by search.

    Thanks for your suggestion. the Icon is working good now.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘siderbar, toggle and social icons’ is closed to new replies.