Forum Replies Created
-
in reply to: Responsive issues
You’re welcome :)
If you have free time, take 1 minute to leave us a rating on Themeforest :)Thank YOU
in reply to: Responsive issuesYou need to add it twice, in the file are two places with this code:
<li class="tumblr"><?php echo codeless_complex_esc($tumblr_shares); ?><i class="moon-tumblr"></i></a></li>Add after the second one too :)
in reply to: Footer FormattingHello,
Can you please send me a link?
in reply to: Responsive issuesTry on the Mail tab: /wp-admin/admin.php?page=wpcf7&post=5&action=edit
to add a img tag for example;
<img src="{yourlink}" />Add this on Message Body textarea
in reply to: Responsive issuesHello,
Yes, add this line on includes/view/blog/loop-index.php
<li class="mail"><?php echo codeless_complex_esc($mail_shares); ?><i class="moon-mail"></i></a></li>add that after this:
<li class="tumblr"><?php echo codeless_complex_esc($tumblr_shares); ?><i class="moon-tumblr"></i></a></li>in reply to: Portfolio Basic Viewupload image here: imgur.com
in reply to: Portfolio Basic ViewCan you please send me a link, I can’t understand without link or image
Thanks
in reply to: Recaptcha Contactform 7Try to add different widgets for each language, for example Picante Widget Shortcode add two or three, one for each language, this should work
id you tried this?
Thanks
in reply to: Codeless slider image sixe issueUse the backend editor:
https://sweetretreatcottage.co.uk/wp-admin/post.php?post=222&action=edit
now it’s better
Thanks
in reply to: Recaptcha Contactform 7Take a look at this:
Access Header Builder from Customizer and add a new Widget sidebar element near the hamburger menu, then on widgets add the wpml lang selector in that sidebar.
Let me know
Thanksin reply to: Codeless slider image sixe issueIf you are more familiar with Revolution Slider, you can use Revolution instead :)
Thanks
in reply to: Codeless slider image sixe issueCan you send me the credentials please?
in reply to: Codeless slider image sixe issueto set image on fullwidth just need to change background to cover again. If you need the image not to be stretched make it larger for ex: 1600px in width
Thanks
in reply to: Codeless slider image sixe issueSorry, when open the Row settings, you have a Background Size Option, change from cover to auto.
If you can’t find this option, just add this custom css code on General -> Custom Codes
Let me know
in reply to: Codeless slider image sixe issueYes, because they are bg size: cover, do this:
.cl-slide .bg-layer{ background-size:contain !important; }Thanks