Home › Forums › Pro Themes › Magazine Plus Pro › Re-positioning of left sidebar using three column layout and left/right sidebar
Tagged: change of font size in titles, Editing Front Page Widget Areadisable Front Page Bottom Widget Area, Re-positioning of sidebar
- This topic has 65 replies, 2 voices, and was last updated 5 years, 3 months ago by wensolutions.
-
AuthorPosts
-
August 1, 2019 at 11:55 pm #103104wensolutionsKeymaster
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.
August 2, 2019 at 2:50 pm #103148Klas KallinParticipantDear 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
August 3, 2019 at 12:35 am #103179Klas KallinParticipantDear 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
August 5, 2019 at 1:46 am #103261wensolutionsKeymasterHello
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!
August 5, 2019 at 1:49 am #103262wensolutionsKeymasterHello
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!
August 5, 2019 at 2:28 am #103264Klas KallinParticipantHi,
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
August 6, 2019 at 6:37 am #103320Klas KallinParticipantHi 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
August 6, 2019 at 7:20 am #103326wensolutionsKeymasterHello
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!
August 6, 2019 at 7:53 am #103331Klas KallinParticipantHi,
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/KlasAugust 6, 2019 at 8:10 am #103332wensolutionsKeymasterHello
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!
August 7, 2019 at 12:37 am #103380Klas KallinParticipantHi,
Super fantastic! Thank you.
Kind regards/KlasAugust 7, 2019 at 1:37 am #103382wensolutionsKeymasterHello
Glad that we could help you.
Feel free to reach us for any further query/confusion.
Regards!
August 9, 2019 at 1:46 am #103553Klas KallinParticipantHi 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
August 9, 2019 at 2:26 am #103554wensolutionsKeymasterHello @
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.
August 9, 2019 at 4:36 am #103557Klas KallinParticipantHi,
Thank you vey much, it helped just fine.
Kind regards/Klas -
AuthorPosts
- You must be logged in to reply to this topic.