Kor
Forum Replies Created
-
AuthorPosts
-
Hi Leon,
Please insert the custom CSS code into GD > Design > Scripts > Custom Style CSS and see if it’s what you’re looking for.
.geodir_flexslider { background: transparent!important; box-shadow: 0 0px 0px rgba(0,0,0,0.2)!important; -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.2)!important; -moz-box-shadow: 0 0px 0px rgba(0,0,0,0.2)!important; -o-box-shadow: 0 0px 0px rgba(0,0,0,0.2)!important; }Thanks!
Hi Leon,
That should be achievable using custom CSS. Well, do you think you can upload the site to a staging URL so that I could provide you the custom CSS to do this?
Thanks!
Hi Leon,
Well, how do you want it to look like? Fill the empty space with the background image? Please share your page URL so that I could take a better look at it.
Thanks!
This reply has been marked as private.July 3, 2017 at 3:30 pm in reply to: Replace the static featured image with photo gallery in listing detailed page #385543Hi there,
Unfortunately, that would require customization to achieve that.
Thanks!
Hi Abel,
Kindly check your functions.php file for
//* Add My Custom Footer Links
add_filter('genesis_footer_creds_text', 'custom_footer_creds_text'); function custom_footer_creds_text($creds) { $creds = '[footer_copyright] ' . get_bloginfo('name') . ' • <a href="http://wpgeothemes.com/">WordPress Directory Theme</a> by <a href="http://wpgeothemes.com/">WP Geo Themes</a>'; return $creds; }You can edit that.
Hi Richard,
I’ve just checked your Website and I’m able to see an image being uploaded on the listing backend. Check out this screenshot http://prntscr.com/fr3yvb . Did you sorted it out yourself?
Thanks!
Hi Abel,
Which theme are you using? Could you please share WP temp admin so that I check and see if it’s removable using custom CSS.
Thanks!
Hi Neil,
Please share WP temp admin access to your site so we can take a better look. You can post the details here using the private reply option below.
Hi Nithi,
Please share WP temp admin access to your site so we can take a better look. You can post the details here using the private reply option below.
Thanks!
Hi Amy,
Please see the home section of this doc to change featured image: https://wpgeodirectory.com/docs/supreme-directory-overview/
Hi Marsha,
Let me try to answer your questions accordingly.
#1 You can customize this using custom CSS. I’ve provided some sample below and I’d like you to insert it into GD > Design > Scripts > Custom Style CSS.
/* Title */ .gd-cptcat-row .gd-cptcat-title { font-size:16px!important; color:#000!important; } /* Contents */ body.gppro-custom .sidebar .widget a { font-size:16px!important; color:#000!important; } /* Remove line */ .gd-cptcat-row .gd-cptcat-title { border-bottom: 0px!important; }#2 This custom CSS code should only remove feature images for “Trails” category.
.geodir_category_list_view li.geodir-gridview.gd-post-gd_trails .geodir-post-img { display:none!important; }#3 Can I have screenshot for this?
Thanks!
Hi Kangaroo,
Thanks for the feedback. I’ll pass this along to the development team.
Hi eagle,
Could you share your Website URL so that I could tell you the correct custom CSS to achieve this?
Thanks!
Hi Matt,
I’ll ask a dev to check on this on Monday.
Thanks!
-
AuthorPosts