Forum Replies Created
-
AuthorPosts
-
Hi!
As Elliott said it would be best to have these as a Custom Post Type + a Custom Taxonomy (you can use this plugin for that) and then use one of the available Enfold elements to create a sortable Grid or Masonry.
Best regards,
JosueHi!
[nolink] should work, please hand us a WordPress admin account if you want us to have a look on your install.
Best regards,
JosueHey!
Can you please indicate which Page has transparent header enabled?
Regards,
JosueHi!
Have you tried using an Image element? there’s an option to put a caption that would appear on hover.
Cheers!
JosueJune 8, 2015 at 8:57 am in reply to: Please help with Layout, I want to post a banner at the top! #455794Hey Sara!
Where’s the actual Image With Hotspots on your site?
Regards,
JosueHi Christian!
There’s an Autoresponder option, if you fill something there the user will receive that once the form is sent.
Cheers!
Josuethe_tags( 'Tags: ', ', ', '<br />' );It’s the correct code but seems the plugin is not working as expected, i tried directly adding it to template-builder.php (this file is the one used when ALB is enabled) and it worked.
Now that we know the problem is not the in the code i’d suggest generating the Shortcode the ‘old way‘ to avoid editing template-builder.php.
Regards,
JosueHey!
Try using
the_termsinstead of thethe_tags:
http://codex.wordpress.org/Function_Reference/the_termsRegards,
JosueHey!
That’s currently the expected behavior, when you activate ALB it will convert that post type into a empty canvas so all its native features will be lost. Try the following:
https://kriesi.at/support/topic/show-tags-under-blog-posts/Cheers!
JosueHi!
I see, well there’s a filter available for that, you can paste the following on your child theme functions.php (or Functionality if you don’t have one), for example this will remove the meta tag altogether:
add_filter('avf_set_follow', function($meta) { $meta = ""; return $meta; });Or to target a specific Page:
add_filter('avf_set_follow', function($meta) { if ( is_page( 22 ) ) { $meta = '<meta name="robots" content="index, follow" />' . "\n"; } return $meta; });Best regards,
JosueHey Eli!
Can you please post a screenshot of the issue you’re seeing on Firefox?
Regards,
JosueHi!
Please note that this is not a theme-related question. That being said, as far as i know robots.txt is set per domain, so no, it’s not possible to set robots.txt on a per-page basis.
Regards,
JosueHey!
Have you tried unchecking the “Hide Video Controls” setting?
Cheers!
JosueYou are welcome, glad to help :)
Regards,
JosueNo problem, glad you managed to sort it out :)
Cheers!
JosueWhere’s the video now? i’m not seeing it on the homepage, also post a link to the image you want to use as a cover.
Regards,
JosueHey Neil!
Have you checked in another computer? both elements have a white background on my end (tried in Chrome / FF and IE10): https://www.dropbox.com/s/15by0p41tmdkxx5/Screen%20Shot%202015-06-06%20at%206.29.39%20PM.png?dl=0
Regards,
JosueHey!
Can you go to your wp-admin folder and check if the admin-ajax.php file exists? this is the error that is popping in the console when the builder tries to load:
POST http://theinternational.com/wp-admin/admin-ajax.php 404 (Not Found)Best regards,
JosueJune 7, 2015 at 12:57 am in reply to: what is best resolution and size for fullscreen slider #455554Hi!
You’re right, on a FullScreen Slider the image does behaves like that so it can fit the 100% width and height of the window and at the same time keep its natural aspect ratio. There’s a way however, to change this behaviour and make the image stretch, add this to Quick CSS:
.avia-fullscreen-slider .avia-slideshow > ul > li { background-size: 100% 100% !important; }Alternatively you can use a FullWidth Slider instead.
Cheers!
JosueHi! @ubercool,
Try adding this line to your wp-config.php file:
define('CONCATENATE_SCRIPTS', false);Best regards,
JosueHi Jim,
No, unfortunately there is nothing we can from our end to fix this, it’s more of an issue with your mail service provider.
Regards,
JosueIt could, try it and check if it gets fixed.
Regards,
JosueYour background image (469) is too small for the height (632) you’ve set, that’s why you see that black band.
Cheers!
JosueHey!
Can you hand us a temporary admin account so we can take a closer look?
Regards,
JosueJune 5, 2015 at 3:05 am in reply to: Website Does Not Render Properly in Internet Explorer 11 #454893Maybe you have some caching functionality / plugin that only differs wether you are logged-in or not.
Regards,
JosueJune 5, 2015 at 2:46 am in reply to: Website Does Not Render Properly in Internet Explorer 11 #454888Hi!
Can you post a screenshot of your view? here’s how it looks on my end – https://www.dropbox.com/s/7cuj5irlmarmce7/Screen%20Shot%202015-06-04%20at%207.45.10%20PM.png?dl=0
Regards,
JosueHi,
Can you please create us a WordPress administrator account so we can do some tests?
Regards,
Josue -
AuthorPosts
