Forum Replies Created
-
AuthorPosts
-
Hi,
Try adding this at the end of js/avia.js:
jQuery(function() { jQuery(".avia-content-slider a").each(function(){ jQuery(this).attr("href", "http://google.com"); }); });Change http://google.com to the designated portfolio page URL.
Regards,
JosueHey!
Do Quick CSS work?
Try this too:
http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHPCheers!
JosueHello!
This is more of a WordPress issue rather than a theme one, unfortunately is out of the support scope we offer, try contacting a specialist.
Cheers!
JosueHey Bedros!
You can try:
add_filter('avf_title_args', 'fix_blog_page_title', 10, 2); function fix_blog_page_title($args,$id) { if(is_single() && get_post_type() == "post") $id = 20; $args['title'] = "Custom Text String"; $args['link'] = get_permalink($id); return $args; }Cheers!
JosueGlad it worked for you Melanie :)
Best regards,
JosueHey!
I was able to embed an audio file without issues here:
http://balancefinancialeducation.com/test/Make sure you are using the [audio] shortcode:
http://codex.wordpress.org/Audio_ShortcodeRegards,
JosueHi!
Please check if the videos in the following page work on your end:
http://kriesi.at/themes/enfold/homepage/home-v9-videos-and-parallax/Best regards,
JosueApril 29, 2014 at 6:51 pm in reply to: Breadcrumbs – remove You are here, change home to icon #257791Hey!
Give that div a class of phone-info and add this to the Quick CSS;
.phone-info{ position: absolute; right: 0; top: 35%; }Cheers!
JosueHi!
The only element that have that functionality built-in (infinite scrolling) is the Masonry Element.
Regards,
JosueHello!
This is beyond the scope of the support we can offer.
Here’s some tip: make sure you match the plugin compatibility requirements (WordPress and PHP versions).
Cheers!
JosueTopic closed, glad you figured it out.
Hi,
Can you post the link to your website please?
Regards,
JosueHi,
Can you post the link to your website please? also indicate which button you want to receive an ID.
Regards,
JosueHey!
Try updating both WordPress and Enfold to their respective latest version, it may get fixed.
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
.av-share-box-list, .av-share-box ul li { border: 0 !important; }Cheers!
JosueHey!
Change your code to:
add_filter('avf_title_args', 'single_blog_page_title', 10, 2); function single_blog_page_title($args,$id) { if( is_single() ) { $cat = get_the_category($id); $args['title'] = $cat[0]->cat_name; $args['link'] = get_category_link($cat[0]->term_id); } return $args; }Regards,
JosueHi!
Well, the code is not being added to the enfold.css file (this is where Quick CSS should be), try adding it to custom.css.
Regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHey!
Try adding this code to the Quick CSS:
#after_layer_slider_1{ border: 0 !important; }Cheers!
JosueHey!
Try adding this code to the Quick CSS:
span.avia_hidden_link_text { display: none; }Cheers!
JosueHey Jonathan!
1. Yes, you have this option: http://screencast.com/t/a2UmDeDMb
2. That’s not possible without modifying the theme code.
Cheers!
JosueHi,
Can you post a link to your website please?
Regards,
JosueHey!
Your code is wrong, the $cat and $category variables should be one:
add_filter('avf_title_args', 'single_blog_page_title', 10, 2); function single_blog_page_title($args,$id) { if( is_single() ) { $cat = get_the_category($id); if(isset($cat[0])) $args['title'] = $cat[0]->cat_name; } return $args; }Cheers!
JosueThe mail functionality is not working. There is nothing we can do from our end but advise, this is a server-side problem.
Cheers!
JosueApril 29, 2014 at 4:05 am in reply to: Trying to set default text to custom font. Seems to be overridden #257457Hi Jane!
Try adding the !important rule:
body {font-family: ‘ciclefina’, Verdana, Arial, Helvetica, Futura, sans-serif !important; }Cheers!
JosueNo, your hosting provider.
Best regards,
JosueHey!
You’d need to contact your service provider regarding this issue, tell them to activate the mail PHP function.
Cheers!
JosueHi!
I could see the line in 10.7.5, try adding this code to the Quick CSS:
.avia-layerslider { width: 1131px !important; }Cheers!
JosueHi Derek!
Check if this plugin work, just to discard if the issue is theme-related or not.
Regards,
Josue -
AuthorPosts
