-
AuthorSearch Results
-
October 6, 2013 at 4:48 am #171006
In reply to: how to install the shop from the beginning
Hello!
Please follow these steps.
1.) Activate the woocommerce plugin then Install the woocommerce pages by clicking the violet bar on top of woocommerce settings.
2.) Go to Menus > Appearance > insert the Shop menu as shop page.
3.) Create some products.
4.) If you want to create another shop page, create a new page then go to Advance Layout Editor. Insert the Product Grid under Plugin Additions.
Please watch this short video: http://www.mediafire.com/play/t23t01r4zdeka68/Enfold+-+Quick+Shop+Page+Installation.mp4
Cheers!
IsmaelOctober 6, 2013 at 4:39 am #171000In reply to: Post Slider not showing in Chrome
Thanks a lot Josué!
I managed to write this code:
#top #main .sidebar_left .sidebar {
position: fixed;
border-right-style: none;
width:19%;
top: 8%;
}That resolves de Slider issue in both browsers. It seems right cause the iPad now shows the sidebar too!
But in chrome now the image has a weird behaviour.
Any tips ?
Thanks!!
JoséPD: Is there a way the image (the glass) showing nothing on hover? Just an image with no events?
October 6, 2013 at 4:24 am #170992Topic: Customize Accordion Sortable "All" Tag
in forum EnfoldMichae1
ParticipantThere was another thread on this that has been closed : https://kriesi.at/support/topic/accordion-hide-all-category/#post-133938
Finally got around to trying Kriesi’s advice, but it didn’t work :( I think perhaps because of the 2.3 update?
In any case, I’ve pasted the following function into my child theme’s functions.php, but I might have missed something.
Any thoughts?
October 6, 2013 at 4:22 am #170990In reply to: semi transparent wavy divider
Thanks,
It kind of works. I used the following code for my top wave:
#wave-section-up {
margin-top: -50px;
background-color: transparent !important;
z-index: 9999;
}and if you notice, the wave is not stretched beyond the screen and there is VERY little white space in the section, but the code you posted for the bottom stretches the image beyond the screen and leaves a huge block of white space there (and it’s not padding from the form, it seems to be space in the image color section itself even though it is set to no padding).
How can I clean that up please?
Edit: I’ll change the color of the section near the waves so you can see the difference more noticeably.
Edit: Got it working perfectly with the following code:
#wave-section-down {
margin-bottom: -100px;
background-color: transparent !important;
position: relative;
bottom: 50px;
z-index: 9998;
height: 120px;
}#contact {
z-index: 9999;
}Thank you for finally getting back to me. Really appreciate it. You can close this thread now.
-
This reply was modified 12 years, 5 months ago by
Alex.
October 6, 2013 at 3:42 am #170968In reply to: I can't get my contact form workin
Okey, topic closed.
Best regards,
JosueOctober 6, 2013 at 3:09 am #170956In reply to: Ipad issues
Hi jmaguirrei!
1.) Are you using an iPad mini? The resolution or screen size is too small for it to support sidebars. You can display sidebar but it will be rendered at the bottom. Add this on your custom.css or Quick CSS:
@media only screen and (min-width: 400px) and (max-width: 768px) { .responsive .template-blog .blog-meta, .responsive .post_author_timeline, .responsive #top #main .sidebar {display: block; } }2.) You can use this to set the header’s fixed position:
@media only screen and (max-width: 767px) { .responsive #top #header { position: fixed; } }Cheers!
IsmaelOctober 6, 2013 at 3:05 am #170955In reply to: Top Menu expanded items behind main menu
Is there a fix for this yet?
October 6, 2013 at 2:54 am #170950In reply to: How to move search icon next to social media icons?
Hey!
You can use Media Queries to target the mobile view and reposition the search.
@media only screen and (max-width: 767px) { #top #menu-item-search { z-index: 100; top: 0; } }Best regards,
IsmaelOctober 6, 2013 at 2:53 am #170949In reply to: Post Slider not showing in Chrome
Hi!
Here are the links:
http://www.adw.cl/wp-content/support/post_slider/chrome.jpg
http://www.adw.cl/wp-content/support/post_slider/firefox.jpgMaybe I was modifiyng while you entered, please try now.
Notice that the mouse over the region recognizes there are a content, but no display.
I have quick CSS for the sidebar, maybe there is something missing?:
.inner_sidebar {
position: fixed;
top: 8%;
width:18%;
}Thanks!
JoséOctober 6, 2013 at 2:44 am #170944In reply to: chnage the height for header?
Hey mmi!
You can add this on your custom.css or Quick CSS:
/*header with social icons: */ .social_header #header_main .container, .social_header .main_menu ul:first-child > li a { height: 50px; line-height: 50px; } .fixed_header.social_header #main { padding-top: 80px; }Adjust the top padding of the #main div according to the height and line-height of the header.
Regards,
IsmaelOctober 6, 2013 at 2:27 am #170937In reply to: Enfold 2.3 Bugs. Please help asap.
Hey!
1.) You can add this on your custom.css or Quick CSS to create a space on top of the “About” image.
.flex_column.av_one_half.avia-builder-el-29.el_after_av_one_half { margin-top: 20px; }2.) There are drastic differences from browser to browser on how the actual rendered text looks. No matter how much control you try to exert over text, in the end, you don’t get much of what you expect. Not to mention most browsers are able to let users re-size and override font settings on the fly.
Cheers!
IsmaelOctober 6, 2013 at 2:18 am #170936In reply to: Post-Type Icons centered on Frontpage
Hey!
Please add this on your custom.css or Quick CSS:
.fallback-post-type-icon { position: relative; top: 49%; left: 50%; margin: 0 0 10px -20px; height: 60px; width: 60px; line-height: 59px; font-size: 25px; text-align: center; border-radius: 100px; display: block; }Cheers!
IsmaelOctober 6, 2013 at 2:09 am #170932In reply to: how to install the shop from the beginning
Hi Yigit, thank you for your support. it is much appreciated. I love your theme it is wonderful. My client loves it too. This is my first foray into premuim themes with shops.
Just for your information I thought I would paste in here the link to Avada theme support document, in relation to Woo, as I am fortunately developing one of those too.
In the absence of having a Plugin notification, I found this to be very helpful:
theme-fusion.com/support/documentation/avada-documentation/
the information about woo commerce, is at the very bottom of the document. It was just so completely helpful, everything, all together in one document….so handy to have this info together, than all separate questions to spend hours clicking through forum to find the right one to help.
All my questions got answered there for the Woo Commerce, as well as lots of others.
Just in case this above link doesnt work for you (it may just be for members only) all it said was:
1. How To Install WooCommerce And Setup The Default Shop PagesGo to your Plugin section of your wordpress admin
Click on the Add New button at the top of the page.
Then enter WooCommerce in the search field
Choose the first one called WooCommerce – excelling eCommerce and click on Install Now
WooCommerce will install, then click the link that says Activate Plugin
You will then see a WooCommerce Purple Notification Bar at the top of the plugin page.
Click the Install WooCommerce Pages button in the purplar bar to install all the default pages
Please Note: Once you are done installing WooCommerce and the default pages, you can go to the Appearance > Menu section of your admin and choose to add all the WooCommerce pages to your menu. They will be listed at the top under the most recent pagesOctober 6, 2013 at 1:58 am #170931In reply to: I can't get my contact form workin
Hi,
Can you create an administrator account and post it as in a private reply to this topic?
Regards,
JosueOctober 6, 2013 at 12:38 am #170914In reply to: my website stop working
Closed.
Regards,
JosueOctober 6, 2013 at 12:29 am #170907In reply to: Changing Header size, and some customization
Hi Eli!
1. Add this CSS to the Quick CSS (Enfold > Styling):
.fixed_header #main { padding-top: 70px; } #header_main .container, .main_menu ul:first-child > li a { height: 70px !important; line-height: 70px !important; } .header-scrolled #header_main .container, .header-scrolled .main_menu ul:first-child > li a { height: 45px !important; line-height: 45px !important; }2. This will remove the box-shadow, and will make the border red (change red for the desired color):
.avia-section{ border-color: red; box-shadow: none; }3. It is possible, but that would require a deeper customization, and that’s out of the scope of this support forum, if you really need it, try hiring a freelancer for the job.
4. Your logo is an image, you can’t ‘change’ the color of an image.
Cheers!
JosueOctober 5, 2013 at 11:51 pm #170906In reply to: my website stop working
work normaly :)
October 5, 2013 at 11:33 pm #170902Topic: my website stop working
in forum Enfolddiaarts
Participantcan you check please whats the problem with my webisite
http://diaarts.com/October 5, 2013 at 11:23 pm #170895Topic: Labas Yigit :) Reikia pagalbos :)
in forum EnfoldCutegi
ParticipantAs nupirkau rev slideri ir dabar zaidziu su jo
as noriu kad jame rodytu temos ikoneles
Gal gali man parasyyt .css koda kuri as galesiu iterpti i “rev slideri” .cssten tokie kodai :
.tp-caption.small_yellow{
position: absolute;
color: #fff8dc;
text-shadow: none;
font-weight: 100;
font-size: 25px;
line-height: 9px;
font-family: ‘Alegreya’, serif;
padding: 0px 3px;
padding-top: 1px;
margin: 0px;
border-width: 0px;
border-style: none;
background-color:transparent;}
man reikia kad butu sablonas kur as irasius iconos coda galeciau iskarto gauti paveiksliuka
.tp-caption.icons……as dabar istatineju :
[av_font_icon color="#64fade" font="entypo-fontello" icon="ue803" size="30px"]Aciu :)
October 5, 2013 at 10:49 pm #170887In reply to: Make Excerpt Shorter
Hello andreanapier1985!
Please take a look at Josue’s post here https://kriesi.at/support/topic/blog-post-excerpts-2/#post-169503
Best regards,
YigitOctober 5, 2013 at 10:39 pm #170881Hi!
Yeah apparently i gave you css code for iconlist instead of iconbox. Here are correct codes;
.iconbox_top .iconbox_icon { font-size: 50px!important; height: 90px; width: 90px; line-height: 84px; top: -64px; } .iconbox .iconbox_content .iconbox_content_title { margin: 30px 0 16px 0; } .iconbox_top .iconbox_content { margin-top: 80px; }You may need to adjust margin values depending on icon size. If you need to, feel free to let us know :)
Regards,
YigitOctober 5, 2013 at 9:48 pm #170863In reply to: Transparent home page
Hello!
Your code works, but you will need to apply the background image via CSS too, because it needs to target the whole body element, add this to the CSS:
body.home{ background: #ffffff url(BG_URL) top left repeat scroll; }Result:

Cheers!
JosueOctober 5, 2013 at 8:08 pm #170852Topic: Post Slider not showing in Chrome
in forum Enfoldjmaguirrei
ParticipantHello
My site: http://www.adw.cl
I have a Post Slider in the sidebar. displayed everywhere widget area, page ‘Whiskypedia’.
In Firefox it is shown, but in Chrome does not appear.This is the code I used in the widget area (type Text):
[av_postslider link='category,16,14,1,15' columns='3' items='-1' offset='0' contents='title' preview_mode='custom' image_size='thumbnail' autoplay='yes' interval='5']
Please help
Thanks!!
JoséOctober 5, 2013 at 7:58 pm #170845Topic: This Might Fix Your Broken Plugin Issue . . .
in forum EnfoldMichae1
ParticipantFellow Enfold friends (BretherEnfold?) I recently had a maddening issue with a great plugin https://www.slidetabs.com/
After contacting the author (who was VERY helpful and quick to respond, BTW) he showed me this error
TypeError: settings.data is . . . /wp-content/themes/enfold/framework/js/conditional_load/avia_google_maps_widget.js?ver=1.0.0 Line 27I posted the details of the issue here : https://kriesi.at/support/topic/slidetabs-broken-by-2-3-upgrade/
A fellow user (jeeves) suggested disabling the offending “google maps widget” .js include file by renaming it, as he had the same issue with a different plugin.
Lesson being :
If your plugin uses jQuery in it’s interface, it may be incompatible with the .js included in Enfold 2.3
Hope this helps some of my other BretherEnfold (<- really like this word, but I’m just punning around :)
-
This topic was modified 12 years, 5 months ago by
Ismael.
October 5, 2013 at 6:36 pm #170833In reply to: Top Menu expanded items behind main menu
I’m having the exact same issue – something happen with the latest update?
October 5, 2013 at 3:03 pm #170800In reply to: Header Social Icons Divider
Hey jklillibridge!
Please remove
#top .social_bookmarks li { float: right; }and add following code instead
#top .social_bookmarks { float: right; }Cheers!
YigitOctober 5, 2013 at 2:54 pm #170799In reply to: Top Menu expanded items behind main menu
October 5, 2013 at 2:30 pm #170797In reply to: Top Menu expanded items behind main menu
Hey tonaua!
Can you post the link to your website so we can inspect it?
Cheers!
YigitOctober 5, 2013 at 12:01 pm #170777In reply to: ENFOLD: WPML switcher in toolbar or top banner
Hi Dude,
is there a possibility to have the language 2 letter acronym instead of the flags (at the same place) ?
For instance, have EN for english, DE for german ?
Thanks
john
October 5, 2013 at 11:24 am #170774In reply to: Transparent home page
Hi Josue,
The website is not online yet. I want the content container and header and homepage slider to be transparent on the home page only – which has the class .page-id-1040. I tried adding it to the css you gave below but cant get it to work.:#top #main,#top .html_stretched #wrap_all,#top .alternate_color,#top .header_color,#top .main_color,#top .header_color div,#top #header,#top .header_color .container_wrap_meta,#top .header_color .header_bg,#top .footer_color,#top .footer_color,#top .socket_color {
background-color:rgba(255,255,255,0) !important;
}
#top .container_wrap {
border-top-width:0px !important;
}
#top #header_main {
border-bottom-width: 0px !important;
}
Just please make sure that you add a background in Enfold > Styling > General. and remove the color from ‘Body Background color’ input box right above where you will upload the image on that page. -
This reply was modified 12 years, 5 months ago by
-
AuthorSearch Results
-
Search Results
-
There was another thread on this that has been closed : https://kriesi.at/support/topic/accordion-hide-all-category/#post-133938
Finally got around to trying Kriesi’s advice, but it didn’t work :( I think perhaps because of the 2.3 update?
In any case, I’ve pasted the following function into my child theme’s functions.php, but I might have missed something.
Any thoughts?
Topic: my website stop working
can you check please whats the problem with my webisite
http://diaarts.com/As nupirkau rev slideri ir dabar zaidziu su jo
as noriu kad jame rodytu temos ikoneles
Gal gali man parasyyt .css koda kuri as galesiu iterpti i “rev slideri” .cssten tokie kodai :
.tp-caption.small_yellow{
position: absolute;
color: #fff8dc;
text-shadow: none;
font-weight: 100;
font-size: 25px;
line-height: 9px;
font-family: ‘Alegreya’, serif;
padding: 0px 3px;
padding-top: 1px;
margin: 0px;
border-width: 0px;
border-style: none;
background-color:transparent;}
man reikia kad butu sablonas kur as irasius iconos coda galeciau iskarto gauti paveiksliuka
.tp-caption.icons……as dabar istatineju :
[av_font_icon color="#64fade" font="entypo-fontello" icon="ue803" size="30px"]Aciu :)
