broasro
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Materialis] how to create link to a specific section of pagethanks. I only have one section on that page so decided to just rearrange the data. I will keep your tip in mind though.
Forum: Themes and Templates
In reply to: [Materialis] customizer question -alignmentthanks alot.
Forum: Themes and Templates
In reply to: [Materialis] customizer question -alignmentThey work well together. Thanks. I wish there was some documentation somewhere I could use instead of asking you all these questions. One more question please. On my homepage, I dont see any way in the customizer to add or remove the two top buttons which currently say “Coming Soon”. I can only edit those, not remove or add more (which is what I really want). Is there a way?
Forum: Themes and Templates
In reply to: [Materialis] customizer question -alignmentThanks. I’ll try.
Forum: Themes and Templates
In reply to: [Materialis] customizer question -alignmentThanks, this is helpful in that it moves the block of text over more to the left,
however , is there a way to do this and retain the current sidebar settings that I had there? some way to sort of merge these two settings?.sidebar {
height: 100%;
width: 15%;
position: absolute;
left: 0;
top: 10;
padding-top: 40px;
background-color: lightblue;
}Forum: Themes and Templates
In reply to: [Materialis] customizer question -alignmentor perhaps a simpler question would be, in the page below, “how to move this block more to the left, or to stretch it so it is wider”. Or. is there some other feature I can add to the page which is wider and will take up more of the page width?
Forum: Plugins
In reply to: [Materialis Companion] left sidebar is not all the way to the leftis there any documentation you can send me a link to? Stuff specific to Materialis and CSS customizations?
ThanksForum: Plugins
In reply to: [Materialis Companion] left sidebar is not all the way to the leftyou didnt say I needed to use both pieces together.
Also, to me its strange to be referencing the rather strange filename for the php file. But regardless, if I use your example above with both pieces, or if I truncate it like this –
.gridContainer { width:100%!important; max-width:unset!important; }
.col-xs-12.col-sm-4.col-md-3.page-sidebar-column { padding:0px!important; }It does work, but I dont see any way to reduce the width of it. If I change the 100% to 90%, it’s no longer left aligned. It shouldnt this hard.
Forum: Plugins
In reply to: [Materialis Companion] left sidebar is not all the way to the leftthat recent change made the column width smaller which is good, but it is no longer left aligned like it was before when I had this:
.gridContainer {
width:100%!important;
max-width:unset!important;
}Forum: Plugins
In reply to: [Materialis Companion] left sidebar is not all the way to the lefti tried again using your example and got it working somewhat .
eg..gridContainer {
width:100%!important;
max-width:unset!important;
}https://www.olaptrader.com/TEST/
Now, I have a question regarding how to change the width of the sidebar to be only as wide as the longest line. Also, how do I make it so that the sidebar only appears as the three line hamburger menu on a mobile device?
ThanksForum: Plugins
In reply to: [Materialis Companion] left sidebar is not all the way to the leftThanks, it should look like this
https://www.olaptrader.com/wp-content/uploads/2021/11/sidebar.pnglooking in the theme editor, I see this is the way it’s currently set:
<?php /* Template Name: Page With Left Sidebar */ materialis_get_header(); ?> <div class="page-content"> <div class="gridContainer"> <div class="row"> <div class="col-xs-12 col-sm-4 col-md-3 page-sidebar-column"> <?php materialis_get_sidebar('pages'); ?> </div> <div class="col-xs-12 col-sm-8 col-md-9"> <?php while (have_posts()) : the_post(); the_content(); endwhile; ?> </div> </div> </div> </div> <?php get_footer(); ?>
Maybe you can just tell me what to change there. It might be easier for me to change it there, rather in the CSS editor in the customizer.
Forum: Plugins
In reply to: [Materialis Companion] left sidebar is not all the way to the leftthanks for the tip but your sample doesnt seem to be formatted correctly.
I have tried using something like this below and the sidebar width can be changed, but I still cant change its position..sidebar { float: right; margin-left: -100%; max-width: 413px; position: relative; width: 29.4118%; }
Is there some way to correct your sample, or to guide me in how to modify my sample to force the sidebar to the far left?
ThanksForum: Themes and Templates
In reply to: [Materialis] how to hide section name in urlokay I guess I will try it but why is just that one section exhibiting this behavior?
Thank you. I have spun a new instance and got another static ip and then installed the materialis plugin again. I am redoing everything in order to refresh my memory. Things will be fine for now, unless I change the ip at some point in the future, in which case I will try your suggestion. And thanks for the custom video ??
- This reply was modified 3 years, 3 months ago by broasro.