andi0tx
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Suki] settings customizerYeah, I understand, that’s what I meant: Using !important is not really the best way to write css…
The thought of adding the inline css into the child theme and reseting the customizer was for performance reasons…do you think it would increase performance?
By the way, I just noticed that changing h3 line height in the customizer does not get applied (I checked the h3 in the blog grid title) and it’s still the default 1.5 em. Also, when you change header, footer or content padding to em instead of px, and then later you come back to the customizer, the values arestill correct, but instead of em it displays px.
Forum: Themes and Templates
In reply to: [Suki] settings customizerYeah, and that’s definetely NOT how it should be…
So would you currently suggest copying the inline styles from page source and moving them into the child theme’s css instead? It’s around 1200 lines…
Forum: Themes and Templates
In reply to: [Suki] settings customizerHello,
thank you for your reply. It would be great if you could include the settings in an external file, I know several themes which do this by default.Regarding the child theme: I am using the child theme you are providing, but still, additional css does not get applied when you already hace settings in the customizer. For example: I set my h1-page title styles in the customizer. Now I want to specifically target my h1 above 1600px, so I use a media query but it does not get applied becuase the h1- inline styles from the customizer settings are used.
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] Cell alignmentThank you soooo much!!!
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] Cell alignmentMy problem is that if I set the cell background to be a certain color but I need the ceel to be the same height as the image AND the text in the cell should be centered horizontally and vertically – how do I achieve this? If I set the cell layout to centered, the text is centered but the cell is not the same height as the image any longer. For this, I would need to set the row to “stretch” and give the row the background color, as you advised before…but then I would not have a space between the cells…
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] Cell alignmentHi,
thank you, This worked somewhat.
Now I also have another page though where I need to have space between the cells,
like in my screenshot here.
There are two rows, and each row has an image and the text beside it in a seperate cell, The text and headline should have a background color and be centered horizontally and vertically as well…is this possible? I could not get it to work since I can’t set the ackground color for the row in this case. Thanks!Forum: Plugins
In reply to: [Page Builder by SiteOrigin] Cell alignmentHi,
thanks, but unfortunately I need a background color for the paragraph cell ??
And my site is on local host. See another screenshot how I would like it:
screenshotForum: Plugins
In reply to: [Page Builder by SiteOrigin] Cell alignmentHi there,
thanks, I knew about the “stretch” option and had already applied this. But I need to center align the paragraph, that’s my issue! See here:The black cell is the image and the text in the second cell needs to be centered, vertically as well as horizontally.
Forum: Themes and Templates
In reply to: [Ascend] ColumnsThanks!
Forum: Themes and Templates
In reply to: [Ascend] ColumnsHi Kevin,
1. no, the shortcode I guess won’t work since it only accepts the regular Bootstrap columns 1-12. So I guess I will have to write my own classes. I never use the vidual editor, just the plain text editor and I would use divs for the columns. I have not found a 60% column div though, so I guess I would need to write that myself.
2. Yeah, I know how to change the color, but it’s a suggestion for a future update that the sidebar link color would just default to the body color or something and not be set to #555 by default.
Forum: Themes and Templates
In reply to: [Ascend] Columns1. I don’t want to use a Page Builder, they add a lot of bloat. By setting up my own classe I just mean I guess I have to use something like
<div class="row"> <div class="my-column"></div> </div>
and then styling it to have the width I want.
2. My site is on localhost, but what I mean is that the theme css is always adding the sidebar link color to be #555 (see /kad-framework/ascend/general.less line 15).
Forum: Themes and Templates
In reply to: [Ascend] ColumnsHi Kevin!
1. Actually, I found a class the theme is already using ?? : col-md-25
That is 20%. Is there by chance one for 60% so that I can do 20%, 60%, 20% in one row? Otherwise I guess I will need to set up my own classes.2. Sorry, the sidebar colors for links is #555, not #333, but this is regardless of what colors are set in the theme settings. YOu can choose whatever for body, h-tags etc, and the sidebar links are always #555 . See my screenshot.
Forum: Plugins
In reply to: [Cache Enabler] Advanced configurationOkay thanks!
Forum: Plugins
In reply to: [WooCommerce] Shipping cost don’t show in cartI had posted about this topic when the beta version was available a few weeks ago and Claudio actually opened an issue on git: https://github.com/woocommerce/woocommerce/issues/21360
For some reason this bug was not fixed with the “real” update, I have tried several themes and the shipping costs are never displayed, regardless of whether you have the calculator enabled or not.
Forum: Themes and Templates
In reply to: [Ascend] Help with header on the sideI see. I have to think about it, thank you!