Digital experiences for all disciplines
Forum Replies Created
-
-
Okay I removed the sidebar. What do I have to do to make the content centered with margins about half the size of a typical sidebar?
I want just a static image to display, not display in a slider functionality. Also, I’m able to get any regular image to display full-width on the page, but for some reason only the images that I try to image map and make clickable areas on the image it won’t display full screen if the web browser is expanded to full screen. As I make the screen smaller the image is responsive and changes to full screen.
Well I don’t have it up and running on the frontend right now because I haven’t been able to change the color of the promo bar. I downloaded the csv of theme colors, updated the Promo Box BG Color, reuploaded the csv…but the file doesn’t display from the dropdown menu of theme color schemes. I don’t want to display the promo bar on the frontend until I can get the color right. Any help there?
Thanks,
DanThis reply has been marked as private.Thanks. So it cannot be moved to the very top of the page?
Hey Kyle,
I have a new page, and I’ve added the blog page element to the swift page builder. However I don’t see an option to resize the blog element to 2/3…it seems to just take up the full width of the drag and drop box. Your description sounds like a perfect solution not having to use sidebars but I can’t seem to follow your directions correctly.
Thanks,
DanThat works much better! Is it possible to make it display 4 images instead of the 3 it’s currently showing?
Okay thanks
April 16, 2015 at 4:39 pm in reply to: Remove 'Product Description' Accordion on product pages #165703Does it need to be the child theme?
April 16, 2015 at 3:55 pm in reply to: Remove 'Product Description' Accordion on product pages #165696Okay…I’m not good with editing php files so I just want to be sure I’m doing this right. If all I want to do is remove the description tab, I’d add this to the functions.php file?
add_filter( ‘woocommerce_product_tabs’, ‘woo_remove_product_tabs’, 98 );
function woo_remove_product_tabs( $tabs ) {
unset( $tabs[‘description’] ); // Remove the description tab
return $tabs;
}
And does it need to be the functions.php folder of child theme? Where in the file do I add it? Sorry for the questions, just don’t want to mess anything up.
Thanks,
DanHi – I changed the css and have attached 2 screenshots of what the section now looks like on smart phones both vertically and horizontally.
It’s better…but still not quite correct yet. Is anyone else having this problem?
Thanks for all your help
Attachments:
You must be logged in to view attached files.This reply has been marked as private.This reply has been marked as private.Hi Mohammad – I had one WP Super Cache plugin installed but not activated…I deleted it but the problem still persists.
Anything else I can try?
Thanks for the reply! Where in the functions file should I place the code?
-