Forum Replies Created
-
AuthorPosts
-
Hi,
I’m still not sure what the issue you are seeing, because I don’t see a difference2 between the two pages that you linked to, they both looked the same to me.
Please explain further and perhaps some screenshots would help.Best regards,
MikeHi,
Sorry I thought that you already installed the theme, please see our documentation here.
You will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New

and then just follow the steps.Best regards,
MikeHi,
Ok, please check your device screen resolutions are they smaller than 320px?
When I check with my browser at the smallest device size of 325px the form is within the screen, see the screenshot in the Private Content area.
My Samsung Galaxy A14 is 339px, unfortunately I’m not able to reproduce what you are seeing so I’m not sure what we might be able to do to change this.Best regards,
MikeHi,
Odd, my screenshot above was in the Brave browser, nonetheless the cookie consent bar is disabled now so shall we close this thread then?Best regards,
MikeHi,
Glad Guenni007 could help, thank you Guenni007, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeApril 15, 2024 at 11:55 am in reply to: Enfold 4.3 How to enable Avia Layout Builder Debug Mode #1440020Hi,
Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Thanks for the login, when I check the two pages that you linked to I don’t see any difference

I also note that your screenshot above is from a plugin called Category Order and Taxonomy Terms Order, try disabling the plugin an see if this solves the issue. The plugin support lists many issues.
A good place to start is to disable all of your plugins, on my test site with no plugins the product category seems to work correctly.Best regards,
MikeApril 15, 2024 at 11:26 am in reply to: Bug: Enfold Thumbnails No longer recognised by WordPress or plugins #1440012April 15, 2024 at 11:24 am in reply to: Mega Menu offset – partly showing on Shop Categories #1440010Hi,
Try checking your iPad screen resolution at this link and tell us what the width is.
It might be something like 1024px in which case if you want to make the burger menu show at that width try this css:@media only screen and (max-width: 1024px) { #top #header .av-main-nav > li.menu-item { display: none!important; } #top #header .av-burger-menu-main { cursor: pointer; display: block!important; } }Feel free to adjust to suit.
Best regards,
MikeHi,
To add a screenshot please try using an Screenshot service and pasting the image URL in your post.Best regards,
MikeHi,
The code that I added is in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field, and if you reinstall the theme you should remove it to see if the correct icon is showing.
I didn’t see anything else wrong on your site, just this icon not working and I didn’t see any error messages.Best regards,
MikeHi,
I’m not sure what you mean by “update” but I see that you have not added a keyword

you might also want to use this setting:

Please explain what you want to do and perhaps screenshots would help.
We are not Yoast experts but we will try to help.Best regards,
MikeHey Petra,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.avia-fullwidth-portfolio .sort_width_container { border: none; }Best regards,
MikeHey Petra,
For the font size in that element try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#av-sc-portfolio-1 h3.grid-entry-title.entry-title a { font-size: 14px; }For adjusting the position of the ajax portfolio element try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:
function custom_portfolio_preview_container_script() { ?> <script> jQuery(document).ready(function($) { // Listen for clicks on elements with the specified class $('.page-id-3419 .grid-sort-container .grid-entry').click(function() { // Use setInterval to check every 100 milliseconds if the element has become visible var checkVisibility = setInterval(function() { // Check if the element is visible if ($('.page-id-3419 .portfolio_preview_container.open_container').is(':visible')) { // Clear the interval once the element is visible clearInterval(checkVisibility); // Calculate the top position of the element and adjust it var elementTop = $('.page-id-3419 #av_section_2').offset().top; var newScrollTop = elementTop - 30; // Adjusting to scroll 20px above the element // Scroll the page to the new position $('html, body').animate({ scrollTop: newScrollTop }, 1200); // 1200ms for a smooth animation } }, 100); // Check every 100 milliseconds }); }); </script> <?php } add_action( 'wp_footer', 'custom_portfolio_preview_container_script', 99 );note that the script specifically checks the page ID because the scroll position is calculated by the bottom of the element above the portfolio grid, so keep this in mind if you want to duplicate this for another page.
Best regards,
MikeHi,
Thanks for the SFTP login but it doesn’t include a user name so we can login.Best regards,
MikeHey JennyGr,
Thanks for the link to your site, it looks like you have some custom css that is setting the size:.breadcrumb-trail { font-size: 16px !important; }Try to find this and adjust to suit. The !important; in the css overrides the theme settings.
If you didn’t have this css you could use the Enfold Theme Options ▸ Advanced Styling ▸ Breadcrumbs to adjust the font size.Best regards,
MikeHey waterwalk,
I have not seen any errors like this, but if you include a admin login in the Private Content area we can take a look.Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Thanks for the login, I tried to duplicate your page with the gallery on my test site, but I was not able to reproduce the error.

I tried disabling your plugins and enabling the parent theme but it didn’t help.
In the browser console I see this message:Uncaught SyntaxError: Unexpected token '<'from the gallery.js file but when I compare it with my theme version they are the same so the error could be in a different file. So I don’t know what could be causing this. Perhaps if you have manually updated in the past by overwriting the theme files via FTP, an old file could have beed left behind. Perhaps uploading a new theme version would help, here is a safe way to do this:To manually update your version of Enfold you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New

after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue

then you will see the Theme updated successfully message.
Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Thanks for the login, it confirms what I thought, that the /portfolio-item/ page is using a shortcode, and the /galerie/ is a CPT created by a “plugin”.
Although this doesn’t seem to be a real plugin, it looks like some custom files added to your child theme and I could find no documentation, I imagine that the shortcode that you are using could have some sorting attributes, so you should ask where you got this code for the correct sorting attributes, for example your code now is:
[gallery_images gallery_id=4032 page_no=1 no_of_image=300]
and typically you could add a “order” & “orderby” like this:
[gallery_images gallery_id=4032 order=ASC orderby=title page_no=1 no_of_image=300]
this doesn’t work for your shortcode but perhaps if you ask you can find the correct attributes, this would be your best solution.
Or if you can’t find any documentation or help wherever you got these files from, you could just use the /galerie/ pages and not use the /portfolio-item/ pages at all.Best regards,
MikeHi,
Glad we were able to help, this is the css that is in your Quick CSS:@media only screen and (max-width: 767px) { .responsive #top #main { padding-top: 88px !important; } .responsive.html_header_transparency #top #main { padding-top: 0 !important; } }If you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
MikeHi,
Thanks for the feedback, on your portfolio page /portfolio-item/ you are using a shortcode to display the plugin gallery, I don’t know why the plugin gallery doesn’t show in the order that you wish, I don’t think that there is any sorting query involved. A portfolio item is a custom post type, CPT, you could try adding the plugin shortcode to a page and see if the order is any different than the portfolio page.
Your plugin page /galerie/ is another CPT, so you can’t combine these two together.
However, if I recall correctly the header image on your portfolio page is a Slider Revolution slider that is injected with a php function, so if you like the order of the /galerie/ page, you should be able to add the Slider Revolution slider and the background image so it will look like the /portfolio-item/ page.Best regards,
MikeHi,
I’m not sure what is causing this but I added this css as a workaround:.av-social-link-twitter a:before { background-image: url(https://img.icons8.com/ios/50/cd1041/x.png)!important; background-size: contain; background-repeat: no-repeat; background-position: 50% 50%; }Now you have a red X icon, but perhaps you could try reinstalling the theme to see if that helps.
To manually reinstall your theme you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New

after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue

then you will see the Theme updated successfully message.
Best regards,
MikeHi,
I found this dreamhost documentation page that says they make daily backups of your site and stores backups for up to two weeks.It looks like the site still thinks the url is your-domain.org/wordpress/
below is a image and a javascript file that your home page calls and if /wordpress/ is added to the url they show.Best regards,
MikeHi,
Please see our documentation here about importing the demos.Best regards,
Mike -
AuthorPosts




