please help, i'm a newbie to wordpress.
i am developing a website using wordpress CMS and fitness-lite theme (https://id.wordpress.org/themes/fitness-lite/). i edited the style.css, header.php, footer.php, and customize.php. it was just html and css editing. and then the problem comes.
in the customization in admin mode, the social icon is shown just like the image below
but in the public view mode, the social icon isn't shown just like this
if checked by the inspect feature in Chrome browser, the respective div is there, but it isn't being displayed
i haven't add any plugin, so it shouldn't be caused by one.
do wordpress use different html or php file to show the web in admin mode and the public view mode?
use css
.social-icons{ display: block !important; }
Related
We are using Qode's Bridge theme in Wordpress. I have just moved a dev site to the live site and on the Full Width page template it shows no text on the live site but it does on the dev site. On the live site the default template does show content.
For example the Testimonials page (http://unitedconstruction.com/culture/testimonials/) uses a Full Width template and doesn't show the content under the title bar (it is there if you view the code). But the Culture page does show the content (http://unitedconstruction.com/culture/). The only difference between them is that this one uses the default template.
You can also see what I mean about the live site and the dev site on the two home pages.
Live Site (broken): http://unitedconstruction.com/
Dev Site (working): http://ucdev.inventivewebdesign.com/
I have checked all the settings that Qode offers and gone through the CSS and HTML but have not been able to find anything that would cause this.
We'd like the pages to show the content that is coded there. Could anyone please take a look and see if they can catch what I am missing?
You have edited a little bit CSS, because CSS causing issue right now.
If you go to Developer tools, you will see the z-index overlapping on content.
Now the solution is you have install custom CSS plugin, whatever you love to use.
Just paste this CSS and you are good to go!
.container, .content, .full_width {
z-index: unset !important;
position: relative;
}
This will fix the z-index. And you content will be viewable then.
I installed the Blank Slate plugin (https://wordpress.org/plugins/blank-slate/) for Wordpress and I was able to drop some HTML into a Wordpress page and get that working.
I'd like to still use my website's header and footer on the page but I don't know how to do that if I'm using the Blank Slate plugin.
Also, if I use a sidebar on the page then the HTML gets messed up and doesn't look right.
setting up a basic website. I know basic HTML & CSS, but it's only enough to at least play around.
I was using WordPress editor to change some of the code, now the menu for my header has disappeared (contains home, blog, contact).
Website: http://onwardsdigital.com.au/
I can see it's still their in the source code so not sure why I can't see it and it's visible on mobile version.
Thanks for your help
Your css has this entry:
#main-nav-mobile {
display:none;
background-color: #f9f9f9;
That is being used by the DIV with the class main-nav-mobile. If you get rid of the display:none, it will show up. Did you come up with that entry, or is it Wordpress? If Wordpress, you might want to ask the people who did the template why they have that class set to not display.
I want to make some changes to the page. So I tried following this
How to edit WordPress page's html code but this is a different Wordpress version and the Editor tab is missing. I can't get editable html code behind the page.
Here's a sample image:
My task is to change the Image goes here to an actual image. The style of the page is similar to other pages but they only differ with the content and the image.
In Wordpress, I go to the Pages then edit but there's only codes for the contents.
Here's an image:
I have to replace the left box to an actual image. And as you can see in the Appearance Tab there's no Editor Tab. How can I edit the image part and do that to the new version of Wordpress? Please help me with this. Sorry I'm new in Wordpress. Thanks.
You can try:
Appearance Tab --> Editor --> Edit theme so if you want edit it can use FTP hosting.
File Manager — WordPress Plugins or http://www.bestplugins.com/cms/wordpress-ftp-plugin.html
I made a little game using html and new I´m looking to publish it on my wordpress site. There is only on problem though, I don´t know how to add a page in html code. If I add a new Site I can only edit the text and attach pictures, but is there a way to add a complete page under a domain like www.example.com/page ?
Upload the HTML file to your website's root directory using FTP. If you name it game.html, you should be able to open the file by navigating directly to it www.example.com/game.html.
You go to My Page. Then there is a submenu Publish. Click on the button Add next to Pages. When you did that, there is that small menu in the middle where you can choose several options such as header, bold, italics, etc.. In the top right corner of that menu, there are two options: Visual | HTML. Just click on HTML and you can add HTML code.