Forum Replies Created
-
AuthorPosts
-
Hey park13!
How are you? I hope you feel great today. Thank you for the question.
The facebook plugin looks ok when I resize the browser. You can change the “Interesting Links” widget on Appearance > Widgets. Look for the Footer – Column widget areas. Define the number of footer columns on Enfold > Footer > Footer Columns.
If you already add the image as “Featured Image” then you don’t have to add it on the page or post editor using the “Add Media” button. Please use this plugin to manually resize the thumbnail: http://wordpress.org/plugins/simple-image-sizes/
Regards,
IsmaelHey!
I’m sorry but you’re STILL using an old version of the theme. If you’re not sure how to update the theme, please hire a a freelance developer to help you. Watch this video by Devin: https://vimeo.com/channels/aviathemes/67209750
The debugging info shows that you’re using version 2.4.5 which a very old version of the theme. Latest version is 2.5.4 which includes script fixes and video background for sliders and color sections.
Cheers!
IsmaelHi!
Thank you for using the theme. I hope you’re doing well today.
You can add this on the child theme’s functions.php:
add_filter('avf_default_icons', 'avf_change_default_icons', 10, 2); function avf_change_default_icons($icons) { $icons['standard'] = array( 'font' =>'entypo-fontello', 'icon' => 'ue836'); $icons['audio'] = array( 'font' =>'entypo-fontello', 'icon' => 'ue921'); return $icons; }
Best regards,
IsmaelHi Zheq!
Thank you for using the theme. I hope you’re doing well today.
You can add a unique id for the Color Section. Edit the color section element then look the “For Developers: Section ID” field. Add an id like “awesome-section”. Add this on Quick CSS if you want to change the image overlay for that section only:
#awesome-section .image-overlay{ position: absolute; background: #194670; width: 240px; border-radius: 120px; -webkit-border-radius: 120px; -moz-border-radius: 120px; z-index: 500; height:100%; width:100%; opacity: 0; filter:alpha(opacity=0); }
Best regards,
IsmaelMarch 5, 2014 at 7:50 am in reply to: small header – layer slider WP: problems with images loading #232566Hi!
Thank you for using the theme. I hope you’re doing well today. You should probably ask the plugin author of the Events Manager plugin. Enfold is not fully configured to work with the Events Manager plugin. If you like to experiment, you can try the Revolution Slider plugin which is compatible with Enfold. Again, I’m not sure if is compatible with the Events Manager shortcodes.
Best regards,
IsmaelHey!
Thank you for using the theme. I hope you’re doing well today.
Have you tried removing the browser cache on your mobile device? Reload the page a few times. I’ll ask Josue and Yigit to check this.
Best regards,
IsmaelHey!
Thank you for using the theme. I hope you’re doing well today.
You can replace Yigit’s code with this if you want to change it for the home page only:
.home div .logo { left: 40%; }
Cheers!
IsmaelHi!
Hope you’re feeling well today! Thank you for using the support forum.
I checked the link that you gave us but it takes me to a 404 error page. Please try to flush the permalink settings on Settings > Permalink panel. Click the “Save” button once to flush the settings.
Cheers!
IsmaelHey!
How are you? I hope you feel great today. Thank you for the question.
I checked the website but there is no section with an id like “client-success”. Please edit the Color Section then place the id on “For Developers: Section ID” field.
Please refer to this link: http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/
Regards,
IsmaelMarch 5, 2014 at 7:28 am in reply to: Change safely breadcrumbs without changing anything in future updates #232557Hi Soapmarine!
Thank you for using the theme. I hope you’re doing well today.
Please add this on functions.php:
add_filter('avia_breadcrumbs_args', 'change_breadcrumb_before', 10, 1); function change_breadcrumb_before($args) { $args['before'] = '<span class="breadcrumb-title">' . __( 'You are not here, you're there:', 'avia_framework' ) . '</span>'; return $args; }
If you’re using a child theme, place it at the bottom of the child theme’s functions.php.
Best regards,
IsmaelMarch 5, 2014 at 7:17 am in reply to: How to add the round social icons to a footer column in Enfold #232553Hi fgrippe!
How are you? I hope you feel great today. Thank you for the question.
You need to use a social plugin like AddThis or Socialize then their shortcode on a Text Widget. You can also generate the Icon shortcode on a test post or page then use place the actual shortcode inside the Text Widget.
Regards,
IsmaelHey David!
Looks like you managed to move the social icons like the screenshot. You can add the hover background on the social icons using this on Quick CSS:
#top .social_bookmarks_facebook a { color: #fff; background-color: #37589b; }
Regards,
IsmaelHi!
Thank you for using the theme. I hope you’re doing well today.
You don’t have a sub-menu when I checked the website. Please remove this code:
#menu-item-3046 > a { color: #98bf0d; }
This will force the “projecten” menu item to be highlighted even if it’s not the active page.
Best regards,
IsmaelHi!
You can create a child theme if you want to preserve the modifications that you did. Add the code I posted on the child theme’s functions.php.
Cheers!
IsmaelMarch 4, 2014 at 2:18 pm in reply to: How do you change the logo AFTER you have initially installed a theme? #232204Hey mark0tz!
What theme are you currently using? If you have the latest avia framework, you can upload a logo on Theme Options > Logo.
Best regards,
IsmaelMarch 4, 2014 at 2:17 pm in reply to: Facebook Like in Floating Sidebar Not working properly #232202Hey!
Did you remove the “Like” button? I can’t see it on the floating plugin.
Regards,
IsmaelHey!
Can you please give us a link to the product page with the up-sells and cross-sells linked products?
Regards,
IsmaelHey C0rien!
Please use this:
.current-menu-item > a { color: green !important; } .main_menu a:hover { color: green !important; }
Cheers!
IsmaelHi honesty1993!
Deactivate the Enfold theme then rename the folder. Activate it again.
Regards,
IsmaelHi!
I’m sorry if you don’t understand me. Like I said, you can’t use fonts which are not included on the Google Fonts library on Heading Font option. Please use Yigit’s code if you want to change the heading to Georgia.
Cheers!
IsmaelHi Benjaminlivingthebrand!
Edit config-templatebuilder > avia_shortcodes > portfolio.php, find this code on line 623:
$output .= "<h2 class='portfolio-preview-title entry-title' $markup><a href='{$link}'>".$entry->post_title."</a></h2>";
Replace it with:
$output .= "<h2 class='portfolio-preview-title entry-title' $markup><a href='#close'>".$entry->post_title."</a></h2>";
Cheers!
IsmaelHey honesty1993!
Please refer to this link: http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/
Regards,
IsmaelHi Benjaminlivingthebrand!
Edit includes > admin > register-portfolio.php, find this code on line 9:
'name' => _x('Portfolio Items', 'post type general name','avia_framework'),
Replace it with:
'name' => _x('Items', 'post type general name','avia_framework'),
Cheers!
IsmaelHi Benjaminlivingthebrand!
Can you please post a screenshot of what you’re trying to do? I think it is not possible to set different width for ajax portfolio preview without major css modifications.
Cheers!
IsmaelMarch 4, 2014 at 1:38 pm in reply to: Events calendars entries are not aligned with other entries on the blog page #232180Hi ullastret!
Can you please give us a link to the actual website?
Best regards,
IsmaelHey!
Please add this on Quick CSS or custom.css:
#header .avia_mega_div { left: -300px !important; }
Regards,
IsmaelHi AlexanderPetznek!
The width of the background image should be 1130px.
Cheers!
IsmaelHi!
Please add this on functions.php:
function fix_ssl_upload_url( $url ) { if ( is_ssl() ) $url = str_replace( 'http://', 'https://', $url ); return $url; } add_filter( 'upload_dir', 'fix_ssl_upload_url' );
Regards,
Ismael -
AuthorPosts