Forum Replies Created
-
AuthorPosts
-
Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
#menu-play-menu li { display:inline-block !important; }Best regards,
RikardHi,
It’s most likely due to an unclosed html tag somewhere which unfortunately breaks the builder in most cases. I inspected it from the frontend but I couldn’t see anything suspicious except a break tag which could be exchanged with
</ br>Best regards,
RikardHi,
Making a single columns wider or narrower should be possible, if you inspect the element with your browser you can find the classes for the columns, the first one has this for instance:
avia_mega_menu_columns_firstOtherwise you could try child selectors: http://www.w3schools.com/cssref/sel_nth-child.asp
Best regards,
RikardSeptember 1, 2015 at 6:13 am in reply to: German translation misses time units for countdown timer #496224Hi,
Please let us know if you have any luck with Elliott’s suggestion or not, we’ll keep the thread open for you.
Thanks,
RikardHi,
You could add a color section with a widget area inside of it and add the widgets you would like to display for mobile there, and then hide the section for screens above phone size. Add an ID to the color section, for instance widgets-for-mobile, then add the following to Quick CSS:
@media only screen and (min-width: 768px) { #widgets-for-mobile { display:none !important; } }Best regards,
RikardHi,
Did you select to not show a sidebar in the right hand side of the edit screen of the page? If not then please try to do so. If you should still be having problems then please provide us with 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,
It will be difficult to help you out if we can’t see a live site but I guess the answer to your question is yes, you can achieve it. But you might have to apply some custom CSS to it as nothing like that comes out of the box.
Best regards,
RikardHi,
I see, please try the following in Quick CSS:
.form_element_third label { display:none !important; } #mc4wp-form-1 input[type='submit'] { background-color: green !important; }Thanks,
RikardHey ajgwnyc,
Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.
Regards,
RikardSeptember 1, 2015 at 5:34 am in reply to: When trying to edit webpage the dashboard is mostly showing white pages. #496211Hi,
I get an error message only reading “Blocked” when trying to log into WordPress, could you have a look please? Not sure what you mean by the TwentyTen theme, we provide support for Kriesi premium themes and not the default ones.
Regards,
RikardHey infuseurdidees,
I’m not sure I understand what you mean, could you maybe post a screenshot of what you are trying to achieve?
Regards,
RikardHi @cdapex,
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 vixen portia,
What happened after you deleted the .htaccess file?
Best regards,
RikardHi,
Still not sure what’s causing the slider not to work, 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/
Regards,
RikardHi,
You could try to experiment with the top value:
#top .av-section-video-bg { top: -200px; }Not sure it’s what you are looking for though?
Best regards,
RikardSeptember 1, 2015 at 3:52 am in reply to: layerslider – how to make items sit on different widths? #496190Hi,
We don’t have any examples to show you but if you link to your site and tell us what you are having problems with we can have a closer look.
Thanks,
RikardHi,
Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (max-width: 767px) { .responsive #top .avia-smallarrow-slider .flex_column { width: 33.3% !important; } }Best regards,
RikardHi,
Not sure why that is not working, you are using an old version of the theme though. Could you try to update to 3.3.2 to see if that helps?
Thanks,
RikardHey @marcellovoc,
Sorry but I’m having trouble understanding what you mean, could you try to explain a bit further please? We have german speaking moderators if you would like to ask your question in german instead.
Best regards,
RikardHi,
Great, please let us know if you should need any more help on the topic.
Thanks,
RikardHi,
Did you try to request a new password from the installation you can’t access? I highly doubt that any theme would cause errors which would not enable you to log in.
About your contact page: please try to disable all plugins to see if one of them is causing a conflict.
Best regards,
RikardHi,
I see that you are using a lot of markup in that page, try to find any open html tags in the area before that which is not being saved as that is the likely cause of it.
Best regards,
Rikard -
AuthorPosts
