luisthegeek
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Shopical] Add search meta in top product search barI added to the description and it works. Sorry, I didn’t realize I did not have the keywords in the description. But I did have them in the tags. I think having the search bar include tags and attributes will be very helpful.
Forum: Themes and Templates
In reply to: [OceanWP] Problem with WooCommerceCan you verify that you have an image set as your Featured image in your woocommerce product settings?
Also, if you have any caching plugins, you can try purging any cache.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Compatability with Buddyboss Platform PluginThanks. Sending email now.
NVM. I didn’t see the options in the customizer.
I am having this same issue and had to rollback AA plugin to 1.9. Happening on 2 sites.
Forum: Fixing WordPress
In reply to: Need CSS help – suppress entry-title on pagestry removing the h1 from your css. So
.home .entry-title ( display: none; }
There may also be something overriding it somewhere so try
.home h1.entry-title { display:none !important; }
Forum: Themes and Templates
In reply to: [ColorMag] Login/RegisterationI believe what you are looking for is THIS plugin. It allows you to add a login/logout link in your site’s nav menu. If the user is logged out, it will only display login, if the user is logged in, it will only display log out.
Hope this helps.
Forum: Plugins
In reply to: [User Role Editor] Display Author Role in author boxThis works beautifully! Thanks!
Forum: Themes and Templates
In reply to: [ColorMag] Show pic in feedMaybe I misunderstood. Are you wanting to show images in our rss feed or on your site?
Forum: Plugins
In reply to: [User Role Editor] Display Author Role in author boxIm a bit confused. Sorry, long day. So am I keeping the functions I already have? Where do I the codes you gave?
Forum: Fixing WordPress
In reply to: Hide Header&Footer from single pageYou can use simple css by targeting the page. Also, be sure to be targeting the right classes. It seems you header is .header_inner and your footer is .footer_top
try something like this
.page-id-YOURPAGEID .header_inner .footer_top { display: none !important; }
Just replace YOURPAGEID with your pages ID
- This reply was modified 6 years, 10 months ago by luisthegeek.
- This reply was modified 6 years, 10 months ago by luisthegeek.
Forum: Fixing WordPress
In reply to: Social Sharing PluginHi @haris90 the closest thing i can find to this is YITH Share for Discount plugin. It offers a discount upon sharing the product, not when someone buys the product that was shared. I think something like that would be more of an affiliate plugin perhaps?
Maybe contacting @yithemes to see if they can provide more insight on their plugin and see if that is capable.
- This reply was modified 6 years, 10 months ago by luisthegeek.
Forum: Fixing WordPress
In reply to: Plugin suddenly unavailableHi @erez1983 It looks like WordPress removed the plugin from the repo. The plugin author started a thread HERE and is trying to get it resolved. I suggest following the thread, or you may also contact the author and see if they have an offline download. Be aware though, if WordPress removed a plugin without the author request, they may have found issues with it such as bad code or conflicting code with core. Keep that in mind as using an offline copy may cause issues on your site.
Forum: Themes and Templates
In reply to: [WP Real Estate] Search not workingNo i did not. Their demo is not working either. I had to put this project on the back burner for now. If you get a resolution, let me know.
Forum: Themes and Templates
In reply to: [ColorMag] Category tag want in top sideHi, @testopoho
You can accomplish this by going to APPEARANCE > CUSTOMIZE > ADDITIONAL CSS and adding the following:
#colormag_featured_posts_slider_widget-4 .above-entry-meta { position: fixed; top: 10px; }