Forum Replies Created
-
AuthorPosts
-
Hey 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,
MikeHey woogie07,
CSS will not achieve what you are asking, you should create a second content slider for mobile that only uses one column and then use the display settings to show the first one on desktop and the second one on mobile.Best regards,
MikeHi,
Please try removing the code that you added to the functions.php and enable the theme editor menu item so we can see if there is anything else in your functions.php that could cause an error:
Typically the iThemes Security plugin is what hides the menu item but this plugin shows an error when I check.Best regards,
MikeHey Sebastian,
Perhaps something like this will workBest regards,
MikeApril 13, 2024 at 9:01 pm in reply to: Mega Menu offset – partly showing on Shop Categories #1439929Hey Annemarie,
Thanks for the links but the shop mega menu looked the same to me on both pages, it was off the screen to the left, it looks like you are using some custom css on the mega menu but try this css:#header .avia_mega_div { right: -1000%; }
Best regards,
MikeApril 13, 2024 at 8:47 pm in reply to: Reitersektion plötzliches Layout- und Darstellungsproblem #1439928Hi,
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,
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,
The precious css had an error in the spelling, I corrected it and added it back, please clear your browser cache and check.Best regards,
MikeHey Diana,
I believe that I solved both issues with this css, please clear your browser cache and check.::-webkit-input-placeholder { color: #000 !important; opacity: 1 !important; font-size: 10px !important; letter-spacing: 1px; font-weight: 300; } ::-moz-placeholder { color: #000 !important; opacity: 1 !important; font-size: 10px !important; letter-spacing: 1px; font-weight: 300; } :-ms-input-placeholder { color: #000 !important; opacity: 1 !important; font-size: 10px !important; letter-spacing: 1px; font-weight: 300; } :-moz-placeholder { color: #000 !important; opacity: 1 !important; font-size: 10px !important; letter-spacing: 1px; font-weight: 300; }
Best regards,
MikeHi,
Try asking your webhost to restore the last backup of the site and database, typically webhosts make automatic backups each week, if you have not used one of these to restore your site befor then ask the webhost support and they will be happy to do it for you. If you remember which month was the last time your site worked correctly you could ask them to go back to that point and also solve whatever was causing this issue.Best regards,
MikeHi,
It looks like you had this thread that was for a different donain and the css you added creates the black bar by adding padding to the top, I removed it for you.Best regards,
MikeHi,
Thanks for the login, your theme is very old v4.7.6.3, and you can not automatically update it, please follow these steps you should not lose any settings or content, but you can also use your webhost options to backup your site & database if you are worried.
To 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,
You write that you are using a separate menu for mobiles but when I check your menus the “Mobil” menu only has two items:
and your theme option for using a separate mobile menu is not activate
so how are you adding the separate mobile menu?
Also I can’t vew your child theme functions.php file because the theme editor is not an option:
Best regards,
MikeHi,
Thank you, I see that your WordPress ▸ Settings ▸ General ▸ WordPress Address has your domain with the word wordpress added and WordPress ▸ Settings ▸ General ▸ Site Address doesn’t, these two should match, please remove the word wordpress
If you look at the two links below the /posts/ looks broken and /wordpress/posts/ looks correct, this is due to this setting.Best regards,
MikeHi,
It looked like you added many menu options in the Enfold Theme Options ▸ Advanced Styling and each was empty so the empty setting was overriding the Enfold Theme Options ▸ General Styling settings. I removed these for you and now your menu is back to the way it was.
If you want to use the Enfold Theme Options ▸ Advanced Styling to change the colors then you can, but to need to add the new colors for it to work.
I believe that we have solved your Header Widget that was the topic of this thread, please let us know if so we should now close this thread.
Please note that we ask that each thread stays on a specific topic, this helps other users and Mods. For further questions please open a new threadBest regards,
MikeHi,
I’m not clear on what you are tring to do, the page that you linked to has big squares with background colors, text & icons:
so I don’t think that the table element is the correct element to use, perhaps a column element with the column link is better:
or the grid row, which has the same option.
If I have misunderstood please explain further.Best regards,
MikeHey blinddrop,
Please include an admin login in the Private Content area so we can investigate.Best regards,
MikeApril 13, 2024 at 4:57 pm in reply to: Bug: Enfold Thumbnails No longer recognised by WordPress or plugins #1439907 -
AuthorPosts