Forum Replies Created
-
AuthorPosts
-
June 7, 2016 at 9:09 am in reply to: accidentally imported demos which removed custom styling #643878
Hey digitall,
It should be saved to enfold.css in the /wp-content/uploads/dynamic_avia/ folder so it should be backed up.
Regards,
RikardHi Jason,
Please link to an example so that we can have a closer look.
Thanks,
RikardHi,
That has nothing to do with the theme, did you try the default WordPress import/export function?
Thanks,
RikardHi strila,
I don’t think that will be possible since you are using the boxed layout. Could you try changing to stretched layout instead maybe?
Thanks,
RikardJune 7, 2016 at 8:51 am in reply to: Contact form email does not reply to contact email field #643866Hi,
Please try it at the bottom of the functions.php file to see if it works.
Thanks,
RikardHey bibbitybop,
Could you provide us with a link to the site in question so that we can take a closer look please?
Best regards,
RikardJune 7, 2016 at 8:38 am in reply to: add_object_page is outdated since version 4.5! Use instead add_menu_page(). #643860Hi Nic,
If you go to the link I posted or go to Dashboard–>Updates, you will see an option to reinstall WordPress. Could you try that please?
Regards,
RikardHi gireeshnair,
Could you provide us with a link to the site in question so that we can take a closer look please?
Best regards,
RikardHi,
Ah ok, please try the following in Quick CSS under Enfold–>General Styling:
.home input[type="text"] { margin-bottom: 0px !important; }Regards,
RikardHi,
If it’s not working with one of the default themes then it’s likely not theme related, I would try contacting your hosting provider to see if they know what is going on. We’ll keep this thread open in case you should need any further help from us.
Best regards,
RikardHi kate,
Please try the following in Quick CSS under Enfold–>General Styling:
.html_header_left #main { border-left-width: 0px !important; }Best regards,
RikardJune 7, 2016 at 7:05 am in reply to: Photos in Grid Row not filling full vertical space despite adequate image size #643824Hi,
I’m not sure exactly what you mean by the content getting cut off. Could you post a screenshot highlighting the problem please?
Regards,
RikardHi asafku,
It works fine on my end using Chrome, please try to clear your browser cache and reload the page.
Regards,
RikardJune 7, 2016 at 6:49 am in reply to: wpml different language in standard and advanced layout #643814Hi xxtita,
Thanks for the info, not sure if you managed to get it fixed or not though? If not then please post admin login details in private so that we can have a closer look.
Thanks,
RikardJune 7, 2016 at 6:47 am in reply to: problem with double interface login and sign in, in woocommerce css. #643813Hey CGGROUPS2016,
I’m not sure I understand what you are trying to do there, could you post a screenshot highlighting the results you want or try to explain a bit further please?
Regards,
RikardHi Giovanni,
Please try the following in Quick CSS under Enfold–>General Styling:
.page-id-203 .av_one_fourth { border-right: 1px solid grey; }if you want the same results on other page then inspect the page in question and find the page id class in the body tag and add the same CSS as above but with the updated page id class.
Best regards,
RikardHi Sophie,
The large text is placed in a text block with this styling:
font-size:17px;and the smaller text is not placed within a text block. If you change that the texts should all be the same size.
Thanks,
RikardHey SandraSquires,
I’m not sure I understand what you mean by that, could you post a screenshot highlighting the changes you would like to make please?
Regards,
RikardHey Sophie,
Where exactly are you trying to add these link and what are the links? Please post them in private along with admin login details so that we can have a closer look.
Thanks,
RikardHey maccadigital,
Please try the following in Quick CSS under Enfold–>General Styling:
.main_color strong { font-weight: 700 !important; }Best regards,
RikardHi bpmsoftware,
I tried logging in but there are some error messages there. I wrote this in your other thread as well, please try to overwrite all theme files with a new copy from your Themeforest account: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
RikardHi,
Great, glad you got it working. Please let us know if you should need any more help on the topic.
Best regards,
RikardHey Silvio,
You can try something like this in Quick CSS:
@media only screen and (max-width: 767px) { #element1, #element2 { display:none; } }Replace element1/element2 with the ID’s of the widgets you want to hide.
Regards,
RikardHey Jean-Francois!
You have this in your layout.css:
@media only screen and (max-width: 767px) and (min-width: 480px) { .responsive #socket .sub_menu_socket { display: none; } }Add this to Quick CSS to override it:
@media only screen and (max-width: 767px) and (min-width: 480px) { .responsive #socket .sub_menu_socket { display: block !important; } }Regards,
Rikard -
AuthorPosts
