Forum Replies Created
-
AuthorPosts
-
Hey kubera,
I was not able to login to view your site, please check.
I found that a recommended solution for this is to try this plugin to set the order:
Taxonomy Terms OrderBest regards,
MikeHi,
Glad Jordan was able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHey Gaso,
Sorry this is currently not available with this element, but the regular gallery has the option to show one large image and all the other images in the light box.Best regards,
MikeJune 23, 2018 at 8:15 pm in reply to: Where can I edit the caption title and text for Fullwidth Easy Slider? #977074Hey Christel,
It sounds like you are going to the right place, but I will add some screenshots to be sure.
First click a slide you wish to edit:
then edit the title and caption:
Then save, and back on the main slider window scroll down to ensure the “Use first slides caption as permanent caption” is not checked:
Then save again and publishBest regards,
MikeHi,
Glad to hear you solved it, the classes are
av_one_third
av_two_thirdthe difference from what you had is their is no “s” at the end of “av_two_third”
unless there is anything else we can help with this, shall we close this then?Best regards,
MikeJune 23, 2018 at 7:50 pm in reply to: Change Font size in blog title – want to make it smaller #977066Hi,
Try this code in the General Styling > Quick CSS field:#top.single-post .title_container .container { display: flex; justify-content: center; } #top.single-post h1.main-title.entry-title a { font-size: 70% !important; }
Please adjust to suit.
Best regards,
MikeHey zibbaldone,
Thanks for the screenshots, it is good that you used the same services a couple of times to have a comparison because you want to use the same servers in your test.
What I notice when comparing the two Pingdom tests and the two GTmetrix tests is that the file requests change a lot, from 93 files to 147, and from 75 files to 125, this leads me to believe there were quiet a number of changes going on between these tests.
And when looking at the page load of 26.8mb vs 7.1mb it leads me to believe that one test was done with no caching plugin while the other was with the caching plugin you wrote about, which at 916ms from 10.2s is quite impressive.I would say it’s hard to say that the site is “unstable” without comparing the site in the same state a few times, that said it is important to also consider the state of the server during each test, as most people use shared hosting and your performance is also a result of what the next site on the server is doing. Which is why we would take a average of your load times and compare them from the same times and days of the week over a period of time.
Once you are done developing, and your files are not changing, I’m sure you will find that the small change in load times will be a natural result of your servers, and be within a reasonable tolerance.
Hope this helps, and well done on your site.
Best regards,
MikeHi,
Oh, I see, on the site that is down did you update via ftp? If so, you will need to remove the old theme folder first (wp-content/themes/enfold/) then upload the new enfold folder.
Please don’t try to overwrite the theme folder, as this will leave old files behind, and cause a error.For the site I logged into, I see the builder has this error:
Failed to load resource: the server responded with a status of 403 (Forbidden) /wp-admin/admin-ajax.php
Please check that the file permissions are correct and that .htaccess is not protecting the admin folder for security, or the webhost has mod_sec protecting the admin folder.
I also see that your PHP Version is: 5.3.28, you need a minimum of v5.6 this might be the issue with the other site if it is using the same PHP version.Best regards,
MikeHi,
Thank you for the link, I had gone to the wrong url before.
You can use negative numbers for your letter spacing, such as: -1px; if you want them closer together.
When I look at your menu it is “bolder” “font-weight: 900” now, but it looks as though your font-family doesn’t support a heavy looking font face.
To also change the sub-menu, please replace your code with this:.av-main-nav ul > li > a span.avia-menu-text, .av-main-nav>li>a span.avia-menu-text { letter-spacing: 1px !important; font-weight: bolder !important; }
Sorry I just found out the request form is getting worked on, please try again after the weekend.
Best regards,
MikeHi,
For Chrome on Windows 10, you are getting this error:Uncaught (in promise) DOMException: play() failed because the user didn't interact with the document first. https://goo.gl/xX8pDD
Please visit the url in the error message for more information.
The video does auto play in Firefox & Edge.Please open a new thread so we can try to assist, and include your admin login in the Private Content area, but as this is not your thread your login info will not be private.
Best regards,
MikeJune 23, 2018 at 4:35 pm in reply to: Grid layout – remove space under entry-content-header to move the date up closer #977026Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
Sorry this was not meant to be funny, I believe this plugin works on the layerslider.
But ok, I can understand that you don’t want to use it.I remember when I posted the other code it didn’t work in the child theme, hence the suggestion to edit the files, but I went to take another look now, but because I have Enfold v4.4.1 installed the layerslider is not giving the update nag.
Which version are you using?
I will install a older version and investigate, I do note though, that my posted code has curry quotes in the code, could that be why it didn’t work for you?Best regards,
MikeHi,
I believe you are saying this is solved now and we can close it, is this correct?Best regards,
MikeHey ehdavies,
Thank you for the login, I first found that your Enfold Theme Options > General Styling > Quick CSS field had a great deal of errors in it. I corrected these for you and linked to a file with the before and after code, for you to review.
Basically please don’t add a * to every line you want to comment out, add /* before & */ after the code block, or lines of codes.
Also if you want to add “!important;” to a rule, please remove the ; before the “!important;”
I hope this makes since :)For your 4 column section that you want to show as 2 columns on tablets, the issue is that “equal height” columns will break the code, so I switched them to all “individual height”
This resulted in a new issue, 2 of your columns don’t have images to retain their height, so I added a custom class to them and this css to solve this issue:.eqheight { height: 118px; min-height: 118px; }
Please clear your browser cache and check.
Best regards,
MikeHi,
We can help you with some css to achieve this, but your site seems to be down, unless you have a new url.
Basically adding this code in the General Styling > Quick CSS field will make the changes:.av-main-nav>li>a span.avia-menu-text { letter-spacing: 1px !important; font-weight: bolder !important; }
but your font-weight depends on the font, most fonts offer light, normal, & bold, but extra light & bold may not be available for all fonts.
Here is our Enfold feature request form.
Best regards,
MikeHey YongyanLi,
I didn’t find any Google Analytics tracking code on your page, how did you add it? Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeHey bauchope,
I added this code to your Enfold Theme Options > General Styling > Quick CSS field to remove the hover circle from your icons, but still show the arrow in orange on the homepage:#top.home .main_color .image-overlay .image-overlay-inside:before { background-color: transparent !important; color: #ef6530 !important; border-color: transparent !important; }
Then to ensure all of the icons show the same arrow, I also added this css:
#top.home .image-overlay .image-overlay-inside:before { content: '\E832' !important; font-family: 'entypo-fontello'; }
Please clear your browser cache and check.
Best regards,
MikeHi,
Please try this plugin instead: Disable All WordPress UpdatesBest regards,
MikeHey woahsy,
Can you please include a admin login in the private content area so we can take a closer look.
It appears you are using version 3.1.3, please consider updating to v4.4.1 Did this happen after you updated to PHP v7?Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
Please include the url to the page in question so we can take a closer look.Best regards,
MikeJune 23, 2018 at 12:18 pm in reply to: Magnificent Popup not workin (not recognized as a function) #976916Hi,
unless there is anything else we can help with, shall we close this then?Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHey rudtek,
To move the breadcrumbs out of the title bar and below it, Try adding this code to the end of your functions.php file in Appearance > Editor:function move_breadcrumb_below_title() { ?> <script type="text/javascript"> (function($) { function a() { $('#main .avia-breadcrumbs').detach().insertAfter('.title_container'); } a(); })(jQuery); </script> <?php } add_action('wp_footer', 'move_breadcrumb_below_title');
Since it is now out of the title bar you will need to add some css to style it to your liking.
Best regards,
MikeJune 23, 2018 at 4:10 am in reply to: Grid layout – remove space under entry-content-header to move the date up closer #976840Hey Dave,
Try this code in the General Styling > Quick CSS field:#top.page-id-418 .slide-content .slide-entry-excerpt { margin-top: -40px !important; }
adjust to suit.
Best regards,
MikeHi,
Glad Victoria was able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHey elames,
Please clear any cache plugin and your browser cache and check.
If this doesn’t help, Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeHey sammybotz,
Glad to hear, we will close this now. Thank you for using Enfold.Best regards,
Mike -
AuthorPosts