Set a Layout Exactly like Cars demo - by hitechpanda

This topic has 29 replies, 3 voices, and was last updated 9 years, 6 months ago ago by Eva Kemp

  • Avatar: hitechpanda
    hitechpanda
    Participant
    August 15, 2014 at 11:56

    Hi,

    First of all, thank you for developing this theme. =) Got some questions:

    1. Background image is set on theme options, but it doesn’t appear on the site.
    2. The slider is overlapping with the 3 banners beneath it.
    3. What is the recommended size for background and slider image?
    4. Pricing table.
    – How to animate “Add to cart” button that will show yellow box on mouse hover? Also how to remove the underline style on the text?
    – The top row are copied from bottom row but they have different width. How to set the bottom row to have the same width as the first one?

    5. How to change font ?
    I want to use Oswald and have entered this setting but no luck :
    Handle : tp-oswald
    Parameter : Oswald:300,400,700

    6. On the Cars demo, there’s a middle image, I got my image appeared but it seems cropped. Please advise.

    7. Under “Our Best Products”, I typed a subtitle, but it didn’t show up either.

    8. How to change the “Social” text on blog post?

    Sorry for the long request, it’s a nice theme. I just need to get used to it =)

    Thanks in advance

    Please, contact administrator
    for this information.
    28 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 15, 2014 at 12:46

    Hello,

    1) To set site background it is necessary to change Site Layout from ‘Wide’ to ‘Boxed’ in Theme Options -> General.
    2) It is necessary to edited row with banners using Visual Composer and in tab “Design Options” set up top margin. I already did it.
    3) There is no recommended size.
    4) Add the following code into your custom.css to remove underline and specify button color on hover (replace ‘here your color’ with your desired color):

    .pricing-table .button1:hover {
    text-decoration: none;
    background-color: here your color;
    }

    5) This question is a bit unclear for us. Could you please clarify us with more details what are you going to do?
    6) Could you please show us screenshot about what image are you talking about?
    7) It is impossible to put links inside subtitle parameter.
    8) It is necessary to edit legenda/framework/shortcodes.php file line number 1238.

    Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.

    Regards,
    Jack Richardson

    Avatar: hitechpanda
    hitechpanda
    Participant
    August 15, 2014 at 18:44

    Hi Jack,

    Thanks for the fast response.

    4. The table width of first row is different from second row. The latter one is a copy from first row. It was fine earlier, but when I change the content, the table width also changed. Screenshot attached.

    5. I’m trying to use Oswald but it was not available under Google fonts option. Please advise.

    6. Screenshot attached

    Regards

    Please, contact administrator
    for this information.
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 15, 2014 at 19:17

    Hello,

    4) I’ve fixed the pricing table columns.
    5) You can use @font-face directive to import your custom fonts.
    6) You need to edit the row and enable Full width section. Then go to Design options tab and upload background image. Also you can read about this in our documentation: https://www.8theme.com/demo/docs/legenda/#!/visual_composer.

    Regards,
    Jack Richardson

    Avatar: hitechpanda
    hitechpanda
    Participant
    August 20, 2014 at 11:49

    Hi Jack,

    Thanks for the help. Site looking much better now, just a couple of tweaks please :

    1. I have added a new font on css/font and added this code on syle.css but the new font didn’t appear on Typography.

    @font-face {
    font-family: ‘cs_regular’;
    url(‘css/fonts/cs_regular.ttf’) format(‘truetype’);
    font-weight: normal;
    font-style: normal;
    }

    2. How to remove “See More” box that always appear whenever I mouse hover an image and ad that appear on the product page (“by FVD Downloader Deals”)? Please refer to image1 and image2

    3. Please refer to image3. Is there a way to have an option so buyer can remove unwanted products on the checkout page?

    4. I open the site on mobile and found “Legenda” logo on it. How to change this logo and how to disable slider on mobile?

    Thanks in advance

    Please, contact administrator
    for this information.
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 20, 2014 at 12:30

    Hello,

    1) Your custom font won’t appear on Typography section. It’s necessary to specify it manually for required selector in custom.css, for example:

    h1 {
      font-family: cs_regular; 
    }

    2) It appears to be some plugin functionality. Please try to deactivate you plugins one by one to define which one.

    3) Unfortunately there is no such option.

    4) Try to clear your browser cache. We can’t see Legenda logo on mobile device. You can set up slider visibility for mobile devices on Mobile Visibility section of Revolution Slider options.

    Regards,
    Jack Richardson

    Avatar: hitechpanda
    hitechpanda
    Participant
    August 20, 2014 at 14:12

    Hi Jack,

    I have followed your instruction but still no changes on the font. Trued with different font but no luck as well.

    For issue #3, perhaps I wasn’t clear enough but when I browse legenda site and found the feature that I was looking for (image4 attached). How to enable this?

    Do you think you can take a look inside?

    Regards
    Lisa

    Please, contact administrator
    for this information.
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 20, 2014 at 14:28

    Hello,

    This is feature for cart page and it’s enabled on your site, please check! As I previously said there is no such option for checkout page.

    Please provide us with FTP credentials in Private Content.

    Regards,
    Jack Richardson

    Avatar: hitechpanda
    hitechpanda
    Participant
    August 20, 2014 at 14:46

    Hi,

    Appreciate your fast response.

    FTP access is attached.

    I saw there’s a “cart” page but when I click on the “add to cart” button from homepage, I was taken to product page (I set it this way) then on the product page there’s another “add to cart” button but when I clicked it, it goes directly to checkout page, so the “cart” page is skipped. Any advise to make the cart page run? Hope this cleared up any misunderstanding.

    Please, contact administrator
    for this information.
    Avatar: hitechpanda
    hitechpanda
    Participant
    August 20, 2014 at 15:29

    UPDATE: I think the issue with Cart page starts from the pricing table. I currently add products option from visual composer but facing another issue :

    1. the products are not sorted from low to high price
    2. after I hit “add to cart”, a green box appear but no option to “view the cart”. I attached the screenshot from Legenda site and mine
    3. no counting appear on favicon altough I have enabled this option on Theme Options.

    Hope you guys don’t mind to help out. Need time to adjust with the theme and Woocommerce. Appreciate the fast support.

    Cheers

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    August 21, 2014 at 11:08

    Hello,

    I’m unable to access your wp-admin panel. It’s redirected to the main site. Do you have some redirects written in .htaccess file? Also please check FTP credentials as they are also incorrect.

    Thank you.

    Regards,
    Eva Kemp.

    Avatar: hitechpanda
    hitechpanda
    Participant
    August 21, 2014 at 11:28

    Hi Eva,

    I attached few more details on the private section, including cpanel. Could you please retry it?

    Thanks

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    August 21, 2014 at 12:08

    Hello,

    1. Do you mean you want products to be shown from low to high price on the Cart page? If so you have to contact Woocommerce support regarding this question.
    2. I’ve disabled Ajax “Add to Cart” in Theme Options > Single Product Page and now it’s redirecting to the Cart page after adding a product to the cart.
    3. To make count of products displayed on the favicon cart widget needs to be enabled. I’ve done this via Theme Options > Header and there is products count on the favicon now.

    Please check and clear your browser cache before.

    Regards,
    Eva Kemp.

    Avatar: hitechpanda
    hitechpanda
    Participant
    August 21, 2014 at 12:53

    Thank you Eva. Looking great now and will contact Woo team. How about the font? I’ve tried to follow Jack’s instruction but no luck yet. Details are on earlier comments.

    Cheers

    Avatar: Eva
    Eva Kemp
    Support staff
    August 21, 2014 at 13:37

    You’re welcome.
    Unfortunately there is no such possibility to add your own fonts into Typography section. You can change font for some section on the site only via custom.css.
    Please take our apologies for inconveniences.

    Regards,
    Eva Kemp.

    Avatar: hitechpanda
    hitechpanda
    Participant
    August 21, 2014 at 13:52

    Hi Eva,

    Appreciate the fast response. Sorry for not being clearer, I meant to say, I have customized the css (@font-face) on custom.css, but still no changes on the site so it’s a bit weird. I’m sure I’m missing the puzzle here. Or maybe the custom font works only for Google font?

    I added the font on css/font and here’s the code on custom.css:
    @font-face {
    font-family: ‘cs_regular’;
    url(‘css/fonts/cs_regular.ttf’) format(‘truetype’);
    font-weight: normal;
    font-style: normal;
    }

    h1,h2,h3,h4,h5,h6{
    font-family:cs_regular; //adding !important didn’t work as well
    }

    Appreciate any insights.

    Cheers

    Avatar: Eva
    Eva Kemp
    Support staff
    August 21, 2014 at 14:02

    Your code in custom.css file won’t work. For example, if you want to change the font for titles on the FAQ page you need write this code in custom.css:
    .toggle-element .toggle-title {font-family: Open Sans;}

    And such way you’ll be able to change font for other sections on the site, but not adding the font to Typography.

    Regards,
    Eva Kemp.

    Avatar: hitechpanda
    hitechpanda
    Participant
    September 18, 2014 at 12:45

    Hi Eva,

    I finally manage to change the font for entire web, instead of doing it per page. Although it’s not completely like the original font, but at least it changed =)

    Btw, I noticed that rev slider has an update to v.4.60 but can’t see any auto-update button. Any hint?

    Also, is it possible to do this action on the homepage:

    If I click an image/menu on homepage, it will redirect to a particular section of the same page? (details on the private session below)

    TIA

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    September 18, 2014 at 14:24

    Hello,

    We’ve recently produced new theme version where Revolution Slider and Visual Composer plugins are updated. Please download the archive and update your theme as well. The plugins are placed in legenda/framework/plugins directory.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: hitechpanda
    hitechpanda
    Participant
    September 23, 2014 at 18:45

    Thank you. My blog page is messed up now. link in private area. Excerpt feature is not working for some post and sidebar widget is not aligned properly. Any advice please?

    Please, contact administrator
    for this information.
  • 1 2
    Viewing 20 results - 1 through 20 (of 29 total)

The issue related to '‘Set a Layout Exactly like Cars demo’' has been successfully resolved, and the topic is now closed for further responses

Helpful Topics

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.