Forum Replies Created
-
AuthorPosts
-
January 3, 2015 at 2:23 am in reply to: Change transparency to border in small bar above main menu #374376
Hey!
@millertimessites: If you don’t mind, please create your own thread to keep the thread on topic. We’ll answer your own inquiry there. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.
Best regards,
IsmaelHi mattmikulla!
Thank you for using Enfold.
If you don’t mind, we would like to see the actual website. Make sure that you’re running Enfold 3.0.4 on WordPress 4.1.
Cheers!
IsmaelHey Syrsan!
Happy new year!
I’m sorry but you’re using an old version of the theme. Please 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/
Cheers!
IsmaelHey amirhossein!
Thank you for using Enfold.
I’m sorry but this will require major modification on the theme. You can edit includes > helper-main-menu.php file if you want to add another menu on top of the default navigation. Look for this code:
echo "<nav class='main_menu' data-selectname='".__('Select a page','avia_framework')."' ".avia_markup_helper(array('context' => 'nav', 'echo' => false)).">"; $avia_theme_location = 'avia'; $avia_menu_class = $avia_theme_location . '-menu'; $args = array( 'theme_location' => $avia_theme_location, 'menu_id' => $avia_menu_class, 'menu_class' => 'menu av-main-nav', 'container_class' => $avia_menu_class.' av-main-nav-wrap'.$icon_beside, 'fallback_cb' => 'avia_fallback_menu', 'walker' => new avia_responsive_mega_menu() ); wp_nav_menu($args); if($icon_beside) echo $icons; /* * Hook that can be used for plugins and theme extensions */ do_action('ava_inside_main_menu'); echo '</nav>';Use the Fullwidth Submenu element to add a custom menu below the slider.
Cheers!
IsmaelHey!
Thank you for using Enfold.
Generate the icon shortcode on a posts or page then copy it on the Navigation Label field next to the menu item.
Best regards,
IsmaelHey!
You can use the theme’s shortcode wand instead. Remove the html allowed tags notice with this on Quick CSS:
p#form-allowed-tags { display: none; }Regards,
IsmaelJanuary 1, 2015 at 5:38 am in reply to: knowing which Enfold theme files were updated to compare w/ child theme changes #373769Hey understandchristianity!
Thank you for using Enfold.
1.) I’m sorry but we won’t be able to help you trace back changes and modifications made on the update. Check the change log on the theme’s overview page.
2.) Yes, you need to copy the exact template file directory although some files can’t be edited using the child theme, framework files, for example. You need to use filters or hooks if it’s available.
3.) Please contact the plugin author regarding this one.
Regards,
IsmaelHi!
Use this instead:
.icon-custom-hover:hover a { color: blue !important; } .main_color .icon-custom-hover:hover a.av-icon-char { border-color: black; }Cheers!
IsmaelJanuary 1, 2015 at 5:04 am in reply to: Change menu font color when transparent header scrolls down #373765Hey entrepreneur41!
Happy new year!
Change the menu color on Enfold > Header > Transparent Options panel > Transparency menu color.
Best regards,
IsmaelHi voice903fm!
Thank you for using Enfold.
Looks like the plugin is in conflict with the default lightbox. You can disable the default lightbox on Enfold > Theme Options >Lightbox Modal Window.
Cheers!
IsmaelHey!
We can’t see the logo image. Please remove the logo on Enfold > Theme Options > Logo setting then upload it again. Make sure that you select the Fullsize thumbnail before you insert the image as logo.
Regards,
IsmaelHey blaineglobal!
Happy new year!
Enable the custom css class option. Refer to this link: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Use “offset-image” on the custom css class field for example. Add this on Quick CSS;
.offset-image { position: relative; top: -50px; }Use css media queries to adjust the top position on different screen sizes.
Regards,
IsmaelHey Harris!
Thank you for using Enfold.
Please increase the WP memory limit: http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Happy new year!
Regards,
IsmaelJanuary 1, 2015 at 4:48 am in reply to: Organizing my posts in many ways and maybe adding custom fields? #373758Hey tamaranfibeitek!
Thank you for using Enfold.
I think you can accomplish this with categories. In a chest and leg exercise, for example, add the appropriate categories (leg and chest) plus the difficulty level category. Create pages that will separate the exercises by category using the Blog Posts element.
Cheers!
IsmaelHey!
Yes, that is the reason why the related posts is not showing by default. I’m sorry but we don’t really recommend using ALB for posts because of these minor issues. You will have to create the posts content manually now.
The videos are very helpful. :)
Regards,
IsmaelHi!
I’m sorry but it’s not possible to upload custom fonts. It should be from the fontello.com site. If you want, you can change the icon to images.
Cheers!
IsmaelHey!
@p_castro: Thank you for taking interest on improving the Enfold theme on legacy browsers such as IE8. We all know that this browser will become obsolete soon, if not, will be almost non-existent on windows machines on the coming years. I’m not going to bore you with the details but the IE8 usage or global market share ranged from 6% to 8% and continues dwindle to the point that it is no longer sensible to exert too much effort on supporting this browser. Windows XP is the main reason IE8 stayed that long on the browser circulation. The OS is widely use on the PC ecosystem, particularly for businesses, but Microsoft already ended their support on Windows XP last April. With the ending of support for XP, users are essentially going to be forced into having to upgrade their operating systems to receive assistance, security updates, et cetera. Upon upgrading to these newer systems, users will need to also update their browser to a newer version. Still, Enfold is compatible with the browser with few minor flaws which are to be expected given the fact that IE8 is an almost 6 year old piece of software. Also, Envato no longer requires Internet Explorer 8 support from their themes which is why other premium themes such X doesn’t claim IE8 compatibility.
@Sladestyle: Please try to replace the code with this:function add_custom_slider(){ ?> <script> jQuery(window).load(function(){ if (jQuery(window).width() >= 735){ jQuery(".homeslide-mobile").hide(); } }); </script> <?php } add_action('wp_footer', 'add_custom_slider');Cheers!
IsmaelHey!
It is possible. Enable the custom css class: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Use “icon-custom-hover” on the Custom CSS Class field for example. Add this on Quick CSS:
.icon-custom-hover span:hover { color: red; }Please open a new thread for new inquiries. For further modifications, please visit Envato Studio or Werkpress.
Regards,
IsmaelHey!
You can create a custom link on Appearance > Menus panel then add the # sign as URL. Regarding the sliders, looks like you’re not using fancy animations on the slider. Please use the easy sliders on the ALB instead of the layer slider or add the images as layer instead of slide background to prevent the default background cropping. Set the width and height of the layer to 100%.
Cheers!
IsmaelHey!
Please check the site now: http://clubhotelloutraki.gr.5-189-131-5.socialdive.gr/
We edited the code on functions.php, line 17:
function avia_add_custom_icon($icons) { $icons['foursquare'] = array( 'font' =>'fontello', 'icon' => 'ue800'); return $icons; } add_filter('avf_default_icons','avia_add_custom_icon', 10, 1); function avia_add_custom_social_icon($icons) { $icons['Foursquare'] = 'foursquare'; return $icons; } add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);You can now add the new social icon on Enfold > Social Profiles panel.
Cheers!
IsmaelHey!
Please use this on Quick CSS or custom.css to adjust the width of the masonry entry on larger screen sizes:
@media only screen and (min-width: 1800px) { .responsive.html_stretched .av-masonry-col-flexible .av-masonry-entry { width: 33.3%; } }Best regards,
IsmaelHey!
Try to move the font resizer with this on Quick CSS:
li.fontResizer { position: absolute; top: 0; }Can you please provide a test page with the hotspots issue?
Cheers!
IsmaelHi!
Apply a background color and add a unique id on the section using the For Developers: Section ID field. Use “boxed-section” for example then use this on Quick CSS or custom.css:
#boxed-section .container { width: 1030px; }Use css media queries to adjust the width of the section container on different screen sizes.
Regards,
IsmaelHey!
Is increasing the container width out of the question? You can try to increase Maximum Container width on Enfold > General Layout > Dimensions panel. Or add this on Quick CSS or custom.css to show the mobile menu earlier:
@media only screen and (max-width: 1024px) { .html_mobile_menu_tablet .main_menu , .html_mobile_menu_tablet #header_main_alternate{display:none;} .html_mobile_menu_tablet .container #advanced_menu_toggle, .html_mobile_menu_tablet #advanced_menu_hide{display:block;} .html_mobile_menu_tablet #mobile-advanced{display:block;} }Regards,
IsmaelHi!
Please try to install the plugin suggested above: https://wordpress.org/plugins/wp-mail-smtp/
Refer to this link for more info: https://www.digitalocean.com/community/tutorials/how-to-use-google-s-smtp-server
Regards,
IsmaelHey!
You did add tags on the post but no two posts have the same tags on them. See these posts for reference:
http://www.lutherapy.com/this-is-a-nice-post/
http://www.lutherapy.com/lorem-ipsum-dolor-sit-amet-consectetuer-adipiscing-elit-aenean-commodo-ligula-eget-dolor-aenean-massa/They have at least one related tags.
Best regards,
IsmaelHi!
Yes, it is possible to add widgets on the top bar but it will require modification on the theme. Add the button using html codes on the phone info fields then use this to enlarge the social icons:
#top .social_bookmarks li a { width: 50px; line-height: 50px; min-height: 50px; font-size: 25px; } #top .social_bookmarks li { width: 50px; }Cheers!
IsmaelHi!
Aside from the suggestion above, you can create a new set of menu for different pages using these plugins:
https://wordpress.org/plugins/menu-items-visibility-control/
https://wordpress.org/plugins/zen-menu-logic/Regards,
Ismael -
AuthorPosts
