surbhis
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Enigma] No DescriptionHi,
For search engine please use the Yoast plugin.
And what do you mean by “I don’t have robots either..” ???
Please let us know clearly.
Thanks.
Forum: Themes and Templates
In reply to: [Enigma] Ошибки Темы “Enigma”.Hi,
Is there any plugin activated at your site?
If yes then deactivate all the activated plugin then check the issue.
Let me know if the issue remains the same.
Thanks.
Forum: Themes and Templates
In reply to: [Enigma] Site Title and LogoHi,
You wanna show title, logo, and tagline like the attach snapshot?
Let me know.
Thanks.
Forum: Themes and Templates
In reply to: [Enigma Parallax] TestimonialsHi,
Wher you want testimonial? On the above of “Moltes gràcies per confiar amb nosaltres!” ??
If yes then firstly make a child theme of the theme you have.
1) Copy footer-callout.php file from the main theme to the child theme directory.
2) Then open the footer-callout.php file in the child theme directory and add your shortcode in the top of the file like this –<?php $wl_theme_options = weblizar_get_options(); ?> <?php echo do_shortcode('[name_of_shortcode]'); ?> <div class="enigma_callout_area">
insert the shortcode name in the place of “name_of_shortcode” and save the file.
Let me know if need help.
Thanks.
Forum: Themes and Templates
In reply to: [Enigma Parallax] Email i phoneYou’re most welcome.
Forum: Themes and Templates
In reply to: [Enigma Parallax] Email i phoneHi,
Firstly make a child theme of the theme you have then open header.php in child theme and see the code below –
<ul class="head-contact-info"> <?php if($wl_theme_options['email_id'] !='') { ?><li><i class="fa fa-envelope"></i><a href="mailto:<?php echo esc_url($wl_theme_options['email_id']); ?>"><?php echo esc_attr($wl_theme_options['email_id']); ?></a></li><?php } ?> <?php if($wl_theme_options['phone_no'] !='') { ?><li><i class="fa fa-phone"></i><a href="tel:<?php echo esc_url($wl_theme_options['phone_no']); ?>"><?php echo esc_attr($wl_theme_options['phone_no']); ?></a></li><?php } ?> </ul>
Replace this code with the below code and save the file.
<ul class="head-contact-info"> <?php if($wl_theme_options['email_id'] !='') { ?><li><i class="fa fa-envelope"></i><a href="mailto:<?php echo $wl_theme_options['email_id'] ; ?>"><?php echo esc_attr($wl_theme_options['email_id']); ?></a></li><?php } ?> <?php if($wl_theme_options['phone_no'] !='') { ?><li><i class="fa fa-phone"></i><a href="tel:<?php echo $wl_theme_options['phone_no']; ?>"><?php echo esc_attr($wl_theme_options['phone_no']); ?></a></li><?php } ?> </ul>
Let me know if need help.
Thanks.Forum: Themes and Templates
In reply to: [Weblizar] Viber URI linkHello,
Can you please share me your customizer snapshot where you added this link.
Thanks.
Forum: Themes and Templates
In reply to: [Enigma Parallax] customize: customize CSS not showingHello, dormaj
Yeah okay, we’ll check this issue and try to sort this out asap. Sorry for the inconvenience.
Thanks.
Forum: Themes and Templates
In reply to: [Enigma] enigma icons are not shownHello gustavo8450
Have you added icons in the service section?
Please share a snapshot of the service icon customize option.
Thanks.
Forum: Themes and Templates
In reply to: [Enigma] VideoHi raya,
You need to add the embedded code in the video URL option. Like below –
https://www.youtube.com/embed/4Q88sSyDfy0
This is the embedded code for an example.Hope you understood now.
Let me know if need help.Thanks.
Forum: Themes and Templates
In reply to: [Enigma] Home Blog section without contentHello,
Have you select any “Blog Category” from the option?
Thanks.
Forum: Themes and Templates
In reply to: [Enigma] enigma icons are not shownHello juanky007
Please use the given CSS code for footer icons.
.enigma_footer_social_div i { font-family: FontAwesome; }
Let me know if query.
Thanks.
Forum: Themes and Templates
In reply to: [Weblizar] Read More Buttons in Slider no showing on mobileHello jez808,
We Apologies for the delay in response. This is a WordPress official support forum. It is highly recommended to use this forum for asking support.
Thank-you
Forum: Themes and Templates
In reply to: [Enigma] Enigma Troubles Social IconHello,
Can you please share a snapshot of your site and also share your site URL.
Thanks.
Forum: Themes and Templates
In reply to: [Enigma Parallax] footer area sizeHi,
@media (min-width: 1200px){ .carousel { margin-bottom: -159px !important; } }
You can adjust the height by using this CSS.
Thanks.