Forum Replies Created
-
AuthorPosts
-
Hey!
Could you please elaborate on what do you want to control exactly?
Best regards,
JosueHey!
For #1, try this code instead:
add_filter('avf_title_args', 'avf_portfolio_title_args', 10, 1); function avf_portfolio_title_args($args) { $title = get_the_title($id); if(is_singular('portfolio')) { $terms = get_the_terms( $id, 'portfolio_entries' ); $portfoliocat = array(); foreach ( $terms as $term ) { $portfoliocat[] = $term->name; } $args['title'] = $portfoliocat[0]; } else { $args['title'] = $title; } return $args; }Cheers!
JosueHey!
That’s a Tab element (Content Elements), you can set icons to tab titles.
Best regards,
JosueHey!
Your site looks good so far, one thing i could recommend is reducing the number of columns (BLOGS – VIDEOS – PODCASTS) from 3 to 2 to maintain legibility on the titles.
Also, i’d suggest increasing the memory limit of PHP (you currently have 128M):
http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHPBest regards,
JosueHey Michael!
Try using anchor tags:
<a name="something"></a>http://help.typepad.com/anchor-tags.html
Regards,
JosueHi!
Try adding this to Quick CSS:
.header_bg{ background: rgba(255,255,255,0.8) !important; }Adjust the “0.8” as needed.
Cheers!
JosueHi Jon!
By search results you mean site search results or google search results?
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
#top #header .avia_mega_div > .sub-menu { padding: 0px 0px 30px; } #top #header .avia_mega_div > .sub-menu > li#menu-item-4920 { padding-top: 0; padding-left: 0; } #top #header .avia_mega_div > .sub-menu > li{ padding-top: 30px; padding-left: 20px; }Cheers!
JosueHi!
Try adding this to your .htaccess file:
<FilesMatch "\.(ttf|otf|woff)$"> <IfModule mod_headers.c> Header set Access-Control-Allow-Origin "*" </IfModule> </FilesMatch>Regards,
Josue-
This reply was modified 11 years, 7 months ago by
Josue.
September 11, 2014 at 1:46 am in reply to: How to modify the position for advanced_menu_toggle in Enfold theme #317076Allí es donde esta actualmente, lo que necesitamos saber es donde lo quieres?
Hi!
loop-index.php, around line 187.
Cheers!
JosueHey Andy!
You can put img HTML tags as the label of the menu item – http://screencast.com/t/N0z06pd6r
Regarding mega menus: https://vimeo.com/92503669
Cheers,
JosueSeptember 11, 2014 at 1:41 am in reply to: Bug with current version of Google Chrome (Version 37.0.2062.103 m)? #317072Hi!
1. I couldn’t really note it on my end (Chrome 37.0.2062.103 / OS X 10.9).
2. Regarding the tooltip thing, try adding this to Quick CSS:
.gm-style-iw > div { overflow: hidden !important; }Cheers!
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueHey!
Try adding this to your theme functions.php or wp-config.php:
error_reporting(E_ALL ^ E_NOTICE);Cheers!
JosueHey!
That’s expected, if you use ALB on a page/post/cpt the file that gets rendered is template-builder.php.
Best regards,
JosueSeptember 11, 2014 at 1:26 am in reply to: Social Icons and Arrows disappeared after Update to WordPress 4.0 #317059Hi!
Try adding this to your .htaccess file:
<IfModule mod_headers.c> Header set Access-Control-Allow-Origin "*" </IfModule> </FilesMatch>Regards,
JosueHi Justin!
This code is overriding the normal responsive behavior of the Enfold columns:
#home div.av_one_fourth {margin-left:0%!important;width:26.5%!important;background:#c51230;min-height:404px!important;} #home div.av_three_fourth {margin-left: 0%!important;width:73.5%!important;background:#c51230;}I’d suggest removing the width values:
#home div.av_one_fourth {margin-left:0%!important;background:#c51230;min-height:404px!important;} #home div.av_three_fourth {margin-left: 0%!important;background:#c51230;}Best regards,
JosueSeptember 11, 2014 at 1:19 am in reply to: Promo BoX Button not showing up after WP 4.0 upgrade #317054Hi,
Can you post the link to your website please?
Regards,
JosueHi Karl!
The big issue here would be the accordion, i’d suggest using images of 1200px width.
Regards,
JosueHey Vicki!
This seems to be a server issue rather than a theme one, have you tried contacting your service provider support?
Best regards,
JosueSeptember 11, 2014 at 12:52 am in reply to: how to change "title" for link in breadcrumb bar #317042Hi,
It worked on my end, can you please create me an administrator account? post it here as a private reply.
Regards,
JosueHi!
That’s happening because of this custom code you have in style.css:
#home div.av_one_fourth {margin-left:0%!important;width:26.5%!important;background:#c51230;min-height:404px!important;} #home div.av_three_fourth {margin-left: 0%!important;width:73.5%!important;background:#c51230;}You should add some media queries so it changes the percentage values according to the screen size, like:
@media only screen and (max-width: 989px) { #home div.av_one_fourth {width:50%!important;} #home div.av_three_fourth {width:50%!important;} } @media only screen and (max-width: 767px) { #home div.av_one_fourth {width:100%!important;} #home div.av_three_fourth {width:100%!important;} }Regards,
JosueHi Rolf,
Open /enfold/config-templatebuilder/avia-shortcodes/magazine.php and look for line 529:
$title = "<a href='{$link}' {$titleAttr}>".get_the_title($entry->ID)."</a>";Replace it by this:
$title = "<a href='{$link}' {$titleAttr}>".get_the_title($entry->ID)."</a> | <a href='{$link}'>".get_comments_number($entry->ID)." Comments</a>";Regards,
Josue-
This reply was modified 11 years, 7 months ago by
Josue.
Hi,
Can you post the link to your website please?
Regards,
JosueSeptember 10, 2014 at 11:14 pm in reply to: No Response from Enfold Theme Options Start-Up Page #317003Updating should fix the issue, let us know how it goes :)
Best regards,
Josue -
This reply was modified 11 years, 7 months ago by
-
AuthorPosts
