This topic has 16 replies, 3 voices, and was last updated 6 years, 10 months ago by d1egosan.
Viewing 17 posts - 1 through 17 (of 17 total)
Hi Support,
We recently re-installed your template ‘Hostme v2’ on a new server and are currently re-designing our website. We would like to know which key plugins we are missing on the new install. We first purchased the theme in 2013 a we don’t see some of the options we had access to in the beginning (Adding a logo, etc).
Please let us know.
Thank you very much,
Diego
Hi, d1egosan
We verified your support is extended successfully actually SUPPORT EXPIRED is showing due to Themeforest API issue, but not a problem we have checked it personally.
And I had seen your theme working fine I added logo and check its fine. Can you please elaborate your question exactly where you are facing the problem.
Go through the Dashboard > Appearance > Hostmev2 child > Headers > Header Custom Height here customize your header or else if you just want to add padding to the logo then write custom CSS for this and add in your custom CSS path Dashboard > Appearance > Hostmev2 child > Styling > Custom CSS below code paste in custom css and change values according to your requirement.
.logo {
padding: 30px 0;
}
Note: Please read the theme documentation it will help you to manage the theme options. And If still, you have any queries then feel free to contact us.
Hi, d1egosan
I have seen in your shortcode double quotes is in different format i.e why shortcode is not working.
Try this code I just change the quotation it is working fine here.
[fancyheading heading="xlarge" align="textcenter" description="We believe in doing the right thing. With honesty, respect and consideration. We believe Canadians deserve a better choice and a better deal when it comes to telecommunications services. We are that alternative."]Different. In a Good Way[/fancyheading]
Hi, d1egosan
I tested this same shortcode in Test Page on your website it is working fine on which page you’re adding this shortcode tell us. So, we can take a closer look at it and find what might be the issue heading sizes is not coming and custom CSS is the second solution we’ll check this first with shortcode and then proceed with the custom CSS.
Hi, d1egosan
Sorry for the delay in response. I have seen shortcode is working fine on your website and extra-large heading font size is also working. If you want to more increase the default heading sizes then for the XLarge add this code in your custom CSS. And adjects the font-size 3.6em according to as per your requirement.
Below is the custom CSS
.fancy-title.xlarge {
font-size: 3.6em important;
}
Viewing 17 posts - 1 through 17 (of 17 total)
The topic ‘Plugins new install’ is closed to new replies.