tsuzan1
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Auberge] need help, setup front pageHi @ Skizto
To display news on the top go to settings>General>site title
To display number of post go to setting>Readings>Blogs> pages show at most
here you can set the number of post to show on the siteThanks
Forum: Themes and Templates
In reply to: get list of all enqueue stylesHi @tomcat4x
If you want to enqueue all the style then you can use the WordPress function wp_enqueue_style(); and for deactivating the style you can use the wp_dequeue_style();
To be dequeued, the script must have been enqueued first. Attempting to dequeue a script before the script is enqueued will have no effect.Thanks
Forum: Themes and Templates
In reply to: [Zerif Lite] Cannot save changes on he theme (customise)Hi@bertranddory
If you want to change the logo just go to General option>General>Logo
Then click on save and publish button it automatically changes the image you replace with.Thanks
Forum: Themes and Templates
In reply to: [i-craft] Pinterest ButtonHi@KiraBeanCo
If you want to replace one of the existing button to the Pininterest button then go to your backend Appearance>customise there you can find the site option.So you can change from there.But if you want to add a new button then you have make certain changes in style.css file
Thanks
Forum: Themes and Templates
In reply to: [Kouki] footerHi@simplywell-nest
To change the footer credit you have to go to footer.php
There you can change the themecredit to yours.Thanks
Forum: Themes and Templates
In reply to: [Customizr] Header items disappear when child theme createdHi@BStrong95
When you create a child theme then the things dissapper that you insert from site-option, so to gain the site in previous order you have to insert it once again from the site-option so that it will display on you site.
For this you have to activate the child theme not the parent.
And can u please send a site-url so that we can solve the issue correctly.
ThanksForum: Themes and Templates
In reply to: [Zerif Lite] Cannot save changes on he theme (customise)Hi@bertranddory
Can u please tell me in which section the information is not changing in your site so that it could be easy to fix the issue.
Thanks
And if i m not wrong the socials links is displayed in two different places in your site.
Hi@hoiszelam
Fistly check your theme while it support footer menu or not.
If it support footer menu then go to backend Apperance >Menus
There is menu settings in which main menu and footer menu both should be checked to show menu on top and bottom of your site.If there is no footer menu option in menu setting ,then we should have code in functions.php to show footer menu.
If this does not work please feel easy to ask again.
ThanksForum: Themes and Templates
In reply to: [Twenty Sixteen] How to a Create Child Theme of Twenty Sixteen?Hi @thegulshankumar,
To create a child theme you can visit a link given below:
https://codex.www.ads-software.com/Child_ThemesAnd in child theme you have to create a file named style.css and functions.php
In style.css Theme Name can be Twentysixteen-child & Template name should be Twentysixteen because it is the name of parent theme.And Can u please post your site url?
Thanks