Forum Replies Created
-
AuthorPosts
-
Hi,
Thanks for the update.
We’re still not sure why it’s not working. The console doesn’t return any errors so it’s a little difficult to debug. The files are also not editable via Appearance > Editor panel. Please provide the FTP details in the private field so that we can check it further.
If possible, please contact the plugin authors for additional help.
Best regards,
IsmaelHi,
The map API is being loaded multiple times because of the “Progress Map” plugin. The theme’s map element works properly when the plugin is disabled (see private field). Do you really need that plugin?
Best regards,
IsmaelHey!
Yes, that daily limit is enough to keep you within the free usage quota. Make sure that it is also within the daily traffic of your site. If there are more than 900 daily visitors in the site, some of them won’t be able to see the map.
Map loads per 100 seconds 50
I didn’t know that you can adjust the requests rate per second. If I am not mistaken, the limit above means that you can only send a request every 2 seconds. You should set it to at least 10 QPS or 10 map loads per second to make sure that you don’t exceed the usage limit.
// https://developers.google.com/maps/premium/previous-licenses/articles/usage-limits
Can you send us a screenshot of your API usage limit?
Cheers!
Ismael-
This reply was modified 7 years, 8 months ago by
Ismael.
Hi,
3.) Yes, something has changed in the WPML plugin which creates issues with the elements’ translation. It has been discussed and solved in the following thread:
// https://wpml.org/forums/topic/translated-images-not-showing-after-updating-wpml/#post-2580566
Please try to follow the steps provided by the OP and WPML moderator.
Best regards,
IsmaelAugust 1, 2018 at 2:50 pm in reply to: Logo to break out of header and overlap content below. #992429Hey Kate,
Thank you for using Enfold.
Set a custom height for the header and then add this css code to pull the logo downwards.
div .logo { top: 50px; }Adjust the top position value as needed.
Best regards,
IsmaelHey neotronics,
Thank you for using Enfold.
Edit the cells and set the “Background Repeat” to “Stretch to Fit”. The background images are going to cover the entire cell. You don’t need to add the css modification.
Best regards,
IsmaelHi,
You can place the login details in the private field. Only the moderators will see it.
Best regards,
IsmaelHi,
Thanks for the update. Not sure why it happens though. Please provide the login details in the private field. We would like to check the dashboard.
Best regards,
IsmaelAugust 1, 2018 at 2:00 pm in reply to: Increasing the Excerpt length for Masonry Blog Layout #992412Hi,
You’re welcome!
That can be a good option but I don’t think we can make a specific option for every minute details without making the theme bloated. Anyway, you can still ask for it in the requests page. And please feel free to open a new thread if you need anything else. :)
Best regards,
IsmaelAugust 1, 2018 at 2:00 pm in reply to: Increasing the Excerpt length for Masonry Blog Layout #992410Hi,
You’re welcome!
That can be a good option but I don’t think we can make a specific option for every minute details without making the theme bloated. Anyway, you can still ask for it in the requests page. And please feel free to open a new thread if you need anything else. :)
Best regards,
IsmaelHi,
Great! Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
Don’t forget to bookmark Enfold Documentation for future reference.Thank you for using Enfold :)
Best regards,
IsmaelHi,
Thanks for the update.
The login url leads to a 403 page. Same with the “wp-admin” and “wp-login”.
Zugriff nicht gestattet
Fehler 403 – Zugriff nicht gestattet
Sie verfügen nicht über die notwendigen Rechte, die angeforderte Seite zu betreten.
Bitte wenden Sie sich an den Webmaster.Best regards,
IsmaelHey puppetmaster05,
Thank you for using Enfold.
What happens when you import the demo? If the automatic import is not working, you can do a manual import.
More info here: https://kriesi.at/documentation/enfold/initial-theme-setup/#manual-demo-import–xml-file-import-
Best regards,
IsmaelHey gavdonald,
Thank you for using Enfold.
Set the Settings > Media > Medium thumbnail to 600x600px then regenerate the thumbnails. Select the “Medium” thumbnail among the list afterwards.
Best regards,
IsmaelHi,
Sorry for the confusion. Jordan is probably answering another thread and mistakenly added that link.
Anyway, we need to see the actual site so that we can inspect the element. Please provide the url of the site.Best regards,
IsmaelHey jonrouse,
Thank you for using Enfold.
The css code looks correct and it shouldn’t affect any elements other than those inside the top header. However, it’s not working when I tried it directly in the browser inspector. Please provide the login details in the private field so that we can test it.
Best regards,
IsmaelHey whatthe_theme,
Thank you for using Enfold.
Do you want to import that particular page? This is the full list of shortcodes used in that page.
// https://pastebin.com/ZsVUazM9
Best regards,
IsmaelHey ProTravelGolf,
Thank you for using Enfold.
Those text are inside the theme’s “comments.php” file. You can modify that file directly or use the “Say What?” plugin.
// https://wordpress.org/plugins/say-what/
Best regards,
IsmaelAugust 1, 2018 at 1:03 pm in reply to: Hover colour on main menu loses colour when moving mouse down to sub-menu items #992376Hey ProTravelGolf,
Thank you for using Enfold.
Where can we see the issue? Instead of adding that modification, try to alter the “Main Menu Links” style in the Enfold > Advanced Styling panel. Enable the “Apply only to mouse hover state” or “Apply only to active state” options.
Best regards,
IsmaelAugust 1, 2018 at 12:55 pm in reply to: Header video in mobile and portfolio light box image change #992374Hey royhiz,
Thank you for using Enfold.
1.) That is possible but it will require third party scripts like reEmbed or Plyr. You can check those out in the following links.
// https://www.reembed.com
// https://github.com/sampotts/plyr2.) Where can we see the issue? Are you using the Video element?
3.) The lightbox is going to display the large version of image automatically. The image and the lightbox image in the demo look the same because the Image element is using the original version of the image.
Best regards,
IsmaelHey Freek,
Thank you for using Enfold.
The search icon is already hidden on mobile view. Do you need more assistance with this?
Best regards,
IsmaelHey KevinWijnbergen,
Thank you for using Enfold.
Where can we see the button? Please provide the link to the actual page with the issue.
Best regards,
IsmaelHi,
It’s loaded by the layer slider plugin. Did you add any Icon layers to the sliders?
Best regards,
IsmaelHey OKEI,
Thank you for using Enfold.
Use this filter to remove the first breadcrumb trail or the “blog” part.
add_filter( 'avia_breadcrumbs_trail', 'avia_breadcrumbs_trail_mod', 50, 2 ); function avia_breadcrumbs_trail_mod( $trail, $args ) { if ( is_single() ) { unset($trail[1]); } return $trail; }Best regards,
IsmaelAugust 1, 2018 at 10:31 am in reply to: Fullwidth Easy Slider: takes too long to load – images are too hgh #992308Hey bruwa,
Thank you for using Enfold.
1.) The full width slider’s height is based on the size of the slider images inside. This is to avoid distorting the images. Use the full screen slider instead if you want the whole slider to be visible above the fold. Please do note that the full screen slider is going to set the slider images as background. Parts of the images nay get cut off or go outside the background positioning area to keep their aspect ratio.
2.) That file size is actually big but I know you’re concern about the image quality. Please use an image compression plugin like Shortpixel or EWWW Optimizer.
// https://kriesi.at/archives/scoring-100-100-in-google-pagespeed-insights-gtmetrix-pagespeed-and-yslow
Best regards,
IsmaelHey kofoe,
Thank you for using Enfold.
The login url redirects me to a 404 page. What is the correct login url? Please create a test page with the hover effect.
Best regards,
IsmaelHey marco3253,
Thank you for using Enfold.
This is the new pricing for each API.
https://cloud.google.com/maps-platform/pricing/sheet/
You’re only concern when using the theme’s map element is the Dynamic Maps and the Geocoding API. They are free up to 28,000 loads and 40,000 calls per month, respectively. Please note that theme calls the Geocoding API only when it has to validate the map API key and when fetching the map coordinates. You’ll be billed extra when there are more than 28,000 requests for the Dynamic Map API or when your visitors visited the pages with the map element more than 28,000 times.
Best regards,
IsmaelHey Maria,
I hope you’re doing good.
Thanks for the offer. We’ll forward this thread to Kriesi. :)
Best regards,
IsmaelAugust 1, 2018 at 10:04 am in reply to: Attachment Display Settings – SIze Drop Down Box stopped working #992297Hi,
We can’t reproduce the issue on our installation. Are you using the Image element? Please try to regenerate the thumbnails.
// https://wordpress.org/plugins/regenerate-thumbnails/
Best regards,
Ismael -
This reply was modified 7 years, 8 months ago by
-
AuthorPosts
