Kor

Forum Replies Created

Viewing 15 posts - 14,311 through 14,325 (of 15,414 total)
  • Author
    Posts
  • in reply to: Maps Bubble #275220

    Kor
    Moderator
    Post count: 16516

    Hi there,

    Kindly refer to this section of the documentation for more customizing options using custom CSS https://wpgeodirectory.com/docs/customizing-your-style/

    Thanks!

    in reply to: Listing Form shortcode #275218

    Kor
    Moderator
    Post count: 16516

    Hi Bence Nagy,

    Could you please show us an example of the issue on your Website? It would also be better if you could 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!

    in reply to: Booster and CSS #275176

    Kor
    Moderator
    Post count: 16516

    Hi there,

    Do you think you can share WP temp admin access to that site so we can take a better look? You can post the details here using the private reply option below.

    in reply to: Dynamic featured photo #275155

    Kor
    Moderator
    Post count: 16516

    Hi Milettic,

    By default in GD, you can insert multiple images into a listing. If you need to limit the image uploads, you’ll have to use this addon https://wpgeodirectory.com/downloads/payments-manager/ . Refer to this section of the documentation for more information https://wpgeodirectory.com/docs/prices-and-payments-add-on-overview/ . Are you trying to insert multiple images into a blog post? Could you tell us a little bit more about what you needed there?

    Thanks!

    in reply to: Booster and CSS #275153

    Kor
    Moderator
    Post count: 16516

    Hi there,

    Could you try using the custom CSS code below and see if it removes the text-shadow?

    
    
    #ptp-335 .ptp-comparison1-unfeatured .ptp-plan-title h2,
    #ptp-470 .ptp-comparison1-unfeatured .ptp-plan-title h2,
    .ptp-price-holder,
    .ptp-data-holder {
        text-shadow: 0 0px;
    }

    Thanks!

    in reply to: Footer Support #275079

    Kor
    Moderator
    Post count: 16516

    Hi Cory,

    You’ll have to overwrite the copyright section using hooks. Customize the code below to your liking and apply it into the code snippet plugin. https://wordpress.org/plugins/code-snippets/

    
    
    remove_action( 'dt_footer_copyright', 'dt_footer_copyright_default', 10 );
    add_action( 'dt_footer_copyright', 'custom_dt_footer_copyright_default', 10 );
    function custom_dt_footer_copyright_default() {
    	$dt_disable_footer_credits = esc_attr(get_theme_mod('dt_disable_footer_credits', DT_DISABLE_FOOTER_CREDITS));
    	if ($dt_disable_footer_credits != '1') {
    		$theme = wp_get_theme();
    		$theme_name = $theme->display('Name');
    		$theme_url = $theme->display('ThemeURI');
    		if(is_front_page()){
    			$wp_link = '<a href="https://wordpress.org" target="_blank" title="' . esc_attr__('WordPress', 'directory-starter') . '"><span>' . __('WordPress', 'directory-starter') . '</span></a>';
    			$default_footer_value = sprintf(__('Copyright &copy; %1$s %2$s %3$s Theme %4$s', 'directory-starter'),date('Y'),"<a href='$theme_url' target='_blank' title='$theme_name'>", $theme_name, "</a>");
    			$default_footer_value .= sprintf(__(' - Powered by %s.', 'directory-starter'), $wp_link);
    		}else{
    			$wp_link = __('WordPress', 'directory-starter');
    			$default_footer_value = sprintf(__('Copyright &copy; %1$s %2$s Theme', 'directory-starter'),date('Y'), $theme_name);
    			$default_footer_value .= sprintf(__(' - Powered by %s.', 'directory-starter'), $wp_link);
    		}
    		echo $default_footer_value;
    	}else{
    		echo esc_attr( get_theme_mod( 'dt_copyright_text', DT_COPYRIGHT_TEXT ) );
    	}
    }
    
    in reply to: Details Sidebar #274588

    Kor
    Moderator
    Post count: 16516
    This reply has been marked as private.
    in reply to: Rename tabs #274450

    Kor
    Moderator
    Post count: 16516

    Hi Thomas,

    That can be done using the translation method, check out this section of the documentation https://wpgeodirectory.com/docs/translate-core/ and you should be able to change some of it in the “Custom Fields” settings “Frontend Title” https://wpgeodirectory.com/docs/core-place-settings/#custom

    Thanks!

    in reply to: Listings duplicating themselves #274398

    Kor
    Moderator
    Post count: 16516

    Hi Paula,

    I’d like you to know that listings will not duplicate by itself. Not really sure what’s wrong, but upon inspecting your Website I noticed that you’re using the “Autoptimize” plugin with GD booster which I think it’s causing the issue and the conflict here. I’d like you to check out this section of the documentation as it explains more about it https://wpgeodirectory.com/docs/autoptimize-settings/ . Well, let us know how it goes.

    Thanks!

    in reply to: Hide Page title #274385

    Kor
    Moderator
    Post count: 16516

    Hi Maria,

    You’re Welcome, enjoy GD. 🙂

    Thanks!

    in reply to: CAPTCHA settings #274384

    Kor
    Moderator
    Post count: 16516

    Hi Michael,

    Do you think you can share WP temp admin access to your site so we could check out the settings for you? You can post the details here using the private reply option below.

    in reply to: Location navigation in main menu #274383

    Kor
    Moderator
    Post count: 16516

    Hi there,

    Please refer to this section of the documentation https://wpgeodirectory.com/docs/multilocations/#main and make sure you have selected a menu to be used for your GeoDirectory links at GD > Design > Navigation .

    Thanks!

    in reply to: error in switch languages #274378

    Kor
    Moderator
    Post count: 16516

    Hi Giacomo,

    Looks like an issue with the WPML plugin. Have you contacted their plugin support regarding this issue? Meanwhile, could you share your WP temp admin access so we take a better look at it?

    Thanks!

    in reply to: Buy listings #274367

    Kor
    Moderator
    Post count: 16516

    Hi Hezekiah,

    You’ll need to use this addon https://wpgeodirectory.com/downloads/claim-listings/ which allows your visitors to claim its own business listing. Check out the docs more info on how it works. https://wpgeodirectory.com/docs/category/addons/claim-listings/ . Let me know if I’m misunderstanding your question.

    Thanks!

    in reply to: Button Styles #274366

    Kor
    Moderator
    Post count: 16516

    Hi Darren,

    Refer to this section of the documentation for more customizing options using custom CSS https://wpgeodirectory.com/docs/customizing-your-style/

    Thanks!

Viewing 15 posts - 14,311 through 14,325 (of 15,414 total)
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount