Forum Replies Created
-
AuthorPosts
-
@ Ismael – Thank you. Question: where will the language switcher appear? I see you said “after the main menu” but will that be inline with the main menu or below it?
@ Guenni007 – Thank you. I agree with you re: once a user chooses a language, they don’t switch back and forth. Still, I’m being asked to go in this direction. Either way, I will present your idea.
OMG – I completely forgot that. Sorry and thank you!
Thank you but two issues:
1) The tags you added don’t match the tab tags (they should).
2) How will I carry over this fix to my production website?
March 3, 2024 at 10:05 pm in reply to: Table Stackin on Mobile, Easy Sider Arrows on Mobile, Accordion Sort Not Working #1436180This works great for the tables! Thank you.
Should I open separate threads for the other two issues?
OMG – that is so embarrassing! Thank you very much. I’m good and we can close this ticket.
Almost! I’ve lost the green header with the addition of the new CSS. Also, in order to make this work, too, I had to stick it in the middle of my old CSS.
/*Avia Table*/
#top .avia-table td, #top .avia-table tr, #top .avia-table th, #top .avia-table tr th:first-child, #top .avia-table tr td:first-child {border-color: #000;}#top .main_color .avia-data-table.avia_pricing_minimal td {color: #000; font-size: 15px;}
#top .main_color .avia-data-table.avia_pricing_minimal. th {
background-color: #70bf4f; color: white; text-align: left;
}/*Avia Table Not Accepted Custom CSS for Red Header*/
#top .main_color .avia-data-table.avia_pricing_minimal.not-accepted th {
background-color: #FF0000; color: white; text-align: left;
}table.avia_pricing_minimal td {
text-align: left !important;
}#top .fullsize .template-blog .post .entry-content-wrapper {
text-align: left;
}Am I allowed a second and related question?
If I want to make the header (th) of the second table a different color like red, how would I modify the CSS? I currently have the CSS below to color the headers the same green #70bf4f.
I added a custom class: not-accepted to the second table. Where do I add the custom class “.not-accepted” to the CSS below?
The reason for this is because the tables work best in mobile if they are separate. Otherwise both headers stack first and then the data so it’s confusing for the user.
/*Avia Table*/
#top .avia-table td, #top .avia-table tr, #top .avia-table th, #top .avia-table tr th:first-child, #top .avia-table tr td:first-child {border-color: #000;}#top .main_color .avia-data-table.avia_pricing_minimal td {color: #000; font-size: 15px;}
#top .main_color .avia-data-table.avia_pricing_minimal th {
background-color: #70bf4f; color: white; text-align: left;
}table.avia_pricing_minimal td {
text-align: left !important;
}#top .fullsize .template-blog .post .entry-content-wrapper {
text-align: left;
}- This reply was modified 9 months, 1 week ago by beverlystone. Reason: Additional details
That works perfectly! Thank you.
Perfect! Thank you.
Very close! When the bullet point wraps to 2 or more lines, they need to be left justified under the first letter. I’ve updated the example so you can see what I mean. The indent needs to be reduced for the wrapped lines.
That is perfect! I slightly reduced the indent. Thank you.
Oops…slight update. For some reason, it’s not working in a tab. I’ll link to an example in the private area.
- This reply was modified 1 year, 4 months ago by beverlystone.
Thank you. I’m not sure I want to venture into scripts but it’s nice to know that it can be done.
I was hoping to be able to open to a new window or tab. Sorry for the confusion.
You can close it.
This reply has been marked as private.That worked perfectly! Thank you.
Yes. You can close this thread. Thank you again!
BTW, are you able to fix the title of this post? I typed in Layerslides instead of Layerslider.
This worked like a charm! I used this code: gtag(‘event’, ‘homeslider’, { ‘event_category’ : ‘icon’, ‘event_label’ : ‘containers’ });
Last question. Should I short the code I used to follow the same pattern you gave me?
gtag(‘event’, ‘Banner’, ‘Click’, ‘BSO’); would become gtag(‘event’, ‘homeslider’, ‘icon’, ‘containers’);
Will that work as well?
Thank you! I’ll give that a go and let you know how I do.
Are you saying that this custom CSS is the ticket to tracking clicks from layerslider images? If yes, I do see in the layersider where a custom class can be added to images.
I’m not sure that thread is helping and I’m concerned about how old it is. I am thinking that the code should resemble something like this:
a href=”https://mywebsite.com/page/” onClick=”_gaq.push([‘_trackEvent’, ‘Banner’, ‘Click’, ‘BSO’,’1′]);” style=”color:#fff;”>Book Now</a
I had to remove the opening and closing tags < > to not have it link.
But the key element – once I customize that code – is that I cannot figure out is where in the layerslider this will go. I have a handful of images I’d like to track.
- This reply was modified 2 years, 5 months ago by beverlystone.
Go ahead and close the thread. Thank you. I think I have everything I need.
That helps. I never knew how spammers did this.
Oddly, it was a comment from a legitimate source. I think I will follow up with them.
Thank you! I may or may not have more questions but you’ve given me enough now to investigate further.
I think you are not understanding the issue. It was a page, not a post. I don’t want comments. A comment form wasn’t visible but somehow someone submitted a comment.
KEY QUESTION: How could someone have submitted a comment when there is no visible comment form?
September 11, 2021 at 12:32 pm in reply to: Hot spot links no longer working with update to latest version #1320518Wow. Thank you. I don’t even remember adding that and it wasn’t on my beta websites. At least this one was a quick fix but I feel silly for missing that.
UPDATE: I do remember adding that now. I am sooooo dumb. I wanted to remove it from one map. Is there a way to have the CSS be page specific?
UPDATE 2: I figured out I just need to add the page ID. ;-)
.page-id-#####
- This reply was modified 3 years, 2 months ago by beverlystone. Reason: Updated response
That worked! Thank you. I must have done that on the other website but forgot. Plus, when you open the Visual side of the Text box, it looks empty (but of course it’s not).
The info is here. I’m using an inline form.
I think I figured out what you mean. The script is below and needs to go before the </body> tag. It’s weird because I didn’t do that on the English website. See private area for more details.
<!– Begin Constant Contact Active Forms –>
<script> var _ctct_m = “33ee850b2b11f81bb70ad180bd12c0ff”; </script>
<script id=”signupScript” src=”//static.ctctcdn.com/js/signup-form-widget/current/signup-form-widget.min.js” async defer></script>
<!– End Constant Contact Active Forms –>Hi. I’m not sure what you are asking me. The code is there but does not show/run. Are you saying I am missing a script?
-
AuthorPosts