Forum Replies Created
-
AuthorPosts
-
January 26, 2015 at 9:22 am in reply to: Is it possible to change the color of the main content area for a specific page? #385300
Hi Iconward!
Thank you for visiting the support forum.
You can use the page’s body class id. Something like this:
.page-id-29 #submit, .page-id-29 input[type='submit'] { background-color: pink; border-color: black; }Regards,
IsmaelHi!
Please try to use this:
.main_color .toggle_icon span { border-color: #ffffff !important; }Regards,
IsmaelHey!
Install the Codestyling Localization plugin. Go to Tools > Localization then look for Themes > Enfold. Add the pt_BR language. Rescan then click edit. Look for the strings. If you can’t find the strings on Themes > Enfold, look for it on Plugins > WooCommerce section.
Best regards,
IsmaelHey!
Please refer to this link on how to embed google maps: https://support.google.com/maps/answer/3544418?hl=en
Get the iframe code then place it inside a code block on the advance layout builder.
Best regards,
IsmaelHey!
Not all users require custom sort for blog or portfolio post so no, it is not included on the latest update of the theme. Leave it on the child theme’s functions.php.
Best regards,
IsmaelHey!
Go to Appearance > Editor panel. Look for the Theme Functions (functions.php) file.
Best regards,
IsmaelJanuary 26, 2015 at 9:06 am in reply to: Enfold Hotspots – can the spots be invisible on top of the image? #385287Hi Annedesign!
Thank you for using Enfold.
Can you please provide a link to the actual page with the image hotspot? Try this on Quick CSS:
.av-hotspot-container-inner-wrap img { visibility: hidden; }Regards,
IsmaelHi!
Try to use a larger image or add this on Quick CSS:
.av-hotspot-container { width: 100%; }Cheers!
IsmaelHey Andrea!
Thank you for using Enfold.
Did you add any modifications on the theme? Please edit avia.js, look for this code on line 930:
the_main = $(width_select + ' .container:first'),Replace it with:
the_main = $('#header div > .container')Let us know what happens.
Regards,
IsmaelHey!
Thank you for the link. The Menus panel is working fine. I was able to create a test menu here: http://trulern.com/wp-admin/nav-menus.php?menu=253
Best regards,
IsmaelJanuary 26, 2015 at 8:44 am in reply to: Change Archive For Category to match modified breadcrumb #385277Hey josiehaney!
Thank you for using Enfold.
The breadcrumb is currently disabled. Please enable it so that we can see the actual trail.
Regards,
IsmaelHey!
Try to replace the code with this:
#top .aviaccordion-slide:hover .aviaccordion-preview-title-wrap { background: transparent !important; }Regards,
IsmaelHey!
Looks like it is only working for full width pages. I’m sorry but you may need to contact the plugin author for more info.
Regards,
IsmaelHi!
Thank you for using Enfold.
Yes, keep the plugin. Some emails doesn’t work on the default smtp settings.
Cheers!
IsmaelHi!
I checked the site and text with lato font weight 100 is working fine.
Best regards,
IsmaelHey!
Try to use this on Quick CSS:
.responsive .fullsize .grid-col-3 .grid-image { border-bottom: 1px solid gray; }Change the border color as you please.
Cheers!
IsmaelHi!
Thank you for using Enfold.
1.) Which symbol are you referring to?
2.) Unfortunately, that is not possible without custom modification on the theme. Anyway, maybe this plugin will help: https://wordpress.org/plugins/youtube-comments/
3.) Add this on Quick CSS to increase the width of blog content container:
#top .fullsize .template-blog .post .entry-content-wrapper > .entry-content { max-width: 900px; }Cheers!
IsmaelJanuary 26, 2015 at 8:18 am in reply to: How to increase post text size without effecting other aspects of the theme? #385269Hey!
It works fine on our installation. Please try to remove browser cache then reload the page or replace the code with this:
.template-blog .entry-content > * { font-size: 18px !important; }Regards,
IsmaelHey!
Yes, we can see that. How do you want it to look like? Please remove this code from the Quick CSS field:
.main_color { background: url("/powerchords/wp-content/uploads/2015/01/DSC03599-be_Kopf_03.jpg") no-repeat scroll center top #ffffff; background-size: 1310px 200px; }Replace it with:
.main_color { background: url("/powerchords/wp-content/uploads/2015/01/DSC03599-be_Kopf_03.jpg") no-repeat scroll center top #ffffff; background-size: cover; }Regards,
IsmaelHey!
Did you add any modifications on the theme? Looks like it’s getting the incorrect URL. Have you tried recreating the menu from scratch?
Regards,
IsmaelHi!
Thank you for the screenshots. Please try to enclose the 2 1/2 columns inside a color section element as well.
Cheers!
IsmaelHi!
We can’t login to the site. We need the correct wp admin url. Please ask your hosting provider.
Cheers!
IsmaelHey dpiassociati!
Thank you for using Enfold.
Make sure that both languages’ Maximum Container width is the same. You can change it on Enfold > General Layout > Dimensions panel.
Regards,
IsmaelHi!
Please replace the code with this:
@media only screen and (max-width: 767px) { .responsive .logo { display: none !important; } #advanced_menu_toggle, #advanced_menu_hide { margin-top: 10px; } #header_main { min-height: 82px; } }Cheers!
IsmaelHey kashmyra!
Thank you for using Enfold.
Please check the page with the issue. What is the current option set on Layout > Layout? Is it set to “No Sidebar”? Try to disable the dashboard translation with this on functions.php:
if(!function_exists('avia_lang_setup')) { add_action('after_setup_theme', 'avia_lang_setup'); function avia_lang_setup() { if(!is_admin()) { $lang = apply_filters('ava_theme_textdomain_path', get_template_directory() . '/lang'); load_theme_textdomain('avia_framework', $lang); } } }Regards,
IsmaelHi!
The logo is currently situated on the left. Where do you want to position the menu when you center align the logo? Have you tried using the Logo center, Menu below option on Enfold > Header > Menu and Logo Position settings?
Cheers!
IsmaelHey AnjiG!
Thank you for using Enfold.
Please try this on Quick CSS:
#header_main { z-index: 20; } .logo { top: -20px; }If this is not what you’re looking, please provide a screenshot.
Regards,
IsmaelJanuary 24, 2015 at 12:11 pm in reply to: mega menu quit working & menu items are gone after update #384849 -
AuthorPosts
