Forum Replies Created
-
AuthorPosts
-
October 10, 2018 at 5:52 am in reply to: Make subheader menu background change transparent/colorful same as header #1019773
Hi,
Thanks for the update.
Use this css code to make the sub menu transparent.
.header_color .main_menu ul ul { background-color: transparent; }Best regards,
IsmaelHi,
You need to add the device image as a separate image or put it in a text block. Add a custom css class attribute to that element and set its position to absolute. You can then adjust its position anywhere inside the section.
Best regards,
IsmaelOctober 10, 2018 at 5:27 am in reply to: Mail Autoresponder with Mail Validation not Working #1019761Hey druckhoher,
Thank you for using Enfold.
Can we take a look at the contact form? Which email address are you using to test the form?
Best regards,
IsmaelHey june,
Thank you for using Enfold.
I can’t find the “gold-text” element. Where is it? Please provide a screenshot using imgur or dropbox.
Best regards,
IsmaelOctober 10, 2018 at 5:15 am in reply to: need to remove color section but some matter came up. #1019755Hi,
Have you tried adding a custom css class attribute to those columns? Please review the doc that I provided above.
Best regards,
IsmaelHi,
Thanks for the update. Are you referring to the tabs element? Try this css code instead.
#top .tab_titles div { font-size: 20px; }Best regards,
IsmaelOctober 10, 2018 at 5:06 am in reply to: Custom Background Image Logo Area – Image not responsive on mobile #1019752Hi,
Thanks for the update. Please add this code above the previous one.
@media only screen and (max-width: 1360px) and (min-width: 989px) { .av-section-bottom-logo { background-size: 100% 100%; min-height: 400px; } }Best regards,
IsmaelHi,
I don’t see an API key in your Enfold > Google Services panel. Please add it there then I’ll validate it and see what comes up.
Best regards,
IsmaelHi,
1.) Use the grid row element. Add the image as the background of the cells or use the Image element. You can use a text block for the text or add a caption to the Image element.
2.) You can create a table manually. Use the code block element.
// https://www.w3schools.com/html/html_tables.asp
Best regards,
IsmaelOctober 10, 2018 at 4:57 am in reply to: Applying transparency logo and white font-color on glassy mobile menu #1019749Hi,
Include this css code inside the css media query.
.html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul a { color: #000000; } .html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul .current_page_item a { color: #ffa600; }Best regards,
IsmaelOctober 10, 2018 at 4:51 am in reply to: nl_NL #: includes/helper-privacy.php translations missing #1019748Hi,
Great! Thanks. I have forwarded it to the dev team. It will probably be included in the next update.
Best regards,
IsmaelHey!
I adjusted the code a bit — used a different action hook. Please try it again.
Best regards,
IsmaelOctober 10, 2018 at 4:45 am in reply to: Design der Submenüs an Mainmenü anpassen (glassy & transparent) #1019742Hi,
@Schmiddy: Please create a new thread with the site url and the login credentials. We would like to check it.Best regards,
IsmaelOctober 10, 2018 at 4:44 am in reply to: galleries opening duplicate image on top of lightbox #1019741Hi,
Did you install any lightbox or gallery plugin? Please disable the plugin or the lightbox option of the gallery plugin. Fancybox is a lightbox plugin, which is not from the theme.
Best regards,
IsmaelHi,
Yes, you can edit the wp-config.php file via FTP. Let us know if you find anything.
Best regards,
IsmaelOctober 10, 2018 at 4:41 am in reply to: Color section with transparent header not working on Enfold 4.4.1 #1019738Hi,
It’s white because the full screen slider is hidden and the next color section has a top margin of 100px. If you remove that css code, the full screen slider will display above the first color section. Or take off this css code to remove the top margin.
#first_image { display: block !important; margin-top: 100px !important; }Best regards,
IsmaelHi,
It’s not a theme issue. The base shop page is included on the product and product category pages’ breadcrumbs by default. The filter above will remove it.
add_filter( 'avia_breadcrumbs_trail', 'avia_breadcrumbs_trail_mod', 50, 2 ); function avia_breadcrumbs_trail_mod( $trail, $args ) { if(is_tax('product_cat') || is_singular('product')) { unset($trail[1]); } return $trail; }Use this one if you want to remove the base shop page on the single product pages.
Best regards,
IsmaelHi,
I’m not really sure how the plugin creates the pdf page. Please contact the plugin author and ask for additional info.
Best regards,
IsmaelHi,
Thanks for the update. You can use this css code instead.
#top .fullsize .template-blog .post-title a { font-size: 22px !important; font-family: 'Terminal Dosis', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important; font-weight: 300; text-transform: uppercase; letter-spacing: 1px; }Best regards,
IsmaelOctober 10, 2018 at 4:13 am in reply to: copyright info for images inside a post and for post thumbnail #1019724Hi,
It has to be inside a container with the “avia-copyright” class attribute.
<small class="avs avia-copyright">Something about copyright here or the custom shortcode above.</small>CSS code.
.avs.avia-copyright { position: absolute; background-color: rgba(0,0,0,0.1); text-align: right; color: #fff; padding: 0 2em 0 0; right: 0; bottom: 0; width: 2em; line-height: 2em; max-height: 2em; text-indent: -99999px; overflow: hidden; transition: all 0.3s ease-in; z-index: 308; font-size: 0.8em; } .avs.avia-copyright:hover { width: 100%; padding: 0 3em 0 1em; text-indent: 0; max-height: 100%; background-color: rgba(0,0,0,0.4); } .avs.avia-copyright:after { content: "\E81e"; font-family: "entypo-fontello"; display: block; position: absolute; right: 0; bottom: 0; text-indent: 0; font-size: 0.8em; width: 2.6em; height: 2.6em; line-height: 2.8em; text-align: center; color: rgba(255,255,255,0.7); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; cursor: pointer; }Best regards,
IsmaelHi,
Yes, you need to use the POEdit app in order to do that. Or just replace the current language files with these ones. (see private field)
Best regards,
IsmaelHi,
Did you remove the icon? It’s not visible even on desktop view.
Best regards,
IsmaelHi,
Thanks for the update. Use this css code to remove the separators.
.av-sort-by-term .text-sep { display: none; }And then use this css code to create some space between the sort items.
.av-sort-by-term a { margin: 0 7px 0 7px; }Best regards,
IsmaelHi,
Try to fetch the database option manually.
global $avia; $data = get_option($avia->option_prefix); $old = AVIA_BASE_URL."images/layout/logo_modern.png"; $new = $data['avia']['logo'];Best regards,
IsmaelHey june,
Thank you for using Enfold.
You need to modify the footer.php file in order to do that. Look for this code around line 163:
if(avia_get_option('footer_social', 'disabled') != "disabled") { $social_args = array('outside'=>'ul', 'inside'=>'li', 'append' => ''); echo avia_social_media_icons($social_args, false); }Move it inside the footer container.
Best regards,
IsmaelHey vegasft,
Thank you for using Enfold.
The content is saved on a post meta called “_aviaLayoutBuilderCleanData”. Try to search for that info inside the _postmeta table.
Best regards,
IsmaelHi,
How would you like to adjust the background image? Have you tried adjusting the background position settings? You can apply an overlay in the “Section Background Overlay” panel.
Best regards,
IsmaelHey melimelow,
Thank you for using Enfold.
The es_ES language files are already included in the “lang” folder of the theme. Did you set the Site Language settings in the Settings > General panel to Spanish?
Best regards,
IsmaelOctober 9, 2018 at 1:55 pm in reply to: Make Phone Nos in Icon Box Element Clickable on Mobile #1019501Hey Eleina_Shinn,
Thank you for using Enfold.
The phone link worked when I tried it. Is this fixed?
Best regards,
IsmaelHey debra15,
Thank you for using Enfold.
Do you want to remove the theme’s default style for the bbPress plugin? Add this code in the functions.php file.
function wp_change_bbcss() { wp_dequeue_style( 'avia-bbpress' ); wp_deregister_style( 'avia-bbpress' ); } add_action( 'bbp_enqueue_scripts', 'wp_change_bbcss', 9999 );Best regards,
Ismael -
AuthorPosts
