Paul
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hueman] Need to add a HTML form after Main menuExcellent.
Thank you so much
Forum: Themes and Templates
In reply to: [Hueman] Need to add a HTML form after Main menuWell I am unable to make this
Later I thought I will add the form after the slider
I tried this
add_filter( 'flexslider-featured', 'my_extras_after_slider' ); function my_extras_after_slider($html) { $myextrahtml = '[contact-form-7 id="214" title="Attachment form"]'; return $html . $myextrahtml; }
But not working
Forum: Themes and Templates
In reply to: [Hueman] Need to add a HTML form after Main menuAnd where will I place my HTML Form Code. That must be in Function.php right?
Can you please help me with thefunction entry?
Forum: Themes and Templates
In reply to: [Hueman] Need to add a HTML form after Main menuI do not want to insert anything in the Menu.
I want to make a row just after the main menu in the header.My intention is to put an attachment form there for inviting user to send their posts as docs or uploading pictures for our Photogallery.
I hope I could make the requirement clear.
Forum: Themes and Templates
In reply to: [Hueman] Need to add a HTML form after Main menuI am a layman here. Can somebody help me with the pointers or elements I need to use.
Forum: Themes and Templates
In reply to: [Hueman] Need to add a HTML form after Main menuI think in this case sidebar will not help. I need to create a full width row to have the form.
Forum: Themes and Templates
In reply to: [Hueman] placement of searchIf I want to place one of my Menu Items in the right hand side of the top menu bar What I Need to do?
Forum: Themes and Templates
In reply to: [Hueman] placement of searchExcellent Rajesh
Thank you so much!
Forum: Themes and Templates
In reply to: [Customizr] How to disable categories and tags on postsExcellent!
It worked.
Thanks. ??
Forum: Themes and Templates
In reply to: [Customizr] How to have Pinned Post feature?Awwww!
Thats Ridiculous Me! ??
Thanks a lot.
Forum: Themes and Templates
In reply to: [Customizr] How to have Pinned Post feature?This is my entire sticky post styling
I am not able to understand what I missed here
.post.sticky {background-color: #FFE4E1;} .post.sticky .round-div {border-color:#FFE4E1;} .post.sticky .format-icon:before { content: "\1F517" font-size: 3em; line-height: 0; position: relative; display: inline; top: 14px; } .post.sticky .format-icon:before { font-family: 'entypo'; font-size: 1.2em; font-variant: normal; font-weight: normal; line-height: 1; opacity: 0.2; padding-right: 10px; position: relative; text-transform: none; top: 8px; }
Forum: Themes and Templates
In reply to: [Customizr] How to have Pinned Post feature???
I quit with my sticky post! Thats too much of toil. resolving the topic.
Thanks for all the help.Forum: Themes and Templates
In reply to: [Customizr] How to have Pinned Post feature?I think its better to use png vector.
to avoid all these. But can I resize the icon in that case?Forum: Themes and Templates
In reply to: [Customizr] How to have Pinned Post feature?Added
But no luck! ??
Forum: Themes and Templates
In reply to: [Customizr] How to have Pinned Post feature?Everything is working fine except the entypo icons.
I have used this
.post.sticky .format-icon:before { content: "\1F517" font-size: 3em; line-height: 0; position: relative; top: 14px; } .post.sticky .format-icon:before { font-family: 'entypo'; font-size: 1.2em; font-variant: normal; font-weight: normal; line-height: 1; opacity: 0.2; padding-right: 10px; position: relative; text-transform: none; top: 8px; }