1. I want to minimize the size of the header frontpage slider but i dont how will i dot it..
Ans: Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.slider-main .nivoSlider {
height: 500px;
}
2. The homepage slider pictures loads too long even though i have decreased the size and compressed already the images i used.
Ans: Kindly use compressjpeg.com or tinypng.com to reduce sizes and compress all your images and reupload them.
Lastly kindly use WP Fastest Cache plugin and ask hosting to have Zend Op Cache and PHP Server cache applied to your site or if they have NGINX available get them to use that.
With all the above steps i am sure your site will be faster. Theme is just part of the entire WordPress website ecosystem and our themes are coded to be faster.
Rest are all generic points i mentioned here.
3. Site Title words have no spaces with each other and the color of the letters “LLC” become blqck which is now different with the others. I tried editing it but still the same when published.
Ans: We checked, this is showing right as you wanted.
4. The size of the image down below the sliders images on my homepage cannot be customly decreased. You can set the size through custom but wont take effect when saved and published?
Ans: Can you send us the screenshot of your issues? Upload your screenshot on imgbb.com and paste the share url here.
I’ve seen you put the same PHP code to my function.php them the last time.
BUT: with this code the option “edit picture” will NOT work
After insering the code – do you test the point “edit picture” ?
This are the last original lines php code
</script>
<?php }
add_action(‘wp_head’,’custom_slide_function’); ?>
//End of original function.php code – picture edit works – sort by date works not – is the “]” after <?php correct? there is no open “{” first !?//
<?php
add_filter(‘posts_orderby’,’my_sort_custom’,10,2);
function my_sort_custom( $orderby, $query ){
global $wpdb;
return $orderby;
}
// This is the new code from you for sorting by date – with this code the “edit picture” will NOT work //
At the moment I use the old code, because I must work on the site!
EDIT: I test the complete code from your original function.php in a code checker.
Result: line 802 have errors:
<?php function custom_slide_function(){ ?>
The new code works fine for date-sorting. BUT: with the new code in the function.php the function “Image / Edit Image” shows no picture and the button “Crop” is not highlighted. Sounds strange, but:
I have a staging site /copy of my site. I used there the old and the new funktion.php – same result. Any idea?
site: https://b2b-cyber-security.de/
You have already access data
Info: I jumped back to the old function.php, because I made some article with pictures.
I am using Nature One Pro fromearlier last year and want to update to the recent version as there are various deprecated jQuery sections in the version I am using. Is it safe to just upload the updated files or are other modifications required.