Forum Replies Created
-
AuthorPosts
-
Hey jjohnsonshapter,
The latest version of wordpress is still 4.6.1. What demo are you trying to import? is the Default demo? Can you try to create a fresh install of wordpress? and give us login details and allow us import the demo.
Best regards,
NikkoHi,
Try to add this code:
#top.page-id-102 #cloud-solutions .tabcontainer .av_tab_section .tab.active_tab { background-color: rgb(5, 78, 183) !important; color: rgb(255, 255, 255) !important; }
Let us know if it works :)
Best regards,
NikkoHi,
I checked on the source of your page but I could not see <style type=’text/css’ id=’dynamic-styles’> is this already fixed?
Best regards,
NikkoHi,
Try to add this code in Quick CSS (located in Enfold > General Styling):
html.html_boxed { background: url(https://i2.wp.com/www.flanagan-wedding.com/wp-content/uploads/2016/11/Rebecca-wedding-background.jpg) center center no-repeat fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
Let us know if it helps. :)
Best regards,
NikkoHey mikehartrich,
Can you post a link showing a horizontal image as first image? so we can also compare the horizontal and vertical images, and see the problem better.
Best regards,
NikkoHi,
This is fixed, can you check it on your end? I have checked on theme files and plugins. I have found out that this plugin is the cause Lightbox 3 if this is enabled you can’t do a thing, I have also disabled this plugin TinyMCE Advanced as it is showing lots of js errors. Let us know if it’s good on your end.
Best regards,
NikkoHi,
You can use a widget for that. I have added a sample, you should see some content below the the social media icons, here are the steps:
- In Appearance > Widgets, I added a widget area and called it Header Area
- Added a text widget inside the Header Area
- Go to Enfold > General Layout > Main Menu Sidebar, set it to Header Area
Hope this helps. :)
Best regards,
NikkoHi Berni,
When you are in Theme Editor, just find Select theme to edit: and make sure to select Enfold. Then find config.php (there are lots of it) so make sure the config.php that you select has this below it (config-templatebuilder/config.php). Hope it helps. :)
Best regards,
NikkoHi,
I checked the media page, can you post a screenshot where we can navigate to the second page? the navigation isn’t visible on my end.
Best regards,
NikkoNovember 5, 2016 at 6:58 am in reply to: Display issue with Enfold theme and Event Tickets Plus by Modern Tribe #708569Hi,
Glad we could help :)
Best regards,
NikkoHey mailtozero,
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,
NikkoHi,
Can you repost the image? try using http://imgur.com/ also Read the rest can be seen in your blog which is the read more link.
Best regards,
NikkoHi Lyse,
Glad we could help :)
Regards,
NikkoHi!
Glad we could help :)
Cheers!
NikkoHi Viramedia,
I have checked on the link and if it is using same plugins as you said, it also has the same version of Enfold which is the latest 3.8. It’s really a weird issue because we can’t replicate it, if you would allow us to disable all plugins and also give us temporary ftp access, we could probably see what’s causing it since we need to isolate the theme and also check the files.
Best regards,
NikkoHi,
For the first issue, I didn’t experience any issues mentioned upon checking on it. But for the second issue, kindly add this code in Quick CSS (located in Enfold > General Styling):
#top .avia-image-container.avia-align-center .avia-image-container-inner { overflow: hidden; }
Hope this helps :)
Best regards,
Nikko- This reply was modified 8 years, 2 months ago by Nikko.
Hi,
Kindly add this code in Quick CSS (located in Enfold > General Styling):
#top .avia-fullscreen-slider h2 { text-shadow: 1px 1px 7px #000; }
or this one:
#top .avia-fullscreen-slider h2 { text-shadow: 1px 1px 7px #000 !important; }
Just adjust the code as you see fit. :)
Best regards,
NikkoHey corneliaboehm,
Kindly add this code in Quick CSS (located in Enfold > General Styling):
#socket { padding: 20px 30px !important; }
Let us know if it works :)
Best regards,
NikkoHi,
Kindly replace the code I gave above to this one:
.page-id-5041 .main_color table td { background: #fff !important; } .page-id-5041 .main_color table, .page-id-5041 .main_color table tr.avia-heading-row th { background: transparent !important; }
Let us know if it helps :)
Best regards,
NikkoHi Steve,
Glad we could help. :) The change I made was remove the comments I have added before.
Cheers!
NikkoHey BornAgainVirgo,
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.
We might also need ftp access to check this out.
Best regards,
NikkoHi Kurt,
Glad it’s fixed. :) Sometimes clearing browser cache is needed for the changes to appear properly.
Best regards,
NikkoNovember 4, 2016 at 7:54 am in reply to: Woocommerce Product Grid displays different sized images #708068Hey humboldt,
You can check this post on how to fix the problems you have with images and how to fix it: https://docs.woocommerce.com/document/using-the-appropriate-product-image-dimensions/
On those tall images, kindly upload images more than 450px in height and width. Hope this helps.
Best regards,
NikkoHey richrappa,
Can you post a link to the page having an issue? also 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.
Best regards,
NikkoHi,
Can you post a link to the page that you want to change the parallax effect? so we can inspect further. You can put it in Private Content section when you reply so only moderators can see. I have tested the code and it works fine, the default is 0.3 and changing it to 0.1 or even change it to 0.01.
Best regards,
NikkoNovember 4, 2016 at 7:10 am in reply to: Mobile Menue: Shopping Cart Icon displayed always on #708050Hey THobbes,
Kindly check your Quick CSS and look for this code:
@media only screen and (max-width: 800px)
Inside it’s scope (just below it) you should find:
nav.main_menu { display: none !important; }
Replace it with:
nav.main_menu { display: block !important; }
Let us know if it works :)
Best regards,
NikkoHi!
I found out the issue which is the last section which contains 1/2 and 1/3 elements, for some reason the footer gets inside the section. I could not replicate the issue (as I tried this on my local server), I duplicated the page and tried to change it into 2/3 and 1/3 and the issue is fixed. The link to the cloned page is in the private content.
Regards,
NikkoNovember 4, 2016 at 3:44 am in reply to: Add sidebar settings to custom post type on a chil theme #708020Hey!
I’m not really sure what you what to achieve, can you explain it a bit further maybe a screenshot of what you want to achieve. Also can I’d like to limit this thread to just one topic so if anyone wants to search for breadcrumbs it will be under that topic. Let’s continue in another thread.
Cheers!
NikkoHey!
Glad we could help :)
Regards,
NikkoHey!
Glad we could help :)
Regards,
Nikko -
AuthorPosts