-
Search Results
-
Hi there,
I’ve looked through a couple of threads about this subject now and I can’t seem to find a solution that works for me. It seems like there needed to be custom coding for other people and I was hoping that I could get the same help. I most recently tried the code from here and it didn’t work for me. I would like to change the active page (the last link the the menu) to a different text color. My information is listed below.
Thanks a lot!
I can’t get tags to show on my blog post. I think a previous developer may have put something in the Quick CSS?
.avia_cart_buttons .product_type_external {
padding: 11px !important;
background: #ffbe46 !important;
}.avia_cart_buttons .product_type_external:hover {
background: #95d500 !important;
}.avia_wpml_language_switch {
display: none;
}@media screen and (max-width: 599px) and (max-height: 320px) {
.responsive.html_mobile_menu_tablet.html_visible_cart #top .cart_dropdown {
right: 95px !important;
}
}.language_flag {
display: none !important;
}.single-product .product {
width: 100%;
}
.single-product-summary {
float:left;
width:45%;
margin-right: 3%;
}.single-product-main-image {
width: 25%;}.sidebar {
padding-top: 0px;}#top.tax-product_cat .product-sorting {display:none;}
.avia_cart_buttons { opacity: 1; }
#top .main_color .avia_cart_buttons .button { color: white; }
.header_color .cart_dropdown_link { background-color: #FFBE46; }
.header_color .cart_dropdown_first .cart_dropdown_link { color: white; }.single .cart .button { background-color: #FFBE46!important; color: white!important; }
#containerIntro h3,
#containerIntro p {
display: inline;
}
.language_es, .language_en, .language_fr {
display: none;
}#lang_sel {
height: 75px;
}.post-meta-infos { display: none; }
.widget {
font-size: 18px;
}.avia-button.avia-size-large { font-size: 18px; } /* for large buttons */
.avia-button.avia-size-medium { font-size: 18px; } /* for medium buttons */
.avia-button.avia-size-small { font-size: 18px; } /* for small buttons */.slide-content .blog-categories.minor-meta {
display: none;
}.avia-button-wrap span.avia_iconbox_title {
font-size: 20px; font-weight: light;
}.avia-button-fullwidth {
padding: 4px!important;
}@media only screen and (max-width: 1100px) {
#mobile-advanced, #advanced_menu_toggle, #advanced_menu_hide { display: block; }
nav.main_menu { display: none; }}
#wrap_all {
position: relative !important;
}.portfolio-preview-image {
width: 500px;
}
.portfolio-preview-content {
width: 70%;
}
.inner-entry .grid-content {
min-height: 115px !important;
}
.grid-entry-title {
font-size: 18px;
color: #96c93d !important; }
.grid-entry-excerpt {
font-size: 14px;
font-style: normal; }@media only screen and (max-width: 479px) {
.responsive #socket .sub_menu_socket {
display: block !important;
width: 100%;
}.responsive #socket .sub_menu_socket ul li {
float: none;
border-left: none;
text-align: center;
}}
@media only screen and (max-width: 767px) {
.responsive #socket .sub_menu_socket ul li {
padding: 10px;
font-size: 15px;
}
}#footer .widgettitle {
font-size: 20px;
text-align: center;
}.tribe-events-before-html div {
height:auto!important;
}#top .main_color .avia-button.avia-color-theme-color:hover { border-color: red; color: black; }
Hi everyone!
I need to insert ARForms form (simple contact form) to a certain position in slider in Enfold. I googled and found, that I can insert shortcode in layerslider wp “HTML / Video / Audio Dynamic content” area. So, I take [ARForms id=101] shortcode and insert it. But now there are two issues:
1. I dont know how to place form to a specific area on the slide. I google “margin-top\left\etc” functions but dont know exactly how to use it.
2. When slide changes, form dissapears and then appears again (if i place shortcode to the next slide too). So, can i fix form on slider in such a way it will be fixed the whole time without dissaper\appear when slide changes?I will be very thankful for your help!
Sincerely yours, Alexander.
P.S There are two types shortcodes for ARForm. The second is php
<?php echo maincontroller::get_form_shortcode(array('id' => '101')); ?>So I am creating borders around some of our special headings throughout the site. On Mobile it looks great.
However on desktop and laptop there is extra space on the right and left because it is spanning the entire section it is in.
You can see this best on srea.co/services/I would like the boxes to be a bit more flush to the text instead of spanning the div. I did try to create a div inside and it still spanned.
Here is my css for the two types of boxes:
div .heading-border{ border-style: solid; border-width:2px; padding: 5px; border-color: #666666; } div .heading-border2{ border-style: solid; border-width:2px; padding: 5px; border-color: #FFFFFF; }Thanks for any suggestions you can provide
Hi!
I’m big fan of enfold template. I need to customize the text and links of the top bar for the vacations template, I can’t find the “customer login” and “Register” text to modify them for my custom text and links.
Can you help me with this please?
Thanks in advance
Topic: how to change one page menu
hi support,
i read this… https://kriesi.at/support/topic/one-page-menu-not-working/
i have added the ids under: For Developers: Section ID
but i cannot find where to change the actual menu and the text as shown in image…
please help
Hello, I have set so my logo is on top of my menu, so I would like to have my menu background in a different colour than the rest of my header. Is it posible?. I’ve looked for solutions but I dont seem to find any topic similar to what I need.
Hi to the great Kriesi team,
I have implemented the code from
https://kriesi.at/support/topic/masonry-portfolio-hover-colour-and-centre-title/
for showing a hover effect on a masonry portfolio image. With this is shows the title from the portfolio entry. Is it possible to show the excerpt (under the title) when hovering also?Thanks and Regards
Hi, my current design is set to use the transparent nav. However, on mobile devices, there is a default color bar that sits underneath the logo and sandwich icon. How do I make the header section transparent for mobile?
Right now my nav is locked on desktops, so having a background color makes sense, but on mobile, since the nav is gone on scroll, it would be nice to just have it sit on the graphic from slider/image.
Hi there,
I’ve gotten some direct help on these issues from Enfold support (THANKS!), and have found some info from threads, but still have these outstanding questions. I’m hoping that having them all in one place with the short code could help some other folks out and save support some time.
For the blog post feed, using the Grid Layout, the following short code has yielded lovely results–no extraneous icons, no authors (doesn’t make sense for us) perfect spacing, and very nice styling overall. One catch, how can we also display the blog post publication date? I tried messing with the short code and got no results–it’s either the dates and repeated icons or no icons and no dates. If we could keep everything as is but display the dates, it would be spot on perfect.
#top .fullsize .template-blog .blog-meta {
display: none !important;
}span.blog-categories, .slide-meta {
display: none;
}a.slide-image {
display: none!important;
}.blog-categories,.slide-meta-del, .slide-meta-time {
display: none!important;
}.avia-content-slider .slide-entry-excerpt {
padding-bottom: 20px;
}.slide-meta {
display: none!important;
}.image-overlay{
display: none !important;
}That said, I have the opposite issue for the Articles Magazine feed. We want to NOT display the publication date. Can’t find any short code on that and none of the options in the Magazine content box seem to do the trick. Any ideas?
Lastly, and apologies if this should be in a different thread, but we can’t get the lists to display either numbers or letters (the custom ordered lists
- are not rendering), it’s either one or the other universally. Before, our problem was that lettered lists would display in preview mode appropriately, but would be rendered as numbers when viewing live. I found this short code, and it simply has reversed the problem, now numbered lists will only render as letters. Just for reference, the site has to do with legal issues, so being able to have really well organized lists is a great capability.
ol {
list-style: lower-alpha;
}If it’s not possible to have both numbered and lettered lists, please let me know and we’ll do it manually. Thanks!
Good Morning,
I am having an issue with a portfolio not showing up on the portfolio page… is there a way to fix it?
right now there is only one showing out of 2.
( i am also seeing an issue with the link above in the image that is showing here in this topic….
Also we ere wondering if there was a way to add a font to the list: American TypewriterIS there a way also to have a video instead of a featured image on a portfolio
We are having an issue uploading an image – we are getting an Http error. any thoughts? Thanks
Topic: Header Logo On Scroll
Hello. Please see this short video
When you scroll down, you briefly see the non-transparent logo.
When you scroll up to the top of the page, you REALLY see the non-transparent logo.
Thank you,
RyanTopic: Header Error on Mobile
Viewing 30 results - 96,211 through 96,240 (of 142,828 total)

