-
Search Results
-
Our site is using pixel tracking to monitor an ad campaign. We have the pixels firing correctly on the page, but we are having a hard time getting the javascript call to work with av_button code. Currently the code is:
[av_button label='REGISTER HERE' link='manually,http://events.trustevent.com/index.cfm?eid=' link_target='_blank' size='x-large' position='center' icon_select='no' font='entypo-fontello' color='theme-color-highlight' custom_font='' custom_class='' admin_preview_bg='' onmousedown="fireButtonPub('url','spdzoe1','a2b0ect')"]We also have loaded a javascript function on the page for ‘fireButtonPub’. Since this isn’t working, what are we doing wrong?
Thanks
I’ve searched for how to do this, but I’d like to have a custom bullet show up to the left of each recent post listed in the widget I have for them in the sidebar under my Articles + Videos page.
Is there some CSS I can use to accomplish this?
I’d also like to change the font size of the Recent Posts listed.
Thank you!Hi there,
I was able to figure out how to change the spacing and size of blog posts but I’d like my pages to have the same formatting. I know how to style the font size and spacing; I’m just not sure what class or selector, etc to use for pages.
Thanks.
Topic: Sub-menu item spacing
Topic: Overlay caused by header
Hi Team,
I added 10px to the header_meta via padding-bottom but now the beginning of the page / slider is under the menu. Is there a way to fix this? Thank you.
My Quick CSS:
#header_meta { text-transform: uppercase; padding-bottom: 10px; } #header_meta .container { top: 10px; } .header_color .container_wrap_meta { background: white; } #header_meta #avia2-menu a { font-size: 12px !important; } #avia-menu .avia-menu-text { font-size: 16px !important; } .sidebar a { font-size: 14px!important; } #socket a { font-size: 14px; } @media only screen and (max-width: 767px) { #header_meta { display: none; } } @media only screen and (max-width: 990px) { #top #menu-item-search { display: none; } .av-burger-overlay-active #top #menu-item-search { display: block; }} #top .widget_nav_menu li { text-align: left; } .widget { padding: 15px 0px !important; } @media only screen and (max-width: 380px) { .only-dt { display: none !important; }} .post-meta-infos { display: none; } .slide-meta { display: none; } .responsive #socket .sub_menu_socket { display: block!important; } .slide-content .blog-categories { display: none; }Hello,
I have an issue with my website. On bigger screen, the caption text on the slider does not stay in the same position as on smaller screeen. It goes to the bottom instead of being at the center : https://prnt.sc/kefnv7
Also I would like the font to be bigger and bigger screen. The resolution I am using on this screen is 2560×1440.
The CSS code I am using to center the text is the following :
/* Center Text Full Screen Slider Front Page*/ .home .caption_bottom .slideshow_caption .slideshow_inner_caption { bottom: 180px !important; text-align: center !important; }Thank you in advance for your help!
I have been trying to change the hover color & background on the links in the secondary menu, but I can get it.
I can change the font size, but nothing else is working for me.The size change works fine the font is 12px
The background color is also working, which is White
The font color remains white when it should be red, I used the code ff0000 & also the word red
Here’s my code.sub_menu>ul>li>a, .sub_menu>div>ul>li> a { font-size: 12px; } .header_color .sub_menu > ul > li > a:hover, a:active { background-color: white; color: red; }Hi,
i’m trying to add some HTML/CSS animated social icons in the socket.
The problem is, when i add hem, they don’t work as expected (hover colors doesn’t work).I’m using the plug-in HTML snippets for generating a schortcode to put in the socked (enfold settings).
I’ve also tried to use the code in a code block (new page), but it works exactly the same.This is the code i’m using:
<html> <style type="text/css"> .socialbody { display: flex; flex-wrap: wrap; justify-content: center; align-items: flex-end; align-content: center; padding:0 0 20px 0; height: 100px; font: 16px Roboto, sans-serif; background: #f9f9f9; } a { text-decoration: none; color: inherit; } .socialBB-icon { width: 36px; height: 36px; fill: currentColor; transition: .2s; } .socialBB-link--instagram:hover { color: #e67300 } .socialBB-link--500px:hover { color: #6699ff } .socialBB-link--instagram:hover::after { background: #e67300 } .socialBB-link--500px:hover::after { background: #6699ff } .socialBB-link { position: relative; color: #bbb; } .socialBB-link:not(:last-of-type) { margin-right: 15px; } .socialBB-tooltip::before, .socialBB-tooltip::after { display: block; position: absolute; left: 50%; transform: translate(-50%, -10px); opacity: 0; transition: .2s; } .socialBB-tooltip::before { content: ''; bottom: calc(100% + 2px); border: solid 5px transparent; border-top-color: currentColor; } .socialBB-tooltip::after { content: attr(aria-label); bottom: calc(100% + 12px); padding: .61em .93em; font-size: .875rem; color: white; border-radius: 3px; } .socialBB-tooltip:hover::before, .socialBB-tooltip:hover::after { opacity: 1; transform: translate(-50%); } </style> <div class="socialbody"> <a href="https://www.instagram.com/dario.borla/" target="_blank" class="socialBB-link socialBB-link--instagram socialBB-tooltip" aria-label="Instagram"> <svg class="socialBB-icon"><use xlink:href="#icon--instagram"></use></svg> </a> <a href="https://500px.com/darborla" target="_blank" class="socialBB-link socialBB-link--500px socialBB-tooltip" aria-label="500px"> <svg class="socialBB-icon"><use xlink:href="#icon--500px"></use></svg> </a> <svg style="display: none"> <symbol id="icon--instagram" viewbox="0 0 24 24"> <path d="M7.8,2H16.2C19.4,2 22,4.6 22,7.8V16.2A5.8,5.8 0 0,1 16.2,22H7.8C4.6,22 2,19.4 2,16.2V7.8A5.8,5.8 0 0,1 7.8,2M7.6,4A3.6,3.6 0 0,0 4,7.6V16.4C4,18.39 5.61,20 7.6,20H16.4A3.6,3.6 0 0,0 20,16.4V7.6C20,5.61 18.39,4 16.4,4H7.6M17.25,5.5A1.25,1.25 0 0,1 18.5,6.75A1.25,1.25 0 0,1 17.25,8A1.25,1.25 0 0,1 16,6.75A1.25,1.25 0 0,1 17.25,5.5M12,7A5,5 0 0,1 17,12A5,5 0 0,1 12,17A5,5 0 0,1 7,12A5,5 0 0,1 12,7M12,9A3,3 0 0,0 9,12A3,3 0 0,0 12,15A3,3 0 0,0 15,12A3,3 0 0,0 12,9Z" /> </symbol> <symbol id="icon--500px" viewbox="0 0 97.8 97.8"> <path d="M72.3,47.9c-1.6,0.2-2.9,1-4.1,1.9c-1.4,1.1-2.5,2.3-3.7,3.6c-0.2,0.2-0.1,0.3,0,0.4c0.8,0.9,1.7,1.8,2.7,2.6c1.6,1.3,3.4,2.3,5.5,2.5c2.4,0.2,4.4-0.9,5.2-3.1c0.3-0.8,0.4-1.5,0.4-2.5c0-0.2,0-0.6-0.1-0.9C77.9,49.5,75.4,47.5,72.3,47.9z"/><path d="M52.2,49.8c-1-0.7-2.1-1.4-3.4-1.7c-1.9-0.5-3.6-0.2-5,1.3c-1,1.2-1.5,2.6-1.5,4.3c0,0.2,0,0.4,0,0.7c0.2,2.3,1.8,4.1,4,4.5c1.2,0.2,2.5,0.1,3.6-0.4c2.5-1,4.4-2.7,6.2-4.7c0.1-0.1,0.1-0.2,0-0.3C55,52.1,53.7,50.8,52.2,49.8z"/><path d="M48.9,0C21.9,0,0,21.9,0,48.9s21.9,48.9,48.9,48.9s48.9-21.9,48.9-48.9S75.9,0,48.9,0z M73,65.7c-3.1,0-5.7-1.2-8.1-3.1c-1.6-1.2-2.9-2.6-4.2-4.1c-0.2-0.2-0.3-0.3-0.6,0c-1.3,1.4-2.6,2.8-4.1,4c-1.9,1.5-4,2.7-6.4,3c-4.3,0.6-8-0.5-10.9-3.9c-0.7-0.8-1.1-1.6-1.6-2.6c-0.1-0.1-0.1-0.3-0.2-0.4c-0.6,1.2-1.3,2.3-2.2,3.3c-2.3,2.5-5.2,3.7-8.5,3.9c-2.4,0.1-4.8-0.2-7-1.3c-3.7-1.8-5.8-4.7-6-8.9c0-0.3,0.1-0.4,0.4-0.4c2,0,4,0,6,0c0.3,0,0.4,0.1,0.4,0.4c0.4,2.3,1.6,3.9,3.9,4.5c3.2,0.8,6.2-1,7-4.3c0.6-2.2,0.3-4.4-1.2-6.2c-1-1.2-2.3-1.8-3.9-1.9c-2.2-0.2-4.1,0.6-5.4,2.5c-0.1,0.2-0.3,0.2-0.5,0.2c-1.8,0-3.6,0-5.4,0c-0.3,0-0.4-0.1-0.3-0.4c0.9-5.2,1.9-10.4,2.8-15.6c0.1-0.7,0.3-1.4,0.4-2.1c0-0.2,0.1-0.3,0.4-0.3c6,0,12,0,18,0c0.3,0,0.3,0.1,0.3,0.4c0,1.6,0,3.2,0,4.8c0,0.3-0.1,0.4-0.4,0.4c-4.3,0-8.6,0-12.9,0c-0.4,0-0.5,0.1-0.6,0.5c-0.4,2.3-0.8,4.6-1.2,6.8c0,0.1-0.1,0.2,0,0.3c0.1,0.1,0.2-0.1,0.3-0.1c2-1.9,4.4-2.5,7-2.3c2.5,0.1,4.7,1.1,6.5,2.9c0.7,0.8,1.3,1.6,1.8,2.6c0.1,0.1,0.1,0.2,0.2,0.4c0.5-1.3,1.1-2.5,2-3.5c1.9-2.2,4.4-3.4,7.3-3.7c4.1-0.4,7.5,1.2,10.5,3.9c1.2,1.1,2.3,2.4,3.4,3.6c0.2,0.3,0.3,0.3,0.6,0c1.4-1.6,2.7-3.3,4.4-4.6c2-1.5,4.1-2.6,6.6-2.9c6.2-0.7,11.3,2.6,12.6,9c0.6,2.7,0.4,5.3-0.5,7.9C82,63,78.1,65.7,73,65.7z" /> </symbol> </svg> </div> </html>Saved to an html file works great.
Thanks for the support.
Topic: Google Fonts in main menu
Hi,
I’m having problems changing the font in main menu. I used this code for menu font size and it works:
.avia-menu-text {
font-size: 22px;
}But when I tried this for changing the font type, it didn’t work. I used this:
.main_menu {
font-family: “Flamenco”;
font-weight: bold;
}It just defaults to Times New Roman. If I remove that code, than the menu appears kinda weird – it displays in the font that’s selected as “Heading font” in theme settings, but every time you click on a menu item, it appears as Arial for a split second, and then switches to selected Google font. And you can literally see how the font changes.
Hi guys,
following scenario: I want to show content of a page in a template file.
So I build a page with the advanced layout builder and would like to display it’s content above the footer Problem is:
If I use the do_shortcode function inside my functions.php like this:echo do_shortcode('[av_postcontent link="page,145" av_uid=""]');
the result is unparsed shortcodes from the layout builder:
[av_heading heading='Provisionsvertrag abschließen und Testgeräte bestellen' tag='h2' style='blockquote modern-quote' size='' subheading_active='' subheading_size='15' margin='' margin_sync='true' padding='10' color='' custom_font='' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' av_uid='av-jkcdbpny' admin_preview_bg=''][/av_heading] [av_textblock size='' font_color='' color='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' av_uid='av-jkcdca70' admin_preview_bg=''] Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. [/av_textblock] [av_textblock size='' font_color='' color='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' av_uid='av-jkcdc08d' admin_preview_bg=''] [gravityform id="1" title="true" description="true"] [/av_textblock]Is thhere an option to filter this code or parse it with the alb functions?
thanks for any advice Sascha
I would like help on adding a font resize to the header of the Enfold theme I am using at http://neighborsnetworkfl.org
I have seen lots of sites with a very simple one-click button that cycles through different text sizes so users can adjust the text size for their disability. I have found plugins and widgets that let you add this function to the page in the widget or sidebar areas, like I have done on the right footer of this website. But I would much prefer it be a permanent option maybe to the right of the magnifying glass search function on the navigation menu or even on the top bar. Whatever is easiest.
Would someone be able to help me? I even have one of the plugin’s codes that could be used, if needed. I just don’t know where to insert it to implement it properly.
Thank in advance!
Hi,
I am currently trying to build my first shop with Enfold and Woocommerce.
I am running into a slight issue, which could be down to my lack of experience.
I am trying to change the size of the info which sits above the header – the phone number and shop menu/cart etc.
I’m using the following CSS, which is causing the images, and tabbed info on product to not display. The info is too small by default, so I’d like it to be bigger. I copied some CSS, whilst it works, it’s giving me problems.#top #header_meta a, #top #header_meta li, #top #header_meta .phone-info { font-weight: 400!important; text-transform: uppercase!important; font-size: 14px;} @media only screen and (max-width: 767px) { #top #header_meta a, #top #header_meta li, #top #header_meta .phone-info { font-weight: 400!important; text-transform: uppercase!important; font-size: 10px;} }I think it’s this, because when I delete it and refresh the page, the info comes back.
Can someone please help?
Thanks!






