Viewing 30 posts - 31 through 60 (of 62 total)
  • Author
    Posts
  • #725254

    it doesnt work.
    When i Click on http://zorbas.synology.me/wordpress/pakketilbud/ i can see both menus/tab menus.

    I want only to see http://imgur.com/a/ihyVZ

    just like here: http://www.zorbas.dk/pakketilbud-1

    thanks Nikko

    —————-

    aa i just checked and can see it is done only on http://zorbas.synology.me/wordpress/pakketilbud/pakketilbud-1/

    Maybe it will work when I do the redirect from http://zorbas.synology.me/wordpress/underholdning/ to http://zorbas.synology.me/wordpress/pakketilbud/pakketilbud-1/ ?

    • This reply was modified 7 years, 11 months ago by lech07.
    #725303

    Hi,

    Try to replace the code I gave in the previous post to:

    .page-id-3647 .sidebar_left #nav_menu-4,
    .page-id-3650 .sidebar_left #nav_menu-4 {
        display: none;
    }

    If you need to add more pages to hide the menu, you just need to add
    .page-id-XXXX .sidebar_left #nav_menu-4,
    where XXXX is the id of the page, just place it above:
    .page-id-3647 .sidebar_left #nav_menu-4,
    Hope this helps.

    Cheers!
    Nikko

    #727023

    Thanks alot, I changed it to this and it seems like it works:

    .page-id-3647 .sidebar_left #nav_menu-4{
    display: none;
    }
    .page-id-3650 .sidebar_left #nav_menu-4
    {
    display: none;
    }
    .page-id-3653 .sidebar_left #nav_menu-4{
    display: none;
    }
    .page-id-3656 .sidebar_left #nav_menu-4 {
    display: none;
    }

    • This reply was modified 7 years, 11 months ago by lech07.
    #727319

    Hey!

    Glad we could help :)

    Regards,
    Nikko

    #757328

    hej Nikko,

    I want to do the same changes in http://zorbas.synology.me/zorbas.dk/pakketilbud/
    I have tried with same method like:
    }

    .page-id-3647 .sidebar_left #nav_menu-4 {
    display: none;
    }

    and changed ofcourse the page id and nav_menu-2, but it doesnt work for me.
    How can i change the quick css so that it works with http://zorbas.synology.me/zorbas.dk ?

    the quick css from the old site is:
    #top .flag-dansk {
    background: url(‘http://zorbas.synology.me/wordpress/wp-content/uploads/2016/12/dansk-flag.png’) center center no-repeat !important;
    height: 18px;
    width: 50px;
    text-indent: -9999em;
    }

    #top .flag-svensk {
    background: url(‘//zorbas.synology.me/wordpress/wp-content/uploads/2016/12/svensk-flag.png’) center center no-repeat !important;
    height: 18px;
    width: 50px;
    text-indent: -9999em;
    }

    #top .flag-dansk a,
    #top .flag-svensk a {
    display: block;
    }

    .custom-tag {
    padding: 5px;
    background-color: rgba(0,0,0,0.5);
    }

    #top .widget_nav_menu {
    padding-top: 0;
    }

    .sidebar_left {
    -moz-box-shadow: inset -8px 0 20px -10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset -8px 0 20px -10px rgba(0, 0, 0, 0.2);
    box-shadow: inset -8px 0 20px -10px rgba(0, 0, 0, 0.2);
    }

    .sidebar_left .inner_sidebar {
    margin-right: 0 !important;
    }

    .sidebar_left .widget_nav_menu ul li a {
    border: 1px solid #e1e1e1;
    border-right: 0;
    border-left: 0;
    margin: 0 0 -1px;
    padding: 12px 16px !important;
    text-align: left;
    }

    .sidebar_left .widget_nav_menu ul li:first-child a {
    border-top: 0;
    }

    .page-id-3665 #element_avia_17_1 {
    width: 100%;
    margin-left: 0;
    }

    .av-catalogue-content {
    padding-right: 0px;
    }
    .avia-testimonial-image {
    float: none;
    margin: 0 auto 0px auto;
    }
    .avia-testimonial-meta {
    margin-left: 0;
    text-align: center;
    }

    .lch-progrees-bar {
    padding-right: 0px;
    margin-right: -0px;
    }

    .page-id-3647 .sidebar_left #nav_menu-4 {
    display: none;
    }

    .page-id-3650 .sidebar_left #nav_menu-4 {
    display: none;
    }

    .page-id-3653 .sidebar_left #nav_menu-4 {
    display: none;
    }

    .page-id-3656 .sidebar_left #nav_menu-4 {
    display: none;
    }

    /*
    @media only screen and (max-width: 767px) {
    .responsive .avia-grid-testimonials .avia-testimonial-meta {
    margin-left: 130px;
    }}*/

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .lch-progress-bar {
    padding-right: 0px;
    margin-right: 50px;
    }
    }

    @media only screen and (min-width: 768px) {
    .home #av_section_2 .entry-content-wrapper {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    }

    .home #av_section_2 .entry-content-wrapper .iconbox,
    .home #av_section_2 .entry-content-wrapper .iconbox_content {
    height: 100%;
    }

    .home #av_section_2 .entry-content-wrapper .iconbox_content {
    padding-bottom: 0;
    }
    }

    .home #av_section_2 .entry-content-wrapper .iconbox_content {
    padding-bottom: 30px!important;
    }

    .home #av_section_2 .entry-content-wrapper .iconbox_content .avia-button-center {
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
    width:90%;
    }

    @media only screen and (max-width: 767px) {
    .av-catalogue-price {
    font-size: 14px;
    position: relative;
    }
    .av-catalogue-title {
    font-size: 14px;
    line-height: 1.5em;
    }

    .avia_textblock {
    line-height: 37px;
    }

    h1 {
    line-height: 60px;
    }

    .fb-page.fb_iframe_widget,
    .fb-page.fb_iframe_widget span {
    position: static !important;
    width: 100% !important;
    }

    .av-catalogue-content p:last-child {
    font-size: 11px;
    }

    .av-catalogue-image {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    }

    .responsive .tabcontainer .tab_content {
    padding: 0 5px;
    }

    .av-catalogue-content p {
    font-size: 10px !important;
    }

    .progressbar-title {
    font-size: 11px;
    }

    .avia_message_box_content {
    margin-left: -8px;
    margin-right: -8px;
    }
    }

    #760350

    Hi,

    Sorry for the late response and missing the thread. I checked the page and it seems you have already removed the sidebar, can you post another page with same issue?

    Best regards,
    Nikko

    #760578

    No problem.
    Yes I have fixed it and seems to be ok.
    There is no page with the issue anymore.

    As i remember i removed the extra menu/pages from:

    http://zorbas.synology.me/zorbas.dk/pakketilbud-1
    http://zorbas.synology.me/zorbas.dk/pakketilbud-2
    http://zorbas.synology.me/zorbas.dk/pakketilbud-3

    #761423

    Hi,

    Seems like everything is already fixed :)

    Best regards,
    Nikko

    #763858

    Yes :)

    I am trying now to add the icons to the left menu bar.

    I tried with: <span class=”av-icon-char” style=”font-size:15px;line-height:20px;” aria-hidden=”true” data-av_icon=”uf10a” data-av_iconfont=”Flaticon”></span> Græsk dans

    in the menu but the icon doesn´t appear.
    It´s the nav bar on the left: http://zorbas.synology.me/zorbas.dk/underholdning/

    • This reply was modified 7 years, 8 months ago by lech07.
    #765780

    how can i add it correctly?

    #765925

    Hi,

    Sorry for the late response, try change the Flaticon to flaticon, so this:

    <span class="av-icon-char" style="font-size:15px;line-height:20px;" aria-hidden="true" data-av_icon="uf10a" data-av_iconfont="Flaticon">

    should be this:

    <span class="av-icon-char" style="font-size:15px;line-height:20px;" aria-hidden="true" data-av_icon="uf10a" data-av_iconfont="flaticon">

    Hope this helps :)

    Best regards,
    Nikko

    #767037

    didn´t work.

    I used:
    <span class=”av-icon-char” style=”font-size:15px;line-height:20px;” aria-hidden=”true” data-av_icon=”uf10a” data-av_iconfont=”flaticon”> Græsk dans

    At first when changing Flaticon to flaticon it worked but after it disappeared.

    #767166

    Hi,

    That’s weird, can you tell us what are the changes made before it’s not working? like plugin update or anything? can you try to deactivate all plugins to make sure that it’s not caused by any plugin.

    Best regards,
    Nikko

    #767246

    it wasn´t working before as the code was from the old wordpress installation.
    So I didn´t do any change as such.

    There is no plugins and this is new wordpress installation. I really hope there is no bug or anything.

    • This reply was modified 7 years, 7 months ago by lech07.
    #767320

    Hi,

    Can you give us temporary admin access again? so we can check the backend as well as ftp access?

    Best regards,
    Nikko

    #767461

    you also need access to FTP or it´s enough with WP access?

    #768552

    Hi,

    Thanks for the access, I don’t think ftp access is needed anymore. I have changed data-av_icon value by copying and pasting the value from web inspector and it does work.

    Best regards,
    Nikko

    #773592

    thanks for the correction/change.
    I can see there is an issue though when i click on one of the buttons in left nav. when i click it is not highligting or showing grey like before.

    Below you can see that i clicked on græsk musik and it is showing the greycolor wrong.

    View post on imgur.com

    if you click on “pakketilbud-1” you will see it is correct.

    #775314

    Hi,

    The login doesn’t seem to work anymore, can you give us access to it again?

    Best regards,
    Nikko

    #775377

    yes. see below.

    #776359

    Hi,

    I have adjusted the css, it seems the 1st and 3rd sidebar menu link points to the current page, that’s why with the new code I added, it shows 2 links in green:

    .sidebar_left .widget_nav_menu ul li.current-menu-item a {
        color: #719430;
    }

    Cheers!
    Nikko

    #780163

    yes of course, I wasnt aware of that. thanks! :)

    #800886

    Hi Nikko,

    Hope you doing good.

    As the old website had some issues i did a new wordpress isntallation also for the swedish site.
    I have some of the same issues.

    on the left sidebar the faticon are not appearing:
    In the first menu i am using:
    <span class=”av-icon-char” style=”font-size:15px;line-height:20px;” aria-hidden=”true” data-av_icon=”” data-av_iconfont=”Flaticon”></span> Grekisk dans

    in the second:
    <span class=”av-icon-char” style=”font-size:15px;line-height:20px;” aria-hidden=”true” data-av_icon=”” data-av_iconfont=”Flaticon”></span> Grekisk musik

    ind the third:
    <span class=”av-icon-char” style=”font-size:15px;line-height:20px;” aria-hidden=”true” data-av_icon=”” data-av_iconfont=”fontello”></span> paketerbjudande

    it´s a clean copy of: http://zorbas.synology.me/wordpress2/underhaallning/ so I dont understand why it´s not working,

    View post on imgur.com

    #801020

    Hi,

    Yes, I’m doing great, thank you :) I have checked your site with the link you posted and the sidebar looks awesome on my end, here is the screenshot: http://imgur.com/a/jrST5

    Best regards,
    Nikko

    #801159

    Sounds great.

    No, the new wordpress site is: http://zorbas.synology.me/zorbas.se/underhallning/

    So I am trying to copy everything from http://zorbas.synology.me/wordpress2 to http://zorbas.synology.me/zorbas.se

    #801358

    Hi,

    Can you try adding this css code in Quick CSS:

    #top .avia-font-Flaticon, body .avia-font-Flaticon, 
    html body [data-av_iconfont='Flaticon']:before {
        font-family: 'Flaticon';
    }

    Hope this helps :)

    Best regards,
    Nikko

    #801545

    looks like it removed the flaticon,.
    I also tried to change from big F to a small like you wrote some months ago. but this didn´t work either.

    im trying in general to make it like a clone/identical as zorbas.synology.me/zorbas.dk

    • This reply was modified 7 years, 5 months ago by lech07.
    #801676

    Hi,

    Hmmm, can you also give the admin access of the site that was working? I tried to use to login details you gave before but doesn’t work anymore, just want to compare them both and try to figure out why the new one isn’t working.

    Best regards,
    Nikko

    #801694

    see below

    • This reply was modified 7 years, 5 months ago by lech07.
    #802048

    Hi,

    Thanks. I have copied the label from the site that was good, just changed some text and it’s showing properly :)

    Best regards,
    Nikko

Viewing 30 posts - 31 through 60 (of 62 total)
  • You must be logged in to reply to this topic.