Forum Replies Created
-
AuthorPosts
-
Hi,
Please send it on ///.
Include the work “Kriesi” on the subject. Add the link of this thread and the login details on your email.
Regards,
IsmaelHi,
You can use this plugin:
http://wordpress.org/plugins/no-right-click-images-plugin/
It works a treat. :)
Regards,
Ismael
Hey,
Sorry for that. Try this instead.
foreach($sorted as $key => $post_type)
{
if(isset($post_type_obj[post]->labels->name))
{
$output .= "<h4>Articles</h4>";
} elseif(isset($post_type_obj[$key]->labels->name))
{
$output .= "<h4>".$post_type_obj[$key]->labels->name."</h4>";
} else {
$output .= "<hr />";
}Regards,
Ismael
Hi,
If you’re saying the problem is the Color Section.. You should know that the color section only works in Full Width layout.
No, we don’t understand your problem. Please be more specific.
Regards,
Ismael
Hi,
Edit config-templatebuilder > aviashortcodes > portfolio.php, find this code on line 342:
//get all categories that are actually listed on the page
$categories = get_categories(array(
'taxonomy' => $params['taxonomy'],
'hide_empty'=> 0
));Replace it with:
$categories = get_categories(array(
'taxonomy' => $params['taxonomy'],
'hide_empty' => 0,
'orderby' => 'name',
'order' => 'ASC'
));You can refer to this link for more order parameters:
http://codex.wordpress.org/Class_Reference/WP_Query#Order_.26_Orderby_Parameters
http://codex.wordpress.org/Function_Reference/get_categories
Regards,
Ismael
July 23, 2013 at 4:08 am in reply to: Featured Image works on every page except my "Frontpage" #130568Hi,
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
-
AuthorPosts