Forum Replies Created
-
AuthorPosts
-
Hey James,
We do not offer a default form with that functionality however you can try the following plugin which would be unblockable:
Best regards,
Jordan ShannonHey Jennifer,
Please provide a link to the site/pages in question so we can look into this further.
Best regards,
Jordan ShannonHey Tim,
If you are familiar with CSS you can do so using media queries.
Best regards,
Jordan ShannonJune 15, 2017 at 6:42 pm in reply to: Adjust the size of header picture for mobile devices and overlaping menu and log #808676Hi,
I would have to look into that issue further, as it likely can be fixed by just adjusting how you have laid out the page. Would you be able to provide admin info in the private area so I can take a look?
Best regards,
Jordan ShannonHey zilwis,
Yes you can build out the site on your local machine and then load the site to the appropriate domain with a single license.
Best regards,
Jordan ShannonHey lemads,
Please see the following for adding text to logo http://kriesi.at/documentation/enfold/add-subtext-to-logo-replace-logo-with-site-title/.
You can then use css to position where you need it.
Best regards,
Jordan ShannonHey aksuoth,
Have you contacted your host about this issue?
Best regards,
Jordan ShannonJune 15, 2017 at 6:20 pm in reply to: Adjust the size of header picture for mobile devices and overlaping menu and log #808659Hey yava17,
For the first topic please add the following to quick css:
@media only screen and (max-width: 767px) { .av-parallax.avia-full-stretch.active-parallax{ background-size:contain!important; } #av_section_2{ margin-top:-200px!important; } }After this is fixed we can focus on the second portion of your question.
Best regards,
Jordan ShannonHi,
Okay, looking at this a little further I have a better idea of what you need. When the search icon is in the black state, you want that to be a cross? This can likely be done via JavaScript, but I would need admin access to work it out.
Best regards,
Jordan ShannonHi,
If you switch to the default WordPress theme and upload the images are you experiencing the same issue?
Best regards,
Jordan ShannonHi,
I don’t believe this is being caused by the theme, but in the way WordPress processes the image. Please see the following which may help you alleviate the issue:
http://www.wpbeginner.com/wp-tutorials/how-to-fix-image-color-and-saturation-loss-in-wordpress/
Best regards,
Jordan ShannonJune 15, 2017 at 4:01 pm in reply to: Menu cut off in top right, past issue solutions not working #808596Hi,
Add the following to what Mike has given you:
.avia-menu.av_menu_icon_beside{ padding-right:0px!important; }Let me know if this fix things up!
Best regards,
Jordan ShannonHi,
I am not an SEO expert but I do know that along with of Yoast, All in One SEO Pack is one of WordPress’s most popular SEO plugins, and has a very large user base. Perhaps you can give it try. https://wordpress.org/plugins/all-in-one-seo-pack/
Best regards,
Jordan ShannonHi,
Awesome. I’m happy I was able to help. If you need anything else, please contact us here in the forums.
Best regards,
Jordan ShannonHi,
Great! If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonJune 15, 2017 at 3:39 pm in reply to: Logo & Main Menu Area Set to Left Sidebar – Reduce Width? #808585Hi,
The code abvove should work, but you have to remove this first:
.html_header_left #main { margin-left: 200px!important; }So this will take precedence:
.page-id-330 .html_header_left #main { margin-left:0px!important;}Best regards,
Jordan ShannonJune 15, 2017 at 12:30 am in reply to: Logo & Main Menu Area Set to Left Sidebar – Reduce Width? #808328Hi,
You can use the following:
.page-id-330 #header_main, .header_bg{display:none!important;} .page-id-330 .html_header_left #main { margin-left:0px!important;}Best regards,
Jordan ShannonHi,
Great! If you need anything else, let us know here in the forums.
Best regards,
Jordan ShannonJune 15, 2017 at 12:04 am in reply to: Menu cut off in top right, past issue solutions not working #808319Hey bryankerr,
Please provide a link to the site so we can look into this further.
Best regards,
Jordan ShannonJune 15, 2017 at 12:03 am in reply to: Installed and Activated "LearnPress" and our site is now completely down! #808317Hey marlenajsmith,
Have you tried deleting the plugin folder via ftp?
Best regards,
Jordan ShannonHi,
No problem at all. Are you needing help with anything else or shall I close this thread? If you need help in the future you can open a new one.
Best regards,
Jordan ShannonHi,
No problem at all. If you need additional help please let us know here in the forums.
Best regards,
Jordan ShannonHi,
Apologies, adjust to the following:
@media only screen and (max-width: 767px) { .mobile_list_layout.bundled_product_summary{ border:none!important; } }Best regards,
Jordan ShannonJune 14, 2017 at 11:58 pm in reply to: Logo & Main Menu Area Set to Left Sidebar – Reduce Width? #808309Hi,
Add the following to quick css:
.html_header_sidebar #top #header { width: 200px!important; } .html_header_left #main { margin-left: 200px!important; }You can adjust the numbers to whatever you like.
Best regards,
Jordan ShannonHi,
Add the following to quick css:
@media only screen and (max-width: 767px) { .mobile_list_layout.bundled_product_summary{ display:none!important; } }This should remove the lines.
Best regards,
Jordan ShannonHi,
Thanks, I am not seeing a delay in the slider at all on my side. I will try and record a screencap.
Best regards,
Jordan ShannonHey organicoder,
Is that last image of equal or a lesser size than the others on the page?
Best regards,
Jordan ShannonJune 14, 2017 at 11:34 pm in reply to: Logo & Main Menu Area Set to Left Sidebar – Reduce Width? #808298Hey MLA18,
Please provide a link to the site so we can look into this further.
Best regards,
Jordan ShannonHey Philflip,
Make sure that in tab options you have the content selected to align to “top” or “above”.
Best regards,
Jordan ShannonHi,
Add the following:
@media only screen and (max-width: 767px) { .mobile-list-layout-add-on-product-quantity{ margin-top:-120px!important; margin-bottom: 50px!important; } }This may be as close as it can get via css without template modification.
Best regards,
Jordan Shannon -
AuthorPosts
