Forum Replies Created

Viewing 30 posts - 2,641 through 2,670 (of 31,382 total)
  • Avatar: Eva
    Eva Kemp
    Participant
    July 6, 2016 at 06:51

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 6, 2016 at 06:47

    Hello,

    You don’t need license for VC plugin. You can download the latest version here:
    https://www.8theme.com/download-plugins/ and upload it via FTP.

    We haven’t released new theme version yet, so we recommend you to revert back to Woocommerce 2.5.5 version for now.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 6, 2016 at 06:44

    Hello,

    1. You can create “fonts” folder in the child theme directory and upload your font file there.

    2. It will be visible.

    3. In previous posts I gave you this code:

    @media (max-width: 480px) {
       .vc_custom_1467711731340 {
          margin-top: -80px !important;
    }
    .vc_custom_1467711691758 {
       margin-top: -130px;
    }}

    Add it in child style.css file.

    4. Edit this code:

    .left-pad {
      padding-right: 0px !important;
    }
    .right-pad {
       padding-left: 0px !important;
    }

    to this:

    .left-pad {
      padding-right: 5px !important;
    }
    .right-pad {
       padding-left: 5px !important;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 6, 2016 at 06:39

    Hello,

    Please use this css code:

    .header-variant2 #top-cart span {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 5, 2016 at 18:19

    Hello,

    To close a category, edit wp-content/themes/royal/js/etheme.js file. Find and comment out line 1808
    $this.find('>li').first().find('.open-this').html(minusIcon).parent().addClass('opened').find('ul.children').show();

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 5, 2016 at 17:46

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 5, 2016 at 17:46

    Hello,

    Do you have API key?
    Please read how to get it https://developers.google.com/maps/documentation/javascript/tutorials/adding-a-google-map#step_3_get_an_api_key .
    Then you need edit the file wp-content/themes/legenda/contacts.php, find the line 171 <script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?sensor=false"></script>, replace the code with this <script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&sensor=false"></script>, add your API key instead of “YOUR_API_KEY” text in the link.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 5, 2016 at 17:28

    Hello,

    2. Upload font file to child theme directory and add css code to child style.css as described in the article.

    The text on row 1 and on row 3 has a lot of white space next to it. Can we fix it ?

    Use this code in child style.css file:

    .left-pad {
      padding-right: 0px !important;
    }
    .right-pad {
       padding-left: 0px !important;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 5, 2016 at 17:18

    Hello,

    As I see some strings aren’t translated http://prntscr.com/bp4ziz in String Translation.
    Check the strings for “woopress” domain.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 5, 2016 at 17:08

    Hello,

    You can update it. Royal 2.7.1 is compatible with Woocommerce v.2.6.*

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 5, 2016 at 17:07

    Hello,

    Blog layout can be chosen in Theme Options > Blog Layout.
    Also you have to set your Blog page as posts page in Settings > Reading.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 5, 2016 at 17:03

    Hello,

    Please clarify where you want to hide subcategories.
    Show a direct link where they are shown.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 5, 2016 at 16:48

    Hello,

    You can change front page in Settings > Reading.
    Please check this option.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 5, 2016 at 14:11

    Hello,

    Do you want to hide subcategories in Shop sidebar?
    Please provide wp-admin and FTP credentials in Private Content.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 5, 2016 at 13:10

    Hello,

    The issue has been fixed. Please check now.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 5, 2016 at 13:06

    Hello,

    3. I’ve added this code for hover effect:

    .vc_btn3.vc_btn3-size-lg:hover {
        color: black !important;
        background-color: white !important;
        border: 2px solid white !important; 
    }

    Please check now.

    1. I’ve added the code. Check now.

    2. What header are you talking about? All changes should be made in child theme. Have you read this section http://prntscr.com/bp1q7t ?

    3. Issue with subscribe form has been fixed. The reason was you forgot to close }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 5, 2016 at 12:45

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 5, 2016 at 12:44

    Hello,

    Unfortunately we didn’t test any 3rd-party plugins with the theme (as you know there is huge amount of them) and we don’t guarantee their full compatibility. You can check some plugins yourself.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 5, 2016 at 12:36

    Hello,

    3. What do you mean saying “a simple hover effect”? What is it?

    1. Add this code in child style.css file:

    .vc_btn3.vc_btn3-size-lg {
        font-size: 20px;
        font-family: Arial;
    }

    2. Read this article http://www.wpbeginner.com/wp-themes/how-to-add-custom-fonts-in-wordpress/ (section “Adding Custom Fonts in WordPress Using CSS3 @font-face”)

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 5, 2016 at 11:49

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 5, 2016 at 11:48

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 5, 2016 at 11:47

    Hello,

    3. What hover effect do you want?

    ==============================================

    1./2. Add this code in child style.css:

    @media (max-width: 480px) {
     .left-pad {
       padding-right: 0px !important;
    }
    .right-pad {
        padding-left: 0px !important;
    }}

    3. Use this css code:

    @media (max-width: 480px) {
      .story-btn.wpb_column {
        text-align: center;
    }}

    4. Use this css code:

    @media (max-width: 480px) {
       .vc_custom_1467711731340 {
          margin-top: -80px !important;
    }
    .vc_custom_1467711691758 {
       margin-top: -130px;
    }}

    5. I told you what size is used on the site http://www.mvmtwatches.com/pages/our-story for those images. You can upload pictures and check yourself what size suits you the best.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 5, 2016 at 11:17

    Hello,

    The reason is your logo is too big. Try to decrease the size using this code in Global Custom CSS:

    .fixNav-enabled .fixed-active .header-logo img {
        max-width: 100px !important;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 5, 2016 at 11:12

    Hello,

    1./4. I’ve added custom class for the rows http://prntscr.com/bp031m and added custom css code: http://prntscr.com/bp02pp

    2. I’ve added padding-top value in Text element http://prntscr.com/bp04qf .

    3. Add this code in child style.css file:

    .vc_btn3.vc_btn3-size-lg:hover {
        border: 2px solid white;
    }

    5. I’ve added this code in child style.css file:

    .footer-top .custom-left-block, .footer-top .custom-center-block, .footer-top .custom-right-block {
        text-align: center;
    }
    
    .footer-top .custom-center-block, .footer-top .custom-left-block {
        text-transform: uppercase;
        font-size: 11px;
        padding-top: 3px;
        font-family: Arial;
    }
    
    .footer-top .ico-left-custom::before {
    	content: "\f0c8";
    	font-family: FontAwesome;
    	font-style: normal;
    	margin-right: 10px;
    }
    
    .footer-top .ico-center-custom::before {
    	content: "\f0ac";
    	font-family: FontAwesome;
    	font-style: normal;
    	margin-right: 10px;
    }
    
    .footer-top .ico-custom-inst::before {
    	content: "\f16d";
    	font-family: FontAwesome;
    	font-style: normal;
    	font-size: 16px;
    }
    
    .footer-top .ico-custom-fb::before {
    	content: "\f09a";
    	font-family: FontAwesome;
    	font-style: normal;
    	font-size: 16px;
    }
    
    .footer-top .ico-custom-youtube::before {
    	content: "\f167";
    	font-family: FontAwesome;
    	font-style: normal;
    	font-size: 16px;
    }
    
    .footer-top .ico-custom-tw::before {
    	content: "\f099";
    	font-family: FontAwesome;
    	font-style: normal;
    	font-size: 16px;
    }
    
    .footer-top .ico-custom-pin::before {
    	content: "\f231";
    	font-family: FontAwesome;
    	font-style: normal;
    	font-size: 16px;
    }
    
    .footer-top .custom-right-block a:hover {
        text-decoration: none;
    }
    
    .footer-top .custom-right-block a {
    	padding: 0 6px;
    	border-right: 1px solid #ececec;
    	color: #ffffff;
    }
    
    .footer-top .custom-right-block a.last-item {
        border-right: none;
    }

    6. On the site you provided they have images with dimensions 720px × 480px.

    7. Add this code in child style.css:

    ul.footer-menu li a {
       font-family: Arial !important;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 5, 2016 at 10:05

    Hello,

    I’ve created the rows for you.
    Please check your page.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 5, 2016 at 08:47

    Hello,

    1. There is no such option. You may search for some plugins.

    2. Use this code in Theme Options > Custom CSS > Global Custom CSS:

    .quantity input[type="number"] {
        width: 70px !important;
        height: 50px !important;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 10px;
    }

    3. Could you please show a screenshot of the issue?

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 5, 2016 at 07:48

    Hello,

    As I see you’re using old plugins versions.
    Update them via FTP.
    Download the plugins here https://www.8theme.com/download-plugins/.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 5, 2016 at 07:42

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 5, 2016 at 07:41

    Hello,

    All plugins are external extensions which are included into theme because for each product we purchase “Extended license”
    and that’s why we are able to include it into them. This plugin works fine without activation and you can always get actual version if you want
    directly from us. The plugins can be downloaded from this link https://www.8theme.com/download-plugins/ .
    We update plugins with theme updates from time to time so plugins will be also updated with each next theme update.
    The option with registering of the plugins has been already added to plugin and this only allows you to get automatic updates and
    support for this plugin directly from an author if you need. You don’t need to register this product because it is not required but if you want
    to get those features, then you need to purchase this plugin directly from the author. This is how it works for all themes on Themeforest
    and not only in our case.

    So now you need update VC plugin via FTP.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    July 5, 2016 at 07:38

    Hello,

    Ok.
    Have a nice day.

    Regards,
    Eva Kemp.

  • 1 2 3 88 89 90 1,045 1,046 1,047
    Viewing 2,670 results - 2,641 through 2,670 (of 31,382 total)
Viewing 30 posts - 2,641 through 2,670 (of 31,382 total)
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.