Forum Replies Created
-
AuthorPosts
-
Hi Jan,
Thanks for using Enfold and have a great day!
Best regards,
NikkoHi mike.rav,
I have inspected it again and I don’t get the same results as you do.
Mine however (using same settings and logo you have) does show up in 854 x 234px without any css code.
Maybe it’s because the relationship between absolute positioning and sizes, usually you’ll need to define it’s width and height, if not defined it takes the width and height of elements inside it, the latter may produce different results I guess, I could not find any good reason/explanation with it.
Also when I unchecked the width you set in your css it reduces the size a bit (probably few pixels) but if you uncheck 0 from the left value (turns to 50%) the logo is greatly reduced which is not the result I was expecting.
I’m puzzled as well in this, I think the css code you put is necessary to make sure the size is consistent.Best regards,
NikkoHi frankeee,
Yes, I think there are some extra curly braces, those are used only when there are functions or conditional statements like if/else.
Can you try this:function avia_which_archive() { $output = __('NOTHING','avia_framework')." ".$term->name; return $output; }Best regards,
NikkoHi missouriartscouncil,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Toshi,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHey Richard,
Are you using a boxed layout? (default is stretched layout, can be found in Enfold > General Layout > Layout > Use stretched or boxed layout?).
If you’re using a boxed layout then I think you can just use Color Section to do that with some background, but if you’re using a stretched layout then we’ll need to use some Custom css codes.
Can you give us a link to your contact page? so we can try to inspect it and give you custom css codes that should work, you can put the link in private content.Best regards,
NikkoHey webclusiveCH,
Regarding licenses, please refer to this thread: https://kriesi.at/support/topic/enfold-multisite-2/
Regarding your questions:
– won’t this break anything?
No, it won’t break anything, as long as you use the same version of Enfold but when you update the site, a unique token is needed per site.– is there anything else I have to consider?
No, I don’t think you need anything else besides the Envato private token which you generate in themeforest.do I have to download the installable file of the newly purchased enfold theme and install it on my website again and repeat everything?
No, but for example you are using a token from your envato account and you want to pass this to your client, you just need to change the token from yours to your client. (this is only need for updating the theme)Best regards,
NikkoHi brandonwu,
Thanks for giving us admin access.
It’s fixed, there were no errors but building the accordion again have fixed it.Best regards,
NikkoHey Nicole,
We apologize for the inconvenience the only safety measure we add in case it is accidentally clicked is the pop-up box which confirms if you continue this action.
We will forward your request.
For the meantime, you can add this code in your functions.php to remove it:add_action('admin_head', 'remove_reset_button'); function remove_reset_button() { echo '<style> .avia_footer_reset{ display: none !important; } </style>'; }Best regards,
NikkoHey Roine,
This shows because google maps is no longer free.
Though they give $200 monthly free credit but you will need to fill in your credit card details in their billing system (in case you exceed the $200) to remove that development only watermark.
The issue you have is similar to: https://stackoverflow.com/questions/50977913/google-maps-shows-for-development-purposes-only (you can check for the posted solution there)
You can also check it on their site: https://cloud.google.com/maps-platform/pricing/ (go to Frequently Asked Questions)Best regards,
NikkoHi JF-88,
Try adding this css code in Quick CSS:
#top .av-main-nav ul ul { left: 207px; }Hope it helps.
Best regards,
NikkoJuly 25, 2019 at 4:51 am in reply to: enfold 4.4.1 failed to load plugin after upgrading wp at 5.2.2 #1121805Hi cicalo,
Yes please do provide screenshot and the link to the page with the issue.
Best regards,
NikkoJuly 24, 2019 at 6:04 pm in reply to: enfold 4.4.1 failed to load plugin after upgrading wp at 5.2.2 #1121670Hi cicalo,
Here are some things you can do:
(make sure to have a backup before any updates and put your site in maintenance mode)
Try to update the theme manually: https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp
Or you can do the following steps:
1. Go to Appearance > Themes > select a default wordpress theme like twentynineteen.
2. Delete Enfold theme.
3. Upload and install the latest version of Enfold (from themeforest) and activate it.Hope this helps.
Best regards,
NikkoHey glowboge,
Can you give us a screenshot on how it looks on your Chrome browser?
I checked it on a chrome browser on my mobile phone (android) and it looks great.Best regards,
NikkoHi Thomas,
1. Try adding this code at the bottom of your functions.php file:
remove_action( 'woocommerce_after_shop_loop_item', 'avia_add_cart_button', 16);2. You can use our Avia Layout Builder to customize single product pages and use button element.
3. Go to Enfold > Advanced Styling > select Buttons, then tweaks the color and border.
Hope this helps.
Best regards,
NikkoHey Maaster,
I have checked your site and when inspecting your site the 3 mp4 files aren’t loaded.
Try using a caching plugin it should help make your page faster.Best regards,
NikkoHi JF-88,
You can use dropbox or https://imgur.com/ or any online image sharing sites and post the link here.
If you put the link in private content it will not show in public and will only be visible to you (thread creator) and moderators.Best regards,
NikkoHey frankeee,
What you tried is basically to replace ALB element that’s why it’s not working.
To replace this in your child theme just copy the whole avia_which_archive function, don’t include if(!function_exists(‘avia_which_archive’)) and paste it on your child theme’s functions.php.
Then tweak the function. Hope it helps :)Best regards,
NikkoJuly 24, 2019 at 5:11 pm in reply to: My wishes for ENFOLD – list of changes, ideas and suggestions (will add more) #1121629Hey mynick,
We have already forwarded your request.
Our dev team will review it and hopefully most or a lot of it can be added in the future releases :)
Thanks for using Enfold!Best regards,
NikkoHi mike.rav,
Thanks for giving us admin access.
It’s not showing the actual size because of the height and width attribute is set to 300 x 100 (this was meant for better page speed ranking).
To change this go to (via ftp or cpanel) wp-content > themes > enfold > includes folder and copy helper-main-menu.php.
Then go to your child theme and create a folder and call it includes, go inside the newly created folder and paste helper-main-menu.php.
Edit the file and find this code (should be in line 132):$output .= avia_logo(AVIA_BASE_URL.'images/layout/logo.png', $addition, 'span', true);replace it with:
$output .= avia_logo(AVIA_BASE_URL."images/layout/logo.png", $addition, "span", "height='285' width='1038'");Hope this helps.
Best regards,
NikkoHi biomeris,
1. It’s fixed, the permalink just needed to be refreshed.
2. Can you try to update to the latest version of Enfold? I can’t figure out why it’s behaving this way. Make sure to have a backup first.Best regards,
NikkoHi biomeris,
We apologize for that, however you need to reply back to the thread for it to get back in queue (modifying unfortunately does not put it back to the queue and does not notify us as well).
I have checked on that page and noticed that NowTesting has been selected as the category to show but none of the portfolio items uses NowTesting category though there’s one that has the NowTesting title, I edit it and checked the NowTesting category and it shows up properly. :)
Let us know if you need further assistance.Best regards,
NikkoHi Nancy,
Sure, I tried to access using the login details you gave however it doesn’t work, please check.
Also this issue has already been addressed in the latest versions of Enfold, try to update it first and make sure to have a backup.Best regards,
NikkoHi Guenda,
I see, I thought it was added in Loco Translate plugin.
I tried to check your settings few more times and found out that w3 total cache is causing the issue.
If you deactivate it, the button shows correctly, purging out the cache doesn’t seem to resolve (maybe it’s not working properly).Best regards,
NikkoJuly 24, 2019 at 4:10 am in reply to: Features doesn't visualize the same in chrome / firefox / explorer #1121363Hi missionmobile,
It looks great on the 3 browsers when I checked it.
I have posted the screenshots in private content, I even zoomed it out to about 30% and the list on the right didn’t drop below it.
Maybe it’s caching? try clearing the browser cache for both firefox and internet explorer.
Try inspecting the element in firefox especially the width of those 2 columns maybe it’s fetching some css, I can’t do it on my end since it’s all good here.Best regards,
NikkoHi Hokuspokus,
I could not reproduce the issue you have pointed out, if you want to deactivate Password protected you can just set it to either public or private and it should remove it.
As for draft, if the page is set to draft, clicking on the Publish button should fix it.
Can you create a new thread and post your login credentials and login link in private content? so we can check on it further.
Private content is only visible to the creator of the thread and the moderators that’s why we’ll need you to create it separately.Best regards,
NikkoJuly 22, 2019 at 6:11 am in reply to: Features doesn't visualize the same in chrome / firefox / explorer #1120750Hi missionmobile,
Thanks for pointing it out and making comparisons, it’s easier to find out the issue.
You were using Grid Row (uses 100% of browser width instead of using maximum container width), if you inspect the element you will see that it centered but those texts doesn’t occupy the full width of the column that’s why visually it doesn’t look centered (the issue is only seen on larger screens so screens like mine doesn’t see that unless I zoom out). To fix this you can use 1/3 column instead then just set it to Equal Height.
I have duplicated your homepage and fix the 3 column area the same as the example you’ve given, the link is in private content. :)Best regards,
NikkoHi thomaszechmhx,
We’re glad to hear that it helped :)
Thanks for using Enfold!Best regards,
NikkoHi Guenda,
I tried to check multiple times including the theme files and plugin files and I could not reproduce this on my end.
Where did you add ‘Ritorna al negozio’?Best regards,
NikkoHi Guenda,
Thanks for the cpanel access and I apologize for the delayed response.
I was checking it out and noticed that the dev folder (staging) and its content was already installed, I also tried too enable wp debugging but it doesn’t create error logs, the database seems fine as well.
Maybe you can seek assistance for your webhost for it since I could not find any lead. For the meantime I’ll try install and test on the plugins you’re using and try to figure out what’s causing the issue on my local server.Best regards,
Nikko -
AuthorPosts
