Forum Replies Created
-
AuthorPosts
-
Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueFebruary 5, 2015 at 11:40 am in reply to: Fullscreen slider image: randomly load one to visitors? #391184Hello,
That feature is not available at the moment, if you really need it you would have to contact a developer from a site like Envato Studio or Codeable
Also, feel free to request it here as a new feature.
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
#top .avia-search-tooltip.avia-tt { box-shadow: none; -webkit-animation: none; margin-right: 120px; left: -180px !important; border: 0 !important; } #top #s { background: white ; border: 0; padding: 11px 5px 8px 5px; position: relative; border: 0 ; } #top #searchsubmit { display: none !important; }Cheers!
JosueHi @webvisio,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey!
Add this code to the child style.css:
.avia-slideshow li{ margin-right: 0; }Cheers!
JosueFebruary 5, 2015 at 11:23 am in reply to: Social Icons turn to boxes after failed @font-family font change. #391167It’s fixed.
Regards,
JosueHey Richard!
Try copying sidebar.php to your child theme directory and putting those three lines there instead (around line 39-40).
Regards,
JosueHi!
Try setting a noDesktop class and add this to Quick CSS:
@media only screen and (min-width: 767px) { .noDesktop{ display: none !important; } }Best regards,
JosueWe looking forward to hearing from you :)
Regards,
JosueHi!
Did you remove this code?
add_filter('avf_google_heading_font','add_fonts'); add_filter('avf_google_content_font','add_fonts'); function add_fonts($fonts) { $fonts['nanum gothic'] = 'nanum gothic'; return $fonts; }It should be used in conjunction with the @import rule.
Cheers!
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
add_action( 'wp_head', 'custom_func', 10); function custom_func() { ?> <style> @import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css); </style> <?php }Regards,
JosueHi!
Can you explain how does the App communicate with the WordPress install?
Best regards,
JosueHi!
The alternate header background color is taking effect:

Perhaps you are looking at the wrong theme setting, what exactly you want change?
Regards,
JosueFebruary 4, 2015 at 10:42 pm in reply to: table properties, border styling, latest portfolio #390977Hey!
Please check your website, i changed the footer background color in Theme Options and it is taking effect in the front-end.
Best regards,
JosueHi!
Not possible right now but this could work for you:
https://kriesi.at/support/topic/mobileresponsive-main-menu/Best regards,
JosueHi!
I’m still not noting it but try the following:
https://kriesi.at/support/topic/font-weight-renders-very-different-depending-on-browsers/#post-334533Regards,
JosueHey!
Can you please re-enable the account you set up for us here? it’s no longer working.
Best regards,
JosueHey!
The three bars is visible on my end – http://i.imgur.com/4YG38AP.png, try reloading a few times.
Cheers!
JosueFebruary 4, 2015 at 8:35 pm in reply to: Position of logo and menu since update version 3.0.5 #390900Hi Frank,
In previous version the Theme Options weren’t being translated at all, sorry for the inconvenience.
Regards,
JosueDale, me avisas.
Hey!
Try adding this code to the Quick CSS:
.html_header_sidebar #top #header{position: fixed; -webkit-backface-visibility: hidden; }Cheers!
JosueHey!
Translation now works, i had to rename the filename in /lang/ from “ar_SA” to “ar” so WordPress can recognize it (WP uses this format), now the problem is that you won’t be able to edit it via Codestyling Localization (because it uses language-region format), you’ll need to use Poedit to keep the filename WordPress compliant.
Regards,
JosueThat’s a pretty common problem, glad to help :)
Regards,
JosueHi Ray!
Try changing the uploads folder using this method instead:
http://premium.wpmudev.org/blog/change-default-wordpress-uploads-folder/Best regards,
JosueFebruary 4, 2015 at 7:02 am in reply to: URGENT: Updates I make to my pages will not save once I click update #390542Hey!
The problem seems to be caused by unclosed tags you have in the previous element – http://screencast.com/t/XQ9JQSLM
Best regards,
JosueWe’d need to know what caused the error in order to fix the code. I just tested that code on my install and it worked without any errors so far.
Best regards,
JosueHi Robert!
To fix the menu problem, try the following:
1. Switch to the default WordPress theme.
2. Go to Appearance > Menus
3. You’ll probably see some red menu items, remove them.
4. Switch back to Enfold.Regards,
Josue -
AuthorPosts
