I use theme "ePro" from theme forest and facing with a problem. When I try to change front page from Configuration -> System -> Basic site settings it mixing with default theme front page. How fix it and set node I want to set
Related
I have a drupal website with amp module.
How i can make to switch 2 different menu, one for AMP version and one for normal version?
I'm trying to put this expression: /*?amp but dosent work
/*?amp just give you the view of the AMP page of the current node if it exists.
I would suggest you to use AMP module. Which will also add required library and theme needed for it.
Now you can create a sub theme for AMP having AMP Theme as a base theme of it.
now just you have to create a Specific AMP menu and placed it to the region defined under your custom theme and visiting on AMP page you will able to see your AMP specific menu.
Please let me know if you need more information related to it.
I am new to wordpress.
could anyone suggest me wordpress tutorial which help me customize a theme from scratch and how to create template file in that theme . i searched in google but failed to find a good tutorial.
Thanks in advance
Customize WordPress Themes:
Depending on the theme you're using for your WordPress site there are different set of changes you can make to your site from within your admin panel.
With a little effort it is easy to make your site as unique .
Here are some of the ways you can customize your site :-
How to Access the WordPress Customization Page-
To start customizing your WordPress theme, first go to Appearance -> Themes page..
How to Modify your WordPress Title and Tagline-
The theme customization page allows you to modify your site's title and tagline and see how it will look on your actual site immediately.
To do this, expand the Site Title & Tagline group of settings and alter the text. As you type you will see the new text showing up in the preview on your right side.
More Customization Options-
Check out the following ways you can continue to personalize your site:-
Customize your site’s header and background
Tweak fonts, colors, and add CSS for a custom design
Change your URL by registering a new domain
Set a custom “Home” page on your site
Learn more about all your site settings
Here is the wordpress tutorial which will help you to customize a
wordpress theme -
How to Customize WordPress Themes
WordPress Theme Customizations
Theme Customization API
I want to change the default page for a site of a custom type that I've defined, I know that the default page in defined in the slingshot.site.configuration.xml but it changes the default page to all sites, is there any way to customize this for my needs ?
Default layout site is defined here
presets.xml
Under
<ALF_HOME>\tomcat\webapps\share\WEB-INF\classes\alfresco\site-data\presets
So now if you want to change this out of box layout you can create your own preset file and keep it under extension
<ALF_HOME>\tomcat\shared\classes\alfresco\web-extension\site-data\presets
If you are using AMP then it will go with AMP file at given location.
I am trying to add a custom sidebar to be on the single page while the entire site uses the custom sidebar. I am creating it with WP visual tools and assign the custom sidebar to the page i need however it shows as disabled. Plese let me know if i am doing something wrong. I searched forums for a while and saw that some people enable their custom sidebars by modifying code. It looks to me like it can be done with visual editor (like i did below) plus i have no access to the server.
I create a new sidebar for my theme
I go to widgets and set up a picture to my widget
then i assign the sidebar to the desired page
after if i go back to widgets it shows me that custom sidebar has nothing in it and that its disabled bc its not used anywhere on the site
The problem was, that when creating a sidebar, I did not enter anything for the slug (thinking it was not necessary). Creating a value for a slug resolved the problem
We are currently developing our own theme for Wordpress. Now we set up the index.php and added the first page which is functioning as the Homepage. (we have installed WP on a subdirectory)
We setup Wordpress that the Homepage is set to that new added page. But now this new page is only accessable by www.domain.com/wp/home instead of www.domain.com/wp
How can we set up WP that it will show the new added page at the Homepage?
By default WordPress shows your most recent posts on the front page. In order to change that you need to set the Wordpress front page to be a static page.
Go to Administration Menu > Settings > Reading panel.
Set 'Front page displays:' to 'a static page' and choose the page you already created for 'Front page:'.
Save changes.
For More Information:
Creating a Static Front Page
Wordpress Settings Reading Screen
you have to set it up in Themes menu. You will find an option there,what do you want to show on your start page, blog, or a page. Specify your page there.