Forum Replies Created
-
AuthorPosts
-
September 19, 2014 at 7:01 am in reply to: Images deleted from wp-content yet they appear in media folder as broken #321683
Hi!
This is not exactly a theme issue but a WordPress one, try using this plugin to clean your library:
https://wordpress.org/plugins/wp-media-cleaner/Cheers!
JosueHey Sumeru!
Add this to Quick CSS:
.blog-author.minor-meta, .text-sep-cat { display: none; }Regarding the other thing, have you tried disabling all third-party plugins to see if the comments come up?
Cheers!
JosueHi!
Ismael code does work but it has some typos you need to fix (quotes) – http://screencast.com/t/stSAvNUtjwr
Cheers!
JosueSeptember 19, 2014 at 6:55 am in reply to: Issues with the transition between the regular header logo and the #321680Hey!
You need to insert the actual logo there:
.header-scrolled .logo a { background: url(_logo_url_here_); background-repeat: no-repeat; background-size: contain; )Cheers!
JosueHello!
That’s possible but it would require a heavy customization to the theme, unfortunately that’s beyond the scope of the support we can offer. If you really need it you would have to contact a developer from Envato Studio or Codeable.
Cheers!
JosueHey!
Try adding this code to the Quick CSS:
.woocommerce-price-suffix .amount { display: none !important; }Cheers!
JosueHi Cerasel!
How about creating a custom widget area to store the qTranslate language switcher only?
Best regards,
JosueSeptember 19, 2014 at 6:31 am in reply to: Cut excerpt off at more tag instead of using word/character count #321670Hey Stefan!
Try adding this at the very end of your theme / child theme functions.php file:
function change_blog_archive_style() { global $avia_config; if(!is_single()){ $avia_config['blog_content'] = "excerpt_read_more"; } } add_action('get_header', 'change_blog_archive_style');Cheers!
JosueHi!
Try selecting this option in the Table element options:

Best regards,
JosueHi!
Are you using WPML? if so, refer to this article:
http://wpml.org/2011/03/howto-display-different-widgets-per-language/Cheers!
JosueHi!
The code suggested by Ismael do work, here’s what it should do when applied:
http://screencast.com/t/37r1aV1e6ZFCheers!
JosueHey Susanne!
You need to put it this way:
http://screencast.com/t/Lf9aCbUWtThen put the code in Enfold > General Styling > Quick CSS:
.text-bg { background: #cdb9fa; padding: 10px; }Cheers!
JosueHi Thomas!
Try using a Code Block element instead, i tested it on my local install and it worked fine.
Regards,
JosueHey Victor!
1. I’m not seeing the ‘This post is also available in: Spanish’ string in the pages you linked.
2. Refer to this:
http://wpml.org/2011/03/howto-display-different-widgets-per-language/Cheers!
JosueHi Ole,
Can you please create me a WordPress administrator account (or FTP)? post it here as a private reply.
Regards,
JosueSeptember 19, 2014 at 5:43 am in reply to: Images and Icons disappeared after update to wordpress 4.0 #321654Hi!
Your plugins can’t be disabled from the Dashboard, can you create us a FTP account? i could disable them via there.
Regards,
JosueHey!
Add this to your custom CSS:
@media only screen and (max-width: 989px) { .home .fullsize .template-blog .post .entry-content-wrapper { width: 70%; } } @media only screen and (max-width: 479px) { .home .fullsize .template-blog .post .entry-content-wrapper { width: 100%; } }Regards,
JosueSeptember 19, 2014 at 5:34 am in reply to: Making a Blog Post display on page as Feature Post. #321652Hey!
This is definitely possible but does require some custom work, as you may already know that’s something we can’t cover. You could start creating a Page Template that mimics the functionality of the Enfold single.php file (you may need to use a custom includes/loop-index.php too), here you’d replace the normal queried object by the latest Post, you can get the ID this way.
Hope that helps.
Regards,
JosueSeptember 19, 2014 at 4:55 am in reply to: Gallery and Portfolio image sizing and crop problems #321647Hey!
Try the following:
1. Install this plugin: https://wordpress.org/plugins/simple-image-sizes/
2. Go to Settings > Media
3. Change the portfolio image size (increase its height and set cropping to Yes).
4. Regenerate the thumbnails by clicking the button at the bottom.Cheers!
JosueYou are welcome John, glad we could help :)
Regards,
JosueSeptember 19, 2014 at 3:23 am in reply to: Advanced Layerslider can not automatic small to fit mobile phone #321630Hey!
Could you please check it on another device? i’m not really seeing it on my Nexus 7 (Chrome), perhaps there is an in-browser app that adds that or something related.
Regards,
JosueSeptember 19, 2014 at 3:11 am in reply to: Advanced Layerslider can not automatic small to fit mobile phone #321628Hi,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHey!
Enfold installed and activated now, review your website.
Cheers!
JosueSeptember 19, 2014 at 1:10 am in reply to: Images hosted off server (picasaweb) – Need to use in Gallery or Masonry Gallery #321598I’m afraid that’s not possible right now with Avia media elements unfortunately, please refer to Kriesi answer here:
https://kriesi.at/support/topic/image-management-2/Regards,
JosueHi!
The problem is that you are putting an avia.js file from 2.9.2 while the rest of the files are from 2.8.1. Please try re-uploading a fresh copy of the latest version of Enfold.
Regards,
JosueHey!
Yes, you need to keep using the featured image so that gets fetched in the masonry view.
Regards,
JosueHi John!
Use this code instead:
function add_custom_script(){ ?> <script> jQuery(window).load(function(){ jQuery('a.external-link, .external-link a').click(function() { alert("You're going to a better place."); }); }); </script> <?php } add_action('wp_head', 'add_custom_script');Regards,
JosueHi Daniela!
That’s definitely possible but it would require some custom work, unfortunately thats not something we can provide, you’d need to contact a developer from Codeable or Envato Studio.
Best regards,
JosueHey!
Try adding this at the very end of your theme functions.php file:
add_filter( 'avf_google_heading_font', 'avia_add_content_font'); add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['Sue Ellen Francisco'] = 'Sue+Ellen+Francisco'; return $fonts; }Once you done that you can set that font to the menu items via Advanced Style Editor:
Cheers!
Josue -
AuthorPosts
