Forum Replies Created
-
AuthorPosts
-
Hey!
You can use this:
.avia-caption-title { font-family: 'Raleway', sans-serif !important; font-size: 15px; line-height: 24px; }
Regards,
IsmaelHey!
You need the svg format or convert any vector format images to svg. https://github.com/fontello/fontello/wiki/How-to-use-custom-images
Regards,
IsmaelHey!
Can you please deactivate all plugins specially the WP Super Cache plugin? Remove browser cache then reload the page. Check if the issue is gone.
Best regards,
IsmaelHey!
Edit the Fullscreen Slider element then look for Slideshow Image Size option. Choose No Scaling(Original Width and Height).
Cheers!
IsmaelDecember 13, 2013 at 10:21 am in reply to: Opt-In Newsletter and Social Media Icons in Footer #199845Hi 500Webmaster!
1.) Look for plugins: http://wordpress.org/plugins/tags/opt-in
You can also try a sticky opt-in plugin: http://wordpress.org/plugins/sticky-email-opt-in-popup/
2.) You can use the AddThis plugin: https://kriesi.at/support/topic/placing-addthis-social-icons-into-the-header/?replies=4#post-134606
Best regards,
IsmaelHey Barry!
Please refer to this link: https://kriesi.at/support/topic/enfold-portfolio-not-working-after-wordpress-3-8-update/
Regards,
IsmaelHi yukanl!
Maybe these plugin will help:
http://wordpress.org/plugins/redirection/
http://wordpress.org/plugins/safe-redirect-manager/Best regards,
IsmaelHi Glyphism!
You need to hire a freelance developer to do this for you or use the Fullscreen Slider element.
You can also try this:
Insert a Color Section then add a section ID on “For Developers: Section ID”. Let’s add “fullscreen-section” for example. Edit js > avia.js, find this code:
$.avia_utilities = $.avia_utilities || {};
Below, add this code to modify the height of the #fullscreen-section.
$(function(){ $('#fullscreen-section').css({'height':($(window).height())+'px'}); $(window).resize(function(){ $('#fullscreen-section').css({'height':($(window).height())+'px'}); }); });
Cheers!
IsmaelHi!
Did you use custom links to create the menu? Please use the existing pages listed on the Pages panel of Appearance > Menus.
Cheers!
IsmaelHi!
Can you please list the thumbnail sizes that is not resizing correctly? A link to each page with thumbnail issue will help.
Regards,
IsmaelDecember 13, 2013 at 9:43 am in reply to: Portfolio Grid – Portfolio Categories not displaying #199823Hi!
Glad you fixed it. I’ll notify Kriesi. Did you recently update to WordPress 3.8?
Dude provided a fix here: https://kriesi.at/support/topic/enfold-portfolio-not-working-after-wordpress-3-8-update/
Cheers!
IsmaelHi!
1.) Create two different pages then insert the Portfolio Grid element. Configure the element for each page, select 4 under Posts Number on the first page and select 10 on the other.
2.) You can add this on functions.php:
function custom_post_grid_query( $query, $params ) { $query['orderby'] = 'date'; $query['order'] = 'ASC'; return $query; } add_filter( 'avia_post_grid_query', 'custom_post_grid_query', 10, 2);
Refer to this link for more order parameters: http://codex.wordpress.org/Class_Reference/WP_Query#Order_.26_Orderby_Parameters
Best regards,
IsmaelHey oliviad!
You can add this on your custom.css or Quick CSS to reduce the height of the header.
/*header with social icons: */ .social_header #header_main .container, .social_header .main_menu ul:first-child > li a { height: 88px; line-height: 88px; }
Use this to decrease the top padding of the main container as you reduce the header height:
.fixed_header.social_header #main { padding-top: 120px; }
Cheers!
IsmaelHey MtnStreamGroup!
What type of header do you have? Please check on Enfold > Header > Header Type. Also, please check if the Slideshare icon is available on http://fontello.com/. If not then you might need to create the icon manually.
Regards,
IsmaelHey j1980mac!
I’m not sure if this is a plugin or Kriesi made it himself. Let me ask the other support members.
Regards,
IsmaelHi djg970!
Please check if this file exist wp-content/uploads/dynamic_avia/enfold.css. Reset the predefined color scheme on Enfold > Styling to flush the css settings. Do this a few times. Please give us a a link to the website.
Best regards,
IsmaelHey kecster2!
Add this on your custom.css or Quick CSS:
#av_section_1 { z-index: 20; position: relative; }
Cheers!
IsmaelHey kecster2!
Edit header.php, find this code:
/* * Hook that can be used for plugins and theme extensions (currently: the wpml language selector) */ do_action('avia_meta_header'); echo '</nav>';
Below, add this code:
echo "<div class='header-buttons'>"; echo "<a href='' class='header-button header-chat'>LIVE CHAT Online</a>"; echo "<a href='' class='header-button header-contact'>Contact Us</a>"; echo "</div>";
Edit Quick CSS or custom.css then use this
.header-buttons { position: absolute; right: 0; border: none; } .header_color .header-buttons a { display: block; padding: 5px 10px 5px 20px; float: left; color: white; } .header-buttons a.header-contact{ background: green url(ICON URL HERE) left center no-repeat; } .header-buttons a.header-chat{ background: blue url(ICON URL HERE) left center no-repeat; }
You need to provide your own icon image as background. It should be transparent.
Regards,
IsmaelHi MaxMyBody1!
Please refer to this link: http://codex.wordpress.org/Appearance_Menus_Screen#Rearranging.2C_Configuring.2C_and_Deleting_Menu_Items
Create a single menu then drag a menu item slightly to the right of the menu item above it to create a hierarchy (parent/child) relationship in the menu. This will create a drop down menu.
Cheers!
IsmaelHey!
What type of header do you have? Please check on Enfold > Header > Header style.
Regards,
IsmaelHi Glyphism!
Can you please give us a link to the website?
You need to set sub pages.
1.) Go to Administration > Pages > Edit the existing pages.
2.) In the right menu, click the “Page Parent” drop-down menu. The drop-down menu contains a list of all the Pages already created for your site.
3.) Select the appropriate parent Page from the drop-down menu to make the current Page a child Page.This page hierarchy will also be reflected on the menu items.
Cheers!
IsmaelHey sgrobert!
There must be a plugin conflict with the theme. Please deactivate all plugins, see if the issue goes away. Activate the plugins again one at a time.
Regards,
IsmaelDecember 13, 2013 at 8:26 am in reply to: Enfold: How to change DATE FORMAT for Multi-author blog archive #199787Hi bvalliance!
You can do that on Settings > General > Date Format, select custom then add this format M j, Y.
Best regards,
IsmaelHi MtnStreamGroup!
1.) What do you mean by automatic year php? Is this a code that you add on the footer? Please post it here.
2.) Go to Enfold > Footer > Copyright. Place the [nolink] tag.
3.) Edit footer.php, find this code on line 115:
</div> <!-- ####### END SOCKET CONTAINER ####### --> </footer>
You can manually place the second logo on top of it.
Regards,
IsmaelHey!
Change the color of the bold font using this:
.main_color b { color: red; }
And the links using this:
.main_color a { color: black; }
Regards,
IsmaelHey!
I applied the background image again on Global Settings. Please add this on your custom.css or Quick CSS:
.ls-inner { -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-repeat: no-repeat; }
Cheers!
IsmaelHi!
Place it on http://naturaintegrativehealth.com/wp-content/themes/enfold/pdf folder. You can create a pdf folder if it doesn’t exist then add the pdf file there. Use Josue’s code:
<a href="http://naturaintegrativehealth.com/wp-content/themes/enfold/pdf/sample.pdf">Download Sample</a>
Cheers!
Ismael -
AuthorPosts