Forum Replies Created
-
AuthorPosts
-
You are welcome, glad to help :)
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.avia_ajax_form h3 { color: red !important; }Adjust as needed.
Cheers!
JosueSeptember 30, 2014 at 10:15 pm in reply to: Add Social Share Icons to individual product pages? #327638Hey!
Simply remove the code from functions.php, if you don’t find it please re-enable the admin account so i can check it out.
Cheers!
JosueHi,
It is recommended (to avoid update overwriting) but you don’t necessarily have to, i think the code is not working because of the quotes it has, if you look close they are slightly different, all of them must be simple quotes (”).
I can fix that for you, can you please create me an administrator account? post it here as a private reply.
Regards,
JosueHey MeryVi!
Those lines should be located around line 1500 and 1525 in js/shortcodes.js, if you paste a link to your install i can give you the exact line numbers.
Regards,
JosueHi!
Try with this code instead:
@media only screen and (max-width: 1339px) and (min-width: 990px) { .av-main-nav > li > a { padding: 0 7px; } .logo img { width: 60%; top: 10px; } } @media only screen and (max-width: 480px) { .responsive .logo a, .responsive .logo img { max-width: 87%; height: auto !important; } }Best regards,
JosueHi!
Try putting the image in HTML format along with the phone number in the theme options:
http://screencast.com/t/7YmlCvs9ZlRegards,
JosueHey!
Add this to Quick CSS:
#top .container .av-masonry-entry { width: 25%; }Best regards,
JosueHi!
It works now, the code was inside the comment block.
Regards,
JosueHey!
The real source of that space was this code you have in style.css:
h1, h2, h3 { font-family: "adelle","Helvetica Neue","Helvetica","Arial",sans-serif; font-weight: 900; line-height: 1.1em; margin-top: 1.5em; }I’d suggest removing that top margin on single view:
.single h1.post-title.entry-title { margin-top: 0; }Cheers!
JosueHey!
Try putting that code exactly after this line in functions.php:
if(isset($avia_config['use_child_theme_functions_only'])) return;Best regards,
JosueHey!
Try adding this line to your wp-config.php file:
define( 'CONCATENATE_SCRIPTS', false);Best regards,
JosueHi,
Can you please post a link to a page where this happens?
Regards,
JosueHey!
Yes, i don’t see why not, you can always put HTML content in the Tab content.
Regards,
JosueSeptember 30, 2014 at 9:07 pm in reply to: How can i use the maintaince page in enfold using WP Maintenance Mode #327587Hi!
There are a lot of maintenance plugins you can try:
https://wordpress.org/plugins/tags/maintenanceHere’s another thing you can try:
http://stackoverflow.com/questions/4400154/htaccess-deny-all-allow-only-one-ipRegards,
JosueHello Sam,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueHi!
If you have heavily modified the theme files please consider making a backup of your current theme first. Also, it’s worth mentioning that replacing only the /frameworks folder should suffice.
Regards,
JosueHi,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueSeptember 30, 2014 at 8:59 pm in reply to: Enfold seems to be incompatible with WordPress 4.0 #327580Hi!
Updating through FTP its always safer and more reliable, refer to this guide on how to do it.
Cheers!
JosueSeptember 30, 2014 at 8:57 pm in reply to: enfold preinstalled after creating my wordpress website #327579Hey!
That is done through FTP (files) and cPanel/Plesk/etc (database), if you have issues with that please contact your hosting provider support.
Plugin worth mentioning:
https://wordpress.org/plugins/wordpress-reset/Best regards,
JosueHey!
Refer to this article:
http://kriesi.at/documentation/enfold/change-icon-used-for-standard-theme-elements/I’d suggest using a social profile you don’t use and replace the icon for that option, you can see the full list of available icons in functions.php, line 145.
If you want to use a custom icon font, refer to this video:
Best regards,
JosueHey!
I believe that should work by default, can you check if disabling all third-party plugins (except WC) does the trick?
Cheers!
JosueHi!
You can use the ava_after_main_menu hook, try adding this code to your theme / child theme functions.php:
function add_code_to_header(){ // CODE HERE } add_action('ava_after_main_menu', 'add_code_to_header');Best regards,
JosueHi!
Changed the call us now code to this and now works:
.phone-info span { font-size: 15px; color: #477BE9 }I didn’t see any blue header declaration in your Quick CSS.
Best regards,
JosueHi,
Can you please create us an administrator account? post it here as a private reply.
Regards,
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
add_filter('avf_template_builder_content', 'add_modified_date', 10, 1); function add_modified_date($content = "") { $content .= "<div class='modified'>Last modified: ".get_the_modified_date('F j, Y')." at ".get_the_modified_date('g:i a')."</div>"; return $content; }Cheers!
JosueHello!
Unfortunately this is beyond the scope of the support we can offer. If you really need it try contacting a developer.
Cheers!
JosueHi!
Can you check if these errors come up with the default WP theme activated?
Regards,
JosueSeptember 30, 2014 at 8:26 pm in reply to: How to make forms to collect E-mail's where the messege were sent? #327561Hi Denis!
You’d need to use a specialized form solution for that, like Gravity Forms or Contact Form 7.
Cheers!
Josue -
AuthorPosts
