Kiran
Forum Replies Created
-
AuthorPosts
-
May 28, 2018 at 1:37 pm in reply to: How to remove default cover image from Woocommerce detail page #432460This reply has been marked as private.May 28, 2018 at 1:18 pm in reply to: How to remove default cover image from Woocommerce detail page #432458This reply has been marked as private.May 28, 2018 at 12:20 pm in reply to: How to remove default cover image from Woocommerce detail page #432452
Hello Piyush,
Point 1> i was referring to the page title not the h1 Tags in the category section of QnA.
Did you tried non GD theme(ex: default WP themes). Please check what title it displays for non GD theme.
Point 2> Pls. refer to post #432414 – Have given the screenshot for the same. Also kiran has asked to which one we wanted to retain and therefore, had replied on that.
Please provide us screenshots of actual content displayed on page. You have provided screenshots of page view source.
Kiran
Great! Glad to hear that 🙂
May 28, 2018 at 6:49 am in reply to: How to remove default cover image from Woocommerce detail page #432419Hi Piyush,
Sorry i want to ask to check issue mentioned at here: https://wpgeodirectory.com/support/topic/how-to-remove-default-cover-image-from-woocommerce-detail-page/#post-431991
BTW for duplicate h1 tag:
One is displayed on featured area by Supreme Directory theme (see https://github.com/GeoDirectory/supreme-directory/blob/master/woocommerce.php#L32),
Second is displayed by woocommerce own template file.Let us know which one you want to remove.
H1 tags, default image in all sections ( main page, Category page), Page title.
https://www.tuikart.com/questions
under this https://www.tuikart.com/questions-answers/types/class-kg-to-12-questions-and-answers-1/
Except singular pages & Woocommerce pages page title is wrapped by H2 tag see https://github.com/GeoDirectory/supreme-directory/blob/master/woocommerce.php#L40
Kiran
May 28, 2018 at 6:01 am in reply to: How to remove default cover image from Woocommerce detail page #432413Hi Piyush,
I have fixed title issue on mentioned at here: https://wpgeodirectory.com/support/topic/how-to-remove-default-cover-image-from-woocommerce-detail-page/page/2/#post-432101
Please check and confirm.
Kiran
Hi Clayton,
Use following code snippet to display default thumbnail for author on detail page.
function gd_custom_default_author_avatar( $avatar ) { global $post; if ( !empty( $post->ID ) ) { $avatar_src = get_stylesheet_directory_uri() . '/images/gravatar2.png'; $avatar = '<img src="' . $avatar_src . '" height="100" width="100">'; } return $avatar; } add_filter( 'sd_detail_entry_author', 'gd_custom_default_author_avatar', 100, 1 );Kiran
Hi Jeff,
In v2 users are allowed to cancel their subscription from website.
Kiran
May 23, 2018 at 6:00 am in reply to: Critical – urgent help needed for listing image display #431729Hi Piyush,
That is why i said “It seems filesystem permission preventing rename/delete cache files.” Because filesystem permission does not allows to rename/delete files.
In normal situation click on “Clear” delete all the cached files from Cache folder, but in your case it is restricted due to limited file system permission.
Did you contact your server admin/hosting on this? If yes what they said?
Let us know.
Thanks,
KiranHello,
It seems you misunderstood what i said. You want both B & C to link to A but this is called linking 2 CPTs(B & C) to 1 CPT (A). This is not allowed.
You can link A with B OR B with C OR A with C.I example Dealership tab is not added via CPTs linking, it is added via Franchise addon.
FYI: we are working on GeoDirectory v2 and we have plan to allow linking one CPT with multiple CPTs.
Let us know.
Thanks,
KiranMay 23, 2018 at 5:07 am in reply to: Critical – urgent help needed for listing image display #431720This reply has been marked as private.Whenever you want to update language strings, do it in files at /wp-content/languages/plugins/. If you follow this then there is no change of issue again. 🙂
Kiran
This reply has been marked as private.May 22, 2018 at 6:04 am in reply to: Custom Field Dropdown in Main Search Bar not displaying expected results #431586Great! Glad to hear that 🙂
This reply has been marked as private. -
AuthorPosts