WPShout
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Zerif Lite] about us sectionHi,
You could try to install https://wordpress.org/plugins/simple-custom-css/ and add this:
.skills .skill { clear:none !important; width: 25% !important; float: left !important; padding: 0 2% !important; } .about-us .col-lg-4 { width: 100% !important; }Let me know if it helps.
Rodica
Forum: Themes and Templates
In reply to: [Zerif Lite] Zerif pro – Menu text ColorGreat!
Forum: Themes and Templates
In reply to: [Zerif Lite] how to change the Zerif Lite imageHappy to help!
Hi all,
What is exactly the problem?
It is not working, even though you click the “Apply” button after you upload the image via the “Upload Image button”?
Please let me know.Thank you,
RodicaForum: Themes and Templates
In reply to: [Zerif Lite] Zerif Light Blog PicsI am glad!
Forum: Themes and Templates
In reply to: [Zerif Lite] 'Our Focus' Images and TextOk, I am glad you manage to do it.
Thank you,
RodicaForum: Themes and Templates
In reply to: [Zerif Lite] Live PreviewCould you please give me your URL?
Thank you,
RodicaForum: Themes and Templates
In reply to: [Zerif Lite] Blog post title's underline colorHi,
Try to add this using https://wordpress.org/plugins/simple-custom-css/:
.listpost-content-wrap .entry-title a:after { background: #your_color_here !important; }Thank you,
RodicaForum: Themes and Templates
In reply to: [Zerif Lite] Get rid of the "bloggy" partI am glad it was ok 🙂
Rodica
Forum: Themes and Templates
In reply to: [Zerif Lite] how to change the Zerif Lite imageHi,
The standard logo is 109px x 32 px.
Thank you,
RodicaForum: Themes and Templates
In reply to: [Zerif Lite] How to add extra social images on footerHi,
This was answered here:
https://wordpress.org/support/topic/more-buttons-in-footer?replies=20Thank you,
RodicaHi Edward,
You need to add the exact link of that page. Could you please let me know what is your website, and what are the pages, so I can let you know how to do it?
Thank you,
RodicaHi,
You must change this:
/* COMPANY ADDRESS */ if( !empty($zerif_address) ): echo '<div class="'.$footer_class.' company-details">'; echo '<div class="icon-top red-text">'; if( !empty($zerif_address_icon) ) echo '<img src="'.esc_url(__($zerif_address_icon,'zerif-lite')).'">'; echo '</div>'; echo $zerif_address; echo '</div>'; endif; /* COMPANY EMAIL */ if( !empty($zerif_email) ): echo '<div class="'.$footer_class.' company-details">'; echo '<div class="icon-top green-text">'; if( !empty($zerif_email_icon) ) echo '<img src="'.esc_url(__($zerif_email_icon,'zerif-lite')).'">'; echo '</div>'; echo $zerif_email; echo '</div>'; endif;to this:
/* COMPANY ADDRESS */ if( !empty($zerif_address) ): echo '<div class="'.$footer_class.' company-details">'; echo '<div class="icon-top red-text">'; if( !empty($zerif_address_icon) ) echo '<img src="'.esc_url(__($zerif_address_icon,'zerif-lite')).'">'; echo '</div>'; echo echo '<a href="HERE_IS_YOUR_LINK">'.$zerif_address.'</a>'; echo '</div>'; endif; /* COMPANY EMAIL */ if( !empty($zerif_email) ): echo '<div class="'.$footer_class.' company-details">'; echo '<div class="icon-top green-text">'; if( !empty($zerif_email_icon) ) echo '<img src="'.esc_url(__($zerif_email_icon,'zerif-lite')).'">'; echo '</div>'; echo '<a href="HERE_IS_YOUR_LINK">'.$zerif_email.'</a>'; echo '</div>'; endif;Thank you,
RodicaForum: Themes and Templates
In reply to: [Zerif Lite] More buttons in footerHI,
Yes, you can add custom images. It would be something like this:
/* facebook */ if( !empty($zerif_socials_facebook) ): echo '<li><a target="_blank" href="'.esc_url(__($zerif_socials_facebook,'zerif-lite')).'"><img src="'.get_template_directory_uri().'/images/here_is_the_image_name.jpg"></a></li>'; endif;Thank you,
RodicaForum: Themes and Templates
In reply to: [Flat] How to disable commentHi,
That setting is overriten by the setting for each post/page in particular. You must uncheck Allow comments for each page you want it to be disabled.
Thank you,
Rodica