Home Forums Pro Themes Magazine Plus Pro Re-positioning of left sidebar using three column layout and left/right sidebar

Viewing 15 posts - 31 through 45 (of 66 total)
  • Author
    Posts
  • #103104
    wensolutions
    Keymaster

    Hello @kknp,

    The theme is developed in such a way where it by displays the default pages in absence of the primary menu

    Also, when we inspected your site URL, there is no menu item in the primary menu section so hope everything is working fine.

    Let us know if you have any issues further.

    Thank you.

    #103148
    Klas Kallin
    Participant

    Dear Sirs,

    Back again with two questions (Magazine Pro Plus):

    1) Is it possible to show two or more different (custom created) menus in the Primary Menu position, one after the other horizontally?

    2) If the answer is yes, can it be done so that only a NOT-LINKED TITLE of the respective menu is shown in the Primary menu position whereby only the menu items are linked to pages?

    Your advice will be greatly appreciated/Klas

    #103179
    Klas Kallin
    Participant

    Dear Sirs,
    Please find below your reply #102069:

    “For this add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.
    #sidebar-secondary .custom-html-widget table {
    width: 100% !important;
    }

    #sidebar-primary .custom-html-widget table {
    width: 100% !important;
    }”

    Your solution worked fine, but now I have changed the widgets in the sidebar from custom-html-widget table to “custom-text-widget” and now the above CSS code DOES NOT WORK anymore.

    My site: http://www.wpeken.vardagshjalp.se

    Please advice how I should change to code – thank you/Klas

    #103261
    wensolutions
    Keymaster

    Hello

    Please refer to the given link to the given link for the assistance to create your custom menu and assigning the menu location : https://themepalace.com/instructions/themes/magazine-power-pro/#doc-how-to-manage-menus-22

    To make the custom created menu with no assigned link, you need to leave the link field empty.

    Hope this helps

    Feel free to reach us for any further query/confusion.

    Regards!

    #103262
    wensolutions
    Keymaster

    Hello

    Please replace the above CSS with the below given CSS :

    #sidebar-secondary .custom-text-widget {
    width: 100% !important;
    }
    
    #sidebar-primary .custom-text-widget {
    width: 100% !important;
    }

    Hope this helps

    Feel free to reach us for any further query/confusion.

    Regards!

    #103264
    Klas Kallin
    Participant

    Hi,

    Thank you very much for your reply, BUT NOTHING HAPPENS!

    Here is the content of the SECONDARY SIDEBAR (and its about the same in the PRIMARY SIDEBAR):

    <p style=”color: blue;”>För boende</p>

    • Brandskyddsregler
    • Ordningsregler
    • Garage/Parkering
    • Parkeringsregler
    • Trädgårdsgruppen
    • Tvättstugeregler
    • Grannsamverkan
    • Sopsortering
    • Fönsterskötsel
    • Bildarkivet
    • Facebook-gruppen
    • Internet/DigTV/IP-Tel
    • Balkonginglasning

    Is it possible that the inline CSS-coding in the title-line prevent your solution from working, or is it something else? As earlier mentioned, the problem started when I changed from custom-html-widget table to custom-text-widget in the sidebars.

    Thank you in advance for your help/Klas

    #103320
    Klas Kallin
    Participant

    Hi again,

    I do understand you are very bussy but still, here is a reminder of that your code given in reply #103262 above DOES NOT WORK.

    I have removed the inline CSS-coding mentioned above in reply #103264, but it does not make any difference – your given code still does not work.

    Is it maybe a type error in your code?

    Please advice, thank you very much in advance/Klas

    #103326
    wensolutions
    Keymaster

    Hello

    Actually we are now quite confused with your requirement.

    Can you please explain what are you willing to change in the sidebars so that we can further inspect for the changes in your site ?

    Also, Have you made any changes in the core theme file html structure and naming convictions ?

    Regards!

    #103331
    Klas Kallin
    Participant

    Hi,
    I have not made any changes in the core theme html structure or naming conventions.
    I thought it was quite clear by now what I want: I want the Secondary sidebar (the lefthand sidebar) to be placed at the same distance from the content area as the Primary sidebar (the righthand sidebar) is.
    If your last given code had worked, everything would have been exactly as I want it. As long as my sidebars contained HTML your NEXT LAST code worked perfectly and everything was then exactly as I wanted it.
    The “problem” started when I changed the content of the two sidebars from HTML to text.
    Kind regards/Klas

    #103332
    wensolutions
    Keymaster

    Hello

    We would like to apologize for the misunderstandings.

    Please add the below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS

    #sidebar-secondary ul {
        float: right;
        padding-right: 15px
    }

    Hope this helps.

    If the issue still persists, kindly write back to us.

    Regards!

    #103380
    Klas Kallin
    Participant

    Hi,

    Super fantastic! Thank you.
    Kind regards/Klas

    #103382
    wensolutions
    Keymaster

    Hello

    Glad that we could help you.

    Feel free to reach us for any further query/confusion.

    Regards!

    #103553
    Klas Kallin
    Participant

    Hi again,

    Could you please provide an extra css code for adjusting the font size (say, for instance, to 10px) of the page/post titles, please?

    And also, a code to center the titles and to make them italic (em)?

    Thank you very much in advance.

    Kind regards/Klas

    #103554
    wensolutions
    Keymaster

    Hello @

    Please add below-given CSS for this.

    .page h1.entry-title {
        font-size: 14px;
    }
    
    .single h1.entry-title {
        font-size: 14px;
    }

    Hope this helps.

    Thank you.

    #103557
    Klas Kallin
    Participant

    Hi,
    Thank you vey much, it helped just fine.
    Kind regards/Klas

Viewing 15 posts - 31 through 45 (of 66 total)
  • You must be logged in to reply to this topic.