Forum Replies Created
-
AuthorPosts
-
January 8, 2019 at 12:24 am in reply to: Enfold: how to change permalink of portfolio items #1051095
Hi,
When you put those setings, please go to Settings -> Permalink and click save.
Let us know if that updates the settings.Best regards,
BasilisHi,
Are you using our latest version and u are still having issues?
Best regards,
BasilisHi,
1. That would require custom CSS to modify the size of the icon. As a quick turn around u can use:
i {
font-size: 12px;
}Best regards,
BasilisJanuary 6, 2019 at 11:58 pm in reply to: Section Background not displaying after update to 4.5.2 #1050679Hi,
I load the page u are saying and I can see background to all elements, for example a green background on top etc.
Can u please define for which area you are speaking exactly?Best regards,
BasilisJanuary 6, 2019 at 11:52 pm in reply to: Enfold : Unexpected 'x' mark on Internet Explorer only #1050675Hi,
Thank u for letting us know, we appreciate it ;-)
Best regards,
BasilisHi,
Unfortunately no we cant, but that is using the Mailchimp option.
It is simple to do it with the ALB ;-)
Have u give it a try at all?Best regards,
BasilisHey EcoTec,
Can u send us the portfolio pages and tell us which one is that which is not geting the template?
Best regards,
BasilisJanuary 6, 2019 at 11:50 pm in reply to: Enter Contact Form7 with enfold theme in mobile version is not possible #1050672Hi,
That is correct it is a known issue. Our developers have it on the list to fix it – as it is something not happening 2 many times as not a lot of users user it so it is a little bit low on the priority of the fixes.
Best regards,
BasilisJanuary 6, 2019 at 11:28 pm in reply to: Google Ads in Sidebar are being cropped by Container padding #1050669Hey w_archer,
The banner code you are adding, what size is it?
The output also of the code is really bad, it calls like 5 different iframes..Best regards,
BasilisHey samforan,
Unfortunately no, but you can easily use some CSS rules to have that working properly for you :)
Best regards,
BasilisHi,
Thank you for your understanding and patience, we really appreciate it.
Best regards,
BasilisHi,
I would love to start seen elements like:
https://tympanus.net/Development/OutdoorsTemplate/for example. That would be so dope ;-)
Best regards,
BasilisHey scottgroves73,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.Best regards,
BasilisHey Ivo,
Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)
Best regards,
BasilisHi,
You are not running the latest version of our theme.
Can you please upgrade so we can check it further after?Thank you.
Best regards,
BasilisJanuary 5, 2019 at 10:19 pm in reply to: How to show categorie title to post slider capture #1050408Hey biofrische1,
Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)
Best regards,
BasilisJanuary 5, 2019 at 9:24 pm in reply to: Enfold Theme Conflict with The Events Calendar – Two Register Buttons #1050398Hey Beth,
That came after last update of our theme or of the plugin?
Best regards,
BasilisHey havi,
That is not coming from Enfold. There is something else creating them, based on the scripts you load on the comment from what I do see.
Best regards,
BasilisJanuary 5, 2019 at 9:16 pm in reply to: Display product categories above thumbnails in WooCommerce #1050390Hi,
The problem is that with WordPress only access, if we do something wrong and something brakes, we cant restore it back for you :(
Best regards,
BasilisHi,
That is how the responsive way work. If you think it does not meet your design needs you can always consider to modify the Responsive stage of it.
Best regards,
BasilisJanuary 5, 2019 at 7:01 pm in reply to: WooCommerce Product List Title and Price overlap in mobile view #1050369Hey tonydobrevski,
On the following CSS rule:
.av-catalogue-price {
position: absolute;
right: 0;
top: 0;
}for Media queries u need to remove position: absolute;
So make it something like:
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) { .av-catalogue-price { position: relative; right: 0; top: 0; } }
Let us know if it works :)
Best regards,
BasilisHi,
That is an issue on resources allocated from your server ( or server IP, so multiple web sites ) over to Instagram from a google search.
Allow us some time, we will do look further from our side if there is anything we can do.Best regards,
BasilisJanuary 5, 2019 at 2:34 am in reply to: Photos taking up a huge amount of space on my site storage – anything I can do? #1050161Hi,
Add the following code
function ava_image_sizes() {
remove_image_size(‘masonry’);
remove_image_size(‘magazine’);
remove_image_size(‘widget’);
remove_image_size(‘featured’);
remove_image_size(‘featured_large’);
remove_image_size(‘extra_large’);
remove_image_size(‘portfolio_small’);
remove_image_size(‘gallery’);
remove_image_size(‘entry_with_sidebar’);
remove_image_size(‘entry_without_sidebar’);
remove_image_size(‘square’);
}
add_action( ‘after_setup_theme’, ‘ava_image_sizes’, 11 );and then u need to find which images sizes you are using, so you can simple remove the lines that are active and u are using.
Best regards,
BasilisHey Tarakbc,
What was the code, can you share it please?
We need to see if something has broken with the update that includes Gutenberg modules.Also, can you make sure that your support is upgraded?
Best regards,
BasilisHi,
Do u have a backup of your web site?
Can we give it a checj?Best regards,
BasilisJanuary 5, 2019 at 2:18 am in reply to: Hover Text on Social Meda Share Buttons below blog posts #1050152Hi,
You need to use loco translate.
You need to find the slugs from there through it search and translate it to what you want it to be :)Best regards,
BasilisJanuary 5, 2019 at 2:14 am in reply to: After Update WordPress an Enfold the maintenance page is no longer active #1050150Hi,
Please check out now – let us know if that solves the issues.
Best regards,
BasilisHi,
Please do try now – let me know if that shorts the issues.
Best regards,
BasilisHey diefleischerei,
You can use any pluin that does translations and have it translated from there :)
Best regards,
BasilisHey weblinedesign,
Unfortunately no there is no solution on that.
If you also read around on internet, embedding through youtube, should not be a problem for GDPR.Best regards,
Basilis -
AuthorPosts