Forum Replies Created
-
AuthorPosts
-
October 24, 2014 at 4:16 am in reply to: Youtube not opening in lightbox (Vimeo on same page is) #340425
Hi!
If you use the short URL version the lightbox won’t activate, you need to put the full YouTube URL.
Best regards,
JosueOctober 24, 2014 at 4:06 am in reply to: List-icons not visible after updating to Enfold 3.0.2 #340420Hi Oliver,
Can you please create us an administrator account? post it here as a private reply.
Regards,
JosueHi Marie!
1. I’m afraid that’s currently a limitation of the theme, feel free to request an improvement here.
2. Add this to your theme / child theme functions.php:
function change_portfolio_title_link($title_link, $entry) { $title_link = $entry->permalink; return $title_link; } add_filter('avf_portfolio_title_link', 'change_portfolio_title_link', 10, 2);Best regards,
JosueOctober 24, 2014 at 3:14 am in reply to: How to add custom buttons at the top of each post and page? #340407Hi!
Can you enable file editing? or provide a FTP account so we can edit the child theme files.
Cheers!
JosueYou are welcome, glad to help :)
Regards,
JosueHey!
Second video is now showing, i fixed it by disabling and enabling all plugins.
Regarding lightbox-ing a video simply link an image or a link to the video, the lightbox will be applied automatically.
Cheers!
JosueYou are welcome Danica, glad to help :)
Regards,
JosueHi,
Does it happen with the default WordPress theme activated?
Cheers!
JosueSure, we’ll leave this thread open.
Best regards,
JosueYou are welcome Bernd, glad to help :)
Regards,
JosueProblem is that a Term (or a Taxonomy) it’s not a suitable element for WP Query fetching, it is meant to be used for categorization of the content rather than being the content (it lacks of featured images and other meta data like tags, published date, etc).
Do you have an example of what you want to achieve? perhaps there is more WordPress-reliant approach we can think of.
Regards,
JosueHey!
You don’t have to worry about that, in the next update the solution i provided here should work for the Portfolio too.
Best regards,
JosueOctober 23, 2014 at 6:27 pm in reply to: Problem With Fallback Image when using Fullscreen slider #340285Hey!
Try adding this code to the Quick CSS:
.avia_mobile .avia-fullscreen-slider .avia-slideshow>ul>li{ background-size: contain !important; }Cheers!
JosueOctober 23, 2014 at 6:25 pm in reply to: Remove featured image on main blog but keep the small icon image to the left #340283Hi!
Change the location of the link-disabling snippet, put it at the very start, after this:
/* Theme Name: Enfold Child Theme URI: http://example.com/enfold-child/ Description: Enfold Child Theme Author: netfang Author URI: http://example.com Template: enfold Version: 1.0.0 Tags: Text Domain: enfold-child */Best regards,
JosueHi!
That’s a different functionality. Correct me if i am wrong, but you want to show the Terms as the masonry content, instead of the Posts attached to that Term?
Cheers!
JosueOctober 23, 2014 at 5:53 pm in reply to: How to add an HTML logo to the right of the existing logo #340257Hi!
Try using
position:.custom_content{ position: absolute; top: 0; right: 200px; }Play around those values.
Cheers!
JosueHi,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueHey!
It’s hard to tell to be honest, if it happens again let us know through this topic.
Regards,
JosuePrueba añadir esto al Quick CSS:
.avia_cart_buttons { display: none; }Saludos,
JosueHi Marie,
Open /enfold/config-templatebuilder/avia-shortcodes/portfolio.php and look for line 386:
case "lightbox": $link = wp_get_attachment_image_src(get_post_thumbnail_id($the_id), 'large'); $link = $link[0]; break;Replace it by this:
case "lightbox": $link = wp_get_attachment_image_src(get_post_thumbnail_id($the_id), 'full'); $link = $link[0]; break;Regards,
JosueHi Ralf!
It won’t open on a different page, it will open on the same page as a lightbox window, give it a try.
Cheers!
JosueHi,
Open /enfold/framework/php/class-form-generator.php and look for line 417:
if(empty($_POST[$id])) $_POST[$id] = "false";Replace it by this:
if(empty($_POST[$id])) $_POST[$id] = "false"; $checked = 'checked="checked"';Regards,
JosueHey!
Can you post a screenshot/mockup of what would you want to achieve?
Best regards,
JosueHi!
Can you post a link to your blog page?
Best regards,
JosueOctober 23, 2014 at 4:33 am in reply to: Add event categories to Upcoming Events (Plugin Addition) #339922Hello!
Yes, it is 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 try contacting a developer.
Cheers!
JosueHi Danica,
That’s correct, you are seeing the source via Firebug, after the JavaScript mod has run, try checking it here – http://i.imgur.com/trsKJpI.png
Best regards,
JosueHey!
No, that won’t happen at all if you just switch themes for a moment.
Best regards,
JosueOctober 23, 2014 at 1:31 am in reply to: Change featured image size and optimize for retina displays #339873Let us know how it goes :)
Cheers!
JosueOctober 23, 2014 at 12:23 am in reply to: Remove featured image on main blog but keep the small icon image to the left #339837Hey!
Try adding this code to the Quick CSS:
.single .big-preview a { pointer-events: none; }Cheers!
Josue -
AuthorPosts
