I'm trying to set up WordPress one page website as home page in Magento. So basically what I would like to create is WordPress split screen website and after you click on section, this will display already built Magento website.
Is anything like that possible to do? If so, can anyone recommend me how to approach this?
Thank you in advance for all replies!
Related
I'm new to WordPress. I'm learning Elementor. I used elementor on different pages i've made but i don't know how to use it on the which come's as default where the posts are showing.That page is not visible in the pages section of the Wordpress Dashboard. Can someone help me.
Thank You.
If you are using elementor pro you can modify the default pages like the post and product in the templates -> theme builder, and choose single article for example.
Once modified this will modify all the post design.
This option is only possible on the pro version.
I'm trying to find out how to move the products from
http://bloomish.com/shop-bloomish url to
the upper main menu displayed in my homepage, which is http://bloomish.com
I would appreciate any help for someone who barely understands code, this webpage wasn't created by me but at work they ask me to solve this issue and already asked to host gator free assistance, no results.
Thanks in advance.
PS: I'm using WooCommerce plugin to upload the products, the page was made using Wordpress.
I just wondering whether http://www.shoutmeloud.com/videos is a subdomain under subdirectory?
I am just curious to know how we can do that.
I have a website called http://quantumbuddy.com/ and I want to share spirtual video the same way here shoutmeloud did.
Can anyone let me know how they did?
The website Shoutmeloud is a very popular website of a very popular Indian blogger Harsh Agarwal. The website is WordPress built as told by him many times. Regarding your question - the http://www.shoutmeloud.com/videos is not a directory because if it had been a WordPress directly there would be a login url - http://www.shoutmeloud.com/videos/wp-login.php, but it is not there.
Seeing the design of http://www.shoutmeloud.com/videos i think it is a post category (videos) which shows the post contained in it(here videos).
In wordpress this comes by default, all you have to do is to create a post category and add post in it. Then in these post add youtube videos embed code.
You can easily achieve that by going to your wordpress dashboard then add a new page and name it like videos then insert some video files there whether it's a link or from your uploaded videos then save it.
To check the page, Add it to your main menu for example then save it.
The url would be like http://quantumbuddy.com/videos.
so basically the videos is the name of the page.
I checked your site and it only contain one link in the menu. Add a page and add it to your menu bar and it would display next to the Blog link.
The website you are referring to is using Genesis Theme. You can find it here
.
I am working on a WordPress site for a client and want to know where the styling for the blog would be located. The blog can be viewed here http://ruthcrocker.whoistheoldguy.com/blog/. Pretty much what I want to do is make the whole blog page narrower and centered to match the styling of the rest of the site. Then place the categories and subscribers to the right and have the most recent blog posts in the middle. Does anyone know how this can be achieved?
See Theme Development in the Wordpress Manual.
The basic stylesheet is located here:
http://ruthcrocker.whoistheoldguy.com/wp-content/themes/ruth/styles/style.css
But I would have a look at:
http://codex.wordpress.org/Theme_Development
For development instructions and advice
I set up a site with WordPress using the automatic setup through a hosting provider. I am in WordPress, and it's working well in that I can create pages. However, when I go to view the page, it always defaults to the index page. So for example:
If I go to www.site.com/about
It goes to www.site.com
It does not show the inside pages. I cannot figure out why it is doing this. Any thoughts? I have set up new WordPress sites before and have not run into this problem. Did I miss a step in the set up process?
Any help would be greatly appreciated, thank you.
Without putting my hands on your site it is difficult. Is is possible for you to share a link to your site?
What theme are you using? Are you are using a custom theme? If so check if you have a file in your theme folder that is called page.php and that is not the same as your index file.
Try clicking on the page preview button from inside the page editor. Check the url to be sure it is the one you are expecting.
Have you adjusted the permalinks in your WordPress configuration? Double check that it is valid. Should be something like */%post_id%/%postname%/*
I hope some of that helped. try to give a little more info about you settings.