Forum Replies Created
-
AuthorPosts
-
Hi kilimats,
I am seeing the white background for the login link even on login page. Did you get it working or you need more help with this?
Best regards,
VictoriaHi mlkg,
Could you tell us where the script you added for that is?
Best regards,
VictoriaHi lottekimknudsen,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look.
Best regards,
VictoriaHi KJ,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
VictoriaHi Michael,
You have this in you in your child theme style.css:
.page-id-11693 #av_section_1 .avia-icon-list .iconlist_title { font-size: 14px !important; }
just add there and change the font-size
.page-id-11693 #av_section_1 .avia-icon-list .iconlist_title { font-size: 20px !important; text-decoration: underline; }
If you need further assistance please let us know.
Best regards,
VictoriaHi ManicExpression,
Could you please write a step by step description on how to reproduce the bug? I could not reproduce it today either.
Best regards,
VictoriaHi snitt,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look.
Best regards,
VictoriaHi lunatrix,
There is an error there, empty response. Is it working with twentysixteen or it is the same?
Best regards,
VictoriaHey mrgoe,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look.
Best regards,
VictoriaHi Joealto,
You need to copy this file enfold/config-events-calendar/views/default-template.php to the folder you created and and add
<?php get_sidebar(); ?>
there as well.
If you need further assistance please let us know.
Best regards,
VictoriaHey 1raddad,
Here is the css that you can put in your child theme style.css
#bbp-forum-2365 li a { background-color: #88bbc8; color: #444444 !important; } #bbp-forum-2365 li a:hover { color: #c05f5f !important; background-color: initial !important; }
The code that gets applied and breaks the styles is in /dynamic_avia/enfold_child_theme.css which is generated fro all the settings you make in theme settings and quick css, you might want to check for it and see if you can adjust it there, making it more specific, targeting more explicitly the selector, not allowing it to apply to other elements.
If you need further assistance please let us know.
Best regards,
VictoriaHi natemoss,
Best regards,
VictoriaMay 4, 2017 at 11:10 am in reply to: How to set Border Colors of Columns to halftransparent? #787702Hi Marc,
You can try
border-left-width: 2px;
Or better could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaHey jurgen1979,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look and could you specify a page with that issue as well.
Best regards,
VictoriaMay 4, 2017 at 11:03 am in reply to: customize the mobile menu to be : logo+search icon+cart icon+menu icon #787695Hi spMongiat and orangeamps,
Please start a separate thread, it got very confusing at this point and you did not get your issue resolved.
If you need further assistance please let us know.
Best regards,
VictoriaHi,
Here is the code to add opacity and make titles white on mouseover:
.av-masonry-entry .av-masonry-entry-title { color: rgba(255, 255, 255, 0.7) !important; height: 14px; } .av-masonry-entry .av-masonry-entry-title:hover { color: rgba(255, 255, 255, 1) !important; }
I did not understand what you want to do with portfolio links though, could you explain a bit more, what you’re trying to achieve?
Best regards,
VictoriaHey antisemitism,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look and also a page where the footer behaves correctly.
Best regards,
VictoriaMay 2, 2017 at 10:10 pm in reply to: Fullwith header text & buttons not responsive on mobile phone. #786757Hi Leonsz,
In the private box I attached a screen shot of what happens when I add this code to custom.css in the browser
@media only screen and (max-width: 479px) { .responsive #top .slideshow_caption h2 { font-size: 16px !important; } .html_header_transparency #top .avia-builder-el-0 .slideshow_caption { padding-top: 20px; } #top .avia-slideshow-button { margin-top: 10px; width: 44%; font-size: 11px; } .avia-slideshow-inner, .avia-slideshow-inner li, .caption_fullwidth.av-slideshow-caption.caption_center.caption_center_framed.caption_framed, .avia-slideshow-inner li .avia-slide-wrap, .avia-slideshow-inner li .avia-slide-wrap img { min-height: 250px; !important; } .responsive #top #wrap_all .container { width: 90%; max-width: 90%; } }
Do you mean the whole code is breaking or the last small snippet I gave you? When adjust the code to work only on certain page. Can you specify the page you need this working?
Best regards,
VictoriaHey Joealto,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look.
Best regards,
VictoriaHey Jacobt,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look.
Best regards,
VictoriaHey taylorchiu,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look.
Best regards,
VictoriaHi Mike,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look.
Best regards,
VictoriaHi JBNPhoto,
Ouch, can you give us temporary admin access to your website in the private content box below, so that we can have a closer look.
Best regards,
VictoriaMay 2, 2017 at 9:35 pm in reply to: Header / Pseud Menu problem at 768px -Problem after upgrading to version 4 #786725Hi Steve,
You don’t need to give us your credentials. In fact, it is better if you could create a temporary admin account, which will be disabled, once we close the issue.
From what I was able to see today, the issue with white line below the header appeared from 990px until 767px, when mobile styles fixed it. So I would suggest applying mobile styles starting from 990px.
Best regards,
VictoriaHi,
For some reason this jQuery.avia_utilities.isMobile on your instance gives false on mobile, so the code does not work. Well, we can stick to initial function, but then the search will be near login, in the top nav on deskctops as well. Is that ok, or should we try to come up with another solution?
Best regards,
VictoriaMay 2, 2017 at 9:24 pm in reply to: woocommerce products slider and related products – font size and style #786720Hi Thomas,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.template-page .entry-content-wrapper h2 { text-transform: none; } #top .related.products h2, #top .upsells.products h2 { font-size: 14px; } #top.single-product .price, #top.single-product .price span, #top.single-product del, #top.single-product ins { font-size: 14px; }
If you need further assistance please let us know.
Best regards,
VictoriaHey aiepro,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look.
Best regards,
VictoriaHi tim_t20,
Glad you got it resolved and thank you for sharing! :)
If you need further assistance please let us know.
Best regards,
VictoriaMay 2, 2017 at 9:16 pm in reply to: Warning: Missing argument 4 for avia_woocommerce_gallery_thumbnail_description() #786710Hi cfphoto,
As @mensmaximus suggested, you should really consider updating the theme. Please, let us know how that worked out for you.
Best regards,
VictoriaHi mandarijn,
Even if this was possible, currently our tab section does not really handle well long and short elements mixed in it, it might leave a lot of white space on your front page if content of another tab is short. This will be fixed in an upcoming Enfold release, but it’s not there yet. This is a lot of content for a front page anyway, but if you really want to do this, you can try to do it as Yigit suggested by copying the shortcodes and inserting them in text mode in the tab section content box.
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts