Forum Replies Created
-
AuthorPosts
-
I understand how to add links to captions — could do that.
But that would mean clicking the image itself would do nothing.Should I be using and tweaking ANOTHER ALB element instead?
Startled to find link wasn’t available o n the full-width slider element.
Got another suggested element to achieve same purpose?
Thanks for link…I can see why you thought it was useful.
May 8, 2020 at 1:40 am in reply to: Layerslider Update Required to download Free Sliders from Kreatura Template Stor #1210859Aha! Mode Slider is the first slider listed in the Template Store free collection.
IT still gives me the — you need updated version of plugin bit — but the Autumn Leave (which I tried before I wrote prior message) is apparently more vitage and does NOT need the updating of the plugin.Just an FYI!
May 8, 2020 at 1:37 am in reply to: Layerslider Update Required to download Free Sliders from Kreatura Template Stor #1210857Well, Nikko, I apologize profusely. I also was able to import Free ones…which I had TRIED to do earlier and it gave me the need to update message.
Maybe a cache issue — it works fine now.
Truly sorry to bother you! But…VERY happy it’s working!
So now…do you get to go home early :}May 8, 2020 at 12:05 am in reply to: Layerslider Update Required to download Free Sliders from Kreatura Template Stor #1210839I understand that — so I have to wait to get the demo templates of Kreatura until you update again????
Do you have zips of the demo sliders that I might download. That’s all I’m missing. Please, please?Thanks…when do you expect the next theme update that will update Layerslider?
If I understand correctly, you’re saying there is NOT a GRID that includes rows…there are individual rows, period.
And…you obtain those individual rows by adding another element of the gridrow (or cloning an already existing gridrow).
That’s why you can’t have background for entire GRID, just ROW, right?
Say I have 3 cells in a row. I want to add another row to same grid.
So…then I would have TWO rows.
I can’t figure out in alb how to add that second row.
Could you show screenshot of where I add a row?
I can see how to add a cell or resize a cell.
But…where to add a row?Ignore any other questions. This is my main concern.
Thank you!
OOPS!
And, if you have two rows…both with ce;;s 1/2 – 1/4 – 1/4 — is there a way to merge the two 1/2 cells.i.e., can I have two row gridrow element with the first half one single TALL row?
(i.e., the half would actually be 2-rows tall?)
Quick — do I use clone? This clones row, not the entire element?
If that’s true, I don’t necessarily need screen shot, just affirmative!Sorry, that got messed up!
I have listened to the official YouTube video on Grid Row and understood it, but don’t understand how to add second (or third) row to the grid row element.
Could you give me some screen shots for where to click and go?
Usually ALB is intuitive, but this one I’m lost on.
Sure it’s simple and obvious…just not to me.
Thanks for your help.Thanks Mike! Was a bit puzzzled about the images!
Thank you, Rikard! That will be my next project. Very much appreciate you pointing me in the right direction.
Once again, I didn’t get your reply in my (correct) email. I only found out you replied because I happened to drop by Enfold support.
The checkbox at the bottom of the page is checked, but email didn’t arrive.
Any suggestions?Perhaps you could tell me where to look for the css I am unable to spot in Mozilla.
I have already used a special style sheet to simply alter colors with some of the selectors.
But the color of the icons, like edit, etc. are barely visible, colorwise. They’re nice design-wise, but are a VERY pale gray, not a dark gray.
I am not asking for redesign.
Could you just tell me where YOU would look if you were THINKING about changing the text color or the icon color.
I’m talking about colors while editing the page in ALB, particularly.Could you give me a file name?
BTW, you answered my question.
But I just double-checked and I got no notification of follow-up replies in my email.
I also double-checked. You have my correct email address on file.Thanks for any direction you can give me on the color question.
Perfection, Guenni007!
Thanks so much for lending your expertise…saved oodles of frustration.
Have a great New Year’s!December 12, 2018 at 5:17 pm in reply to: Blank template with 3 columns – want no responsive behavior. #1044412Thank you, I’ll check those out! Feel free to close this now.
Please close it.
Thank you.
Very tactful!
I wanted to create a chunk of code I could literally just drop in for login stuff.
I, of course, can copy the full image url…but that makes it NOT drop-inable.
Knowing how clever Enfold is, I hoped for a function or a global variable that might store the chosen Logo image.
But there isn’t?
February 8, 2016 at 7:39 pm in reply to: Color Bar AND Sidebar – but Keep "Horizontal Panel" coloring with ALB #579853Sorry, got sidetracked.
Page currently same as it was. Now, I need to ask some questions before I attack it!
Assessment:
1. If I use Color Block, I can place items inside that Color Block, set a background image — and I will get all the items within it against a “stripe” of background. I.E., I get a horizontal area all with the same continuous image background that is full-width on the page.
However, I don’t get a sidebar.2. I want to create a “background stripe” with various items on it — WITH a sidebar.
3. I cannot use Grid Row, either — it’s full width (thought of this as way to get a “background stripe” effect, too.
4. If I use standard Layout Elements like 1/2, 1/3, etc. I can color the Text Blocks with a “background” — but not necessarily the space BETWEEN the Text Blocks — which I want — to create that continuous “background stripe effect.”
ALSO… adding background to individual elements (and space BETWEEN them) MIGHT only work well with colors, not images as a more “continuous” background.Can you give me a clue what approach I should take to show you a page to play with?
You have my reasoning above, but there is no clear “winner” I can see. Any ideas on how to use the ALB to achieve this effect?
Thanks!
January 21, 2016 at 1:05 am in reply to: Color Bar AND Sidebar – but Keep "Horizontal Panel" coloring with ALB #569020Will try to show you on a sample page…give me a little while.
Thanks, Vinay!
Thank you, thank you, thank you!
Just that one “hint” gave me (I think) the answer.
I REALLY think I tried with Span before, but maybe used Div?
In any case, here’s what I did for anyone who needs this one line above the other capability for the wonderful av_button.
I wanted top title in button bigger and bottom title (sub-title) smaller.
The av_button_label has the dual span that makes this work — once you add the CSS at the bottom.Here is the Debug code for the av_button:
[av_button label='<span class="first-button-title">YES</span><span class="second-button-title">Send me the eBook</span>' link='manually,http://' link_target='' size='x-large' position='center' icon_select='no' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff' custom_class='']
Here is the CSS put in Code Block at bottom of page:
<style> .first-button-title{font-size:2.5rem!important;display:table;margin:auto;color:red!important;padding-bottom:1rem!important;} .second-button-title{font-size:2rem!important;color:yellow!important;} </style>
Not sure if that’s the way I put HTML and CSS in this Enfold post, but it may help someone…just as you did me, Elliott.
Thanks!
Know the colors are atrocious, but wanted to see what worked.
If you have any suggestions about better way, please let me know!
Sorry about that, Rikard! You guys can do MANY wonderful things…but maybe mind-reading is not one of them?
Site is trackitanywhere.com. Home page is the one I’m working on.
The buttons are the Buy and Try Before you Buy at the bottom of the slider (which is at very top of the page.)
Thanks for checking it out.
Hey, Andy, thanks. Think you’ll find the link is up and at em now. Apparently host having probs with Linux server. Says is solved.
Could you take a quick look (again, sorry).
If I have confused you with my question, I’ll try and restate.
Looking at Responsive Design View in Mozilla, I see oddity at about 768 width.
At 768, I have “in effect” 3 columns…an image, a content block, and a sidebar. This isn’t REALLY 3 columns, it just LOOKS like that.
Smaller displays shove the right sidebar to the bottom.
This 768 width makes the sidebar stay to the right — but it’s like only one word wide!
I was wondering if I could FORCE the sidebar to the bottom somehow. Or if you have another suggestion that might work for me?
Thanks for taking another shot at this.
BTW…SORRY…I put in an extra http in the URL! No wonder you weren’t arriving!
The link should be
http://trackitanywhere.com/blog/Frankly, now that I look more carefully at the post, I’m confused as to HOW to separate out the parts.
The question (perhaps confusingly) is asking about a blog with a sidebar. It is about how the blog interacts with the sidebar.
Do you want each of my numerals, which were put in there to hopefully make this description clearer, in separate tickets?
Let me know and I’ll pull out the parts.
Thanks for ALL your wonderful help.
Sorry about the link.
I will separate out the questions, Andy…just thought would be easier to answer them since all are on the same page.
Sorry again.
Thanks for your reply.
Thanks, Josue.
Think I’ll pursue making a separate page with just the tiny amount of code I need to duplicate. Probably better for SEO purposes, too!
(And the ALB makes that an easy process.)I have tried to do the navigate to another page’s anchor before…and it DOES navigate…but arrives at spot for anchor and then scrolls down (?) — acting as if the anchor is ABOVE where I put it.
Next time I have a plain vanilla system, I shall have to play with it.
Took your advice and I turned off all the plugins I could feasibly turn off and just couldn’t get it to work.
Probably one quirky thing somewhere…not worth my time….certainly not worth yours!
Thanks again for answering.
Okay, I’ll try! You’re saying with Enfold this activity DOES work for others — moving from one page to color block anchor on another?
October 15, 2015 at 7:26 pm in reply to: Two columns (single WooCommerce product on left) – Make meet in the middle #519505You speed demon you! Exactly what I needed. Thanks.
September 25, 2015 at 4:14 pm in reply to: Remove Thin Vertical lines between MegaMenu columns #509124Thank you, Ismael — worked perfectly…it goes into my “library” of Kriesi magical fixes! NOT that Enfold needs fixing…but the fact that it can so be tweaked so marvelously is a treat!
September 24, 2015 at 7:41 pm in reply to: Remove Thin Vertical lines between MegaMenu columns #508672Thank you, Ismael.
It works perfectly for ALL the thin gray vertical hairline lines between the columns on mega menu.
Using it, I tried to figure out the CSS to JUST remove the last two hairline lines that are on empty columns.
However, I have failed.If you have a moment, would you take a look and see what that CSS might be?
Thank you for the “ALL” answer. If I can’t do specific hairlines, it is still great answer!
Cool. I’ll give it a shot.
I had read “You can still use only one UberMenu per page. You can still make as many UberMenus as you want as long as they exist on different pages. So, you could have a variety of UberMenus appearing on a variety of pages … but you still can’t have 2 UberMenus on 1 page – there isn’t any plugin that will change that.”
So…guess with the Enfold TOP Mega Menu, it WOULD only be ONE UberMenu MegaMenu.
I shall try it out.
Thanks very much for your insight…and for taking the time for your “one picture is worth a thousand words” example!
-
AuthorPosts