Forum Replies Created
-
AuthorPosts
-
Hey Yud!
Try adding this code to the Quick CSS:
#commentform label { right: 0px; left: auto; } #top .comment-form-url input, #top .comment-form-email input, #top .comment-form-author input{ right: 60px; position: relative; }Cheers!
JosueHi Katherine!
In this case i’d suggest updating via FTP:
Sometimes the auto updater may fail because it depends on an external API.
Regards,
JosueHey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 767px) { #top #wrap_all .av_header_transparency { background-color: black !important; } } .header_color .header_bg { background: black; }Your footer seems changed.
Cheers!
JosueDecember 16, 2014 at 12:38 am in reply to: URGENT….MENU APPEARINg ON TOP OF SCREEN AFTER LOGO CHANGE #368696Hey!
Yeah i see, as you are using UberMenu there is no necessity to show the mobile-menu nor toggle, i changed the code to:
#mobile-advanced, .container #advanced_menu_toggle, #advanced_menu_hide { display: none !important; }I think this may have happened because of a dot in line 3215 of /themes/enfold/css/layout.css.
Regards,
JosueHi Susann!
Dynamic stylesheet should be here:
/wp-content/uploads/dynamic_avia/enfold.css
What i did was to rename the already created one (to something like enfold.oldcss) and attempted to re-generate it from the Theme Options.
Regards,
JosueDecember 16, 2014 at 12:20 am in reply to: Text box in Avia doesn't give me ability to change font & othr elements #368688Hey!
If you are referring to this Toolbar you need to toggle it with the button highlighted.
Cheers!
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
function change_cf_from() { return "wordpress@YOURWEBSITE.com"; } add_filter('avf_form_from', 'change_cf_from', 10);Cheers!
JosueHi Tony!
Yes, it is ok as long as you use it on a single end product.
http://themeforest.net/licenses/terms/regularCheers!
JosueHi,
Can you please create me a WordPress administrator account? post it here as a private reply.
Regards,
JosueDecember 15, 2014 at 11:28 pm in reply to: URGENT….MENU APPEARINg ON TOP OF SCREEN AFTER LOGO CHANGE #368656Hello,
Have you tried disabling all third-party plugins to see if it gets fixed? if it doesn’t please hand us a temporary admin account.
Regards,
JosueHi!
Check it now, for some reason the dynamic stylesheet wasn’t being generated/updated, i fixed it via FTP.
Regards,
JosueHey Marc!
I think the second solution is the best route as you don’t have to edit the theme files directly.
Regards,
JosueDecember 15, 2014 at 11:06 pm in reply to: intermittent problem with parallax color section since last Enfold update #368642Hi,
Try adding this at the very end of your theme / child theme functions.php file:
function add_custom_script(){ ?> <script> (function($){ $(window).load(function() { $(this).trigger('resize'); }); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');Regards,
JosueHi Ben!
That error means that the username set in the wp-config.php file can’t access the database, make sure the user (‘swaneven’) exists and correct the credentials if needed.
Cheers!
JosueHi!
For some reason the dynamic stylesheet is not getting generated/updated, we’d need to FTP access in order to debug this issue, as a temporary fix try adding this to css/custom.css:
.container {width:100%;} .container .av-content-small.units {width:73%; } .responsive .boxed#top , .responsive.html_boxed.html_header_sticky #header{ width: 1310px; max-width:90%; } .responsive .container{ max-width: 1310px; }Regards,
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
add_theme_support('avia_template_builder_custom_tab_toogle_id');Cheers!
JosueHey!
Yeah i could note that, i think a better solution would be to add the top space to the actual logo image here.
Regards,
JosueHi Eric!
It is safe to add that right now, a definitive fix will be included in the next version of Enfold.
Regards,
JosueHello,
Have you tried disabling all third-party plugins before activating Enfold? do you have the latest version of WordPress (4.0.1) and Enfold (3.0.4)?
Regards,
JosueHi!
Use this code instead:
@media only screen and (max-width: 767px) { #header_meta { display: none; } }Regards,
JosueHey!
Change the code to:
.page-id-3360 #main { padding-top: 90px !important; }Regards,
JosueDecember 14, 2014 at 5:16 pm in reply to: Css class for featured image different per post format? #367972You are welcome Marc, always glad to help :)
Regards,
JosueDecember 14, 2014 at 5:15 pm in reply to: THEME UPDATED. STILL Problems with Slideshows, Google Maps, Contact Forms etc #367970Hi!
Add this to wp-config.php or child theme functions.php:
error_reporting(E_ALL ^ E_NOTICE);PHP Notices are not important and can be hidden without worry.
Cheers!
JosueDe nada, un gusto poder ayudado :)
Hey!
That featured is not available/possible at the moment, If you really need it you would have to contact a developer from Envato Studio or Codeable
Also, feel free to request it here as a new feature.
Best regards,
JosueHi!
Download the theme from ThemeForest and upload it via FTP:
Cheers!
JosueDecember 14, 2014 at 7:06 am in reply to: The uploaded file could not be moved to wp-content/uploads/ #367923Hi!
You may have reached your size limite quota, try contacting your hosting provider.
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
#header_main { padding-top: 10px; }Cheers!
JosueDecember 14, 2014 at 6:58 am in reply to: The uploaded file could not be moved to wp-content/uploads/ #367920Hi,
Does the issue persists with the default WordPress theme activated?
Cheers!
Josue -
AuthorPosts
