Forum Replies Created
-
AuthorPosts
-
January 8, 2020 at 7:31 am in reply to: Can't enter card details in Enfold and product alignment on mobile is messed up #1171338
Hi,
Thank you for the inquiry.
How did you add the Instagram feed? And regarding the variation images, by default there should be a reset button to clear the variation selection but it’s currently hidden. Are you using an extension for the variable buttons? You can add this css code to display the clear or reset button back.
.reset_variations { display: block !important; visibility: visible !important; }Best regards,
IsmaelHey wtek,
Thank you for the update.
You can manually apply links to some elements in the builder, e.g., Image, Icon and Sliders. If you want to add a text above these elements, use the Text or Code block element.
Let us know if that’s what you are intending to do.
Best regards,
IsmaelHey!
Blocking Google from the page doesn’t remove the page from the index.
You can ask google to re-crawl the site or validate the fix that you have implemented for the errors or warnings. Please check these articles.
// https://support.google.com/webmasters/answer/7440203?hl=en > Details page section
// https://support.google.com/webmasters/answer/6065812?hl=enMake sure that the robot.txt rule is set before doing so.
Cheers!
IsmaelHey jadkins77,
Thank you for the inquiry.
We didn’t find any grid row element in the home page, so we created a test page, added a grid row element and apply a background image to one of the cells and it seems to be working properly. Please check the private field.
Best regards,
IsmaelHi,
Thank you for the update.
What’s wrong with the privacy options? Would you like the video to load automatically even before the users accepted the cookies? If you are, then you can set the Default Cookie Behavior to the first option. This will silently enable services such as those from Youtube or Vimeo on page load.
Best regards,
IsmaelHi,
Thank you for the update.
The recent changes in the Quick CSS field are not being included in the dynamic stylesheet. Please go to the wp-content > uploads > dynamic_avia folder and rename the enfold_child.css file. Avoid deleting it because we might not be able to regenerate it back. After that, go back to the theme options and toggle any settings to regenerate the dynamic stylesheet.
Best regards,
IsmaelJanuary 8, 2020 at 3:37 am in reply to: Use of the word "Get" in text block breaks up the ALB #1171309Hi,
Thank you for the info.
Have you tried updating PHP from 7.2 to 7.3? It might help fix the issue. And please enable the debug mode so that we can check the error logs.
// https://wordpress.org/support/article/debugging-in-wordpress/#wp_debug_log
Best regards,
IsmaelHi,
Thank you for the update.
Could you give us a screenshot of the issue? You can use imgur or dropbox for the screenshot. Meanwhile, I’ll ask the team to check the thread so that they can inspect the site on a Safari browser.
Best regards,
IsmaelJanuary 8, 2020 at 2:29 am in reply to: Deprecated: Unparenthesized `a ? b : c ? d : e` is deprecated #1171300Hey Julian,
Thank you for the inquiry.
Try to edit the functions-enfold.php file and look for this code around line 332:
$post_type = $image ? "" : get_post_format($post->ID) != "" ? get_post_format($post->ID) : "standard";Replace it with:
$post_type = $image ? "" : ( get_post_format($post->ID) != "" ? get_post_format($post->ID) : "standard" );Best regards,
IsmaelHi,
Thank you for following up.
Did you place the code inside the css media query?
@media only screen and (max-width:1600px) { /* style here */ }Please make sure that there are no missing curly braces. Or post the login details in the private field so that we can check it.
Best regards,
IsmaelHi,
Thank you for the update.
The site doesn’t contain the latest version of the theme. Please update the theme from v4.5.7 to the most recent version 4.6.4. The upgrade should help get rid of the animation issues.
Best regards,
IsmaelHi,
Thank you for following up.
Yes, it is safe. The compression is actually enabled automatically when you install the theme, but it’s not typical to merge css and js files by default, so you can always toggle it if you wish. Let us know if something breaks after enabling the compression so that we can check it.
Best regards,
IsmaelHey freigeist,
Thank you for the inquiry.
We haven’t used this plugin before and it seems no one else here in the forum reported anything about it. Where can we see the issue? Please provide a link to a test page so that we can inspect the element. And please keep in touch with the plugin developers for additional help.
Best regards,
IsmaelHi,
Thank you for the update.
The pages are set to have no sidebar by default. Please set the Enfold > Sidebar Settings > Sidebar on Pages settings accordingly. If you want to enable the sidebar on a particular page manually, make sure that the first Sidebar Settings in the Layout panel is set to left or right sidebar.
Best regards,
IsmaelHey beachcitiescryo,
Thank you for the inquiry.
The size of the logo used in the site is 300x87px. Please try to resize the original image to 600x172px, upload it again, then make sure that the original size of the logo is selected instead of the thumbnail versions.
Best regards,
IsmaelJanuary 7, 2020 at 12:06 pm in reply to: Cookie Consent Schema Markup of WebPage/BlogPosting #1171010Hey havi,
Thank you for the inquiry.
Is that the home page? We didn’t find any errors in it when we tested it in the structured data testing tool.
Best regards,
IsmaelHey Jasna Bogdan,
Thank you for the inquiry.
They are both using the same post type, so the portfolio items should be preserved when you switch to Enfold but you should expect some differences like the slider in the grid. Enfold doesn’t have that feature. The rest of the site might have to be recreated from scratch because Enfold has a different template builder.
Best regards,
IsmaelJanuary 7, 2020 at 11:50 am in reply to: enfold with event calendar: change event title from h2 to h1 -SOLVED- #1171007Hi,
Are you using the second script with a function called replaceElementTag from the previous thread? Try to replace this line:
replaceElementTag('.av-single-event-content h2', '<h1></h1>'); // each replacement separated by semi-colonwith:
replaceElementTag('.tribe-events-single-event-title', '<h1></h1>');Best regards,
IsmaelHey mooshonov,
Thank you for using Enfold.
The image url is still set to http, so the browser blocks it. Please change it to https.
Loading mixed (insecure) display content “http://site.co.il/wp-content/uploads/2017/05/V-RAY-ISRAEL2-400x81.png” on a secure pageBest regards,
IsmaelHi,
Thank you for the update.
Did you add more css other than ones posted above? Please make sure that there are no invalid css code — check for any missing curly braces or semi colons.
Best regards,
IsmaelHi,
Thank you for the update.
The css code above works fine on our end. The title and the overlay changes to #02be9c when you hover the article. Where are you testing it?
Best regards,
IsmaelJanuary 7, 2020 at 9:55 am in reply to: Header Title and Breadcrumbs – can't remove background box/area #1170973Hi,
Thank you for the update.
We tried to login to the site to check the content of the pages, but the login info is invalid. Please check it carefully or provide another user account.
Best regards,
IsmaelHi,
You’re welcome! Please don’t hesitate to open a new thread if you need anything else.
Have a nice day.
Best regards,
IsmaelHey BrendaSarg,
Thank you for the inquiry.
The site is currently on maintenance mode, so we were not able to check it. Please post the login details in the private field so that we can access the site.
Best regards,
IsmaelHey dethfire,
Thank you for using Enfold.
Have you tried disallowing crawlers from indexing pages with the search query? This can be done in the robot.txt file as described in the following thread.
All you need is this line
User-agent: * Disallow: /*?s=This is according to Yoast’s.
// https://yoast.com/blocking-your-sites-search-results/
Best regards,
IsmaelHi,
Thank you for the update.
Try to add this code inside the css media query that we just created above.
.responsive .avia_responsive_table .avia-data-table .avia-button-row, .responsive .avia_responsive_table .avia-data-table tr:first-child th { display: none; } .responsive .avia_responsive_table .avia-data-table td::before { display: block; font-style: italic; font-size: 11px; }That should hide the default heading row and display the pseudo heading.
Best regards,
IsmaelJanuary 7, 2020 at 8:38 am in reply to: Schrift "Oswald" nicht angezeigt wg. Cookie-Hinweis #1170958Hey Jan,
Please refrain from creating duplicate threads. We replied in your thread here.
// https://kriesi.at/support/topic/schrift-oswald-nicht-angezeigt-wg-cookie-hinweis-3/
Best regards,
IsmaelJanuary 7, 2020 at 8:36 am in reply to: Schrift "Oswald" nicht angezeigt wg. Cookie-Hinweis #1170956Hey Jan,
Please check this thread: https://kriesi.at/support/topic/schrift-oswald-nicht-angezeigt-wg-cookie-hinweis-3/
Best regards,
IsmaelJanuary 7, 2020 at 8:35 am in reply to: Schrift "Oswald" nicht angezeigt wg. Cookie-Hinweis #1170954Hey Jan,
Thank you for the inquiry.
The fonts will only load once the required cookies are stored in the local storage. That is the default cookie or privacy behavior of the theme. If you want the fonts to load without the users’ explicit consent, set the Enfold > Privacy & Cookies > Default Cookie Behavior to the first option. All services including the fonts will be enabled by default on page load.
Best regards,
IsmaelHi,
Thank you for the update.
There was a minor issue with the latest release of WordPress, which caused the icons in the theme to break. We have included the fix in the upcoming version of the theme. If you don’t want to use the beta version of the theme, please check the following thread for possible solutions.
Best regards,
Ismael -
AuthorPosts
