CSS is no longer active on the WordPress - css

CSS is no longer active on the WordPress
Hello, I do not understand why the site does not display the style anymore.
I don't know where to attack the problem.
enter image description here
enter image description here
What I tried,
plugin for Delete unused css in WP using Asset CleanUp
link
It is possible to refactor (rework) the site code to remove unnecessary parts.
Link Doc
I can't do a refactoring
Load scripts and styles
it doesn't work
link
WP doc
wp_body_open

Related

Wordpress theme core files not reflecting changes when edited as child theme

I concluded to use a theme called MagazineNP for a site project, created the child theme with necessary files and could edit safely and the result pops up.
For the past 4days I've had an issue with the theme core files, when I copy it to my child theme to get it edited and saved, It wont show up on site but It shows if I edited it via the parent theme...
Please help, I'm still a beginner.
I can recommend you a little list of tips first they are pretty basic but always help when nothing else does:
Clean your browser cache
If you have included some cache plugins flush the website cache
Review if the theme has any function to disallow changes in child-theme
Review if the theme has any optimization function enable and turn it off
One you have tried all this and nothing works enable the child theme again and do a simple edit put some echo code in the PHP file or an HTML tag and see if this works or don't

Wordpress theme uses a deleted image

I am using a wordpress theme for my website and when installing the theme I made sure to avoid imporing the media files of the theme. The problem is that the theme keeps using a featured image that doesn't exist. I have tried to replace the image with my own and when inspecting the page I can see that I am using mine but what us displayed is always the theme default image.
Is there anyway to solve this, because I have cleaned all my website and tried again but no result.
Thanks.
1.can you check the template file if that is a part of the header or footer
could be that the image is hard-coded
2.if you have cache enabled try deleting the cache
3.Sometimes the demo content in themes is linked with images from the developers website demo site
check the network tab if the image is fetched from a different website.

Modifying a template part don't do anything

I try to modify a theme in WP and I just noticed that modifying a template part doesn't do anything. How is that possible? Tried on different browser to check if its cached and its not, how do I modify a theme part?
I'm using Academia Theme with LearnPress Plugin. I've made a Child theme and I'm trying to modify a file that is a theme part called content-course_list.php which is exactly the html that appears in the segment I want to modify. I just try to change a simple text that is "Read more". I found it, changed it and it doesn't update. I even put it in the child theme folder to make sure it gets it from there and nothing..
I don't use any cache plugins and the host is local (xampp).
It seems the theme has a "core" plugin (academia-core) as well, where its using some shortcode templates for parts of the website. I managed to find the text by its css class (found with chrome inspect in the page) while I searched in all the php files from theme and plugins. I hope this answer helps someone in the future.

how to change colour of button and layout of form in contact form 7 in wordpress

I am using wordpress for the first time and have no complete knowledge of it.I am using contact form 7 plugin and created a simple contact form but i want to make changes to it according to my site.I tried doing it and went through some videos also and worked accordingly but could'nt make any changes to it.Please help me out.
Publish the form on your site and inspect the elements you want to change (right click -> Inspect), preferably in Google Chrome, open the styles tag and change the CSS rules. When you are satisfied with the new look, copy the new styles in style.css in your theme folder. When you refresh, you'll notice that some styles have applied and that some parts haven't changed. You'll have to add !important next to those styles in your style.css file. I have to note that !important should be avoided but sadly when changing some Wordpress plugnis there isn't any other way.

Wordpress, excerpts and Image Links

Quickinfo:
I am using wordpress 3.5.1 with the latest version of the "FancyBox
for WordPress" -Plugin.
I use the more-Tag for all articles, making
only excerpts of them beeing shown on the start-page.
Facts:
In wordpress image-thumbnails included in the article are enclosed
in a link pointing to the image-url by default.
The Fancybox-Plugin makes such Links open the image in a jQuery Fancybox.
My Problem:
Sometimes I show images in the excerpts, too.
At this time theres happening an usability-flaw:
When clicking on the Image a fancybox will open, but people expect to get redirected to the full article instead.
Is anyone aware of a solution how to overcome this issue, maybee by using an other plugin, changing the structure of my articles or editing some php-files?
I don't know about the plugin you are using but I've always used colorbox. There's a plugin for it designed for wordpress and it allows you to specify which images you want to open in a jquery window.

Resources