Digital experiences for all disciplines
Forum Replies Created
-
-
December 6, 2014 at 10:33 pm in reply to: Somehow a script is adding a padding-top between the menu and the slider. #133982
Add it to
Theme Options / General Options
Scroll down until you see the Custom CSS box
I’m good, thank you.
After you select the footer layout
WordPress dashboard Admin -> Theme Options -> Footer Options
goto
WordPress dashboard Admin -> Appearance -> Widgets
the far right are your sections to add the footer info/text/widgets/etc.
Your site works fine for me. Responsive. Chrome & firefox browsers.
Ask this in a woocommerce support forum
October 10, 2014 at 8:07 am in reply to: Button shortcode: how do we remove the dropshadow effect on mouse hover #119146Thank you Mohammad
October 2, 2014 at 7:21 pm in reply to: Product lightbox image slideshow left arrow (previous button) misplaced #116850Thank you, works.
Thank you, this thread solved my problem about .mo files in child theme.
Could you try centering a [social] tag in your demo in a ‘Text Block (fullwidth)’ element and let me know what you get and how you fixed it.
odd, thought the div would do the job.
How do we center the social icons when we add them to a ‘Text Block (fullwidth)’ element in a page (not just footer)? The responsive ability of a page will not allow the use of your “width” settings as the column size changes depending on the page size.
I use
<div style="text-align: center;">[social style='dark' type='twitter,instagram']</div>
which works in the footer but does not work in the main content area in a ‘Text Block (fullwidth)’ element.
There should be an ALIGN option in the shortcode. ie:
[social style=’dark’ align=”center” type=’twitter,instagram’]Please update to the latest version of the plugin here: http://d.pr/f/gBzJ/1CyRstcw
that link does not work.
add this to your custom css
/* FIX FOR DROPDOWN DBL ARROW IN FIREFOX */ @-moz-document url-prefix() { select { background-image: none !important; } }
I found a 404 redirect plugin that works fine as well.
I edited my 404.php. Deleted all the code in there and just added this one line that does a URL redirect to the new 404 page I created. It would be great if we could just edit the original 404 page in page builder instead.
<meta http-equiv="refresh" content="0; URL=http://www.yourdomain.com/404-Ooops">
while you are waiting for support, do a search in the forums, all these questions have been answered already
-