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.
Related
I want to use my Posts page with Elementor modules.
I have done my Homepage like that
but cannot do the same with Posts page.
I have created an empty page,
added some modules.
And selected this page as Posts page in Reading page.
But when I click a page on my website,
my Elementor Posts page is not seen,
the default Wordpress page is seen.
Update :
I'm using Neve theme on Wordpress v5.8
My website address is Tubefavorites.com
My homepage with Elementor and posts page with default Wordpress has different fonts
and my homepage and posts page's components are in different order.
(In homepage its Tags, Categories, ...
In my posts page its Tags, Last Posts, ...
I'm working online in browser (its not local).
There is no error on Chrome Console.
Update end.
Currently I'm trying this in Turkish pages.
I will make the English Elementor page after I fix this.
How can I fix this?
Thanks
Do you have Elementor enabled for post?
Thus, if I understood correctly, you have created a page post and want to add it as homepage. You should go to settings - reading and select via dropdown the page you have created! Then, you will see your page as homepage and not the default one
There is also an explanation in support forum, that someone has the same problem. Please read below:
"Looks like you’re trying to edit your Posts page that has been assigned in your WordPress Reading settings (Settings > Reading). If this is the case, you may not be able to edit the assigned Posts page directly with Elementor (Basic version).
You can try deselecting the page (in the “Posts Page” box within your Reading settings) then try editing this page with Elementor"
link to the source: https://wordpress.org/support/topic/cannot-load-posts-page-with-elementor/
Thus, disable your page through Settings - Reading, edit/modify (whatever you want) your Post page. After that, you could add your page blog posts URL to the meny item (or use this URL to wherever is nessecary)
EDITED
What plugin are you using for the translations?
I saw your homepage playing correct, right? Thus, you have selected your custom page correctly, through the Settings - Reading.
Now, if you want to see the same results in Turkish, you need to translate your home page too! So, add the translation in turkish language too, or duplicate the english version for turkish one and it will play!
UPDATED
I think there is an issue with the blog page (and single post template, as I am reading in WP forum for this theme). Try to check inside Appearence -> Customize, if there is any options there, thus could change the blog template. Somehow the theme overwrites your options. Furthermore, take a look at the blog theme's doc here:
https://docs.themeisle.com/article/1306-neve-blog-archive-options
I have learned that, I have to use Templates page, in Elementor Pro.
I didn't have been selected it.
Thanks to Hakkı Uçar for this
and for installing and for helping.
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}
We have a wordpress site with a news page. Instead of the title showing as News at the top of the page, it is showing up as Blog.
Here is the page: http://tcsdesignreno.com/news/
I have checked in Menu, the actual Page on the backend, the SEO plugin we use (Yoast), and under Settings -> Reading but no where on the site does it show the title of this page as Blog.
Any ideas as to why this is getting changed? It may have been called Blog initially but I don't understand why it is still called blog.
We are using the Slab Theme in WP 3.4.2 on this site.
There are 2 ways to check it out.
If you are using WordPress Menu located under Appearance > Menus
You can check the "Pages" for the title blog.
For me, one of my plug ins was setting the page title, which wasn't immediately obvious. I had to change what Yoast SEO set the title.
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.
I'm new in WordPress and trying to do the following:
I have main menu with some options (Home, File, Edit, View...). I also want to have posts. The posts can belong to different categories that match the menu options. The only last post should be displayed on Home page (Home menu option). Other older posts should be on pages under appropriate menu options.
I've searched the internet but not found the right solution.
Can I do that with WordPress?
I don't know PHP.
I don't get your question properly. As you said you don't know PHP so it will be little difficult but you can make it by custom template or editing your index page of template.
Or if you want to show 1 post(last) at your website without any php, you can go to your Dashboard->Setting->Reading and make "Blog pages show at most" from 10 to 1. But the problem is your website will show like blog. If you are using "Twenty Twelve" let me know i will make it for you.