Francesco Barberini
Forum Replies Created
-
Forum: Plugins
In reply to: [Weight Based Shipping for WooCommerce] Prepare the plugin for localization!Oh, I understand your point of view. The only think I can tell you is that I could handle italian translations as a PTE, but maybe it wouldn’t be enough.
Then I’ll manage my italian version of the plugin locally.
Please, let me know if you change your mind!
ThanksForum: Themes and Templates
In reply to: [Button] section with button.svg imageYou’re welcome!
It’s a pleasure to be helpful! Please mark the topic “resolved”.Bye
- This reply was modified 9 years, 6 months ago by Francesco Barberini.
Forum: Themes and Templates
In reply to: [Button] section with button.svg imageHi @jasmin321,
sorry for the wait. Try to add the following code to your theme’s style.css file.
.post-type-archive-product #container #content, .single-product #container { border-bottom: 1px dashed #dddddd; margin: 0 0 4.5em; padding: 0 0 3em; position: relative; } .post-type-archive-product #container #content:after, .single-product #container:after { content: ""; display: block; background-color: #fff; background-image: url(img/button.svg); background-repeat: no-repeat; background-size: 132px 35px; background-position: -46px top; width: 88px; height: 35px; position: absolute; left: 50%; top: 100%; -ms-transform: translate(-50%, -16px); -webkit-transform: translate(-50%, -18px); transform: translate(-50%, -18px); } .single-product .product:after { display: block; clear: both; visibility: hidden; content: ""; }Tell me if it works.
Forum: Themes and Templates
In reply to: All themes shows wrongYou’re welcome. If all it’s ok please remember to tag as resolved.
Bye!Forum: Themes and Templates
In reply to: All themes shows wrongIt seems to not be a WordPress trouble.
With “doesn’t look like the theme demo” if you are referring to this theme: https://graphpaperpress.com/themes/business/, it isn’t in the WordPress repository, so I notice that there is a documentation link in the theme’s author site (https://graphpaperpress.com/support/instructions/?theme=business). Here you can find the “demo content” that you can add to your site to view it exactly as the theme demo.
Forum: Themes and Templates
In reply to: All themes shows wrongYou should add some contents in you site.
Try to add an image to this post (http://cover-fix.esy.es/?p=1) and then try to view it.There aren’t problems with the themes for me.
Forum: Themes and Templates
In reply to: All themes shows wrongI think your theme is not showing wrong, I think you can reach the style that you aspected to see by editing your theme’s options in Appearance->Customize.
Your theme seems to not “hiding” any images, maybe you just have to add them to your pages/posts.
When you install a theme you don’t add the images you see in the theme’s live example automatically.Forum: Themes and Templates
In reply to: [Button] section with button.svg imageHi @jasmin321, can you please give me a link to view your issue?
With “button.svg” are you referring to the WooCommerce “add to cart” button?Forum: Themes and Templates
In reply to: [Olsen Light] how do you edit headings in postsHi @elaineedgson13, you can style them by editing the style.css file in your theme’s directory. You should edit h1 or h2 tag styles, but it depends on your markup structure.
If you give me a link to view maybe I can help you better.Forum: Themes and Templates
In reply to: All themes shows wrongHi @eitrnel, it seems that you have not activated the theme you aspected to see. Can you please give me a link to view?