Forum Replies Created
-
AuthorPosts
-
Hi!
Try to replace the code with this:
.avia-search-tooltip.avia-tt { position: fixed !important; min-width:900px !important; max-width: 900px !important; left:10% !important; top:30% !important; background-color: white; z-index: 99999; margin: 0 !important; } .avia-search-tooltip.avia-tt { width: 100%; max-width: 1310px; } #top #searchsubmit, .ajax_load { width: 100px; height: 100%; } #top #s { width: 100%; font-size: 50px; } #top #searchform div { max-width: 100%; }
Best regards,
IsmaelHi!
Please make sure that you have the latest version of the theme running, 3.1.5. Post the website url here so that we can inspect the page.
Regards,
IsmaelMay 22, 2015 at 5:29 am in reply to: #Anchor no longer scrolling smoothly and adding space at top of page #448155Hi!
Yes, the link should take you to http://www.gravitygroms.com/#camps section. Under the “Camps” menu, they all point in the same section except the 4th one. Why is that?
Best regards,
IsmaelHi!
Yes, go to the Appearance > Widgets panel. Add widgets in the Single Product Pages widget area. You can also hide it via css.
Best regards,
IsmaelHey!
The provided user above doesn’t have admin rights. We can’t edit the layer slider. Try to set the value of the Layers Container and Responsive Under fields inside the Slider Settings.
Regards,
IsmaelHey!
The site is on maintenance mode. If you’re trying to add custom modifications on the header section. You can edit includes > helper-main-menu.php file. If you want to place something on top of the header, edit header.php file because there is no option for that by default.
Regards,
IsmaelHi BugfreeSystems!
Thank you for using Enfold.
I checked the site on IE8 but I can’t reproduce the issue, I think it’s safe to assume that it will render properly on IE11:
Another test on IE9: https://www.browserling.com/browse/ie/9/http%3A%2F%2Fwww.cloudboxtogo.com
Please update the theme to 3.1.5.
Cheers!
IsmaelMay 22, 2015 at 5:06 am in reply to: Iconbox-Responsivity for the Boxtitle with 4 iconboxes side-by-side. #448148Hi!
You can try this:
@media only screen and (min-width: 768px) and (max-width: 1180px) { .page-id-3532 .av-flex-cells .no_margin.av_one_fourth { display: block; margin: 0; height: auto !important; overflow: hidden; width: 100% !important; }}
Regards,
IsmaelHey j_arendall!
Thank you for using Enfold.
You can use a filter in the functions.php file in order to change the logo of a specific page. Refer to this link: https://kriesi.at/support/topic/how-to-show-different-logo-on-mobile-and-blog-page/#post-445133
Best regards,
IsmaelMay 22, 2015 at 4:57 am in reply to: Want my subpages to have full image behind menu like the home page #448146Hey!
Is the site live? I’m sorry but we can’t help you properly if we can’t see what’s really happening on your installation. Please post the url here. Try the suggestion provided here: https://kriesi.at/support/topic/want-my-subpages-to-have-full-image-behind-menu-like-the-home-page/#post-447699
Place the content inside the color section then add the background in the Section Background panel. Add a unique id in the Section ID field. Use “custom-section” for example. Use this in the Quick CSS field to add another background on top of the color section background.
#custom-section .container { background: white; }
The image that you set in the section background will be the green area and the code in the Quick CSS field should take care of the beige container.
Best regards,
IsmaelHey mrijnders!
Thank you for using Enfold.
There is a cache plugin installed. Try to purge the cache or disable it temporarily.
Best regards,
IsmaelHey!
Try this code:
@media only screen and (min-width: 880px) and (max-width: 1230px) { .page-id-3654 .avia-testimonial.av_one_third { width: 50% !important; display: block; } } @media only screen and (max-width: 879px) { .page-id-3654 .avia-testimonial.av_one_third { width: 50% !important; display: block; } }
Remove browser cache then reload the page.
Regards,
IsmaelHey Daniel!
Thank you for using Enfold.
I guess the plugin hooks into a native woocommerce function. Unfortunately, it will not work if you use the advance layout builder because the builder removes all the default product elements and then use the template-builder.php instead. Use the default editor instead if you want the plugin to work. Contact the plugin author for more info.
Cheers!
IsmaelMay 22, 2015 at 4:43 am in reply to: Facebook "Like" button comment module not shown properly #448139Hi!
Try to generate the widget code here: https://developers.facebook.com/docs/plugins/like-button
Add the generated code inside a text or code block.
Best regards,
IsmaelMay 22, 2015 at 4:37 am in reply to: Colour section display a small arrow – repeating on next colour section – bug #448137Hey!
This seems to be a random issue, doesn’t happen on most enfold installations. Please add this in the Quick CSS field:
#main > .avia-section + div .av-extra-border-inner { display: none; }
Best regards,
IsmaelHey markbenfeldt!
Thank you for using Enfold.
The error states that you should disable the maintenance mode. Is there anything like that in your installation? Maybe a plugin or a server settings? If the auto update doesn’t work, try to update the theme via FTP: http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/
Best regards,
IsmaelHi rlogan2334!
Thank you for using Enfold.
Can you please provide a screenshot of what you’re trying to? What do you mean by “define an entire page as a header”?
Regards,
IsmaelHi verwunderbar!
Thank you for using Enfold.
Where can we find these images? I check the pages but I don’t see any 1/4 celled grid row.
Cheers!
IsmaelMay 21, 2015 at 12:44 pm in reply to: Want my subpages to have full image behind menu like the home page #447699Hi!
Is the “stripebackground” the color section where you add the main content? How did you add the beige/white container in between the green background? Try to add the background in the Section Background panel then use this in the Quick CSS field to add another background on top of the color section background.
#stripebackground .container { background: red; }
Cheers!
IsmaelHi!
Are you trying to switch the position of the columns? Please refer to this link for a possible fix: https://kriesi.at/support/topic/rtl-sortedreverse-functions-problem/#post-384172
Regards,
IsmaelHey Pappasdg!
Thank you for using Enfold.
You mean like the portfolio grid sort function? You can try the masonry element.
Best regards,
IsmaelHi alfaweb2!
Thank you for using Enfold.
You can add a custom css class attribute to the image element. Use “custom-image” for example. Add this in the Quick CSS field to adjust the horizontal position of the image:
.custom-image { right: -20%; }
Cheers!
IsmaelHi Naima!
Thank you for using Enfold.
Those info are added automatically. You can’t manually edit them but you can remove it using css. Add this in the Quick CSS field:
.shop_attributes tr:nth-child(4) { display: none; }
Best regards,
IsmaelHi sweissly!
Thank you for using Enfold.
Looks like you installed a lightbox plugin. Please deactivate it or deactivate the theme’s default lightbox module. Go to Enfold > Theme Options then disable the Lightbox Modal Window setting.
Best regards,
IsmaelHi yegortitov!
Thank you for using Enfold.
You need to start from scratch if you use the advance layout builder for the product posts. All default elements such as featured image, price, title, add to cart button, tab etc will be remove.
Best regards,
IsmaelHey Linden_Mobile!
Thank you for using Enfold.
That is the default layout of the product page. Unfortunately, you can’t set it to right sidebar.
Best regards,
IsmaelHi DavyE!
Thank you for using Enfold.
You can’t choose a page template for custom post types. Refer to this link for more info:
http://codex.wordpress.org/Template_Hierarchy
https://codex.wordpress.org/Post_Type_TemplatesBest regards,
IsmaelMay 21, 2015 at 4:20 am in reply to: Facebook social share bug – incorrect image pulled through with blog post #447541Hey rogueowlet!
Thank you for using Enfold.
It takes time before facebook collects this data again and remove their previous cache. Please wait for a few hours or a whole day then test it again. Try to enter the url here to force facebook to scrape the current data: https://developers.facebook.com/tools/debug/
Best regards,
IsmaelMay 21, 2015 at 4:09 am in reply to: Main content background color NOT OK with collumn elements #447539 -
AuthorPosts