Forum Replies Created
-
AuthorPosts
-
July 23, 2013 at 4:08 am in reply to: Featured Image works on every page except my "Frontpage" #130568
Hi,
There is probably a plugin which is causing the issue. Please try to deactivate them, see if the issue persist. Activate them one at a time to find the chaotic plugin.
Increase the limit to 256M. Please contact your host to change it on php.ini file.
Regards,
Ismael
Hi,
Nice website. :)
You should probably try this:
@media only screen and (min-width: 320px) and (max-width: 989px) {
.avia-layerslider {
display: none !important;
}
}I checked your website and I can’t see the slider on mobile view.
http://responsinator.com/?url=http%3A%2F%2Fwww.syncinteractive.co.uk%2F
Regards,
Ismael
Hey,
Please send it on ///.
Include the “Kriesi” on the subject. Add the link of this thread and login details on your message.
Regards,
IsmaelHey,
You can use this plugin:
http://wordpress.org/plugins/wp-google-fonts/
Or you can manually edit includes > admin > register-admin-options.php.
Check lines 204-308. You can your own google heading font after this code:
'Yellowtail'=>'Yellowtail',
and the default body text after
'Lora'=>'Lora',
Regards,
Ismael
Hi,
You can adjust the menu with this on your custom.css or Quick CSS
.main_menu {
right: 300px;
}Adjust the right position value.
Regards,
Ismael
Hi,
That is the browser’s default image tooltip. You can change the image title on Media panel > Library.
Regards,
Ismael
July 22, 2013 at 7:05 am in reply to: STILL – Happening – 1.7.1 CONTACT FORMS NOT SENDING EMAIL… #130771Hi,
Please download 1.8.1. Can you give us a link to the page?
Kriesi already switch the mail function to the default wp_mail for better plugin compatibility. You can use Contact Form 7 or Gravity Forms.
Regards,
IsmaelHi,
Please add the code on functions.php.
add_theme_support('avia_template_builder_custom_css');
Regards,
Ismael
Hi,
Currently, it is not possible to have the table expand when clicked. You can use the Accordion element.
Regards,
Ismael
Hi,
You need to WordPress 3.5 or higher. Did you extract the enfold theme zip file?
Please watch this video: https://vimeo.com/channels/aviathemes/64927356
Regards,
Ismael
Hi,
Please post the translation link here. :)
Regards,
Ismael
Hi,
You need to upload the latest version of the theme files via FTP like what Devin said. Watch the video. https://vimeo.com/67209750
Regards,
Ismael
July 22, 2013 at 6:36 am in reply to: How do I remover an eye catch image on the top of a single post? #130721Hi,
Just add this on your custom.css or Quick cSS
.single .big-preview.single-big {
display: none;
}Regards,
Ismael
Hi,
It works on my end. Please remove browser cache the reload the page. Please give us a link to your website.
Regards,
Ismael
Hi,
Please give us the actual link to the website, we need to inspect it.
Regards,
Ismael
July 20, 2013 at 12:09 pm in reply to: How to remove the get parameters from JS/CSS files (e.g. enfold.css?ver=1) #130503Hi,
Open functions.php, look for these codes
wp_register_script( 'avia-compat', $template_url.'/js/avia-compat.js', array('jquery'), 1, false ); //needs to be loaded at the top to prevent bugs
wp_register_script( 'avia-default', $template_url.'/js/avia.js', array('jquery'), 1, true );
wp_register_script( 'avia-shortcodes', $template_url.'/js/shortcodes.js', array('jquery'), 1, true );
wp_register_script( 'avia-prettyPhoto', $template_url.'/js/prettyPhoto/js/jquery.prettyPhoto.js', 'jquery', "3.1.5", true);
wp_register_script( 'avia-html5-video', $template_url.'/js/mediaelement/mediaelement-and-player.min.js', 'jquery', "1", true);and these codes
wp_register_style( 'avia-style' , $child_theme_url."/style.css", array(), '1', 'screen' ); //register default style.css file. only include in childthemes. has no purpose in main theme
wp_register_style( 'avia-grid' , $template_url."/css/grid.css", array(), '1', 'screen' );
wp_register_style( 'avia-base' , $template_url."/css/base.css", array(), '1', 'screen' );
wp_register_style( 'avia-layout', $template_url."/css/layout.css", array(), '1', 'screen' );
wp_register_style( 'avia-scs', $template_url."/css/shortcodes.css", array(), '1', 'screen' );
wp_register_style( 'avia-custom', $template_url."/css/custom.css", array(), '1', 'screen' );
wp_register_style( 'avia-prettyP', $template_url."/js/prettyPhoto/css/prettyPhoto.css", array(), '1', 'screen' );
wp_register_style( 'avia-media' , $template_url."/js/mediaelement/skin-1/mediaelementplayer.css", array(), '1', 'screen' );
wp_register_style( 'jquery-ui-datepicker', apply_filters('avf_datepicker_skin', 'https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/themes/smoothness/jquery-ui.css'), array(), '1', 'screen');Remove the version number, for example:
wp_register_style( 'avia-grid' , $template_url."/css/grid.css", array(), '1', 'screen' );
should be replace with
wp_register_style( 'avia-grid' , $template_url."/css/grid.css", array(), $ver, 'screen' );
$ver will default to false. Refer to this link: http://codex.wordpress.org/Function_Reference/wp_register_style & http://codex.wordpress.org/Function_Reference/wp_register_script
Regards,
Ismael
Hi,
Did you add any plugins prior to this issue?
I can’t reproduce the double play and pause button on my end.
Regards,
Ismael
Hi,
First you need to know how to use FTP.
http://www.siteground.com/tutorials/ftp/
Second, you can download the latest version of the theme on your themeforest account. Replace the old files via FTP.
Please create a backup of your old theme files and your database.
Regards,
Ismael
Hi,
Edit includes > loop-index.php, remove everything then replace it with this: http://pastebin.com/7aeHbf1h
Regards,
Ismael
Hi,
You might actually need to alter the default settings on Enfold > Footer > Default Footer Widgets & Socket Settings > Select “Display only the socket (no footer widgets)” then force the other pages to Display sockets & footer widgets. I’ll tag Kriesi.
Regards,
Ismael
Hi,
You can decrease the font size and the padding of the menus before they switch to slide or dropdown. Add this on your custom.css or Quick CSS
@media only screen and (max-width: 989px) and (min-width: 768px) {
.responsive .main_menu ul:first-child>li>a {
padding: 0 7px;
font-size: 11px;
}
}Regards,
Ismael
Hi,
Forums don’t support the Advance Layout Editor. You can add this feature by hacking the theme files but we won’t provide support for this customization (i.e. we won’t answer questions like element xy doesn’t work with blg posts, etc.). If you want to add the builder to post pages open up wp-contentthemesenfoldconfig-templatebuilderavia-template-builderconfigmeta.php and replace:
array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('portfolio','page'), 'context'=>'normal', 'priority'=>'high', 'expandable'=>true ),
Replace the code with this
array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('portfolio','page','post','forum'), 'context'=>'normal', 'priority'=>'high', 'expandable'=>true ),
As stated above, we won’t give support for modifications.
Regards,
Ismael
Hi,
1.) Did you use the Portfolio Grid? There is the “Link Handling” option where you can select to “Open an entry on a new page”. This will disable the AJAX portfolio and clicking on the images will open the actual portfolio item page.
Regards,
Ismael
Hi,
First, upgrade to Enfold 1.8.1. Do you have any plugins that may cause the issue? Try to deactivate them first, see if the Styling works. You can also add css modifications on your custom.css.
Regards,
Ismael
Hi,
On the youtube settings, you can upload a custom thumbnail. Please upload a thumbnail with the play button.
This is the current youtube thumbnails: http://img.youtube.com/vi/U36XJaETbh8/maxresdefault.jpg
Regards,
Ismael
-
AuthorPosts