Forum Replies Created
-
AuthorPosts
-
Hi cyrber!
Thank you for using Enfold.
I’m sorry but I’m not sure what you mean by new position for the advertising widget. Can you please provide a screenshot? Note that you can show widgets using the Widget Area element.
Best regards,
IsmaelHi jcarter123!
Thank you for using Enfold.
You can upload the transparent logo on Enfold > Header Layout > Transparency Options panel. You can also change the menu color there.
Best regards,
IsmaelHey marjan2k!
Thank you for using Enfold.
Please use this on Quick CSS or custom.css to adjust the size of the menu items:
@media only screen and (max-width: 1410px) { .av-main-nav>li>a { padding: 0 8px; font-size: 12px; } }Best regards,
IsmaelHi!
Thank you for the update.
You can use this on Quick CSS or custom.css:
@media only screen and (max-width: 767px) { .responsive #header_main .inner-container, .responsive .main_menu { display: block; } .avia-menu.av-main-nav-wrap.av_menu_icon_beside { display: none; } .responsive.html_header_top #header_main .social_bookmarks { right: 0; margin-top: 0; } .responsive #header .main_menu ul { display: block; } }Regards,
IsmaelHi Tim!
Thank you for using Enfold.
Can you please provide a screenshot of the issue? I checked the site and it looks fine on smaller screens. What do you mean by “mobile optics”?
Cheers!
IsmaelHi kriru!
Thank you for using Enfold.
You can remove the comment tab with this on Quick CSS:
.tab.widget_tab_comments { display: none !important; }Best regards,
IsmaelHi!
Thank you for the update.
Please enable mouse right click so that we can inspect the site. Make sure that you’re running Enfold 3.0.1 on WordPress 4.0.
Best regards,
IsmaelHi momon!
Thank you for using Enfold.
You can use this to remove the top margin of the very top columns:
body .tab_inner_content .column-top-margin { margin-top: 0; }Cheers!
IsmaelHi ykblue!
Thank you for using Enfold.
Please use this instead:
.caption_left .slideshow_caption { left: 5%; top: 46%; }Regards,
IsmaelHi Dan!
Thank you for using Enfold.
Please use this on Quick CSS or custom.css:
#footer div .av_one_fourth:first-child { width: 23%; } #footer div .av_one_fourth:nth-child(2) { width: 18%; }Best regards,
IsmaelOctober 20, 2014 at 8:03 am in reply to: Enfold Portfolio entries' text editor not displaying correctly #338167Hey cbrand!
Thank you for using Enfold.
Please give us a link to the actual website. Make sure that you’re running WordPress 4.0 with Enfold 3.0.1.
Regards,
IsmaelHi ideasbyeb!
Thank you for using Enfold.
You can use a redirection plugins:
https://wordpress.org/plugins/404-redirection/
https://wordpress.org/plugins/all-404-redirect-to-homepage/
https://wordpress.org/plugins/search.php?q=404+redirectCheers!
IsmaelHi addwebtoday!
Thank you for using Enfold.
Please check the page’s Layout > Title Bar Settings. You can also change that option via Custom Fields. Look for header_title_bar then set the value to title_bar_breadcrumb.
Regards,
IsmaelHi tremblayly!
Thank you for using Enfold.
Did you modify the H2 element on the Advanced Styling panel? If that is the case, you can refer to this link: https://kriesi.at/support/topic/advanced-styling-overwriting-custom-color-on-special-heading/#post-335484
Cheers!
IsmaelHey artspbseo!
Thank you for using Enfold.
You can change that on Appearance > Menus panel. Look for the Description field of the menu items.
Best regards,
IsmaelHi envapk2!
Thank you for using Enfold.
You can use the Grid Row element then remove the flex cell padding with this:
.flex_cell { padding: 0; }Cheers!
IsmaelHey Jack!
Thank you for using Enfold.
There is no option for changing the page title but you can add this on functions.php to replace the current page title with something else:
add_filter('avf_title_args', 'change_page_title', 10, 2); function change_page_title($args,$id) { if ( is_page('Page Title') ) { $args['title'] = 'New Page Title'; } return $args; }Cheers!
IsmaelHey!
Thank you for using Enfold.
We recommend using WP Super Cache and BWP Minify. I’m sorry but we don’t provide support for third party plugins. Please contact the plugin author. If you end up using BWP Minify plugin, please add this on functions.php:
add_filter('bwp_minify_style_ignore', 'exclude_my_css'); function exclude_my_css($excluded) { $excluded = array('avia-custom', 'avia-layout'); return $excluded; }Regards,
IsmaelHi p_lo84!
Thank you for using Enfold.
Unfortunately, no, that will require a bit of customization which is beyond the scope of support. Please visit Envato Studio or Werkpress for further customization. You can also vote or request the feature on our Feature Requests page.
Best regards,
IsmaelHey!
Thank you for using Enfold.
Can you please give us a link to a category page with the template? How did you name the template file? Please refer to this link on how to properly name a category archive template: http://codex.wordpress.org/Category_Templates
Best regards,
IsmaelOctober 20, 2014 at 4:24 am in reply to: Problem uploading images in WP media library after updates #338120Hey SteveRousseauDesigns!
Thank you for using Enfold.
Please deactivate all plugins then upload an image again. Increase the wordpress memory limit to at least 128M. Please refer to this link: http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Cheers!
IsmaelHey!
If you want to replace the video and ov_video icons, you can use this:
add_filter('avf_default_icons', 'avf_change_default_icons', 10, 2); function avf_change_default_icons($icons) { $icons['video'] = array( 'font' =>'entypo-fontello', 'icon' => 'ue800'); $icons['ov_video'] = array( 'font' =>'entypo-fontello', 'icon' => 'ue800'); return $icons; }Note that you can only use icons that you uploaded using the Iconfont Manager from fontello.com.
Regards,
IsmaelHey artspbseo!
Thank you for using Enfold.
You can add this on functions.php:
add_action('ava_after_main_menu', 'ava_facebook_add', 10); function ava_facebook_add() { if($settings['sidebarmenu_social'] != "disabled") { echo do_shortcode('FACEBOOK SHORTCODE HERE'); } }Use the plugin’s shortcode.
Cheers!
IsmaelOctober 20, 2014 at 4:16 am in reply to: How can you put a full width image or background in the footer? #338116Hey speedraleigh!
Thank you for using Enfold.
It depends on the image size. What is the size of the image background that you want to use? You can add the background image on Enfold > General Styling > Footer panel. Look for the Background Image option.
Regards,
IsmaelHey!
Thank you for using Enfold.
Did you add any modifications on the theme? Please override the whole theme files. Download the latest version from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
IsmaelHey tastedesign!
Thank you for using Enfold.
Please replace the code with this:
.page-id-3452 figcaption.av-inner-masonry-content.site-background:hover { background-color: #00b1b0; }Regards,
IsmaelHi barrygur!
Thank you for using Enfold.
Which button are you referring to? A link and a screenshot will help.
Regards,
IsmaelHey akselo!
Thank you for using Enfold.
I’m sorry but we don’t provide support for third party plugins as stated on our support policy. Please contact the plugin author.
Cheers!
Ismael -
AuthorPosts
