I have a problem with Elementor. In the visual editor, I set the header to h2, but when I go to the page and check the header using the inspector, it shows h3. What can cause this problem?
A change in the Elementor code editor doesn't help either.
Related
I was working on my page, when random icons on my page went missing, while others are displaying fine.
The icons that are missing are both some of Wordpress standard, some of Font Awesome and some from different plugins. Same services got some showing as well, even on same pages as showing here:
Screenshot that shows some missing and some showing icons.
The link for my website
The issue came after i saved a edit on the index page, but the mistake are going on all pages from here.
What have i done wrong and what can i do for avoid the issue?
Thanks
Add this style in your active theme style.css
.fa {
font-family: 'FontAwesome' !important;
}
font-family is overwrite in your theme.
Try adding Font Awesome on you header this may solve that
I check the tag and it should an if statement for IE9
in my wordpress blog using theme "hueman" I added a logo.
I looked with firebug in the code and saw that the logo is set as h1 tag on every page. I would like to remove this because I want the titles in the text/content to be h1.
Unfortunately I can't find the code and don't know what exaclty needs to be removed?
Using firebug it says "h1....site-title..." but in the css file I only find a page-title that is defined with h1. Do I just have to delete the "h1" here?
Thanks for helping me
BR
Heidi
I have never used the hueman theme... however if you look in the folder wp_content/themes/hueman/header.php
In word press themes the logo and top menu are normally rendered in this file and is called by the wp_header() function with in your templates.
Hi currently i am working on one WordPress themes in which front page of theme look good on all browser but in safari when we go to any other page header of page which have heading ,tagline and on right side having small menu and contact detail goes wired means it's font goes more lighter than front page i need all consistent on all pages.
theme URL is here
please see in safari
Frontpage - http://demo.wpgothemes.com/minn
you can see any other page e.g -http://demo.wpgothemes.com/minn/page-layouts/3-col-content-center/
Thanks
Vishal
It solved by just adding
body
{
-webkit-font-smoothing: antialiased;
}
Go to the following link and give me idea how to do this thing in word-press.Here is link http://www.coursesearch.unimelb.edu.au/#/?PathId=16&List=interests
all boxes are written in the html, they are then hidden with display: none and set dislay: vsible with anchor tags. e.g. a link item sets display:visible whatever other box you decide. This is jquery by the way, not a plugin, no a wordpress, not a cms issue.
ive made this Tumblr blog
(its just a shell at the moment) and ive got my top nav from my website and copied it into the tumblr code to give my blog the same look as my website (unless any one can recomend a better way of doing it ?)
Any way the nav links all appear underlined ive looked all through the external css and the inline css using firebug but still cant see why this is any ideas ?
Thanks in advance
Sam
Links are underlined by default.
If you want to get rid of it, target your a tags and set the text-decoration: none;