I am in the process of setting up my own e-commerce website powered by wordpress and woocommerce but i have come up against some issues.
Specifically when i click on a product category the page title bar appears twice and i have been trying to eliminate this issue.Whereas the shop page is behaving correctly,only spawning the page name only once.
What i have done so far is:
Disabled the yoast SEO wordpress plugin(read somewhere that it might be the issue).Nothing happened.
Tried to edit the style.css by adding the class"page-title" of the bar that appears twice and using the display:none feature.The bar disappeared but the other bar did as well since they share the same exact path and class as the one in the shop page.
The proper format of the page is located here - www.survivalmotion.com/shop/
The one that has the issues is any product category such as - http://www.survivalmotion.com/product-category/backpacks/
The topbar is the one i want to eliminate.
Any idea on how should i proceed to fix this?
Add this to your css:
.main-content-inner-full>.page-title{display:none;}
.main-content-inner>.page-title{display:block !important}
Related
Despite my research on StackOverFlow and even on the PageBuilder by SiteOrigin publisher's forum. Either I did not find my answer, or it is no longer valid with the current version, 2.11.8.
I would like to know if there is a "canva page" or blank page mode, or a way to remove the title from the page, basically I would like the page to start at the black banner. And on wordpress, in the PageBuilder settings, I haven't found anything that it can do the job, and even with the custom css it doesn't totally work.
[the screenshot of the site][1]
I would like to know if there is a "canva page" or blank page mode, or a way to remove the title from the page, basically I would like the page to start at the black banner. And on wordpress, in the PageBuilder settings, I haven't found anything that it can do the job, and even with the custom css it doesn't totally work.
I followed this forum: https://siteorigin.com/thread/remove-theme-header-for-page-builder/ but there is still the white banner that I want removed.
And the layout comes from the PageBuilder library and not from a theme.
Thank you
[1]: https://i.imgur.com/1JbGPSM.png
The theme controls the output of the page title. At this stage, Page Builder doesn't add a blank canvas template to themes. If you're using SiteOrigin Corp or many of our other themes you can use the Page Settings section on each page to remove the page title, sidebar, footer widgets, and other attributes. Other themes might also offer page-level settings or use Page Templates to do the same.
I'm a beginner in WP theme development, and I'm having an issue with my menu.
My menu contains 4 items, 3 of them leads to differents sections in my frontpage and the last one leads to page that I have created.
I have Added id="section_name" to every section of my frontpage and on Menu section on dashboard of every item, I referenced to this section by putting the value of id of every section in the link.
Now the issue is when I'm not on the frontpage And I clicked on one of the 3 items of my menu the section doesn't show up , on the frontpage it works fine
Does anyone know how to use jump links in wordpress ?
Thank u all
You could use full URLs.
This is the menu link now:
#section_name
And you could try this:
http://yoursite.com#section_name
I hope it helps you out.
But this is not really a Wordpress question - you only encountered this case on the Wordpress admin.
I've just had a website converted for me to Wordpress but the guy who did it has now disappeared!
I just need to get started with it but have hit some major obstacles. My home page is a series of blocks with images and text that respond very nicely to different devices. Trouble is when I go to Pages then Home, I'm faced with a completely blank edit box. Two hours of searching to find where these blocks are and how to edit them has failed.
Any help please!
Open up your theme customizer and at the very bottom you can chose a static front page. Here's where you settle this.
Go to Pages in the panel. Open that specific page "Home" and look which template who has been chosen for this page. Perhaps you'll find the right template.
However, it could be hard coded directly in the doc/file itself. Open up your text editor and search for a template i.e home.php or frontpage.php or something similar. Open up in text editor to see.
After another few hours of trial and error, the front page text is in a few places! Some of it is in posts, specifically the "blocks" containing text and images in paragraphs. Other parts can be found by going to Appearance | Editor then choosing Static Front Page. I've yet to find out exactly how these are made to appear on the Home page but I guess I'll get there with experimentation.
my site is http://goo.gl/T5XTOf
It's a mystique wordpress site and the sidebar has fallen below the main content. When I tried to change the logo image in theme options, it didn't work, so I changed it at the webhost level. I changed the current logo image to a smaller image, the sidebar fell below the main content on all pages and posts.
I changed the logo back to the previous one (Current one) but it didn't solve the issue. So I changed the default template on all the pages to 2 columns with left sidebar and this solved the issue with pages. However, the posts remained the same. I use the post pages for product pages using a shopping cart plugin.
So since the posts did not have options to change the template, I tried using a simple posts template which allowed for several page templates to be chosen. But this did not change anything on the sidebar issue, even when I change the template to 2 columns with left sidebar.
Can anyone help with this? I tried looking over the answers on this forum but none seemed to work. I posted this issue on the theme's forum but have not received any replies for days now.
Try adding this to your stylesheet (appearance/editor/style.css):
#primary-content{
max-width:650px;
margin:20px;
}
#sidebar{
width:220px;
}
Thanks again Redleaf. I tried your edit but it pushed the sidebar leftwards half out of view. Anyway, I have switched to another theme and the website looks better. Thanks for your help
I am working on one wordpress site. i have total three page in my site for ex: home, one and two. my problem is whenever i move from home page to another page like home to one page then home->one this type of navigation link shown on every page like home->name of page. how to remove this link.
Which WordPress version you are using??
May be your theme support breadcrumb functionality.
You can check it from admin side.
Try to find breadcrumb's code in your header.php(or index.php, etc) and delete or place it between
<!--breadcrumb's code-->
If your theme has custom options menu and you can turn off breadcrumbs. Check it.
Also double check if pages one and two are child pages of home.