tipadei
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Zerif Lite] More buttons in footerFor example google+
Forum: Themes and Templates
In reply to: [Zerif Lite] More buttons in footerThis is where I have been trying to put it, but haven’t gotten it to work. I tried to put it only once, after this part
/* facebook */ if( !empty($zerif_socials_facebook) ): echo '<li><a target="_blank" href="'.esc_url(__($zerif_socials_facebook,'zerif-lite')).'"><i class="fa fa-facebook"></i></a></li>'; endif; /* twitter */ if( !empty($zerif_socials_twitter) ): echo '<li><a target="_blank" href="'.esc_url(__($zerif_socials_twitter,'zerif-lite')).'"><i class="fa fa-twitter"></i></a></li>'; endif; /* linkedin */ if( !empty($zerif_socials_linkedin) ): echo '<li><a target="_blank" href="'.esc_url(__($zerif_socials_linkedin,'zerif-lite')).'"><i class="fa fa-linkedin"></i></a></li>'; endif; /* behance */ if( !empty($zerif_socials_behance) ): echo '<li><a target="_blank" href="'.esc_url(__($zerif_socials_behance,'zerif-lite')).'"><i class="fa fa-behance"></i></a></li>'; endif; /* dribbble */ if( !empty($zerif_socials_dribbble) ): echo '<li><a target="_blank" href="'.esc_url(__($zerif_socials_dribbble,'zerif-lite')).'"><i class="fa fa-dribbble"></i></a></li>'; endif;
And I have tried to put the icon twice, so that the first one is after
if(!empty($zerif_socials_facebook) || !empty($zerif_socials_twitter) || !empty($zerif_socials_linkedin) || !empty($zerif_socials_behance) || !empty($zerif_socials_dribbble)):
and the second one after this
/* facebook */ if( !empty($zerif_socials_facebook) ): echo '<li><a target="_blank" href="'.esc_url(__($zerif_socials_facebook,'zerif-lite')).'"><i class="fa fa-facebook"></i></a></li>'; endif; /* twitter */ if( !empty($zerif_socials_twitter) ): echo '<li><a target="_blank" href="'.esc_url(__($zerif_socials_twitter,'zerif-lite')).'"><i class="fa fa-twitter"></i></a></li>'; endif; /* linkedin */ if( !empty($zerif_socials_linkedin) ): echo '<li><a target="_blank" href="'.esc_url(__($zerif_socials_linkedin,'zerif-lite')).'"><i class="fa fa-linkedin"></i></a></li>'; endif; /* behance */ if( !empty($zerif_socials_behance) ): echo '<li><a target="_blank" href="'.esc_url(__($zerif_socials_behance,'zerif-lite')).'"><i class="fa fa-behance"></i></a></li>'; endif; /* dribbble */ if( !empty($zerif_socials_dribbble) ): echo '<li><a target="_blank" href="'.esc_url(__($zerif_socials_dribbble,'zerif-lite')).'"><i class="fa fa-dribbble"></i></a></li>';
Am I putting it still wrong?
Forum: Themes and Templates
In reply to: [Zerif Lite] More buttons in footerFor the link of address/email/phone I tried putting the link into different spots in the code, but it doesn’t come up on the page. Am I trying it to wrong spots or do I need to add also something else to the code?
Also for the social media button, I tried to add an extra code for a new button to every spot where there is a list of the existing five social media buttons. But this just made the whole site disappear. So that didn’t work. How should I add the new element?
Forum: Themes and Templates
In reply to: [Zerif Lite] More buttons in footerWhere in the footer file should I put the link? And for the additional social media button, should I just add for every spot where there’s anything about different social medias an extra social media code? Or what should I add there to make the button?
Forum: Themes and Templates
In reply to: [Zerif Lite] Sidebar customizingHere’s the link for my blog page.
https://www.petsoffinland.com/uutiset/
And you can see the first widget is the team widget.
Forum: Themes and Templates
In reply to: [Zerif Lite] How to create a blog as a second pageHi,
Now it started to work. Somehow it showed before only the sample page when clicked each post title from the side bar.
bruno5137 . I think you are just adding content to your page called blog. When you add a page, you could call it whatever, and that page would work as a normal page, and to normal page you want only stable information. Now as you want to have a blog, you would need to add a post from the side bar, two steps up from where you add pages. The problem I was facing was that when I added a post it didn’t show up on the blog page even though I had marked the blog page as a blog page. But now it does. Try to write a new post from the posts tab.