Forum Replies Created
-
AuthorPosts
-
I solved the shortcode builder issue. It was due to another plugin.
But my form still doesn’t display on the published page.
Update: I looked in the html to see if anything was weird and I found the problem. The form had
display: none
Here is the relevant html:
<div class="avia_textblock " itemprop="text"> <div class="gf_browser_chrome gform_wrapper" id="gform_wrapper_1" style="display:none">...</div>
Any ideas on what can be causing the form to inherit this property of
display:none
?Update: After doing more research it seems to be a javascript issue. My form has conditional logic which causes parts of the from to have display:none which then get toggled with JS based on form selections. I checked the footer.php and there is the wp_footer(); hook. So at this point I’m not sure what to do. I have a plugin called “Jquery updater” installed, but even with it deactivated the issue is still there.
I’m thinking this is a theme issue not a gravityforms issue.
That didn’t work for me, possible because I have UberMenu as my menu now??
But I did manage to get what I want by editing the header.php and changing<div class='container'> <?php /* * display the theme logo by checking if the default logo was overwritten in the backend. * the function is located at framework/php/function-set-avia-frontend-functions.php in case you need to edit the output */ echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', false, 'strong'); if(strpos($headerS,'social_header') !== false && strpos($headerS,'bottom_nav_header') !== false) avia_social_media_icons($social_args); /* * display the main navigation menu * modify the output in your wordpress admin backend at appearance->menus */ $extraOpen = $extraClose = ""; if(strpos($headerS,'bottom_nav_header') !== false){ $extraClose = "</div></div><div id='header_main_alternate' class='container_wrap'><div class='jrm_container'>"; }
Notice at the very end I have “jrm_container” instead of just “container” Then I added the following css:
.jrm_container { position: relative; margin: 0 auto; padding: 0px; clear: both; }
That way the width takes up the entire width of the parent container.
Do you see any issues with this way of doing things? I created my own cusotm “container” to avoid any potential issues like other divs having the container class.
thanks
Yes I tried that, but it doesn’t work. It still doesn’t fade it just appears white immediately.
Any way we can get this working would be great!
So either, make the container full width (I’ll worry about positiong and all the small details)
or
make #header_main_alternate fade like the rest of it.This reply has been marked as private.January 30, 2014 at 10:33 am in reply to: theme causing modal login to scroll page down a little #216881Got it all figured out. Worked great. Thanks a million! I’ve been trying to figure that out for a while!
Quick question for future reference… Is the “no-scroll” specific to Enfold? or is that something I can put in other theme’s if I come across similar issues.
I guess I should ask if it theme specific.thanks!
January 30, 2014 at 10:25 am in reply to: theme causing modal login to scroll page down a little #216879Hey Peter,
How exactly do I change that? Would I look in the plugin files and find where it is creating that class and just add the “no-scroll” in?
thanks
Woops, Sorry didn’t mean to create a duplicate. Sorry I lost track of all things going on with site and didn’t realizeI already posted. I’ll just continue on the other thread so you can close this one.
Sorry and thanks!
This reply has been marked as private.January 23, 2014 at 8:27 pm in reply to: theme causing modal login to scroll page down a little #214065This reply has been marked as private.This reply has been marked as private.Hey Ismael,
Thanks for the quick response!
I tried them already, but it’s not working. I would rather have it as an automatic function anyways so that I don’t have to edit all my images to be the same dimensions. (I want to use the “Perfect Grid”)
Any ideas?
Great! Seems to be working just fine. Thanks
1. Support for Marketpress by WPMU Dev.
This is an awesome shopping cart plugin that has a lot of users behind it. The plus for you guys is that it would greatly increase sales due to the lack of 3rd party development. Everything is WooCommerce oriented, but Marketpress has an established user base that are in dire need of more support! They WILL pay for something of Enfold and other Kriesi.at products quality.
Maybe even just simple, page templates. It seems pretty easy to create pages for Marketpress Products. There is a tutorial on the WPMU Dev site/blog: http://premium.wpmudev.org/blog/the-easy-guide-to-theming-marketpress/This would be totally awesome!
——————————————————————————————————————————-
2. Support for Royal Slider
Royal slider has a lot of cool templates to use. It would be great to make it compatible with Enfold so that we can have even more control.
I’m having difficulty with this as well.
I tried the first css and it just hid all my menu items.
Next I tried commenting out the avia_responsive_menu(); in the avia.js, and this worked, but it also disabled my small fixed header from sizing. It just stays big instead of scaling down when a user scrolls down.Is there a better way to get rid of the responsive menu, so I can avoid the header issue?
thanks
Sorry, totally missed that! :)
So i figured it out! It only animates at the beginning of the page load. I was trying to get it to animate when a user scrolls down to it. Is this possible?
Thanks, you guys are such a big help!
Thanks for taking your time to do the screencast.
that is correct. The animation works on the http://onecraftyshop.com/special-heading-animation-test/ but it doesn’t work on the homepage: http://onecraftyshop.com
I gave the special heading element the same custom css class of “awesome_heading” on the homepage, but it doesn’t animate. To clarify, the “easy as” special heading on the home page is what should be animating.
Not sure why it won’t animate here, but it animates on the other page.
Hey!
Definitely not working on my end. Weird if it is on your end.
I disabled cache while dev tools are open in chrome, I erased all browser history, cleared the cache but it didn’t work.
I’ve done this in both firefox and chrome.
not working.
I’m not really sure how you got it to work. I tried not putting it into a column and it still didn’t work.
Could it have something to do with being on the homepage?
*Also, yea my custom css classes do that. They save and behave normally, but when I go back in to edit, the custom css class is often blank. This doesn’t happen 100% of the time, but pretty often. Not sure why.
Hmmm
Any ideas why it isn’t working on the other page?
The only difference I see is that your page has the special heading not within a column or color section.
And my page had a 1/1 column with the special heading within that column.
Maybe this is the issue?
This reply has been marked as private.Bingo! Got it. I’m sure I can figure the rest out by fiddling with the numbers
Thanks againHere is the CSS
div .logo { left: 42%; z-index: 999; } .logo, .logo a, .logo img { max-width: 156px!important; } #megaMenu.megaMenuHorizontal ul.megaMenu > li.menu-item:first-child > a, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega > a { padding-right: 16px!important; padding-left: 15px!important; } #megaMenu ul.megaMenu > li#menu-item-277 { margin-right: 535px!important; }
I’m assuming the “menu-item-277” is this ID??
Don’t know how to find it?
Nor do I know how to add a custom IDWow!
Thank you VERY VERY Much!!!!
This reply has been marked as private.Not sure if the problem of text size was resolved but I just installed “Ultimate TinyMCE” and enabled font size and font family, along with a few other things, and it allows me to easily change text size throughout the text block along with font family. I just use another plugin called “fontmeister” to install google fonts. It’s a pain to preview the fonts through fontmeister so I just go to http://www.google.com/fonts and look for a font there then take not of the ones I liked and install using fontmeister.
I hope this helps
Hey I Know you guys are busy, but just wanted to put this back on the radar as it would really help me out!!
thanks
Perfect. It’s all working like it should!
Don’t see a resolved box, but this is resolved :)
thank youHmmm, didn’t work. I even used the same css selector of “awesome_heading”
Any ideas?
thank you!!
I think you are right.
I changed this css to edit the size of the arrow in the “scroll to top” button in the bottom left of pages.#top .avia-font-entypo-fontello, body .avia-font-entypo-fontello, html body [data-av_iconfont="entypo-fontello"]:before { font-size: 15px ; }
I would like to be able to use the icon element with the font size.
So how can I change the font size of the arrow in the “scroll to top” button without affecting anything else?
Thanks, you guys are awesome!
I’m still a little confused. Maybe you can clarify..
.image-overlay .image-overlay-inside:before{content:"\E869"; font-family: 'entypo-fontello'; font-size: 18px; font-weight: normal; } .image-overlay.overlay-type-extern .image-overlay-inside:before{content:"\E832";} .image-overlay.overlay-type-video .image-overlay-inside:before{content:"\E897";}
This is the only code that I found in the base.css that references font icons.
Do you mind explaining the differences between the three for us please?
Not sure how this will change the rollover icon for my products and regular images not related to my products. It seems like they are connected as they are classified as the same type in the above css. Sorry if I’m just misunderstanding.
Thanks.
-
AuthorPosts