Forum Replies Created
-
AuthorPosts
-
Hi,
1. The function is added at the end of your functions.php file in Appearance > Editor or via FTP
2. You can upload the file to the wp-content\uploads\yourfont\ folder, typically it will be a group of files such as .ttf & .woff & others. When you download the font it comes with instructions on the folder to upload and the code to add.
3. Your custom css should be added to your child theme css or in the General Styling > Quick CSS field if your using the parent theme.
You may find using Use Any Font easier.Best regards,
MikeDecember 17, 2017 at 10:51 pm in reply to: How to target all pages except from one with a CSS code? #889838Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
You are getting a 403 error “forbidden” you also are getting this error message:Failed to load plugin url: http://www.yoursite.de/wp-content/plugins/advanced-ads/admin/assets/js/shortcode.js
Please check your file permissions via ftp: Fix File and Folder Permissions
Best regards,
MikeHi,
If I understand correctly, you would like the background-color of the button yellow, try this css:#top #wrap_all .header_color #menu-item-744.av-menu-button-colored>a .avia-menu-text { background-color: yellow!important; color: red !important; }
I made the text color red so you can see it, adjust to suit.
Best regards,
MikeHey RockSolidGear,
Your opacity is set to 0.0820258 for the sub-menu, it seems to be an in-line style and not in a style sheet. I’m not sure where this would have been added, but Try this code in the General Styling > Quick CSS field:.sub-menu {opacity: 1 !important; }
Best regards,
MikeDecember 17, 2017 at 10:27 pm in reply to: Enable Video Controls Pause/Play w/background video #889830Hi,
Thank you for the demos, it explained well. While looking at bfor2, my idea was to make the max-height for the container that holds the button smaller, because as now the padding covers the whole screen, which is why you can’t click the video. But the video is playing as the background of a color section, so the button’s container can’t be smaller without disturbing the video.
How about using the layerslider with the video as one slide and the button as another slide on top. I believe this would work better.
Can you give this a try?Best regards,
MikeHi,
I have added the function and the font seems to be available for you now, please check.Best regards,
MikeHi,
I see the issue is with only self hosted videos.
This issue is being addressed by the dev team. For now it seems that uploading your video to youtube and using the youtube link in the video element will work for now.Best regards,
MikeHi,
Have you tried uploading your video to youtube and using the youtube link in the video element for now?To downgrade, upload manually via FTP: https://vimeo.com/67209750
Best regards,
MikeHey alice_c_r,
I gave Append Link on Copy a quick test and it worked well with Enfold. While it is older, there doesn’t seem to be a lot of interest in this function, leading to the lack of updates. Yet while it doesn’t use the WordPress core to do the job, there would be no updates needed.
Enfold doesn’t offer this function, and editing your functions.php would be using the same code. I suggest giving it a try.Best regards,
MikeHi,
Yes they will not work with the masonry, but Advanced Excerpt
will work with the blog posts in Enfold. I tested it while I was working on your issue.Best regards,
MikeHi,
Good to hear, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
I take it that you are building via localhost, can you upload a copy to your dropbox with All-in-One WP Migration?
How to Migrate your Site with All in One WP Migration
Include the link in the Private Content area with login & password.
Best regards,
MikeHi,
I copied your code above and added it to the end my functions.php with no errors and it worked, perhaps you added it to the wrong file? Here’s a screenshot of the right file.
Or perhaps you copied from a different source that changed the ‘ to a curly ‘
If you still get errors Please post us your login credentials (in the “private data” field), so we can take a look at your backend.- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.Best regards,
MikeHi,
Yes, I followed 2 old workaround for this that worked pre v4, by editing the av-helper-masonry.php, in both cases it broke the masonry. I then did further research the resulted in 2 other moderators stating that the masonry element had been changed and the workaround would not work & to vote on this feature.
My test did show that [Read More] will be shown.
I have seen js scripts that will search your page and apply color to your keywords
Perhaps there is even a plugin for this.Best regards,
MikeDecember 17, 2017 at 7:06 pm in reply to: Simple way to change german translation for breadcrumbs #889806Hey mary301187,
I was not able to login, please check.
I looked for the sticky button to make it smaller for mobile, but I didn’t find it, is it on your homepage or shop page?
To show your sidebar on mobile, Try this code in the General Styling > Quick CSS field:@media only screen and (max-width: 767px){ .responsive #top #main .sidebar {display: block!important; } }
Best regards,
MikeHey Charlotte,
In the masonry element the excerpt and image are linked to the article, while you can’t allow html in the masonry element without braking it, you can add [Read More] to the end of your manual excerpt. It will give the cue to click and is already linked.Please feel free to request – or vote if already requested – such feature on Enfold feature request form.
Best regards,
MikeHi,
If the fonts are on google.com/fonts you can add them to enfold list using a function.add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['Alef'] = 'Alef'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['Alef'] = 'Alef'; return $fonts; }
If it is a custom self hosted font it will not appear in enfold settings. You have to upload the fonts to your server and add font styles using custom css like
h1 { font-family: ‘custom-font’; }
An alternate solution is to use the plugin and the plugin allows you to select the html tags and assign the font styles.
Use Any FontBest regards,
MikeHey Masmho,
I read that you added this code to “Quick CSS” but this code should go in your functions.php file in Appearance > EditorBest regards,
MikeHey tonydobrevski,
Try this code in the General Styling > Quick CSS field:#top.home .av_promobox {margin: 0px !important;}
Best regards,
MikeHey Sylvio,
I see that your script in the code block element is not showing, but when I tried your script in my code block element on my localhost it worked. I did need to correct the curly ” to straight ones used for code. Check your code for curly ”Ich sehe, dass Ihr Skript im Code-Block-Element nicht angezeigt wird, aber als ich Ihr Skript in meinem Code-Block-Element auf meinem localhost versuchte, funktionierte es. Ich musste die lockigen ” zu den geraden, die für Code verwendet werden, korrigieren. Überprüfen Sie Ihren Code für lockiges ”
Best regards,
MikeHi,
Opps, looks like I made a mistake, try:@media only screen and (max-width: 990px) { .home #layer_slider_1 { display: none !important; } } @media only screen and (min-width: 991px) { .home #layer_slider_2 { display: none !important; } }
Best regards,
MikeDecember 17, 2017 at 4:39 pm in reply to: Some created pages are not available as pages for menu creation #889790Hi,
Please try using https://postimages.org/ and pasting the image URL in your post.
Perhaps you had a tab open for the menus and were working in another tab, where the menu tab had not been refreshed?Best regards,
MikeHey rolfroyce,
Sorry, that feature is not available yet. It would require quite some customization to the theme files.Please feel free to request – or vote if already requested – such feature on Enfold feature request form.
Best regards,
MikeHey cipriana,
From your screenshots, it looks like one is #layerslider_2 and the other is #layerslider_2_2
For your media query, make the difference at least 1px, above min & max is set to 990px
But instead of using this css, have you tried the mobile settings in the layerslider? Go to your slider > slider settings > mobile
Best regards,
MikeHi,
Glad to see you have found that the phone number area doesn’t have the focus issue. Since you want the phone number area to the far right, without the use of css or js, so you won’t have any loading movement, I have edited “helper-main-menu.php” to do so.
You can use it with your child theme so the next update won’t overwrite it. If you use it with your parent theme, save a backup of the original.
This css aligns the menu with the search better:.av_secondary_right .sub_menu { padding-right: 10px!important; padding-top: 10px!important; }
See Private Content area for fileBest regards,
MikeHi,
You will not lose those changes when updating, they are saved in the database with the theme settings. If you decide to use a child theme in the future, you can use the “export theme settings” from the parent theme then “import theme settings” to the child theme to save all of your settings.Best regards,
Mike -
AuthorPosts