Forum Replies Created
-
AuthorPosts
-
Hey!
Please check the file permission of wp-content/uploads/dynamic-avia/enfold.css file. Set it to 755. Flush the predefined color scheme option a few times.
Cheers!
IsmaelHi awilson3rd!
It is not theme related. Please refer to these links:
http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-strong-element
http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-b-element
http://www.w3.org/International/questions/qa-b-and-i-tagsAnyway, you can manually change the strong tag to b tag on the HTML or Text editor.
Best regards,
IsmaelHey der_mueller!
Please use this on Quick CSS:
.header_color .main_menu ul, .header_color .main_menu .menu ul li a { background: rgba(255,255,255,0.5); }
Best regards,
IsmaelHi!
Yigit’s code should work with a few modification. Please use this:
.fixed_header.social_header #main { padding-top: 0; } .header_color .header_bg { background-color: transparent; } #header_main { border-bottom-style: none; } .header_color.header-scrolled .header_bg { background-color: white; } .fixed_header #main { padding-top: 0; }
Remove browser cache then reload the page. Test it on another browser.
Cheers!
IsmaelHey tintindufour!
Please watch this video by Devin: http://vimeo.com/channels/aviathemes/77433498
Best regards,
IsmaelDecember 13, 2013 at 11:16 am in reply to: Content in Page Edit suddenly gone! but viewable on website. #199879Hey Michael!
Look for Screen Options then make sure that the “Avia Layout Builder” option is ticked.
Regards,
IsmaelHi Jae!
Can you please give us a link to the website? Install this plugin: http://wordpress.org/plugins/easy-wp-smtp/
Regards,
IsmaelHi!
The theme options will not be affected if you update the theme. Please try it, make sure to create a backup of the old theme files and the database for security purposes.
Best regards,
IsmaelHey!
Did you add any plugins prior to the issue? Please deactivate all plugins, see if the issue goes away. Did you add any css modifications?
Regards,
IsmaelHey!
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,
Ismael -
AuthorPosts