Forum Replies Created
-
AuthorPosts
-
Hey!
Yes, that is possible. Just add this on the child theme’s functions.php:
/* * Register frontend javascripts: */ if(!is_admin()) { add_action('wp_enqueue_scripts', 'avia_register_child_frontend_scripts', 100); } function avia_register_child_frontend_scripts() { $child_theme_url = get_stylesheet_directory_uri(); //register js wp_register_script( 'avia-default-child', $child_theme_url.'/js/avia.js', array('jquery'), 1, false ); wp_enqueue_script( 'avia-default-child' ); }Create a js folder with the avia.js file inside.
Regards,
IsmaelHi!
@biklops: I checked the website but I don’t see any social icons there. Did you just hide it via CSS or the new header options work?
@drjill: We’re really sorry about that. We’re just trying to improve the users’ overall experience with Enfold by giving you more options like the ones we added for the header options. A lot of users were requesting for css modifications like header height, logo position, social icons position, phone numbers etc because they are not available on the previous header options. Now, you can do all those things without adding any css or changing any code. There will be certain setbacks but we hope that you appreciate Kriesi’s efforts.Anyway, you can recopy the header.php file from the parent theme folder and replace the one that you have on your child theme. You can find most of the header codes like logo, menu etc on includes > helper-main-menu.php file.
Regards,
IsmaelHey phil!
Have you tried to recreate the color section? Please give us a link to the website. A screenshot explaining the issue will help.
Regards,
IsmaelHi romano2!
AFAIK there is no option that you can append on the youtube url to force the video to play hd. You can only set the videos that you uploaded on your account to play as hd.
Go to YouTube and sign into your account (if you’re not already signed in). Look for the Youtube Settings > Playback > Video playback quality > enable the “Always play HD on fullscreen (when available)”.
Regards,
IsmaelHey ckosheff!
1.) You can add something like this on Quick CSS to adjust the position of the caption:
.avia-caption { bottom: 40px; left: 20%; }2.) Please edit includes > loop-index.php, replace all of it with this code: http://pastebin.com/cYBSQghy
Cheers!
IsmaelHi silviouk!
You can close the gap between two ad widget using this on Quick CSS or custom.css:
.avia_partner_widget:last-child { margin-top: -20px; }Cheers!
IsmaelMarch 22, 2014 at 5:30 am in reply to: Problem with Partner Logos in greyscale – coloured at mouseover #241516Hi!
That is possible but the tooltip will pop out over and over again. You can add something like this on Quick CSS or custom.css:
.avia-tooltip { margin-top: 80px; margin-left: 5px; }Cheers!
IsmaelHi!
I’m not sure what you mean but Dude said to that the patch has been included on Enfold 2.6.2. All you need to do is download the latest version of the theme on your themeforest account then update the theme via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750
Best regards,
IsmaelHi Finlando!
Please use this instead: I’m not sure why you have duplicated variables for the same font:
add_filter('avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['Oranienbaum'] = 'Oranienbaum&subset=latin,cyrillic'; return $fonts; } add_filter('avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['Roboto Condensed'] = 'Roboto Condensed:700,400,300&subset=latin,cyrillic'; return $fonts; }Best regards,
IsmaelHey!
The link formatted posts should automatically link to the specified url. Make sure that you added the link on the text editor like this for example: http://kriesi.at
Regards,
IsmaelMarch 22, 2014 at 1:46 am in reply to: How to stop the logo in fixed header from becoming too small? #241468Hey!
Sorry, you didn’t mention anything about that. We can only give support for the actual theme.
Regards,
IsmaelMarch 22, 2014 at 1:43 am in reply to: Using Simple Share Buttons Adder Plugin Hiding All Content #241464Hi themeforesttony!
Maybe, you can just hide the button using css. What pages do you want the buttons not to show? Regarding the plugin shortcode not working, please contact the plugin author.
Best regards,
IsmaelHey!
Please use this on Quick CSS or custom.css:
@media only screen and (max-width: 767px) { .responsive #header .social_bookmarks { right: -60px; position: absolute; } #top .social_bookmarks li a { width: 20px; min-height: 20px; font-size: 15px; } #top .social_bookmarks li { width: 25px; } #top .social_bookmarks li a { line-height: 20px; } }Best regards,
IsmaelHey HiDrew!
Please add this on Quick CSS or custom.css:
#av_section_2.main_color .av_textblock_section { color: #ffffff !important; z-index: 9999; position: relative; }Best regards,
IsmaelMarch 22, 2014 at 1:31 am in reply to: Remove dates displayed in 'Child Latest News' widget? #241457Hey!
You can add this on the child theme’s style.css:
.news-time { display: none !important; }Best regards,
IsmaelHey!
Please use this:
#nav_menu-2 ul.disc, #nav_menu-2 .entry-content-wrapper ul { list-style: none outside; } .main_color .widget_nav_menu ul:first-child>.current-menu-item, .main_color .widget_nav_menu ul:first-child>.current_page_item { background: transparent; border: none; box-shadow: none; }Best regards,
IsmaelHi mstell168!
Please add this on Quick CSS or custom.css:
.html_header_top.html_header_sticky #top #wrap_all #main { padding-top: 0; } .header_color .container_wrap_meta, #header_main .container { background-color: transparent; }Regards,
IsmaelHey!
Do you mind posting the login details here? We would like to check it. Other than plugin conflict and corrupted theme files, I’m not sure why the theme options would act like that.
Best regards,
IsmaelHi themeforesttony!
Please reset the settings on Settings > Reading to default. You don’t to set anything there. Edit the homepage then add the Blog Posts element if you want the posts to show on the frontpage.
Best regards,
IsmaelHi IHEA!
Can you please give us a link to the website? Kriesi already patched the google maps issue on the latest update of Enfold.
Regards,
IsmaelHi bakbek!
Can you please point us to the exact element that you’re trying to change? You can use this on Quick CSS or custom.css:
h1 { font-size: 30px; line-height: 1.1em; margin-bottom: 10px; }Regards,
IsmaelHi conversations!
You’re using a very old version of the theme, Enfold 2.4.2. Please download the latest version 2.6.2 from your themeforest account then update the theme via FTP. Watch this video by Devin: https://vimeo.com/channels/aviathemes/67209750
Some of the content might not work on the latest version of enfold. Please create them from scratch. The header settings will be a bit different and you might need to reconfigure the settings.
Cheers!
IsmaelMarch 21, 2014 at 6:44 am in reply to: Images not working/showing up in preview or on page (Enfold) #241033Hi lisa_intesolv!
Do you mind posting the link of the website here? We would like to inspect it. Do you have the latest version of Enfold?
Best regards,
IsmaelHey!
Can you please post the whole code on http://pastebin.com/? I think there’s something wrong with it.
Regards,
IsmaelHi midischool!
Do you mind posting the link of the website here? We would like to inspect it.
Regards,
IsmaelHi!
Usually, switching it back to pretty permalinks will work just fine. Please go the wp root folder then delete the .htaccess file. Flush the settings on Settings > Permalink. Switch to your desired permalink setting then click the “Save” button once. Reset the front page settings on Settings > Reading to default.
Regards,
IsmaelHey!
Deactivate all plugins, see if that helps. Remove browser cache then reload the page a few times. Please post the login details here and set it as a private reply.
Cheers!
IsmaelHey pinzanoaltagl!
You can use a plugin like http://wordpress.org/plugins/contact-form-7/ and follow the tutorial here: http://wordpress.org/support/topic/contact-form-7-adwords-conversion-tracking?replies=4 to implement the conversion tracking.
Regards,
IsmaelMarch 21, 2014 at 5:02 am in reply to: How to stop the logo in fixed header from becoming too small? #241013Hey!
On the latest version of Enfold, you’ll have the Import / Export panel where you can export and import the theme settings. Export the theme settings file before updating then import it back after. Anyway, the message “Updating this theme will lose any customizations you have made.” means that you will lose any hard coded changes that you made directly on the theme files but you will not lose the theme options.
Cheers!
Ismael -
AuthorPosts
