Forum Replies Created

Viewing 13 Topics - 1 through 13 (of 13 total)
Author Posts
June 16, 2015 at 2:49 am in reply to: Returns Policy 52134
Kerstin Kerstin

Great. Thank you.

June 16, 2015 at 2:48 am in reply to: Header Questions 52133
Kerstin Kerstin

Hi towhid,

If you use the logo on one of your test versions you will see that it cuts the logo off at the point where the demo ‘Dokan’ logo ends.

I would like you to look at this code and tell me if this might be a solution or if it is only going to break the website:


   <header id="masthead" class="site-header" role="banner">
            <div class="container">
                <div class="row">
                    <div class="col-md-8col-sm-5">
                        <hgroup>
                            <h1 class="site-title"><a href="<?php echo home_url( '/' ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?> <small> - <?php bloginfo( 'description' ); ?></small></a></h1>
                        </hgroup>
                    </div><!-- .col-md-6 -->

                    <div class="col-md-4 col-sm-7 clearfix">
                        <?php dynamic_sidebar( 'sidebar-header' ) ?>
                    </div>
                </div><!-- .row -->
            </div><!-- .container -->

I change the numbers here: <div class="col-md-8col-sm-5">
And here: <div class="col-md-4 col-sm-7 clearfix">

June 16, 2015 at 2:44 am in reply to: Header Questions 52131
Kerstin Kerstin

Hi towhid,

If you use the logo on one of your test versions you will see that it cuts the logo off at the point where the demo ‘Dokan’ logo ends.

I would like you to look at this code and tell me if this might be a solution or if it is only going to break the website. Thanks!

June 16, 2015 at 2:40 am in reply to: images in search results 52130
Kerstin Kerstin

Unfortunately, this code doesn’t work. The same problem is still there. Have you any other ideas?
Thanks!

June 14, 2015 at 11:01 pm in reply to: images in search results 52062
Kerstin Kerstin

Thank you very much for that.
I changed the code to this – and not sure if I did it right:


Now when I type the search term ‘horse’ in my website’s search box (http://unique-equestrian-gifts.com)
I get a very strange looking result with different fonts and lines going through the thumbnails. Do you know how to fix this?
Thanks,
Kerstin

June 14, 2015 at 10:46 pm in reply to: Header Questions 52061
Kerstin Kerstin

Hi towhid!
Unfortunatley your code didn’t work. The logo is still cut off. There seems to be some sort of defining box around it.
I did some changes in the header php (in bold):

`<div class=”container”>
<div class=”row”>
<div class=”col-md-<strong>8</strong>col-sm-5″>
<hgroup> <header id=”masthead” class=”site-header” role=”banner”>

<h1 class=”site-title”><a href=”<?php echo home_url( ‘/’ ); ?>” title=”<?php echo esc_attr( get_bloginfo( ‘name’, ‘display’ ) ); ?>” rel=”home”><?php bloginfo( ‘name’ ); ?> <small> – <?php bloginfo( ‘description’ ); ?></small></a></h1>
</hgroup>
</div><!– .col-md-6 –>

<div class=”col-md-<strong>4</strong> col-sm-7 clearfix”>
<?php dynamic_sidebar( ‘sidebar-header’ ) ?>
</div>
</div><!– .row –>
</div><!– .container –>`

This show the logo but it still doesn’t look right on mobile phones. Have you any other ideas? I know nothing about code so would be great if you could help me out.

Thanks,
Kerstin

June 14, 2015 at 10:31 pm in reply to: Returns Policy 52060
Kerstin Kerstin

That’s great. Thanks!
When do you think this will be possible? Weeks, months?

May 28, 2015 at 10:09 pm in reply to: Header Questions 45550
Kerstin Kerstin This reply has been marked as private.
May 27, 2015 at 9:41 pm in reply to: Header Questions 45380
Kerstin Kerstin

Hi towhid!
Thanks for getting back. My website is now live with vendors adding products so I don’t want you to try out the code on the actual website – especially as I have already made a lot of other changes to the code that I want to keep.

My logo’s dimensions are: 346 × 60px. It does not fit and gets cut off.
Could you please try to display this logo using one of your own trial versions. If you figure out how to fit the logo in the header could you please publish the code here for others to see? I tried myself but I don’t know enough about coding.
Thank you!

Kerstin

May 22, 2015 at 12:10 am in reply to: Header Questions 44857
Kerstin Kerstin

Thank you for your quick reply.

1. Search Bar.
I don’t have this widget – I don’t think it comes with Dokan

2.Logo
Changing the CSS where you suggested (site-header h1.site-title a) does nothing unfortunately.
There seems to be some sort of a box around it and I don’t know where to change that. It cuts off half my logo. Maybe a bootstrap setting? Or something in the header.php? Could you please have a look because I don’t know anything about code and I really need this website going.

Thanks, Kerstin

May 21, 2015 at 9:14 pm in reply to: Vendors area not working 44853
Kerstin Kerstin

Thank you so much for your prompt support!
I had that set but have changed it by mistake. Your help is very much appreciated 🙂

May 21, 2015 at 3:58 am in reply to: Missing Pages 44718
Kerstin Kerstin

Hi Nayen! I got the pages back via Woocommerce.
I am trying to follow your instructions: http://docs.wedevs.com/how-to-configure-page-settings-dokan/ but I am still missing the ‘My Orders’ page.
Did something change since you wrote the instructions? I don’t have the ‘My Orders’ page.Can you tell me what to do please?
Thanks, Kerstin

May 18, 2015 at 10:40 pm in reply to: Missing Pages 44416
Kerstin Kerstin

Thanks Nayem.

Viewing 13 Topics - 1 through 13 (of 13 total)