Forum Replies Created

Viewing 30 posts - 6,211 through 6,240 (of 16,298 total)
  • Avatar: Jack Richardson
    Jack Richardson
    Support staff
    September 26, 2016 at 11:45

    Hello,

    in my product page, i eanble social media and i want to change G+(google plus) by instagram. how can i do it?

    You need to edit the wp-content/themes/woopress/framework/shortcodes.php file in “Share This Product” section. It’s recommended to edit theme source files using child theme https://codex.wordpress.org/Child_Themes

    And in the footer if i want to only use “email to a friend” without [share] short code, is it a way to do it?

    Try the following css code in Theme Options > Custom CSS > Global Custo CSS:

    .main-footer .menu-social-icons li:not(:last-child) {
        display: none;
    }

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    September 26, 2016 at 11:02

    Hello,

    You’re welcome.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    September 26, 2016 at 10:52

    Hello,

    Also use this code:

    .container {
       background-color: pink;
    }

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    September 26, 2016 at 10:36

    Hello,

    I’ve set to show 25 items in Settings > Reading > Blog pages show at most in WP Dashboard. Please check Shop page now.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    September 26, 2016 at 10:20

    Hello,

    This option is used for Boxed layout. If you’re using Wide layout add this code in custom.css file:

    .wide .wrapper {
        background: pink !important;
    }

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    September 26, 2016 at 10:06

    Hello,

    I’ve updated the theme and Visual Composer plugin.
    Please check the mentioned issues now.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    September 26, 2016 at 09:14

    Hello,

    You can try to use Info Box element in VC editor.
    Please try it.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    September 26, 2016 at 08:40

    Hello,

    Have you translated .po file in wp-content/themes/woopress/languages directory?
    Please read our documentation https://www.8theme.com/demo/docs/woopress/#!/2_how_to_translate

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    September 26, 2016 at 08:37

    Hello,

    This is just a warning, not an error and it’s related to wp-includes folder, so to WordPress.
    You can disable “display_errors” function on your server to hide the warnings.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    September 26, 2016 at 08:31

    Hello,

    You’re welcome.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    September 26, 2016 at 08:30

    Hello,

    Please take our apologies but we don’t guarantee full compatibility of 3rd-party plugins with the theme.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    September 26, 2016 at 08:29

    Hello,

    Please clarify what issues you have with that version?
    As I see “Sidebar-boxed” page is installed.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    September 26, 2016 at 08:20

    Hello @lew-egr,

    Thank you for the provided solution. We appreciate it very much.
    Have a nice day.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    September 23, 2016 at 18:46

    Hello,

    Yes, the main problem is the images. Please follow the instructions in the articles you were provided.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    September 23, 2016 at 14:34

    Hello,

    There is no feature to add your own labels. Sorry.
    Please read our documentation https://www.8theme.com/demo/docs/woopress/#!/primary_menu (“8.4 Menu Labels”).

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    September 23, 2016 at 12:30

    Hello @Marta Iraola,

    1. Also use this css code to change font in body and menu:

    body, .menu > li a {
        font-family: "tradegothic";
    }

    Please specify where else you want to change it.

    3. Edit this code in Global Custom CSS:

    .table thead tr th{border-bottom:3px solid #e25100; 
    font-size:16px;
        color: #000;
        padding: 8px 20px;
        font-weight: 600;
        vertical-align: top;
    }

    and change vertical-align: top; to vertical-align: bottom;

    4. Add this code in Global Custom CSS:

    .tp-grid li a, .wp-picture {
       background-color: grey;
    }

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    September 23, 2016 at 09:40

    Hello,

    1. Go to Appearance > Widgets > add empty text widget in “Left side top bar area” section.

    2. Add this css code in Theme Options > Custom CSS > Global CUstom CSS:

    .top-bar {
        background-color: #fff !important;
    }

    3. Use the css code:

    .top-links a {
        color: blue !important;
    }

    4. Here is the css code:

    .tbs.blog-description p {
        color: #fff !important;
    }

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    September 23, 2016 at 08:54

    Hello,

    I’ve created submenu for parent menu items “Boxspringbetten”, “Wasserbetten”. Also added this code in Custom CSS for desktop section:

    .menu .menu-full-width .nav-sublist-dropdown ul > li > a .nav-item-tooltip {
       width: 200px !important;
       top: 22px;
    }

    Please check them.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    September 23, 2016 at 08:21

    Hello,

    1. Please read here how to add custom font:
    http://www.wpbeginner.com/wp-themes/how-to-add-custom-fonts-in-wordpress/ (the section “Adding Custom Fonts in WordPress Using CSS3 @font-face”)

    2. Add this code in Global Custom CSS section:

    .blog-post a {
       font-size: 29pt;
    }
    .blog-post .content-article p {
        margin-bottom: 10px;
        font-size: 20pt;
    }

    3. What problem do you have with rows? Please clarify with more details.

    4. Please show a direct page link where gallery is added.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    September 23, 2016 at 07:43

    Hello,

    As I told you to check this issue we need access to FTP and WP Dashboard.
    Please provide us with this info.

    Thank you.
    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    September 22, 2016 at 19:39

    You are welcome.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    September 22, 2016 at 17:27

    Hello,

    We’re glad to hear you have found a solution.
    Have a nice day.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    September 22, 2016 at 17:13

    Hello,

    Please contact your hosting provider support and ask them to increase memory_limit value to 256M.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    September 22, 2016 at 16:36

    You are welcome.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    September 22, 2016 at 15:23

    Hello,

    Sorry but there is no such option in the theme. You can search for some Woocommerce plugin.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    September 22, 2016 at 15:16

    Hello,

    Add this code in Custom CSS for desktop section:

    .products-grid .product-title {
       height: 40px;
    }

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    September 22, 2016 at 14:10

    Hello,

    Add this code in custom.css file to change font for product title:

    .products-grid .product .product-name {
        font-size: 12px;
        font-family: sans-serif;
    }

    Add your own values.

    How to create custom.css you can watch in this tutorial

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    September 22, 2016 at 11:29

    Hello,

    You can find changelog on TF site https://themeforest.net/item/royal-multipurpose-wordpress-theme/8611976

    Seems your modifications caused this issue. You need check your custom code attentively which you added in parent theme files.
    Again I suggest you to create child theme and move all modified files there.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    September 22, 2016 at 10:18

    Hello,

    I’ve updated the theme to the latest version 4.2. Blank page on your site is caused by your customizations in child theme in header.php file so you need to check them. I’ve activated parent theme for now.

    Best regards,
    Jack Richardson.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    September 22, 2016 at 06:59

    Hello,

    At first we don’t recommend to make changes in the parent theme files because you’ll loose them after theme update. Create child theme https://codex.wordpress.org/Child_Themes and move your modifications there.
    Then update the theme to the latest version and required plugins too https://www.8theme.com/download-plugins/ .
    Before update delete “woocommerce” folder in the directory wp-content/themes/royal/ and it’ll be reuploaded from a new theme package.

    After update check if the issue persists with parent theme or only with child theme.

    Also to investigate this problem we need full access to your dashboard and FTP as now it’s difficult to find out the reason.

    Best regards,
    Jack Richardson.

  • 1 2 3 207 208 209 542 543 544
    Viewing 6,240 results - 6,211 through 6,240 (of 16,298 total)
Viewing 30 posts - 6,211 through 6,240 (of 16,298 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.