Forum Replies Created
-
AuthorPosts
-
Unfortunately it doesn’t help as all listings are pointing to a page and I tried placing all of the shortcodes in Enfold’s layout builder but the shortcodes only seem to work with Visual Composer installed.
Are there any other directory plugins out there that you would recommend that could use Enfold’s layout builder?
And just for reference https://www.grhealthyliving.com/directory/marie-catribs/ is what a listing looks like when using the Visual Composer – everything’s supposed to be in columns that aren’t being recognized. Thoughts?
Hi John,
Which of those plugins would you recommend personally. I’ve tried half of them and can’t seem to find a solution that works with Enfold.
I settled with https://codecanyon.net/item/institutions-directory/19404510 because I saw that if paired with Visual Composer you could create your own templates for individual listings. Unfortunately Visual Composer and Enfold don’t seem to pair well together and the columns aren’t recognized.
Have there been any successful directory sites built using Enfold where the layout builder could be utilized to build a listing layout?
It should be up and running now though if you want to check it out now.
Sorry, BlueHost is down right now… DDOS or something. Ugh.
Well, maybe it just isn’t possible as I had hoped that they could open in a lightbox – like the logo element but opening the image larger – like I just wish the galleries could show as a slider instead of a grid. It seems like there are other elements that can either slide or show up in a grid, I was just hoping that there was some method to combine features.
Those each show just one slide at a time – I want there to be like 5 slides visible at a time and have the arrow just scroll through the next new one at a time.
February 9, 2017 at 7:51 pm in reply to: SEO, Google Page insights, blocking rendering ressources "above the fold" #745006I’m curious if the above mentioned fixes actually made the site load more quickly in mobile or just made your scores higher in Google PageSpeed?
Hi Rikard,
It took some doing but I figured it out:
#first .av-extra-border-outer:before, #projects .av-extra-border-outer:before {
content: “”;
background: #b72424;
background: -moz-linear-gradient(45deg, #b72424 0%, #d66228 61%, #ff891c 100%);
background: -webkit-linear-gradient(45deg, #b72424 0%,#d66228 61%,#ff891c 100%);
background: linear-gradient(45deg, #b72424 0%,#d66228 61%,#ff891c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=’#b72424′, endColorstr=’#ff891c’,GradientType=1 );
position: absolute;
width: 200%;
height: 30px;
top: 190px;
left: -50%;
transform: rotate(-7deg);
}November 1, 2016 at 4:29 pm in reply to: Change the background hover of a hotspot on an image #706781Hi Rikard,
http://screencast.com/t/gC3IR1tLuJ
I want the background on hover to be gray instead of white so it stands out more – but I can’t find it.
Well, it’s not ideal – just the only quick method I could find to work. I added a button on the home page on mobile that links, but I’d also like that iframe to show up on every page a user is on.
Never mind – it seemed to be an issue with that user – after deleting that user and creating a new one it worked.
Yay! That did end up resolving it – THANK YOU!
That doesn’t seem to have solved the issue.
Also, I’d like the meta to be the same on http://blog.makeitfuncrafts.com/ – the top one has the title and category above, which is great, but once I go to a grid it switches it. Where would I go to edit it so it’s always the same.
I”m trying to use a directory plugin and I can’t get it to work without Enfold having a space to input the Google API in: https://codecanyon.net/item/web-20-directory-plugin-for-wordpress/6463373
Thanks!
This worked great!
I tried implementing the code below but it didn’t fix the grid thing being 100% of the height.
——add_action(‘wp_footer’, ‘ava_grid_height’);
function ava_grid_height(){
?>
<script>
(function($){
$(window).resize(function() {
var win = $(window),
calc_height = function() {
var winh = win.height(),
header = $(‘#header’).height(),
title = $(‘.title_container’).height(),
gridh = winh – header – title;$(‘#custom-grid’).css(‘height’, gridh/1.5 + ‘px’);
}win.on( ‘resize’, calc_height);
calc_height();
}).resize();
})(jQuery);
</script>
<?php
}Hi Basilis,
I’m just trying to problem solve right now – the fact that a handful of sites went down yesterday and no one could figure out why was an issue and the solution they are giving me seems to still cause issues with my sites and so I’m hoping that there isn’t something else going on that I’m not aware of. Usually conflicts are with outdated plugins or WordPress itself but my solution… which is… is deleting Yoast SEO through ftp, replacing the “includes” file through ftp and then logging in and reinstalling Yoast SEO – and then when I log into edit a page I get the weird + sign instead of the save to template icon. I’m seeing this in a few sites and I feel like it’s a higher up issue but when I call my host they say it’s because of my theme or my plugins. If anyone else had that same issue with the Avia layout builder it would help me try to problem solve what is going on and how to fix it.
I’m getting this issue in a lot of sites – I have to delete Yoast SEO which has never given me issue in the past before I can even access the backend of the site, and then I can reinstall it… this is what I’m getting in the error log.
[01-May-2016 02:19:16 UTC] PHP Warning: extract() expects parameter 1 to be array, null given in /home2/curlyhos/public_html/francescajarrod/wp-content/themes/enfold/css/dynamic-css.php on line 36
[01-May-2016 02:19:16 UTC] PHP Warning: extract() expects parameter 1 to be array, string given in /home2/curlyhos/public_html/francescajarrod/wp-content/themes/enfold/functions-enfold.php on line 1297I’m using PHP 5.6 – is there some incompatibility with PHP 5.6 using WordPress 4.5.1 and Enfold 3.5.4? Should I go back to PHP 5.4?
So, I reverted to WordPress 4.5 and everything loaded fine, and when I went to 4.5.1 it gave me those same issues again – any idea if there are inconsistencies with WordPress 4.5.1?
Works great now – thank you!
I think it has to do to the updated libraries in the new version of WordPress – anything that animated in doesn’t seem to animate anymore.
Looks like a good solution! Thanks!
Hi Rikard,
If you login below and head to https://mykccu.com/wp-admin/admin.php?page=my_custom_css you’ll see
.caption_left .slideshow_caption {
display: none;
}Under @media only screen and (max-width: 767px)
It actually seems to be an issue of uploading an image larger than 1000px tall or wide where I get that error – if I resize the image to be max width/height 1000px it loads fine – if I DO want to upload a larger image I have to switch back and forth between Twenty-Sixteen. Any idea why this would be happening?
I tried adding that image when named something different and then I even just took a screen grab of it and tried uploading it as a .png and no go.
-
AuthorPosts