
szmigieldesign
szmigieldesign
About
- Username
- szmigieldesign
- Joined
- Visits
- 139
- Last Active
- Roles
- Member
License key verification
We do not store any license keys, it is for verification purpose only if support expired
Where can I find my purchase code?Comments
-
There's probably a more elegant way to do this, but hey - it works!
-
In case anyone would be interested in adding code from epic favicon generator service, here's a snippet: /* CUSTOM ICONS */ add_action('wp_head','my_custom_favicons'); function my_custom_favicons() { echo "\n\n".''."\n"; echo '…
-
In BeTheme customization / hooks: Adding "inside <head>" hook to allow people populating the site with custom metadata easily.
-
I definitely will. Just wanted to ask if you perhaps stumbled upon something similar. Thank you for your support!
-
Thanks. It wouldn't bother me if it was for "love" buttons only. However it seems that media grids (the ones from VC) don't want to load when /wp-admin/ is password protected. And checking site's HTML source for /wp-admin/ leads me only to…
-
My new portfolio based on Be. It's in Polish but I bet you'll be able to navigate through :-)
-
I'll have to upload the site to my server as it's still a WIP on my localhost. What I've found so far:* Disabling "SEO by Yoast" partially fixed the problem. However, there is still an empty DIV with class "extra_content" being…
-
It's sitting inside div with class "extra_content". I haven't seen it before the update.
-
Images: Blog page Tag page
-
Awesome, thanks!
-
You're absolutely right. I was just curious about full-width layouts.
-
Some things that I've found while building my portfolio:* There is no way to turn off auto-generated data in single portfolio element view apart from doing it with CSS like this (it's LESS syntax): .single-portfolio { #Content {
…
-
You're right and it works in most cases, but searching for "button" or "buttons" gives way too many instances of this word in documentation, so it can be cumbersome.
-
I see. What about images in masonry? Isn't it a matter of how WordPress generates mid-size images?
-
You could try fixing it with localised jQuery script loaded on single post pages that will search for any instance of "in" and "at" inside particular DIV.
-
Hello, I'd like to suggest one change to how things are being edited with Muffin Builder. How about making options responsive with up to three columns on very wide (full hd and beyond) screens? For example, when editing section parameters - the…
-
Sorry about that, I'm copying it into suggested thread right away.
-
Ah, yes. I found it, it's under 4.4.2.2 Content shortcodes. A submenu under "shortcodes" for quick reference would be an awesome addition inside Be's documentation. There are so many shortcodes that it's hard to find certain ones (especial…
-
I still can't find some of them. For example, after inserting "button" shortcode I get: [button title="" icon="" icon_position="" link="" target="_blank" color="" font_color=&quo…
-
You could also try image gallery from VC. Thumbnails have less margin by default when used this way. You also have a choice of grid or sliders. Btw. @muffingroup, it would be nice to sync hover styles between various gallery types. Galleries gener…
-
Keep in mind that such image will appear as cut on screens wider than 1920px. For example - I use WQHD resolution screen and all Be demos look weird. A simple workaround would be to add "cover" background position for header images as a …
-
It's a WordPress gallery. You insert it with "Add media" button in the editor. The difference is that you have to click "Create new gallery" on the media search window and after selecting images that you want - you add the galler…
-
Since this theme relies heavily on prettyPhoto, it would be nice to have the possibility to customize its look. Especially considering there are several "skins" shipped with prettyPhoto - it would be great to be able to choose prettyPhoto'…
-
Yes, that would do the trick after some extra styling though (removing the frames, etc.). However, I really miss the extra control that Media Grid element gives me. It really is very flexible. If only I could make a working gallery out of it. Do yo…