Forum Replies Created
-
AuthorPosts
-
wensolutions
KeymasterHello @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!!
wensolutions
KeymasterHello @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!!
wensolutions
KeymasterHello @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!!
wensolutions
KeymasterHello @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 :
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 !!
wensolutions
KeymasterHello @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!!
wensolutions
KeymasterHello @paul614724,
Glad we could help you.
If you have any issue further then please feel free to post them .
Best Regards!!
wensolutions
KeymasterHello @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!!
wensolutions
KeymasterHello @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!!
wensolutions
KeymasterHello @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!!
wensolutions
KeymasterHello @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!!
wensolutions
KeymasterHello @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!!
wensolutions
KeymasterHello @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!!
wensolutions
KeymasterHello @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!!
wensolutions
KeymasterHello @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 .
wensolutions
KeymasterHello @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 .
-
AuthorPosts





