Forum Replies Created
-
AuthorPosts
-
Hi!
Please use the masonry gallery and select No Gap in the Gap between elements option. Make sure to add the element without any containing layout element to make it full width.
Best regards,
RikardHey Eric!
I’m not sure where to find the login details, could you post them here again please?
Cheers!
RikardHi!
It’s most likely something local then, let us know if you should have any more questions or problems.
Best regards,
RikardJune 3, 2015 at 9:22 am in reply to: Logo element is broken. Any Image I use shows a broken image. #453643Hey 118group!
It looks fine on my end: http://imgur.com/qxP1MZI. Could you try to clear your browser cache and reload a few times to see if that helps?
Regards,
RikardHey morganeL!
Could you provide us with a link to the site in question so that we can take a closer look please?
Best regards,
RikardJune 3, 2015 at 9:11 am in reply to: WP FullCalendar plugin displays thin vertical line again #453637Hi killyman!
Could you provide us with a link to the site in question so that we can take a closer look please?
Regards,
RikardHey!
Just to be clear, by banner you mean to top most section reading “Find the golden egg and get 50% off this Easter”?
Regards,
RikardJune 3, 2015 at 9:05 am in reply to: Show the Read More link in a new line in the Magazine Element #453622Hi chapdes!
Please try the following instead:
if($excerpt)$output .= "<div class='av-magazine-content entry-content' {$markupContent}>{$excerpt}<p><a href='".get_permalink($entry->ID)."' class='more-link'>".__('Read more','avia_framework')."<span class='more-link-arrow'>→</span></a></p></div>";Regards,
RikardHi Catty47!
Could you try another permalink setting, it looks like your custom one is exactly the same as Day and name would display?
Regards,
RikardHi denis-lvov!
Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details here as a private reply.
Cheers!
RikardHi!
The ordering is because you are using Perfect Automatic Masonry which will fill the rows with either 50% or 25% width images, depending on their width, and there will be some change in the order unless you add them in the order of for instance: 4×25% / 2×25% + 1×50% / 2×50%
Regards,
RikardHi!
Could you please provide us with a temporary admin login as well?
Regards,
RikardHi mocablue!
Most likely because of this line:
line-height: .9px!important;Could you try to remove it?
The “tooltip” is generated from your browser and comes from the title tag of the image, if you want to remove them, please remove the title of the image.
Regards,
RikardHi decode!
Yes it can, you can change it to 990px or 768px under Enfold–>Header–>Mobile menu. If you need another value then please provide us with a link to the site and we’ll provide you with the CSS to change it.
Regards,
RikardJune 3, 2015 at 8:12 am in reply to: Website is extremely slow when navigating from page to page #453594Hi!
I can’t think of any more recommendations except contacting your hosting company if the site is slow during heavy traffic. There might be some sort of bandwidth/data limit etc?
Regards,
RikardHey simonac!
Could you provide us with a link to the site in question so that we can take a closer look please?
Cheers!
RikardHey!
Did you try to disable all plugins to see if one of them is causing the problem?
Regards,
RikardHi JonathanLeplang!
You could try adding html code to the message box:
<img src="http://yourdomain.com/image.jpg">Please include a link to your site if you should continue to have problems.
Cheers!
RikardHi macrunner!
You can use this in functions.php to hook to wp_head:
function add_custom_code(){ //YOUR CODE HERE } add_action('wp_head', 'add_custom_code');Cheers!
RikardHey!
I’m not sure what the code is supposed to do but I think it has something to do with the form, correct? If so, you should probably try to load the code block before the form?
Regards,
RikardHi!
Looking at your site now it seems you fixed most of your issues yourself, right? Not sure if you need any more help or not?
Regards,
RikardHey!
I get the feeling that it’s a plugin causing issues here, are we allowed to disable plugins for testing purposes?
Cheers!
Rikard-
This reply was modified 10 years, 6 months ago by
Rikard.
Hi!
I can’t see any sidebar except the right hand one which you have set in the theme options. This is what I see on my end: http://imgur.com/e52hk96
Regards,
RikardHey Albert!
Could you provide us with a link to the site in question so that we can take a closer look please? Keep in mind that Enfold is compatible with WooCommerce and we cannot guarantee that you other system will be.
Cheers!
RikardHi!
It’s definitely one of your plugins or cache which is causing this, what I get after disabling all plugins: http://imgur.com/4prLsBk. I would suggest you disable all plugins, especially caching ones, while you are working on the site and then enable them one by one to see which one is causing the issue.
Best regards,
RikardHey happinessplunge!
That is the expected behaviour when using ALB for posts, it’s more like creating a page that will appear in you blog feed. If you want the “regular” format of posts, please use the default editor.
Cheers!
RikardHey Daniela!
1. You can try adding some more space to the hr you have under your slider with this:
.page-id-3374 .hr-invisible { height:80px !important; }Try adjusting the value 80 to fit your liking.
2. Please try the following to make the tabs display full width on both portrait and landscape on tablet:
@media only screen and (max-width: 1024px) { .tabcontainer, .av_three_fifth { width: 100% !important; } }6. It looks great on my end in portrait mode but there’s only one column in landscape, so maybe you can do this:
Replace:
@media only screen and (min-width: 768px) and (max-width: 1024px) { .page-id-4453 .av_one_fourth { width: 47.5% !important; } }with this:
@media only screen and (max-width: 768px) { .page-id-4453 .av_one_fourth { width: 47.5% !important; } }7. Could you provide us with a temporary admin login so that we can take a closer look? You can post the details here as a private reply. Also, what browser are you using to get this error?
Regards,
RikardHi chrissuddes!
You can edit the site title and tagline under Appearance–>Customise
Best regards,
Rikard -
This reply was modified 10 years, 6 months ago by
-
AuthorPosts
