Forum Replies Created
-
AuthorPosts
-
just an FYI that the latest release still doesn’t fix the problem with video bg….
any updates?
This reply has been marked as private.how do I remove the default vertical-align: middle?
I guess you missed the part asking about assigning something to parent pages that can be used in CSS so that all subordinate pages get the same treatment. The idea here is to NOT HAVE TO WRITE A NEW LINE OF CODE EACH TIME A NEW CHILD PAGE IS CREATED.
Taking my example further –
What I would like to do is assign something like a category to 3 parent pages: FLORIDA, KENTUCKY and TEXAS. Let’s say that the ID #s go like this:
FLORIDA – 110
KENTUCKY – 210
TEXAS – 310.Then let’s say that parent page Florida has 3 sub-pages like this (uses actual page IDs):
FLORIDA (page id 14)
– Dino Gem Excavation (page id 153)
– Fossil Dig (page id 156)
– Location & Contact (page id 174)Is there a way to make the following CSS apply to page id 110 AND ALL OF ITS SUBORDINATE / CHILD PAGES without having to write any new CSS?
.page-id-14 #header-button-ky, .page-id-14 #header-button-tx { display: none;
The point here is to write the selective CSS once for each of the 3 parent pages, that way new sub pages can be added later without updating or writing new CSS.
As a reminder, the URL: http://mindsparklabz.com/dev/dinosaur/florida/
what is a ‘-VE-‘ top margin?
April 30, 2016 at 8:08 pm in reply to: Transparent header display for both full screen and mobile #625116oops…. here’s the URL: http://mindsparklabz.com/dev/onswann
Follow up:
heres the URL: http://mindsparklabz.com/dev/ms/business-web-marketing
also – the following script I got from a previous question about making the content within a color box top aligned instead of middle aligned isn’t working…. can you take a look at that as well?
I’ve tried the following:
CSS in child theme:
#main { vertical-align: top !important; }
main { vertical-align: top !important; }and via Code Block in the ALB right in the page itself:
<style type = “text/css”>
main { vertical-align: top !important; }
</style>thanks!
February 19, 2016 at 3:41 pm in reply to: Suggestions for creating a horizontal timeline or process? #586129Hi Vinny,
here is an example – http://snag.gy/cQAXs.jpg
I am open to plugins, do you know of any that work well with Enfold?
Hi Vinnie – thanks for the reply! Got it.
February 16, 2016 at 5:42 pm in reply to: Woocommerce Product Links in Advanced Layout Editor #584298that works perfectly! thanks so much!
February 13, 2016 at 11:03 pm in reply to: Woocommerce Product Links in Advanced Layout Editor #582789just resent the site access info…
February 11, 2016 at 6:35 pm in reply to: Woocommerce Product Links in Advanced Layout Editor #581813I have PM’d you the site access info
February 9, 2016 at 3:45 pm in reply to: Woocommerce Product Links in Advanced Layout Editor #580426Hi Ismael – thanks for the reply….
this isn’t what I am asking.
When using the Product List from within the Advanced Layout Editor, products are displayed. The module provides many options, including the options when the product itself is clicked.
What I am asking about is removing the ‘clickable action’ associated with each item when clicked. I have included a couple of screenshots below to better demonstrate:
http://snag.gy/F2P0z.jpg
http://snag.gy/7BuCx.jpgthanks
I figured it out!
Please mark this topic as resolved!
thanks,
sent login info as private reply.
thanks
Elliott –
I meant – is it possible to eliminate the styles that are pre-loaded in the parent theme when I am using my own style.css? Just wondering if that would reduce the # of different stylesheets and maybe make the the overall theme installation ‘lighter’ than when leaving everything these it comes?For example, you have about 18 preset color schemes. But if my site is only using a variation of the Splash Red option, I don’t need the code associated with any of the other colors – right? Or maybe you guys thought of that and somehow the styles for each of the different colors isn’t generated unless we choose that option?
My bottom line was just to think through how to remove styles from the package that aren’t in use because I have my own stylesheet.
Is that more clear?
thanks!
January 23, 2016 at 9:39 pm in reply to: Font Awesome vanishes when using advanced layout builder #570617PROBLEM SOLVED
I grabbed the FA icons needed from Entypo and downloaded / uploaded into the theme admin panel – don’t know why I didn’t realize that was an option at Entypo. Now the icons show up in the page layout editor and they stay in place just fine.
Please mark this issue as resolved.
thanks!
January 22, 2016 at 6:30 am in reply to: Default position of page elements within a colorbox set to 100% screen size #569775thanks Elliott!
now that I see how easy that is, I assume I can also add a page-id specific entry in my style.css to avoid inline styles?!?thanks again. you guys rock!
I actually figured it out on my own!
Here is how I did it:
‘.inner-container {
background-color: #111;
}.header_bg {
background: -moz-linear-gradient(0deg, #fff 20%, #111 50%, #111);
z-index:0 !important;
background: -webkit-linear-gradient(0deg, #fff 20%, #111 50%, #111);
}’thanks for the reply!
thanks!
November 11, 2015 at 1:23 am in reply to: Page background transparent on some pages but not all #533805awesome. thanks!
November 3, 2015 at 6:17 pm in reply to: Page background transparent on some pages but not all #529541one quick followup…..
when using the menu style – logo left, menu below, I also plan to use the extra phone number space at the top right….
I need to have the #header_meta area background appear transparent…. it seems the specific header and menu combo I have chosen makes this a bit trickier then expected. you can see what I am trying to here:
thanks!
here is an example of what I am trying to describe: http://mindsparkconsulting.com/wp-content/uploads/2015/09/example.jpg
thanks
Ohhh. I didn’t realize I could place the code for Google Tags there too,,,,
thanks.
looks like this corrected itself after I updated to the latest theme version. thanks!
just found your thread here: https://kriesi.at/support/topic/how-do-i-remove-the-line-on-menu/
thanks!
-
AuthorPosts