redtailboas
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Enigma] Make entire “subject” clickable on homepageMessaged you on weblizar.com
Forum: Themes and Templates
In reply to: [Enigma] Make entire “subject” clickable on homepage1. The entire image still not clickable: https://i.imgur.com/2m46NLd.png
2. Additionally, now no longer centered in mobile: https://i.imgur.com/swagc5k.png
3. We also want each entire blog post clickable: https://i.imgur.com/VvzQgDT.png
Sorry to cause you more work, but this is really how it should be. Making user hunt and chase small tap and click targets, not good IMO.
Forum: Themes and Templates
In reply to: [Enigma] Make entire “subject” clickable on homepageThank you for trying to help. Your fix worked with services, but not with portfolio…
Pic: https://i.imgur.com/8dVcGVd.png
<!-- portfolio section --> <?php $wl_theme_options = weblizar_get_options(); ?> <div class="enigma_project_section"> <?php if($wl_theme_options['port_heading'] !='') { ?> <div class="container"> <div class="row"> <div class="col-sm-12"> <div class="enigma_heading_title"> <h3><?php echo esc_attr($wl_theme_options['port_heading']); ?></h3> </div> </div> </div> </div> <?php } ?> <div class="container"> <div class="row" > <div id="enigma_portfolio_section" class="enima_photo_gallery"> <?php for($i=1 ; $i<=4; $i++) { ?> <?php if($wl_theme_options['port_'.$i.'_img'] !='') { ?> <div class="col-lg-3 col-md-3 col-sm-6 d1"> <div class="img-wrapper"> <div class="enigma_home_portfolio_showcase"> <img class="enigma_img_responsive" alt="<?php the_title_attribute(); ?>" src="<?php echo esc_url($wl_theme_options['port_'.$i.'_img']); ?>"> <div class="enigma_home_portfolio_showcase_overlay"> <div class="enigma_home_portfolio_showcase_overlay_inner "> <div class="enigma_home_portfolio_showcase_icons"> <a title="<?php echo esc_attr($wl_theme_options['port_'.$i.'_title']); ?>" href="<?php echo esc_url($wl_theme_options['port_'.$i.'_link']); ?>"><i class="fa fa-link" ></i></a> <a class="photobox_a" href="<?php echo esc_url($wl_theme_options['port_'.$i.'_img']); ?>"><i class="fa fa-search-plus"></i><img src="<?php echo esc_url($wl_theme_options['port_'.$i.'_img']); ?>" alt="<?php echo esc_attr($wl_theme_options['port_'.$i.'_title']); ?>" style="display:none !important;visibility:hidden"></a> </div> </div> </div> </div> <?php if($wl_theme_options['port_'.$i.'_title'] !='') { ?> <div class="enigma_home_portfolio_caption"> <h3 class="port_<?php echo $i ?>"><?php echo esc_attr($wl_theme_options['port_'.$i.'_title']); ?></h3> </div> <?php } ?> </div> <div class="enigma_portfolio_shadow"></div> </div> <?php } ?> <?php } ?> </div> </div> </div> </div> <!-- /portfolio section -->
Also, blog section we need to make fully clickable as well
- This reply was modified 7 years, 1 month ago by redtailboas.
- This reply was modified 7 years, 1 month ago by redtailboas.
Forum: Themes and Templates
In reply to: [Enigma] Make entire “subject” clickable on homepageI mean, make the entire area CLICKABLE instead of just the tiny click targets. Especially with blog posts, but really want to do with all sections of homepage.
Forum: Themes and Templates
In reply to: [Enigma] Navbar button css ignored in custom and childOkay. With your clues I was able to get it to where I need it to be. Thank you for the outstanding support.
If the website takes off, we will likely be buying Pro version. We’re not publicising the site yet, otherwise, I’d give you the link. I think you will like our changes ?? I would like to give you our email so we can share the link in private, but last time we did that our message was deleted by admin because apparently not supposed to share our emails? :/
- This reply was modified 7 years, 2 months ago by redtailboas.
Forum: Themes and Templates
In reply to: [Enigma] Navbar button css ignored in custom and childAs said, I’m trying to modify the shadow and the font weight in navbar menu.
But, it’s ignored / not loaded / not applied.
Other CSS mods are fine.
Screenshot: https://i.imgur.com/aSTyMw0.jpg
Forum: Themes and Templates
In reply to: [Enigma] Problem with mobile Portfolio “pull-left”thank you. that fixes it. IMO, should be that way default? No?
Forum: Themes and Templates
In reply to: [Enigma] Problem with mobile Portfolio “pull-left”The site is not live yet. Here is a screenshot… They are all pulled to the left…Margin css doesn’t affect them.
So, then set .pull-left {float:none;} then they become centered…But Blog Posts on Homepage become invisible…
Default CSS: https://i.imgur.com/3wuPgVI.jpg
Blog posts when set float to none: https://i.imgur.com/Sspinus.png
Is this enough?
Forum: Plugins
In reply to: [Yoast SEO] Yoast SEO link and permalink not the sameHello Man,
Unfortunately it has not fixed the issue. I’ve tried many times. It seems Yoast isn’t pulling the parent page title into its link. It seems to be happening with all parent and children in this theme. Gauge is the theme.
I realize you’re quite busy, but if you wish to try and debug on my site, I can give access. My email [ Email deleted and please stop bumping ]
Regards
Forum: Plugins
In reply to: [Yoast SEO] Yoast SEO link and permalink not the sameThanks for your insight..
What is the solution?
Regards
Forum: Plugins
In reply to: [Flickr Justified Gallery] Doesn't Workfixed… i cleared my cloudflare cache. now working again.
Forum: Plugins
In reply to: [Flickr Justified Gallery] Doesn't Worknot working here either
Forum: Plugins
In reply to: [Contact Form 7] Google re-captcha not workingYou don’t need to do any of this. Uninstall wp recaptcha. I didn’t install any extension either, it seemed to be part of the package already. Just register your site at google recaptcha, go to “integration” in cf7 and paste keys. Then put the shortcode in your form.
Okay mattyrob. I’ll take a look at your plugin. I can’t have my subscribers info being passed out to 3rd parties… By bug or otherwise. I appreciate your time. Regards.
.
Okay Matty. Thanks for your reply. All together very strange and I’m now having trouble with users due to their emails being passed on to readygraph (readygraph spammed them asking for their opinion of my blog)
Just a suggestion to completely remove it.