Forum Replies Created
-
AuthorPosts
-
Hi,
I didn’t remove those, just the PHP snippet that’s in the Quick CSS field. You can’t add PHP snippet in the Quick CSS field. It won’t work and it will break the style.
Best regards,
IsmaelHi,
Great! Let us know if you have any questions. Have a nice day!
Best regards,
IsmaelJuly 17, 2019 at 3:30 am in reply to: Chrome renders colours differently from Safari and Firefox #1119338Hey msirakis,
Thank you for using Enfold.
Where can we see this? It looks like the checkout page. Please provide the link to the actual page.
Best regards,
IsmaelHi,
Please explain why I need to update the theme regulary FYI, Haven’t update for 2 years.
You have to update the theme regularly because the latest version contains improvements, security fixes and code that keeps it compatible with the latest version of WordPress and/or PHP including all their dependencies.
What do you mean by “company site”? Can we see it?
Best regards,
IsmaelHi,
Thank you for the update.
Looks like jQuery is not defined or it’s loaded after the script. Please go to the Enfold > Performance panel, look for the “Change WordPress defaults” section, then check if jQuery is currently set to load in the footer.
Best regards,
IsmaelJuly 17, 2019 at 3:09 am in reply to: Page not found when set Page attribute with Parent Page #1119326Hi,
Thank you for using Enfold.
The site doesn’t exists. Are you sure it’s the correct URL? Please check it carefully.
Server Error in Application “ALLWEBSITES”
HTTP Error 404.0 – Not Found
The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.Best regards,
IsmaelHi,
Thank you for using Enfold.
Where did you add the layer slider? You should be able to remove the circle timer from the Slider Settings > Navigation Area panel. Looks for the Slideshow Timers section.
Best regards,
IsmaelHi,
Thank you for the update.
Those items look different because they’re showing the excerpt. Did you add those manually?
You can completely remove the excerpt container with this css code.
.av-masonry-entry-content { display: none !important; }Best regards,
IsmaelHey magenta764,
Thank you for using Enfold.
The site is probably using an old version of the theme and so you have to upgrade it to v4.5.7.
// https://kriesi.at/archives/the-complete-guide-to-updating-enfold
Once you’re on the wp-content > themes directory, delete the current “enfold” folder before uploading the latest version to avoid file conflicts.
You may have to upgrade WordPress too, after. The latest version is 5.2.1.
Best regards,
IsmaelHi,
Thank you for the update.
We are not seeing the issue with the masonry gallery anymore. Is this fixed? The thumbnails or images look consistent now.
Best regards,
IsmaelJuly 16, 2019 at 3:45 am in reply to: Product grid – only show main categories, no subcategories #1119019Hi,
Thank you for the update.
You will have to use the WooCommerce shortcode for that as shown in the previous thread. That is the easiest and probably the only way to display the top level product categories.
Best regards,
IsmaelHi,
This seems to be the same issue as the following thread where the pages fail to update when there is a “.pdf” string in any elements.
Unfortunately, we are not really sure what’s causing it.
Temporary solution is to shorten any URL with .pdf in it.
Best regards,
IsmaelHi,
Thank you for the update.
The theme provides very basic schema markup and so it’s up to the site owner to improve it. Unfortunately, we can’t help you with the schema markup generated by Yoast.
You can actually install plugins that can generate schema.org JSON-LD syntax markup instead of the default inline schema markup, which is what the theme is adding to the template.
// https://wordpress.org/plugins/wp-structuring-markup/
You have to disable the theme’s schema if you chose to install the plugin.
Best regards,
IsmaelHey Renaud BOULANGUE,
Thank you for considering the theme.
Yes, it’s possible to create a full width page without sidebars. The layout option can be toggled throughout the site or for a specific page when necessary.
Best regards,
IsmaelHi,
Thank you for the update.
The login details are invalid. Please check it carefully. Where did you add the css code? Please try to add it in the child theme’s style.css file.
Best regards,
IsmaelJuly 16, 2019 at 1:57 am in reply to: Include icons with css [after] – not working for icons #1119011Hi,
Thank you for the update.
Looks like you’ve managed to add the star icons. It’s in the top rated section. Is that what you need?
Best regards,
IsmaelHey kaveshanchetty,
Thank you for using Enfold.
You should be able to create that layout using the grid row element. Add 2 grid row elements and set both to contain 2 cells. You can then apply the images as the cells’ background.
Best regards,
IsmaelHi,
Thank you for the update.
Can you set the user role to admin? We can’t access the post revisions.
I think this part is the problem.
<p style="text-align: center;"><strong><span style="color: #f05a1a;"><font size="4">I AM THE ONLY INSPECTOR IN LOUISVILLE KY THAT LIMITS THEIR WORKLOAD TO ONE INSPECTION A DAY. THIS ALLOWS ME TO TAKE THE NECESSARY TIME NEEDED TO GIVE YOU A HOME INSPECTION THAT IS SECOND TO NONE.</span> </strong></p>The font tag is not closed properly.
<font size="4">Best regards,
IsmaelHi,
You can use this css code to change the fullwidth breakpoint.
@media only screen and (max-width:1300px) { .responsive #top #wrap_all .flex_column.av-break-at-tablet, .responsive #top #wrap_all .av-break-at-tablet .flex_cell { margin: 0; margin-bottom: 20px; width: 100%; display: block; } }Best regards,
IsmaelHi,
Glad it helps. I can’t reproduce the issue with the animated numbers though — testing it on Edge running on IE11 mode.
Yes, that patch is going to be included in the next version.
Best regards,
IsmaelHi,
Thank you for the update.
There are snippets in your Quick CSS field that were not supposed to be added there. We removed those and moved the css modification in the child theme’s style.css file. Please remove the browser cache before checking the page.
Best regards,
IsmaelHi,
Thank you for the update.
I am able to access the site but I can’t get in using the login credentials above. It seems to be invalid. Please check it carefully.
Best regards,
IsmaelHi,
What’s the difference between these headers? Just remove those extra files and insert the snippet in the default header.
The following post is set to “noindex nofollow”, so the snippet actually works. (see private field)
Best regards,
IsmaelHi,
That’s the default behavior of Youtube videos and there’s no way to disable that according to the documentation.
// https://developers.google.com/youtube/player_parameters
You can possibly cover the video with another container and then hide that container as soon as the video starts playing. Unfortunately, we can’t help you with that.
Best regards,
IsmaelHey!
@webcitymedia: This modification should take care of that error.// https://kriesi.at/support/topic/revolution-slider-9/#post-1118183
Please let us know if that changes anything.
Cheers!
IsmaelHi,
can we please make the “market sectors” (Category page with feed) be 3 colums to match the other blog pages?
That’s the grid layout. You can replace the previous filter with this:
add_filter('avf_blog_style','avia_change_category_blog_layout', 10, 2); function avia_change_category_blog_layout($layout, $context){ if($context == 'archive') $layout = 'blog-grid'; return $layout; }Not really sure what you meant with the “highlights”. Could you provide a screenshot?
If you have any additional questions, please open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.
Thanks!
Best regards,
IsmaelHey Cherryadvertising,
Thank you for using Enfold.
Did you set jQuery to load in the footer? Please provide the link to the actual page with the date picker element so that we can check the issue.
Best regards,
IsmaelHi,
SEO Tools detect Just Text1 as H1 Heading. Why?
What do you mean by that? The SEO tool detects duplicate h1 because there are more than one h1 in your page. You can only add a single h1 per page.
Best regards,
IsmaelJuly 15, 2019 at 11:36 pm in reply to: Position of Title and Excerpt on Masonry, and color of border on hover #1118981Hey rhae,
Thank you for using Enfold.
1.) Looks like you’ve managed to adjust the position of the title and the excerpt.
2.) Use this css code to change the bottom border color to orange on hover.
#top .av-masonry-entry:hover .av-inner-masonry { border-bottom: 1px solid #ff5100; }Best regards,
Ismael -
AuthorPosts
