Forum Replies Created
-
AuthorPosts
-
March 1, 2014 at 12:54 am in reply to: After adjusting logo position further to Left now gets cut off on Mobile view #230893
Hey!
Try adding the following for the number issue:
@media only screen and (max-width: 1139px) { .sub_menu{ right: 14%; } } @media only screen and (max-width: 989px) { .sub_menu{ right: 18%; } }The logo behavior was expected due to its being pushed 99px left, so in smaller screen there is a moment when there is no more space left, i think it would be better to disable that feature earlier, you can do it by changing the code i gave to you to:
@media only screen and (max-width: 1200px) { .bottom_nav_header.social_header .logo{ left: 0 !important; } }Regards,
JosueYou are welcome, glad we could help :)
Regards,
JosueYou are welcome, glad we could help :)
Regards,
JosueHi!
The easier solution would be reduce the text length or number of elements in those menus.
To change the elements you mentioned:
.blog .main-title.entry-title a { font-size: 24px !important; } .breadcrumb-trail .breadcrumb-title { font-size: 14px !important; }Best regards,
JosueHey!
You have added to the code correctly, but there is a typo before it (so it’s getting nullified), here’s the error:
.adp, .adp table, .adp-list, #directions_panel_3 b { color: white!important;Change it to:
.adp, .adp table, .adp-list, #directions_panel_3 b { color: white!important; }http://proconsolerepairdfw.com/test/wp-content/uploads/dynamic_avia/enfold.css?ver=1
Regards,
JosueHi!
Try the following:
#header_main .container { height: 150px !important; line-height: 120px !important; } html.fixed_header #main { padding-top: 120px; }Best regards,
JosueHey!
It appears the slider isn’t set to autoplay automatically, you can check that when editing the individual Layer Slider > Global settings.
Cheers!
JosueYou are welcome, glad we could help :)
Regards,
JosueHey!
The issue is caused by the Redirection plugin you have activated, if you disable it you’ll see the blog working as expected.
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
@media only screen and (min-width: 520px) and (max-width: 989px) { #footer .flex_column{ width: 50% !important; margin: 0 !important; } }Cheers!
JosueAs far as i know, not at the moment, but feel free to suggest it here:
https://kriesi.at/support/topic/enfold-feature-requests/Cheers!
JosueHi!
Yes, i included a link to CF7, which works great with Enfold:
https://wordpress.org/plugins/contact-form-7/Cheers!
JosueHey Dave!
I only see one logo there, can you add some so we can see the actual issue?
Cheers!
JosueHi,
Are you sure they are not in the Trash? can you create an administrator account and post it here as a private reply?
Regards,
JosueHey Janet!
To be honest i’d recommend you to use a specialized plugin to do this type of advanced forms. The built-in form is meant to be used as a simple contact form.
Cheers!
JosueHi,
Can you post the link to your website please?
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.iconlist_title { font-size: 14px !important; }Modify as needed.
Cheers!
JosueHey!
Try the following:
https://kriesi.at/support/topic/can-prevnext-on-portfolio-be-category-specific/#post-119811Regards,
JosueFebruary 28, 2014 at 11:33 pm in reply to: After adjusting logo position further to Left now gets cut off on Mobile view #230832Hey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 767px) { .bottom_nav_header.social_header .logo{ left: 0 !important; } }Cheers!
JosueYou are welcome, glad we could help :)
Regards,
JosueHi,
That page has a redirect loop, it doesn’t appear to be a theme issue but a redirection one:
http://www.philly-sales.com/blog --> http://philly-sales.com/traditional-blog/Check your .htaccess file.
Regards,
JosueHey!
Why don’t you simply put the PDF as the link to that image?
Best regards,
JosueHi!
Change the code to this:
#beta { z-index: 99999; position: relative; }Regards,
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueThis reply has been marked as private.Hi!
If you are fine with your current install then it may not be necessary to update, nevertheless i’d recommend you to ask the developer a detailed list of which files he modified, so in the future when you need to update you could make a backup of those changes.
Best regards,
JosueHi!
Here’s what happened: if you go to Pages, you’ll see your Blog page and some children Pages below it (these were created when you imported the dummy content after install), then in Theme Options > Sidebar the Page Sidebar navigation option was enabled, therefore creating those links in the sidebar of your Blog page.
I simply disabled the Page Sidebar navigation and the links were removed.
Best regards,
JosueHi!
Fixed:
http://myotechnology.com/blog/Yes, take a look at this video on how to update:
Best regards,
JosueHey Stefan!
Your website is not loading on my end:
http://wp1.gsvbaden.de/http://www.downforeveryoneorjustme.com/http://wp1.gsvbaden.de/
Best regards,
Josue -
AuthorPosts
