Forum Replies Created
-
AuthorPosts
-
November 13, 2024 at 6:27 pm in reply to: Huge sizes of /wp-content/uploads/dynamic_avia – how to prevent and fix? #1471267
I thought that option is only if I don’t use caching plugins.
I have enabled it now, can you please explain what it does and what is the best practice to have efficient junk cleanup?October 24, 2024 at 11:17 am in reply to: How to limit “Blog Posts” element to show only two blog posts #1469752Appreciated!
:-) LOL yeah, you are right.
I manage to make it adapt with:
.av-inner-tab-title { width:inherit; }
But I can’t get the arrow container follup up with:
.av-tab-arrow-container { width:inherit; }
Even if forced. It doesn’t pick it up.
EDIT: It seems it works, if injected before loading the site. Can you please confirm this is correctly done?
- This reply was modified 3 months ago by MORTULGAAH.
This reply has been marked as private.Excuse me, but I was unlcear. The width of the container is not an issue, but the height of the content. I appologize.
The content is dynamically expanding when more stuff is loaded. I hope height could expand only with CSS.Thank you.
Thank you. I set the options like that and the page now fits nicely. However the section does not enlarge when the content from the iframe changes? You can check it live.
No issues now, except that I had to turn on scanning the widgets. Is that fine? I thought it was supposed to work as is.
Hello, I inserted mailchimp API under Newsletter options.
I also selected options for the mailchimp widget options, but it doesn’t work. On normal viewing it is blank, and when editing says that the element is disabled in theme options.
I had to enable enable Scan Widgets For Theme Shortcodes (Global Layout) to Scan Widgets. – Is this normal?
I made you a login, pls. let me know when I can disable.
I did, but the system says that the plugin is disabled.
Do I have to enable a checkbox somewhere?
Thansk
April 27, 2024 at 4:58 pm in reply to: What is the best plugin currently to make site multilingual with Enfold? #1441063Please do. Thank you.
April 25, 2024 at 10:59 am in reply to: What is the best plugin currently to make site multilingual with Enfold? #1440794Wow. :-)
I see there is an optionin Enfold to sync the two Lang options together.As for versions – advanced options are just for external and auto translation? Nothing else? I intend to translate myself, too.
Thanks for commenting.
April 25, 2024 at 9:28 am in reply to: What is the best plugin currently to make site multilingual with Enfold? #1440773Thahk you. Can I keep backend in English consistently and just work on separate languages?
Also, what version is OK? Will the base one be enough?
- This reply was modified 7 months ago by MORTULGAAH.
January 4, 2023 at 3:57 pm in reply to: Shot image instead of logo on shared link + hide search icon on mobile #1377608Thanks. Will do.
Deal.
Downloaded. Just to check, these files have took into account the last files I send to you?
Hello, I didn’t receive anything? Anyways, here is the fixed translation files with some stuff that were wrong below.
Please update and send back again so we can work on it. :-)Thaks. I tried Lasso (Editus), but it seems it doesn’t work well with Enfold. Meaning when it saves, it kills off anything else on the page.
Will try Elementor.
Hello. PHP is 7.4 now. Import doesn’t work.
As for FTP, data is below.
Importing also didn’t work on Wamp on my computer.
The host is RackSpace, CloudSites. PHP 7 is up and MariaDB.
I just set
php_value memory_limit 512M php_value upload_max_filesize 64M php_value post_max_size 64M php_value max_execution_time 300 php_value max_input_time 259200
in .htaccess
I prepared phpinfo for you in private
(The theme that partially works seems to be Knowledgebase Demo (images are not imported). I imported that over the top to see how some elements are made.)
I noticed you worked on the site. Any updates? I just got loads of:
Admin notice for:
Icon BoxThis element was disabled in your theme settings. You can activate it here:
Performance SettingsSeptember 29, 2020 at 12:48 pm in reply to: How to make Fullwidth submenu sticky on mobile view? #1249364Thanks. :-)
I don’t know why it didn’t work. I deleted the account, and recreated it and tested it working just now.
I checked the XMLs, they are all in place. I just tried importing 2017 demo, so you can see the aftermath (it didn’t work).
It said: “Importing didnt work!
You might want to try reloading the page and then try again”It might be the special character.
I just reset the password and the site.
Please try again.
Thank you.September 26, 2020 at 8:01 am in reply to: Weird reply to and message is address (Contact form) #1248569I will try, thank you for your help.
Login below.
You can freely reset the site if you want (reset plugin is installed).You can check what happened with the import on the site. Not all imports work at all, and some import pages, more or less intact (some can be broken) without images.
September 23, 2020 at 8:45 am in reply to: Weird reply to and message is address (Contact form) #1247790When I looked at the message source, the message id was set as HASH@www.domain.tld
I use the code generated for the functionality in the widget, so that is why some things did not work as they should have.
Where should I set from address so I wouldn’t need to use the code above? – Without this the form didn’t work at all.
Thanks
September 23, 2020 at 8:40 am in reply to: Add a phone icons AND a phone number to social icons? #1247788In the end I managed to do it, to a point. I worked whole day on it – I wanted to make ti work from inside the Enfold, without editing templates.
I added a normal mail icon, top right, and added a link + an icon to it and some styling. It does look nice, but I had to do some weird half pixel dimensions.
Can you pls. check the CSS if I did it OK? I see that smooth animation is not perfect.
This is the code:
<a style="supphone" title="Support" href="tel:0800800800">0800 800 800</a>
.supphone { padding:0!important; line-height: 0px!important; border-right:1px solid rgb(235, 235, 235)!important; margin-right:-11px} .supphone a { font-weight: normal!important; display:block!important; line-height: 29.4px!important; padding:0 8px 0 7px!important; transition-delay: 0s; transition-duration: 0.3s; transition-property: all; transition-timing-function: ease-out; } .supphone a:hover {text-decoration: none; color:white!important; background: #12a5f4; } .supphone a:after { font-family: 'entypo-fontello'!important; margin-left:7px!important; font-size: 13px!important; position: relative!important; bottom: -1px!important; content:"\e806"; /*srce*/ transition-delay: 0s; transition-duration: 0.3s; transition-property: all; transition-timing-function: ease-out; } .supphone:hover a:after { color: white; }
- This reply was modified 4 years, 2 months ago by MORTULGAAH.
September 3, 2020 at 7:30 pm in reply to: SOLVED: Is there a way to send page title with contact form? #1243152 -
AuthorPosts