Forum Replies Created
-
AuthorPosts
-
Hi,
Thanks, I think the main difference between the two are the images used in the demo are landscape while your own pictures are in portrait. Can you try to use a photo that is landscape and see if this helps.
Best regards,
NikkoHi,
The css code I gave above should work. If it’s not working, can you give us temporary admin access? so we can check why it’s not working. As for the hook, I think the germanized woocommerce is using this one:
add_action( 'woocommerce_single_product_summary', 'woocommerce_gzd_template_single_legal_info', wc_gzd_get_hook_priority( 'single_legal_info' ) );
Cheers!
NikkoHi Chris,
I apologize for the delayed response. I also forgot to ask for the ftp access, so we can take a look at the files and what error appears, I frequently get 500 (internal server error) when trying to import demo on your site but couldn’t get enough information with it. I have tested the import demo on my local server and didn’t have any problems with the images.
Best regards,
NikkoHi,
Can you post what is written on error_log.php? can you also try the solution mentioned in this thread: https://kriesi.at/support/topic/couldnt-add-the-font-because-the-server-didnt-respond/
Best regards,
NikkoHi,
I checked on your site and it seems to be fixed. I tried the 4 links in the menu and open the blog articles and tested the menu icon and it’s working fine. I can’t find the About page, is it the Chi Sono page? I also tested this with my mobile phone and didn’t have any issues on my end.
Best regards,
NikkoHi!
Thanks but still can’t connect, screenshot in Private Content, and yes it’s passive, I also tried active. Can you try to go to /wp-content/uploads/dynamic_avia/ folder and make a backup of enfold.css, and delete it from that folder. Then check the site if it regenerates a new enfold.css with the correct css, if it doesn’t work duplicate enfold_en.css (css used in en version of your site) and rename the duplicate to enfold.css. Hope this helps :)
Regards,
NikkoHey sandra1307,
Can you publish the first link? we can’t see in the preview mode unless we have admin access.
Best regards,
NikkoHey Alex,
Seems like the structure is a bit different from my end, are you using other plugins besides woocommerce for products, could be some woocommerce addons? The hook used should be woocommerce_single_product_summary. For making it to color green, try adding this css code in Quick CSS (located in Enfold > General Styling):
span.wc-gzd-additional-info.shipping-costs-info, span.wc-gzd-additional-info.shipping-costs-info a { color: green !important; }
Hope this helps :)
Best regards,
NikkoHey connect4consulting,
I just want to confirm if you want to align them vertically? the code you are using won’t work, this is the right css code for the $ (I adjusted it’s vertical position):
#give-form-290 .give-donation-amount .give-currency-symbol { line-height: 32px; }
and this one is for the donation input:
#give-form-290 .give-donation-amount .give-text-input { }
Hope this helps :)
Best regards,
NikkoFebruary 13, 2017 at 10:29 am in reply to: Layerslider dynamic content not showing live – only in preview #746278Hi,
I added an h2 and added Heading Tag as content and it works fine, also the Latest Leadership Article: in slider 3 which I replaced to h3, shows up as an h3 tag.
Best regards,
NikkoHi,
Yes, that is possible but would you give us a link on that page please (I tried to find it based on the screenshot, link below but doesn’t have the same layout), we can give you some css code but that would affect all the 1/5 and 3/5 margins on all parts of your site. I also didn’t understand this part:
till to put the image below the blue logo
Best regards,
NikkoHey Lili,
We would be glad to help you with this customization, but at the moment there is no easy way to do this by using a small custom code snippet, so I am afraid its out of the scope of our support. The easiest workaround for it would be to add the day of availability in the product title.
Best regards,
NikkoHi,
I apologize for late response, I missed this thread. I tried the email you gave with the same password, still can’t login. Also in Settings > Reading, did you set Front page displays to A static page if yes, please use the default Your latest posts so it won’t interfere with the Enfold theme options.
Best regards,
NikkoHi,
1. Try inserting the code in Quick CSS (located in Enfold > General Styling).
2. Go to Enfold > Advanced Styling.
3. Try adding this css code in Quick CSS:.title_container h1.main-title.entry-title { display: none; } .title_container .breadcrumb { right: auto; left: 20px; } span.trail-before:before { content: '\E821'; font-family: 'entypo-fontello'; } span.breadcrumb-title { display: none; }
the code I gave would remove the title on the left to give way for the breadcrumb.
4. Quick CSS in Enfold > General Styling.
5. It uses the default color used for your main content/text.Hope this helps.
Best regards,
NikkoHi,
Try to use Partner/Logo Element under Media Element (Advance Layout Builder), it looks similar though it doesn’t rotate one by one instead by group. Hope this helps.
Best regards,
NikkoHi,
You can change the code I gave to target ipad as well, just replace the code I gave:
@media only screen and (max-width:767px) { #advanced_menu_toggle { display: block; right: 20px; } }
to this one:
@media only screen and (max-width:1024px) { #advanced_menu_toggle { display: block; right: 20px; } }
As for the menu not opening when click, can you try to disable the autoptimize plugin. Hope this helps.
Best regards,
NikkoFebruary 13, 2017 at 8:21 am in reply to: How to remove the body background picture on mobile and tablets #746193Hi,
Just to confirm if I got it right (the image you are referring to is the one on the Private Content, the background image of the site). If yes, you can add this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) { html.html_boxed { background: white !important; } }
this part of the code let’s you target the mobile devices:
@media only screen and (max-width:767px) { }
the codes inside of it forces the background to use the color instead of fetching the image. Hope this helps :)
Cheers!
NikkoHi,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.big-preview.single-big a { pointer-events: none; }
Let us know if this helps. :)
Regards,
NikkoHi Vincent,
Cropping would be one way to do it if you have different image dimensions. Can you try to add this css code in Quick CSS (located in Enfold > General Styling):
#top .inner_product .thumbnail_container img { max-height: 450px; width: auto; max-width: 100%; margin: 0 auto; }
Let us know if this helps.
Regards,
NikkoHi,
Still the same on ftp. I have tried to add some css code and it’s also not fetching.
Regards,
NikkoHi Epic,
Thanks, we will wait for that :)
Best regards,
NikkoHi,
I checked it and I see error 500 (internal server error) when inserting the font. Can you try to increase memory limit: https://docs.woocommerce.com/document/increasing-the-wordpress-memory-limit/ and see if it helps.
Best regards,
NikkoFebruary 13, 2017 at 3:38 am in reply to: wrong url multi-language post, no feature image on FB #746091Hey Munford,
Can you try to upload the featured image again to the translated post. It seems the issue is with the wpml plugin’s featured image.
Best regards,
NikkoFebruary 13, 2017 at 2:05 am in reply to: I added the blog post with the excerpt + link option but shows the full content #746083Hi,
I checked your site, and I can see this is already resolved.
Best regards,
NikkoHi,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:1024px) { #top #main .sidebar { border: none !important; } #top #main .sidebar .inner_sidebar { margin-left: 0 !important; } }
Hope this helps :)
Best regards,
NikkoHi,
Thanks for providing the login, I have added this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width: 1024px) { .responsive #top #wrap_all #header { position: relative; width: 100%; float: none; height: auto; margin: 0 !important; opacity: 1; } .responsive #top #wrap_all .container { width: 85%; max-width: 85%; margin: 0 auto; padding-left: 0; padding-right: 0; float: none; } .responsive #top .logo { position: static; display: table; height: 80px !important; float: none; padding: 0; border: none; width: 80%; } .responsive .logo a { display: table-cell; vertical-align: middle; } .responsive .logo img { height: auto !important; width: auto; max-width: 100%; margin: 0; display: block; max-height: 80px; } .responsive #header_main .inner-container, .responsive .main_menu { position: static; } .main_menu .avia-menu, #header_main_alternate, .fallback_menu { display: none; } .responsive #top #main { padding-top: 0 !important; margin: 0; } .container #advanced_menu_toggle, #advanced_menu_hide { display: block; } .responsive.html_header_sidebar #top #header .social_bookmarks { display: none; } }
Let us know if it’s good :)
Best regards,
NikkoHi,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .inner_product_header { height: 120px; }
Just adjust the height as you see fit. Hope this helps.
Best regards,
NikkoFebruary 13, 2017 at 1:31 am in reply to: Strange display of just the last part of a page on smartphones #746078Hi,
Can you try to add this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) { #top .no_margin.av_one_half, .responsive #top .flex_column_table_cell { width: 100%; } #top .flex_column.av_one_fifth { width: 100%; margin-left: 0; } }
Let us know if this helps you with the mobile issue.
Best regards,
NikkoHi,
In your robots.txt can you try to disallow it:
Disallow: /wp-content/themes/enfold/framework/
Hope this helps :)
Best regards,
NikkoHi frankwarwick,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
Nikko -
AuthorPosts