Forum Replies Created
-
AuthorPosts
-
Hey natespcrepair!
You can use plugins like these:
http://wordpress.org/plugins/si-captcha-for-wordpress/
http://wordpress.org/plugins/simple-captcha/Cheers!
IsmaelHey!
There are a lot of element option changes since 2.5.2, your previous version before I suggested that you update the theme. You might want to recreate the color section with the parallax effect and other elements or content. Post the login details here if the issues keep on going after you recreate the elements with the problem. Set it as a private reply.
Best regards,
IsmaelHi DrNoge!
Can you please give us a link to the website? Please download the latest version from your themeforest account again. Update the theme via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750
Best regards,
IsmaelHi!
Please ask your host if the php option Ziparchive is enabled. Switch to a default theme then switch back to Enfold, try to upload the fonts again.
Best regards,
IsmaelHey!
It looks ok when I checked it Chrome Win8. Please add this on Quick CSS or custom.css:
#top h1 a, #top h2 a, #top h3 a, #top h4 a, #top h5 a, #top h6 a { font-weight: inherit; text-decoration: none; color: inherit; -webkit-text-stroke: 0.5px; -webkit-font-smoothing: antialiased; }Regards,
IsmaelHi agiombetti!
Please add this on Quick CSS or custom.css:
@media only screen and (max-width: 989px) and (min-width: 768px) { .responsive .main_menu ul:first-child > li > a { padding: 0 5px; font-size: 12px; } }Cheers!
IsmaelHey IHEA!
There’s actually a smooth scroll script already (avia_smoothscroll) on avia.js file for anchor links. Can you please give us a link to the website? A screenshot of the issue will help.
Regards,
IsmaelHi!
Remove all css modifications that you did for the header. Please go to Enfold > Header > Header Size, choose the custom pixel value. Select 51px to resize the header height.
Cheers!
IsmaelMarch 25, 2014 at 2:58 am in reply to: Portolio image doesn't work in one of the lanugaes using WPML #242459Hi!
I just updated the portfolio grid element on the portfolio page and the items show as expected.
http://www.kindbo.com/hemsida-o-webb/portfolio/
Please also change the styling on the Enfold (SV) dashboard. I’m not sure what is wrong with the comments, have you tried updating theme like I suggested on the other thread?
Best regards,
IsmaelHey!
Have you tried !important after the css values?
@media only screen and (max-width: 767px) and (min-width: 480px) { .responsive #socket .sub_menu_socket { float: left !important; }} @media only screen and (max-width: 767px) and (min-width: 480px) { .responsive #scroll-top-link { display: block !important; }} @media only screen and (max-width: 479px) { .responsive #socket .sub_menu_socket { display: block !important; }}Best regards,
IsmaelHey CreatorsCreations!
If I am not mistaken, that is the browser’s default hover for the title attribute. We don’t have control over that. I’m sorry but there’s nothing we can do about it unless you want to remove the title attribute.
Cheers!
IsmaelHi!
Yes, the avia post navigation is being for portfolio items so you can still follow Yigit’s instruction on the link.
Regards,
IsmaelHey Valerie!
Please try this one:
.main_color .sidebar p.rtw_main > *, .main_color .sidebar p.rtw_meta > *, .main_color .sidebar p.rtw_main a, .main_color .sidebar p.rtw_meta a, .main_color .sidebar .rotatingtweet { color: red !important; }Remove browser cache then reload the page a few times.
Regards,
IsmaelHey LynxXrossed!
Please add this on Quick CSS or custom.css:
.image-overlay.overlay-type-extern .image-overlay-inside:before { display: none; }Regards,
IsmaelHey Sebastian!
You only want the top bar to show once you scroll? Add this on Quick CSS or custom.css:
#header_meta { display: none; } .header-scrolled #header_meta { display: block; }Best regards,
IsmaelHi mhrnjak!
You can add something like this on functions.php:
add_filter('avf_title_args','avf_portfolio_title_args', 10, 1); function avf_portfolio_title_args($args) { $title = get_the_title($id); if(is_singular('portfolio')) { $terms = get_the_terms( $id, 'portfolio_entries' ); $portfoliocat = array(); foreach ( $terms as $term ) { $portfoliocat[] = $term->name; } $args['title'] = $title . ", " . $portfoliocat[0]; } else { $args['title'] = $title; } return $args; }This will echo out the first category of the portfolio item.
Regards,
IsmaelHey hlchia!
Please add this on Quick CSS or custom.css:
.avia-testimonial { padding: 0 20px; } .avia-testimonial-wrapper { margin: 0 0 30px 0; }Regards,
IsmaelHi!
Please use this on Quick CSS or custom.css:
#av_section_2 > div > div > div > div > div.flex_column.av_three_fourth.avia-builder-el-18.el_after_av_one_fourth.avia-builder-el-last { margin-top: -30px; }Regards,
IsmaelHey Mono14!
You can write a blank div or span on the icon list content. Something like this:4
<div class="blank-content"></div>You can also use this on Quick CSS:
.iconlist_content { display: none; } .main_color .avia-icon-list .iconlist_icon { color: #c12327!important; margin-bottom: 20px; }Cheers!
IsmaelMarch 24, 2014 at 1:58 pm in reply to: Add image or text at top of homepage between top logo and menu on right #242063Hi!
@garbath: Add something like this on functions.php:add_filter('avf_logo_subtext', 'kriesi_logo_addition'); function kriesi_logo_addition($sub) { $sub .= "<strong class='logo-title'>Company Name</strong>"; $sub .= "<strong class='logo-title logo-subtitle'>Additional Text Here</strong>"; return $sub; }Change the company name and add another custom text if you want.
Add this on Quick CSS to adjust the position of the subtext.
.subtext { position: absolute; top: 30px; } .subtext strong { margin-right: 10px; }Regards,
IsmaelMarch 24, 2014 at 6:53 am in reply to: Site not working for numerous people – Slideshow related? #241961Hi Wordepressed!
I think you used a plugin loading-page which is not a theme default feature. Please deactivate the plugin then contact the plugin author to fix it on IE. The site is loading but it takes a lot of time before it fully loads.
Regards,
IsmaelHi headbentdesign!
Can you please give us a link to the website? Do you have the latest version of Enfold? Try (max-width : 479px) instead of 320px. A screenshot of what you’re trying to do will help.
Cheers!
IsmaelHi!
Please download the latest version of Enfold, 2.6.2. Update the theme via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750
You’ll see new header options like header height, logo position etc. You don’t need to add custom css modifications anymore. You can find the custom.css file via FTP or your cpanel, it is inside the css folder. You can also use the Enfold > Styling > Quick CSS file.
Cheers!
IsmaelHi hellovlad_!
You can add this on Quick CSS or custom.css:
#js_sort_items a { font-size: 15px; font-weight: bold; }Cheers!
IsmaelHey addwebtoday!
Can you please give us a link to the website? Please increase the wordpress php memory limit to at least 128M. Refer to this link: http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Cheers!
IsmaelHey!
Please try to troubleshoot the icon issue using the instructions here: http://www.fontsquirrel.com/blog/2010/11/troubleshooting-font-face-problems
Regards,
IsmaelHi bitnavarra!
Please refer to this link and follow Kriesi’s instruction regarding .htaccess and theme update: https://kriesi.at/support/topic/icons-still-not-working-in-firefox-and-ie/#post-173204
Cheers!
IsmaelMarch 24, 2014 at 6:39 am in reply to: How to change the menu in the header to a menu I prefer #241954Hey sr123!
Create a new menu on Appearance > Menu then make sure that it is set as Enfold Main Menu on the Theme Locations option.
Regards,
IsmaelMarch 24, 2014 at 6:38 am in reply to: Categories in sortable accordion go over screen width on mobile #241953Hey Julien90!
You can add on Quick CSS or custom.css:
#av_section_1 > div > main > div > div > div.flex_column.av_two_third.first.avia-builder-el-1.el_before_av_one_third.avia-builder-el-first > div.togglecontainer.toggle_close_all.avia-builder-el-3.el_after_av_heading.avia-builder-el-last.enable_toggles > div { word-wrap: break-word; }Regards,
Ismael -
AuthorPosts

