Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterWelcome anytime @discuzx
Could you also please help us rating this theme in WordPress Repository.
https://wordpress.org/support/theme/newscard/reviews/?filter=5We really appreciate your rating.
Thank you!
Theme Horse Support Team
KeymasterHi @trevi,
There will be the certain height and width set in the embed code. So if you directly use the embed code then the video will overflow from its parent wrapper. You have to wrap the embed code with the class element “embed-responsive” & “embed-responsive-16by9”. So please use the below code to make the video responsive.
<div class="embed-responsive embed-responsive-16by9"> (Paste your embedded code here) </div>
Please paste the embedded code as mentioned above
OR
If you have updated the WordPress version 5.0+ then you can easily embed the youtube video by using the WP Gutenberg Block feature for embedding youtube video under the Embeds Tabs. (you can add the blocks by clicking ‘+’ icon at the left top of your post editor)Thank you!
Theme Horse Support Team
KeymasterHi there,
So you want to have the same content and settings from a livingarroyos.org to a new site? Did you cloned all your databases contents from a livingarroyos.org to a new site?
Thank you!
Theme Horse Support Team
KeymasterCan you please clarify a little bit more about the problem. What error message that you got while uploading the Ambition Pro theme?
Thank you!
Theme Horse Support Team
KeymasterHi there,
Yes it is but it needs some code customization, you need to hire a developer as this is a new feature to add in the theme or you can use Revolution Slider as well which is built-in compatible with the theme.
Thank you!
Theme Horse Support Team
KeymasterHi Jeremy,
Send us your login credential via email here. So that our support team will set up your site same like our demo site.
Please do not share any login credential detail here in this forum as this forum is public and visible by everyone.Thank you!
Theme Horse Support Team
KeymasterTheme Horse Support Team
KeymasterHi Mahesh,
If you are not seeing the ‘Bank Account or Credit Card’ button option then it’s not possible to purchase our theme.
We have only ‘PayPal’ and ‘Credit Card’ via PayPal option available to purchase the theme.
May PayPal have not provided those option for your country.Thank you!
Theme Horse Support Team
KeymasterHi Mahesh,
After clicking on the Proceed to PayPay Button you will be redirected to PayPal checkout option where you will see below option where you can find the Pay with a Bank Account or Credit Card button.
Those PayPal button option are available for some countries only. From which country you are trying to purchase?Thank you!
July 22, 2019 at 11:46 am in reply to: How to enable pre-approval of the posts / blogs by the authors? #65685Theme Horse Support Team
KeymasterHello there,
Sorry! This is not the theme problem and we can not customize WordPress main code in the theme. You may achieve those feature from some plugin as well, though thank you for your suggestions.
Theme Horse Support Team
KeymasterLogin to your admin Dashboard and go to Appearance > Customize > Additional CSS and paste below custom CSS code to show the title on top of the featured Image.
.post-main .has-post-thumbnail .entry-wrap .entry-main { opacity: 1; -moz-opacity: 1; filter:alpha(opacity=100); background-color: transparent; } .post-main .has-post-thumbnail .entry-wrap .entry-main p { opacity: 0; -moz-opacity: 0; filter:alpha(opacity=0); } .post-main .has-post-thumbnail .entry-wrap .entry-main .entry-title { color: #fff; text-shadow: 0 1px 1px rgba(0,0,0,0.5); } .post-main .has-post-thumbnail .entry-wrap:hover .entry-main { background-color: #fff; } .post-main .has-post-thumbnail .entry-wrap:hover .entry-main p { opacity: 1; -moz-opacity: 1; filter:alpha(opacity=100); } .post-main .has-post-thumbnail .entry-wrap:hover .entry-main .entry-title { color: initial; text-shadow: none; }
Thank you!
Theme Horse Support Team
KeymasterHi @infoanaliz
Sorry! For lazyload you have to customize the theme code and you need to hide a developer.
And for turkish language you have to create a pot file and translate all available string to turkish language by the help of this plugin.Thank you!
Theme Horse Support Team
KeymasterHi @goodza1002
Sorry! There is no such featured video option that this theme offer.
The site that you have shared with us have customize the theme main code and added the video instead of featured Image.
For this you also have to customize the theme main code which can be done by hiring a developer.Thank you!
Theme Horse Support Team
KeymasterHi Carla,
Can you please provide us your site Url? So that we can see the issue. Also do check deactivating all the plugin one by one it may be the plugin conflict as well.
Thank you!
Theme Horse Support Team
KeymasterHi there,
Just login to your site admin dashboard and go to Appearance > Customize > Design Options > Custom CSS and paste below custom CSS code to increase the font-size for tagline.
#site-description { font: 13px; }
Increase the above digit value ’13’ to your desired size.
-
AuthorPosts