Forum Replies Created
-
AuthorPosts
-
August 10, 2018 at 3:05 pm in reply to: Conflict with The Events Calendar Mobile version and Enfold #996008
Hey EDAudubon,
Thank you for using Enfold.
The “tribe-events-full-mobile.css” file is not being loaded. Please post the login details in the private field so that we can check this further.
Best regards,
IsmaelAugust 10, 2018 at 1:26 pm in reply to: Need immediate help, please-Enfold conflicting with WP-Admin login. Error code #995941Hi,
I’ve installed the WP Sweep plugin and the number of unused entries in the database are quite huge. For example, there are “168,847” duplicated post meta and “15,794” unused terms. I would like to sweep or remove it all including the transients but I need to make sure that your hosting provider has a database backup or a site restore point in case something goes missing after the sweep. We’ll also do a database repair afterwards. (see private field)
Best regards,
IsmaelAugust 10, 2018 at 1:15 pm in reply to: Need immediate help, please-Enfold conflicting with WP-Admin login. Error code #995937Hi,
Thanks for the update.
The frontend is loading properly but the dashboard is still not accessible, so we’re back to square one. I get a 504 – GATEWAY TIMEOUT and “Out of memory” error so I tried to set the memory limit to 1024M but it starts to run out of memory after 667MB. I also disabled specific cron jobs run by the theme and the woocommerce plugin but it doesn’t seem to be helping. Please ask your hosting provider if you’re allowed to exceed that limit (667MB). And ask them to upgrade PHP from version 5.6 to 7.1.7. Is the site on a shared hosting?
NOTE: I’m still looking at the site. I’ll leave an update later.
Best regards,
IsmaelHi,
Yes, that’s weird. Please try to contact the Google support. Ask them why the API returns a “deleted project” error even though the API key was generated from a live project.
Best regards,
IsmaelAugust 10, 2018 at 9:27 am in reply to: Onepager: change h2 title color on focus when scrolling #995873Hi,
I see. I was a little confused with his latest reply. The title should change to green on focus. Yes, avia_waypoints would help. Please try this in the functions.php file.
add_action('wp_footer', 'ava_inviewport_script', 9999); function ava_inviewport_script() { ?> <script> (function($) { $('.h2-green').waypoint(function(direction) { $(this.element).css('color', 'green'); }, {offset: 'bottom-in-view' , triggerOnce: true, offset: '30%'}); })(jQuery); </script> <?php }Best regards,
IsmaelHi,
Awesome! Thanks for the tutorial! Looks good. :)
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,
Are you planning to apply the image on every posts? Please note that setting the blog to use the advance layout builder is not going to affect the post items. That option will only be applied to the blog overview or the main blog page. You can still use the default editor for the posts. If you did enable the advance layout builder for the blog, edit the blog page and then switch to the advance layout builder. Add the Blog Posts element, set it to grid layout and you’re done. You can then customize the main blog page as you wish.
You have to edit the index.php file manually if you want to customize the blog page without using the advance layout builder.
Best regards,
IsmaelHi,
Thanks for the update.
I can’t reproduce the issue on my own installation though. I do see a white left border flickering when I resize the browser but it’s barely noticeable. Do you have a dev or staging site where you haven’t applied the changes or fix yet?
Best regards,
IsmaelAugust 10, 2018 at 8:45 am in reply to: Trying to get the blog grid to look like your website's example #995855Hi,
1.) Is the Enfold > Performance > File Compression options enabled? You won’t see the css changes immediately if that option is enabled. You have to toggle it first or just disable it temporarily while you’re still working on the site.
2.) Yes, it should be editable in the Appearance > Editor panel. Do you have access to your file server or FTP? Please ask your hosting provider for the login details. They should be able to direct you to the access info.
Best regards,
IsmaelHi,
Great! Glad we could help!
Please don’t forget to bookmark Enfold Documentation for future reference.
And take a moment to review our theme and show your support when you have the time. https://themeforest.net/downloadsThank you for using Enfold :)
Best regards,
IsmaelAugust 10, 2018 at 8:38 am in reply to: Onepager: change h2 title color on focus when scrolling #995850Hi,
Thanks for the update.
In the screenshots, the title “Reisen” didn’t change color. It’s black on both screenshots. Is the site live? We may need to see it in order to understand the issue.
Best regards,
IsmaelHi,
Thanks for the info.
We applied the modifications. The burger/mobile menu should be visible on load and then switch to the default/text menu on scroll. Is that what you wanted?
Best regards,
IsmaelHi,
I see. Please try this css code to override the inline styling of the rotator text.
#top .av-rotator-container-inner span { color: blue !important; }Best regards,
IsmaelAugust 10, 2018 at 8:20 am in reply to: Hover colour on main menu loses colour when moving mouse down to sub-menu items #995843Hi,
Thanks for the update.
This is what I see on iPad landscape view.
Screenshot: https://imgur.com/a/94Bln6u
What is the actual model/version of your iPad device?
Best regards,
IsmaelAugust 10, 2018 at 8:11 am in reply to: [URGENT]: Header icon displaying & menu changes color #995840Hi,
The editor is accessible but the update button is missing. It’s not enabled.
Everything should be fixed after removing that css code.Best regards,
IsmaelHi,
Did you replace the theme’s contact form with WP Forms?
Looks like you’re using a Gmail account. You really need to setup an SMTP for that because of their security policy. Google won’t accept emails without that authentication. In the WP Mail SMTP, set the “Mailer” settings from PHP to Gmail and then put your username and password in the Gmail section.Best regards,
IsmaelHi,
You can’t remove the comma with css, unfortunately. Edit the includes > loop-index.php file, look for this code around line 190:
$cats .= get_the_term_list($the_id, $taxonomy, '', ', ','').' ';Replace it with:
$cats .= get_the_term_list($the_id, $taxonomy, '', '','').' ';Best regards,
IsmaelHi,
Thank you for using Enfold.
You can try these css codes.
@media only screen and (max-width: 767px) { .header-scrolled { position: fixed; } .header-scrolled #header_meta { display: none; } }Don’t forget to toggle the css/js compression in the Enfold > Performance panel if they’re enabled.
Best regards,
IsmaelAugust 9, 2018 at 11:57 am in reply to: How to change the default image size in lightbox to full size? #995405Hey 805ITS,
Thank you for using Enfold.
The images (see private field) are actually the same but they’re being resized with css. You can add this in the Quick CSS field to adjust the width of the lightbox image.
img.mfp-img { width: 85vw; }If the image becomes a little blurry, you need to adjust the size of the “Large” thumbnail in the Settings > Media panel and then regenerate the images.
Best regards,
IsmaelAugust 9, 2018 at 11:51 am in reply to: Which theme files are used to create a blog post/page using default template? #995398Hey Michael,
Thank you for using Enfold.
The posts use the single.php file, includes > loop-index.php file and then defaults to the footer.php file to render the footer section. You can find more info in the codex.
// https://developer.wordpress.org/themes/basics/template-files/
The theme follows the same structure. If you switch to the advance layout builder, the posts/pages will then use the template-builder.php file.
Best regards,
IsmaelHey Gust2007,
Thank you for using Enfold.
Can we see the site? We need to inspect the default and mobile menu. Please provide the site URL in the private field.
Best regards,
IsmaelHey BelIblis,
Thank you using Enfold.
Yes, you need to set up the billing account in order to create an API key. There’s still a $200 free credit per month, so you’ll still be able to use the map element for free to some extent. You’ll find more info in the new pricing page.
// https://cloud.google.com/maps-platform/pricing/sheet/
Check the “Dynamic Maps” and “Geocoding” rows. These are the required APIs to render the theme’s map element.
Best regards,
IsmaelHey Digital-Saint,
Thank you for using Enfold.
Edit the entries inside the Headline Rotator element and then look for the “Custom Font Color” settings. You should be able to change the font color there.
Unfortunately, I can’t see the color overlay. Can you provide a screenshot? Use imgur or dropbox.Best regards,
IsmaelHey lelef,
Thank you for using Enfold.
The required APIs should be automatically enabled if you follow the tutorial from the documentation.
// https://kriesi.at/documentation/enfold/google-map/#how-to-register-a-google-maps-api-key
If you’ve already created a project, make sure that the Dynamic or Javascript API and the Geocoding Services API are enabled. There are more info on the documentation.
Best regards,
IsmaelAugust 9, 2018 at 11:14 am in reply to: Onepager: change h2 title color on focus when scrolling #995378Hey Michael,
Thank you for using Enfold.
Where can we see the site? Please provide the URL and possibly a screenshot of what you’re trying to do, so that we can understand it better.
Best regards,
IsmaelHey joerainbow,
Thank you for using Enfold.
The site is still running on a very old version of the theme, 3.8. You need to upgrade to version 4.4.1 and then add these css codes to force the mobile to display on certain screen width.
@media only screen and (max-width: 1024px) { .responsive #top .av-main-nav .menu-item-avia-special { display: block; } .responsive #top .av-main-nav .menu-item { display: none; } .responsive #top #wrap_all .container { width: 85%; max-width: 85%; margin: 0 auto; padding-left: 0; padding-right: 0; float: none; } }Best regards,
IsmaelHey softtec,
Thank you for using Enfold.
Edit the menu items in the Appearance > Menus panel and then append the domain url to the anchor link. Example.
“https://www.domain.com/#contact” instead of just “#contact”.
Best regards,
IsmaelAugust 9, 2018 at 11:03 am in reply to: open an entry on a new page in the portfolio grid setting doesn't work #995370Hey Enffie,
Thank you for using Enfold.
Where can we see the issue? Is it opening a lightbox? Please try to disable the File Compression options in the Enfold > Performance panel.
Best regards,
IsmaelHey yohopower,
Thank you for using Enfold.
You should be able to change that in the Enfold > General Styling > Fonts panel. Look for the “Default content font size” settings. You can also change the style of certain elements in the Enfold > Advanced Styling panel.
Best regards,
Ismael -
AuthorPosts
