Forum Replies Created

Viewing 15 posts - 5,461 through 5,475 (of 8,657 total)
  • Author
    Posts
  • in reply to: Fonts and Colors Rendering Issues #53033
    wensolutions
    Keymaster

    Hello @tekiebelu,

    When we checked the theme locally we do not see such kind of issue.

    And yes the font might have changed due to the conflict with the plugin you have mentioned so please deactivate them and verify the issue . As we have not done any compatibility testing with the plugins mentioned the issue is due to the compatibility with plugin .

    Also the free version does not support WooCommerce plugin but the pro version of this theme support the WooCommerce plugin . So if you want to use WooCommerce with the theme then you should definitely consider buying the pro version .

    Hope this clears the confusion .

    Best Regards!!

    in reply to: remove text overlay clean commerce pro #53023
    wensolutions
    Keymaster

    Hello @krushinem,

    To remove the text overlay in the features carousel use below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    #featured-carousel .featured-carousel-item .featured-product-title span {
     background: none;
    }

    Hope this helps .

    Let us know if you have any confusion further .

    Best Regards!!

    in reply to: Graduate 1.2 #53022
    wensolutions
    Keymaster

    Hello @jagdomains,

    After the update of the next version the changes made will be listed in readme.txt Changelog . So you can see the changes made after the update in readme.txt file in Changelog.

    Hope this helps .

    Best Regards!!

    in reply to: Button in Call To Action section #53021
    wensolutions
    Keymaster

    Hello @maija,

    The theme is already translation ready and can be translated to any language .

    For more clear information ,
    In your theme file you can find the .pot file in Yummy > languages > yummy.pot. Using this file you can translate to any language you want.

    For this you can use any gettext editor software like :

    https://poedit.net/

    You can download the software where you can see many option for the translation.

    Now you can choose Create new translation and then select the language of your choice .

    Here you can begin to translate the string of you choice and save it. Now it will create .mo and .po file in the theme languages folder.

    Also please go to Dashboard -> Settings -> General and on the bottom you can see Site Language option change it to your language.

    Hope this Helps,

    Best regards !!

    in reply to: Increase Font Size in All Posts? #53020
    wensolutions
    Keymaster

    Hello @howweteach,

    To increase the paragraph font size in all post use below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    .graduate-description p { 
        font-size: 18px;
    }

    You can change the font size according to your need.

    Hope this helps .

    Best Regards!!

    in reply to: Error after activating Traveleye child theme #53018
    wensolutions
    Keymaster

    Hello @paul614724,

    Glad we could help you.

    If you have any issue further then please feel free to post them .

    Best Regards!!

    in reply to: How do I change color in page title? #53017
    wensolutions
    Keymaster

    Hello @lynaeash,

    To make all the letter of the title appear in same color for all the page paste below given CSS in Additional CSS .

    .page #custom-header .page-title:first-letter {
        color: #fff;
    }

    Hope this helps .

    Best Regards!!

    in reply to: Change the Red color. #53016
    wensolutions
    Keymaster

    Hello @lynaeash,

    To change the color of the arrow from red to blue use below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    .widget-area ul li::before {
        color: #297db5;
        }

    Hope this helps .

    Best Regards!!

    in reply to: Add header #52802
    wensolutions
    Keymaster

    Hello @realm81,

    You can add the script tag in header by placing the text widget in Header Right Widget Area .

    Similarly for the body you can place the text widget in Front Page Widget Area .

    Hope this helps .

    Best Regards!!

    in reply to: Error after activating Traveleye child theme #52781
    wensolutions
    Keymaster

    Hello @paul614724 ,

    Actually we need to see the whole code included in child theme functions.php file to know the cause of error.

    The most appropriate option would be activating the child theme using the plugin below :

    https://wordpress.org/plugins/wp-child-theme-generator/

    Hope this helps .

    Best Regards!!

    in reply to: Logo Slider Pro #52743
    wensolutions
    Keymaster

    Hello @eashley,

    As first please go to Admin Panel > Appearance > Customize > Static Front Page and set Front page displays to Your latest posts.

    Then place the text Widget at the front page widget area and paste the short code . Place the widget below other widgets by going to Admin Panel > Appearance > Widgets . This will display your logo slider at the bottom of the page .

    Hope this helps .

    Best Regards!!

    in reply to: Translation issue ( Shopping Cart and My account ) #52737
    wensolutions
    Keymaster

    Hello @fatim,

    For the translation either you need to follow the steps that we have provided previously or you have to again provide your login detail in our official email address so that we could perform the translation for you .

    Thank you !!.

    Best Regards!!

    in reply to: Background on top menu #52721
    wensolutions
    Keymaster

    Hello @lhjweb,

    To reduce the height of the menu and make the background transparent in non sticky mode replace above given CSS with the CSS given below.

    .builder-overlap #masthead {
        background: #000000;
        padding: 0px;
        background-color: rgba(12, 12, 12, 0.49);
    }

    Hope this helps .

    Best Regards!!

    in reply to: LInking Slider Images to Pages #52720
    wensolutions
    Keymaster

    Hello @evanhill ,

    First of all if you want to remove the Read More button go to Admin Panel > Appearance > Customize > Theme option > Slider and unchek the option Show Read More button.

    Now to link the image of the slide you have to activate the child theme .

    Child theme References :

    https://codex.wordpress.org/Child_Themes

    You can also activate the child theme using the plugin given below:

    https://wordpress.org/plugins/wp-child-theme-generator/

    After activating the child theme in your child themes functions.php file paste below given code .

    https://gist.github.com/anonymous/c418a6629d90766cfcc381e41b0687fc

    Hope this helps .

    Best Regards!!

    Have a good day .

    in reply to: Remove "Blogs" text from homepage slider #52717
    wensolutions
    Keymaster

    Hello @stanhomer,

    In order to remove the Blog header in blog page please use below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    .blog h2.page-title {
        display: none;
    }

    Hope this helps .

    Best Regards!!

    Have a good day .

Viewing 15 posts - 5,461 through 5,475 (of 8,657 total)