Sitesao Support
  • Home
  • Themes
  • Plugins
  • Support

Support Forums

Home/Forums/
  • Profile
  • Topics Started
  • Replies Created
  • Favorites

Forum Replies Created

  • 8 years, 2 months ago junniemarria
    Participant
    Post count: 5686

    Hi,

    Wish you a nice day.

    I can not log in with username and password you gave me. You can install plugins via FTP. Yet, It’s very slow 😀

    http://prntscr.com/ddve6x

    Extract file zip and put folder here. After that, Go to admin panel/Plugin and install

    Best regards,

    Junnie


    in reply to: Can't Install various plugins, instead get cURL error 60
    8 years, 2 months ago junniemarria
    Participant
    Post count: 5686

    Hi,

    Please send me a link to your site and your admin account via private message. I will check for you soon
    http://prntscr.com/ddovkc
    Best regards,

    Junnie


    in reply to: Add multiple participants
    8 years, 2 months ago junniemarria
    Participant
    Post count: 5686

    Hi Jim,

    You can use CSS below to hide newsletter footer on home page

    .home .footer-newsletter {
    display: none;
    }

    Yes, You can use the mansory layout for the shop page. We do not support this feature

    Best regards,

    Junnie


    in reply to: Newsletter pop-up / footer newsletter / shop layout
    8 years, 2 months ago junniemarria
    Participant
    Post count: 5686

    Hi,

    Please check your account again. I can not log in with username and password you gave me

    Best regards,

    Junnie


    in reply to: Product Image Gallery
    8 years, 2 months ago junniemarria
    Participant
    Post count: 5686

    Hi,

    Wish you a nice day.

    I checked your site. You are using Post shorcode and settings display is masonry. library masonry automatically resized, and pushed down depending on the device. I suggest you consider to use layout is GRID http://prntscr.com/ddoijm

    Result:

    http://mara.supporthost.eu/test/

    http://prntscr.com/ddoiph

    Best regards,

    Junnie


    in reply to: Blog doesn't fit well
    8 years, 2 months ago junniemarria
    Participant
    Post count: 5686

    Hi Karan,

    Thanks for contacting us.

    You can use poedit to translate

    https://poedit.net/

    You can also use POEdit plugin for translation.

    Step 1: Locate the .po file In folder “wp-content/themes/luxury-wp/languages” .This file is basically a list of all the text strings used in the Luxury Theme files. These text strings are in the English language, and can contain a translation for each text string.
    Step 2: Open the file with POEdit and translate the texts into your preferred language.
    Step 3: When complete, you’ll want to save the file twice, as two separate files – a .po file and a .mo file. When you save the files, you must name them according to your language code. Find a list of language codes at WordPress in your Language. As an example, the language code for English (UK) is en_GB, so you would save the translated files as luxury-wp-en_GB.po first, then luxury-wp-en_GB.mo.
    Step 4: When that’s done, simply upload the files to WordPress Languages folder.
    https://poedit.net/
    https://make.wordpress.org/polyglots/teams/
    https://doc.osclass.org/Translating_and_editing_language_files_(.po_and_.mo)
    or Please go to wp-content\themes\luxury-wp\includes\lookbook\lookbook.php edit line 39

    http://prntscr.com/ddoftz

    After editing, Please go to admin panel/Settings/Permalinks and click SAVE CHANGES

    Best regards,

    Junnie


    in reply to: Lookbook – need to fix url spelling error
    8 years, 2 months ago junniemarria
    Participant
    Post count: 5686

    🙂 You’re welcome. Nice to support you

    Best regards,

    Junnie


    in reply to: WC Product Description weird left Margin/Padding
    8 years, 2 months ago junniemarria
    Participant
    Post count: 5686

    Hi,

    Thanks for contacting us.

    Do you mean display the same as image below?
    http://prntscr.com/ddny4n

    Please add class for tag ul http://prntscr.com/ddnyk1

    ex: class amazon_features

    After that, you can use CSS to style for bullet points

    .dhvc-woocommerce-page ul.amazon_features {
        padding-left: 35px;
    }

    Best regards,

    Junnie


    in reply to: WC Product Description weird left Margin/Padding
    8 years, 2 months ago junniemarria
    Participant
    Post count: 5686

    Hi,

    Thanks for contacting us.

    Question 1: I checked your site. Yet, I do not see link to “my wishlist” and the social icons

    http://prntscr.com/ddnslk

    Question 2: Please send me admin account via private message. I will check this issue for you
    http://prntscr.com/ddntpj
    Best regards,

    Junnie


    in reply to: Edit mobile menu and social in footer
    8 years, 2 months ago junniemarria
    Participant
    Post count: 5686

    Hi,

    Thanks for contacting us.

    Please send me a link to your site and your admin account via private message. I will check for you soon
    http://prntscr.com/ddnm0o
    Best regards,

    Junnie


    in reply to: Product Image Gallery
    8 years, 2 months ago junniemarria
    Participant
    Post count: 5686

    Hi,

    Question 1: Please add code below in functions.php ( in child theme)

    add_filter('mailchimp_form','dh_mailchimp_form_custom');
    function dh_mailchimp_form_custom(){
      ob_start();
    	?>
    	<form id="mailchimp-form-<?php echo wp_create_nonce('mailchimp_subscribe_nonce')?>" method="get" class="mailchimp-form" action="<?php echo home_url('/')?>">
    		<?php 
    		$mailchimp_subscribe = isset($_GET['mailchimp_subscribe']) ? $_GET['mailchimp_subscribe']:'';
    		if(!empty($mailchimp_subscribe)):
    		?>
    		<div class="mailchimp-form-result">
    			<?php 
    			if($mailchimp_subscribe == -1){
    				echo '<span class="error">'.__( 'Not Subscribe to Mailchimp!', 'luxury-wp' ).'<span>';
    			}elseif ($mailchimp_subscribe == 1){
    				echo '<span class="success">'.__( 'Subscribe to Mailchimp Successful!', 'luxury-wp' ).'</span>';
    			}
    			?>
    		</div>
    		<?php endif;?>
    		<div class="mailchimp-form-content clearfix">
    			
    			<label for="" class="hide"><?php _e('Subscribe','luxury-wp')?></label>
          <input class="form-control" required="required" autocomplete="off" placeholder="<?php echo esc_attr__('Enter your first name...','luxury-wp')?>" name="name" type="text">
    			<input type="email" class="form-control"  required="required" autocomplete="off" placeholder="<?php echo esc_attr__('Enter your email...','luxury-wp')?>" name="email">
    		
    			<button type="submit" class="btn mailchimp-submit"><?php _e('OK','luxury-wp')?></button>
    				
    			<div style="display: none;">
    				<input type="hidden" name="_subscribe_nonce" value="<?php echo wp_create_nonce('mailchimp_subscribe_nonce') ?>">
    				<input type="hidden" name="action" value="dh_mailchimp_subscribe">
    			</div>
    		</div>
    	</form>
    	<?php
    	$form = ob_get_clean();
      return $form;
    }

    http://prntscr.com/ddngu4
    Or you can send me FTP account. I will edit for you

    Question 3: Yes. I said above. This is template default of Woocommerce

    Best regards,

    Junnie


    in reply to: Newsletter pop-up / footer newsletter / shop layout
    8 years, 2 months ago junniemarria
    Participant
    Post count: 5686

    Hi,

    You can use this plugin. It is an easy method to help you add a new font:

    https://wordpress.org/plugins/use-any-font/

    Or you can refer to this source:
    http://www.wpbeginner.com/wp-themes/how-to-add-custom-fonts-in-wordpress/

    Best regards,
    Junnie


    in reply to: Replace font or add font
    8 years, 2 months ago junniemarria
    Participant
    Post count: 5686

    Hi,

    Please check your site again. I edited for you

    Best regards,

    Junnie


    in reply to: Images deformed on IE
    8 years, 2 months ago junniemarria
    Participant
    Post count: 5686

    Hi,

    Please go to Appearance/Theme Options/Custom Code and add code below

    .posts.posts_style_8 .categories-links a {
        color: #959595;
    }

    Best regards,

    Junnie


    in reply to: Can i change the color of Categories?
    8 years, 2 months ago junniemarria
    Participant
    Post count: 5686

    Hi,

    Thanks for contacting us.

    At this moment, We do not support to add the IP address of the form submitter to the export
    You can refer to the links below:
    http://www.techytalk.info/detect-ip-address-country-wordpress-plugin-theme/
    Best regards,

    Junnie


    in reply to: IP Address as part of cvs export
Viewing 15 posts - 4,411 through 4,425 (of 4,784 total)
← 1 2 3 … 294 295 296 … 317 318 319 →
© Copyright Sitesao.com - Support Policy