Forum Replies Created
-
AuthorPosts
-
March 10, 2016 at 6:11 am in reply to: Need assistance tweaking the way my site looks on an iPad #596061
Hi Depremz,
Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.
Regards,
RikardHi,
Did you do any customisations to the theme? If so, what were they? Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
RikardHi Dan,
I see your problem but it’s difficult to say what is causing it, could you try asking the plugin author about it? If you want to take a different approach I would try to use the element built into the theme instead.
Best regards,
RikardHi Greydon,
It’s probably possible yes but it will take a lot of customisations and would be considered custom work unfortunately, if you want to hire a freelancer you can check out Codeable
Thanks,
RikardHi @dbtpath,
You link redirects me to your home page, do we need to be logged in to view it? If so then please start a new thread and include admin login details in private.
Thanks,
RikardMarch 10, 2016 at 5:46 am in reply to: Anchor takes me to a place on my page that I haven't set it to. #596045Hi Dave,
Yes but you would have to code it manually:
<div id="your-anchor">Content</div> <a href="#your-anchor">Link</a>Not sure what you mean by the color section messing up your sidebar but since the color section is a full width element the sidebar will be displayed under it by default.
Regards,
RikardMarch 10, 2016 at 5:42 am in reply to: Font weight lighter doesn't work without WordPress Login #596042Hi,
Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
RikardHi,
Please try the following in Quick CSS under Enfold–>General Styling:
.av-logo-container { display:none !important; }Regards,
RikardHi,
Ok, could you please try to overwrite the theme files with a fresh copy from your Themeforest account via FTP to see if that helps? http://kriesi.at/documentation/enfold/updating-your-theme-files/
Thanks,
RikardHey freymi,
Try the following after your copyright info:
<div style="float:right;"> <a href="http://yoursite.com/link1">Link 1</a> <a href="http://yoursite.com/link2">Link 2</a> </div>Best regards,
RikardHi hdpcr,
I’m not sure how that would work to be honest, I think it would be better if you contact Envato directly for matters about your accounts with them.
Thanks,
RikardHey entrepreneur41,
Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
RikardHi Barry,
Login details are not working for me, could you check them please?
Thanks,
RikardHi,
Your site looks fine to me, could you post a screenshot of what it’s supposed to look like please? You can upload to a service like imgur.com and then link to it here.
Best regards,
RikardHey mrcityrunner,
Try this:
<div id="name-of-your-anchor">Content of your div</div> <a href="#name-of-your-anchor">Click to go to your anchor</a>Best regards,
RikardHey mawebdesign,
You can try adding a widget to the header: http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
You can then hide it for all screen sizes above mobile with something similar to this CSS:
@media only screen and (min-width: 768px) { #id of your widget { display:none !important; } }Best regards,
RikardHi,
I’m not sure what you need help with, could you try to explain a bit further please?
Best regards,
RikardHi Marcel,
Thanks for reporting that serious bug to us, much appreciated. What you could try is to paste your text into a text editor which doesn’t format the text as much as Word does, for instance Notepad, and then paste it into your page or post.
Regards,
RikardMarch 9, 2016 at 9:05 am in reply to: spacing or padding secondary menu items in mobile view #595388Hey spitsdesign,
Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (max-width: 767px) { .sub_menu li { padding: 0px 5px !important; } }Regards,
RikardHi Markus,
Could you provide us with a link to the site in question so that we can take a closer look please?
Regards,
RikardHi,
Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
RikardHi moreleads,
Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.
Thanks,
RikardHey SuperManWithATan,
I’m not sure exactly what you are trying to do there, could you post a screenshot of your problem and/or explain a bit further please? This code won’t do anything since you don’t have a selector in the media query:
@media only screen and (max-width: 767px) { your selector should go here { padding-bottom: 70px !important; } }Regards,
Rikard-
This reply was modified 10 years, 1 month ago by
Rikard.
Hey tredition,
The words are too long to fit, please try the following in Quick CSS to break words if they don’t fit:
.home .avia-promocontent ul li { word-break: break-all !important; }Regards,
RikardHi,
You have the following in public.css causing that:
.responsive span { width: 100% !important; }Best regards,
Rikard -
This reply was modified 10 years, 1 month ago by
-
AuthorPosts
