Forum Replies Created
-
AuthorPosts
-
July 30, 2015 at 11:38 am in reply to: Woocommerce product-category Title and Description not showing up #480623
Hi!
Thank you for the screenshot.
I checked the screenshot and the link but I don’t see any connection between the two. What is the actual url of the category in the screenshot?
Regards,
IsmaelHey brian7454!
Thank you for using Enfold.
There is an available filter for the language_attributes function: https://developer.wordpress.org/reference/functions/language_attributes/
Maybe, you can create a new filter in the functions.php file. Something like this:
add_filter('language_attributes', 'language_attributes_mod', 10, 1); function language_attributes_mod($output) { // Changes here.. return $output; }Regards,
IsmaelHey Daniel!
Thank you for using Enfold.
If possible, please create a single thread for each question. It will be much easier for us to focus on your inquiries.
1.) Please follow the solution provided here: https://kriesi.at/support/topic/logo-in-h1-tag-syntax/#post-403733
2.) Try to add this to the Quick CSS field:
#header .twelve.units { width: 1200px !important; }3.) Use this css code:
#top #payment .terms { text-align: left; position: relative; } #top #payment .terms label[for="terms"] { margin-left: 10px; } #top #payment .terms #terms { position: absolute; left: 10px; top: 5px; }Cheers!
IsmaelHi georgesociel!
Thank you for using Enfold.
You can add this in the Quick CSS field:
.grid-image img { width: 100%; display: block; -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -o-filter: grayscale(100%); filter: gray; -webkit-transition: all .6s ease; transition: all .6s ease; -moz-transition: all .6s ease; -o-transition: all .6s ease; } .grid-image:hover img { filter: grayscale(0%); -webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); -o-filter: grayscale(0%); filter: none; } .image-overlay { display: none !important; }Regards,
IsmaelHi!
Rikard is correct, the sidebar is being pushed down by the google map widget section. Try to disable the sidebar on the page then use the Widget Area element instead. Use columns to separate the content and the widget area.
Regards,
IsmaelHi!
You can replace the code with this to exclude desktop view from being affected:
@media only screen and (min-width: 989px) { .av-inner-masonry-content-pos { font-size: 6px; }}Best regards,
IsmaelHi!
You can try this:
.av-video-slide { width: 55% !important; height: 55% !important; left: 20% !important; top: 20% !important; }The top property will center align the video vertically.
Best regards,
IsmaelHi!
Did you place the code inside a media query? This is how it looks when I checked it:
@media only screen and (max-width: 989px) { #mobile-advanced li:hover, .html_header_mobile_behavior #mobile-advanced span:hover, .html_header_mobile_behavior #mobile-advanced span:hover a { background-color: #018db0 !important; color: #ffffff !important; }}Please try to add the code above the Quick CSS field or check if there are missing brackets in the css media query declarations.
And do you have an iPhone 6 with retina display?
Best regards,
IsmaelJuly 29, 2015 at 8:59 am in reply to: CSS working on IT version but not on EN version + undesired double menu showing #480068Hi!
Please go to the Enfold (EN) > Sidebar Settings panel then disable the Page Sidebar navigation option.
Best regards,
IsmaelHey!
Alright. Did you remove the entire code in the style.css file? I tried to look for it but it’s not there. Please add this in the Quick CSS field:
#top #wrap_all .av-main-nav ul > li:hover > a, #top #wrap_all .avia_mega_div, #top #wrap_all .avia_mega_div ul, #top #wrap_all .av-main-nav ul ul { line-height: 23px !important; }Cheers!
IsmaelHi!
I’m sorry but I don’t see a SHOP COLLECTION link or button anywhere on the page. The slider is responsive when I checked it so I’m really not sure what you’re trying to do here. It behaves pretty much the same as the slider on this site: http://www.chanel.com/en_GB/
Can you please provide a screenshot of the issue?
Best regards,
IsmaelHi!
You have this code which breaks the responsiveness of the table:
.pricing-table > li:nth-child(8) { height: 860px !important; }Try to use max or min height property.
Regards,
IsmaelHey!
Use this:
.postid-92 .av-subnav-menu > li { padding: 2px 0 !important; }Cheers!
IsmaelHey!
We are very sorry for the delay. I tried to login to the site but the credentials above are not working. Where did you add the codes? On which lines?
Best regards,
IsmaelJuly 29, 2015 at 7:48 am in reply to: LayerSlider WP loads the images distorted, by the first time … #480053Hi!
Did you install the WP Rocket plugin? Please try to disable it then test the page again.
Best regards,
IsmaelHi!
Is the html codes inside the input fields working when you switch to a default theme?
Best regards,
IsmaelJuly 29, 2015 at 7:29 am in reply to: Link tab heading to an external page instead of displaying the tab content #480048Hey!
A tab element inside another tab is not working but an accordion inside a tab content is. We created a test page here: http://martinbook.com/artboxc/test/
Please
Cheers!
IsmaelHey!
I spent more than 10 mins trying to figure out what’s wrong with the mega menu styling but I can’t find it. The menu item width, paddings and margins are the same. I’ll look at it again and I’ll ask the rest of the support team to check it.
Cheers!
IsmaelHey Jörg!
Thank you for using Enfold.
If you add a color section then add another element outside of it, the theme automatically creates a new section to wrap the element outside the color section. What happens when you place the separator element inside the color section?
Regards,
IsmaelHey!
Switch to the left or sidebar menu then add this in the Quick CSS field to adjust the current menu item highlight:
#top #header .av-main-nav > .current-menu-item > a .avia-menu-text, #top #header .av-main-nav > .current-menu-item > a .avia-menu-subtext { color: orange; }Cheers!
IsmaelHi!
Use this plugin to adjust the dimension of the “entry_with_sidebar” thumbnail. https://wordpress.org/plugins/simple-image-sizes/
Install the plugin then go to the Settings > Media panel. Look for the thumbnail, adjust the size then regenerate the images.
Regards,
IsmaelHey!
You can set the post format to “Link” then add the url of the site where you want the post to go when clicked. https://codex.wordpress.org/Post_Formats
Best regards,
IsmaelHi!
We configured the language and permalink settings and it’s working now. I hope you don’t mind the url or permalink structure:
http://tigmotorsport.wpengine.com/he/delivery/ (hosted on WPengine)
http://tigmotorsport.wpengine.com/he/delivery/page/2/It is more SEO friendly.
Best regards,
IsmaelHey!
I was able to go to the wp login but the credentials that you provided above are not working. Did you remove it? Please check it carefully.
Regards,
IsmaelHey Mario!
Thank you for using Enfold.
If you don’t mind, please create a single thread for each question. Anyway, I want to check the site but it is currently on maintenance mode.
Regards,
IsmaelHey Michel!
Thank you for using Enfold.
We don’t mind answering multiple questions but if you can open a single thread for each of theme, that would be great.
1.) Where did you apply the transparent background of menu bar? What selector did you use?
2.) You can remove the blue line with this:
.avia-menu-fx { display: none !important; }3.) Please check the Slider Settings > Slideshow > Other settings. Make sure that the shuffle mode is disabled.
4.) The default contact form doesn’t have that feature by default so you’ll have to find a plugin or a custom script for that. I’m not sure if CF 7 can do that.
Regards,
IsmaelHey!
Yeah.. It sure is. Please try this:
@media only screen and (max-width: 1200px) { #smallgap .av-parallax { display: none !important; }}Please check the css modifications, make sure that there are no missing brackets in the css media queries. Don’t forget to remove browser and plugin cache.
Regards,
IsmaelJuly 28, 2015 at 7:17 am in reply to: Neue child themes in Verzeichnisseiten (Multisite Directory pages) #479478Hey!
But Enfold-Child is intended only for the home page. How can I get enfold-child2 displayed, under Network Management / Dashboard / Themes?
You can’t set two child themes on the same installation. Is that what you’re trying to do here?
Best regards,
IsmaelHi!
I think it’s because of the retina display. Please try to add this css code:
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { .av-parallax.avia-full-stretch.enabled-parallax.active-parallax { background: none !important; }}If it doesn’t work, replace the media query with this:
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx) { /* Retina-specific stuff here */ }Regards,
IsmaelHey!
I tried to login again to the site but the login credentials above are not working. Also, I checked the pages and the TOCs are showing up on both pages:
http://www.leb-dich-fit.de/the-miracle-morning-von-hal-elrod-erfahrungen/
http://www.leb-dich-fit.de/bulletproof-coffee/Unfortunately, we don’t provide support for third party plugins as stated on our support policy. Please contact the plugin author for more info.
Cheers!
Ismael -
AuthorPosts
