Forum Replies Created
-
AuthorPosts
-
@richardelectrix – Thanks for sharing your code. Works perfectly
@support staff – The answer really should have come from you. It’s not too much to ask for people to see the quantity of items they are ordering on a mobile device.
Hi Miguel,
Check out this tool: typewonder. It lets you instantly preview your website with different google fonts, without actually changing anything. I ran it on your site and it’s obviously just my opinion, but I kinds of liked these three fonts: viga, droid sans,and varela.
-Tali
February 28, 2014 at 6:30 am in reply to: code for bringing 'grouped products' back to woocommerce 2.0 format #230452Thanks!
Please please please give us a normal sidebar layout for WooCommerce product pages. I appreciate the great support and all that you do:)
That got me on the right track. Ended up adding this to my custom css:
/* #Desktop - Extra Large - Product ================================================== */ @media only screen and (min-width: 1340px) { .responsive_large .single-product .container .four.units { width: 310px; } .responsive_large .single-product .container .eight.units { width: 670px; } .responsive_large .single-product .container .twelve.units { width: 1030px; } } /* #Desktop - Product - Large ================================================== */ @media only screen and (min-width: 1140px) { .responsive_large .single-product .container .four.units { width: 270px; } .responsive_large .single-product .container .eight.units { width: 590px; } .responsive_large .single-product .container .twelve.units { width: 910px; } }
An index of css targeting rules/tips would be amazing!
If I sent you the error log generated by xamp do you think you could point be in the right direction?
February 11, 2014 at 3:03 am in reply to: Yet another question about the logo/header height. #222002cool, I tried that initially, but I also added the extra css styling so it didn’t look good. This time I left it out, and it’s perfect!
Thank you very much
Being able to display up-sells or related products in the sidebar for a single product page would be very cool!
All’s good, thanks for your help.
ok…still a bit confused. Do I add that code to my current function file and then press import dummy data? Won’t this also rewrite my theme styling preferences? If there’s no other was, then I guess that’s what I have to do.
I don’t really want to import the dummy data again because that would wipe out my styling settings, and I’d have to start deleting duplicate and unwanted items.
What exactly do you mean by “Import the wp_layerslider table then export it on the current installation.” – import the dummy data on a test installation and delete everything but the layer sliders and then exported my content via the standard wp export tool?
Thanks for your help!
- Small icon list
- Process builder with icons and text
- Hover styles for icon boxes (change icon color/size/etc when the mouse enters the box)
- The ability to use an image instead of a font icon in icon boxes would be nice.
- Event calendar integration (like in Incarnation)
- And for documentation, I’d really appreciate a ‘how to adjust CSS code’ guide – i.e. so if I find a code on the forum which does what I want, I can see how to make it work on the appropriate pages for my site without needing someone to respond to my support ticket. (If something like this exists already, please let me know!)
I found the solution: https://kriesi.at/support/topic/fullwidth-in-showbiz-pro/
November 22, 2013 at 9:34 pm in reply to: Compatibility of WPMUDev's Events+ plugin or Calendarize It! #192063In case anyone is wondering about Calendarizeit, I just want to mention that it works pretty well with enfold. There’s a slight issue with the event list template, and the aesthetics aren’t as nice as in the Events Calendar, but as a user of both plugins I have to say that when it comes to creating complex reoccurring events (even with arbitrary dates) Calendarize it is hands down the winner. Their support it pretty great too.
I haven’t used it with enfold, but I’ve used it with other themes and it worked really well: http://wordpress.org/plugins/q2w3-fixed-widget/
Never mind, figured it out for myself (the answer is yes!)
Thank you for responding.
The developer of calendarizeit looked into it and said it was related to the latest theme update. But he has applied a temporary fix. If I get more info, I’ll post it here
- This reply was modified 11 years, 1 month ago by taliwalt.
Hey David,
The plugin you want to install is called Gravity Forms CSS Ready Class Selector. You’ll find it in the WordPress plugins repository with a simple search. It makes it super simple to layout your form into columns (1/2 and 1/3). It also add a few options for laying out list items. I’ve been using it for years.
-Tali
amazing. thank you!!
According to firebug, list items have the following css applied to them:
.entry-content li {
margin-left: 1em;
padding: 3px 0;
}
Just change the 3px in the custom css area. If you only want to change it for a list on particular post/page install a plug-in like css plus, which lets you do just that.
Hi Sami,
I don’t know that this plugin will suit your purposes but I use Gravity Forms with a plugin called http://www.myphpmaster.com/form-lightbox. I’ve used it on a bunch of other website without issue, but had to tweak the styling a bit for it to work with enfold…but just a bit.
On the lightbox form settings page I have the lightbox set to fancybox, and margins and padding set to 20px.
In custom css I have the border-width set to 15px.Good Luck,
Tali
No, I did. BBcode keeps stripping them for some reason. Here’s a screenshot of the actual code:
I attempted to fix the problem by inserting a list item at the top like so: <li style=”list-style-type:none”> , but the Avia layout builder strips the
and ignores it.I’ve set builder mode to debug, so I’m going to copy the code and replicate the page without using the builder to see if that fixes the problem, but I’d like to know why it’s happening in the first place.
That worked beautifully, thanks!
I was attempting to use DesktopServer’s professional migration plug-in. I will contact them for support.
Can you tell me which one of these icons is for the “go to top” link that appears at the bottom of long pages. I’m not seeing it.
That helps, thank you.
Help Please!
I followed these instructions and now certain hard-coded icons in the theme aren’t working, specifically: the icon on the “Go to Top” button that appears on long pages, and the next and previous buttons on either side of the blog posts. Can you tell me what to edit in the charmap.php file to fix this? The site is still in development so I can’t give you a link.
I don’t know that using firefox would help. I primarily use firefox and tags in the html editor get stripped and sometimes added all the time!
-
AuthorPosts