
pingram3541
pingram3541
About
- Username
- pingram3541
- Joined
- Visits
- 340
- Last Active
- Roles
- Member
Comments
-
Yay, thank you for adding this to the latest revision =)
-
Regarding the sidebar, what about existing sections that included sidebars? Would that now be broken? Also, can we add similar options that sections and columns have as far as classes, ids, background, padding etc to the new wrappers? Right now the…
-
No MB3 still does not apply the relative path fix. Its pretty simple few lines of js and I've verified today that w/ version 10 they no longer include support for WP 3.4 so now there is only 1 file to modify but yes it is still a core edit. The fil…
-
Oh and the base64 encoding in my opinion is fine because if memory serves right, it removes risk of sql injection and the decode is performed by php outside of the database rather than the database serving up escaped html which is uncompressed and w…
-
The two files I provide a few comments above always do the trick for me. All betheme upload dialogs use relative urls once those files are replaced. Its just a few lines of code but betheme provides no hooks to override this from a child theme so …
-
Yay, its fixed, thank you so much for such a quick response on this!
-
It is on the front end so it is the VC update button. There is no WordPress update button on the front end when editing in VC. I'm curious how that effects the base64 code stored in post meta for the muffinbuilder. If I find anything I'll definitel…
-
Oh I used this forum system to send it to you. It shows muffingroup has left this conversation. I've now sent it to you via the themeforest emailing system.
-
Just sent you a pm. It's only two sections and mind you I've fixed put a band-aid on the problem w/ css so you won't see the menu background change when it is current. But you'll see on initial page load the second menu item, which is the second se…
-
Yes I am aware and fully understand your concerns, as they would be mine as well. I will pm you my thoughts =)
-
The solution is for the theme authors to modify the script and css they are already using and a little bit of php. Not too much work really. 1) Register new option in theme options - call it something like "mobile menu breakpoint override"…
-
Use of a betheme "template" for the site footer would be an awesome option in the footer theme options panel (site wide setting). This could be an additional option inside the current drop down that lets you define the number of widget ar…
-
I know this has probably been suggested many times but column offsets would be very convenient in muffin builder so we don't have to mess w/ css. Oh and thanks for adding some of my previous suggestions, I love the builder import append/prepend abil…
-
Yes I know the automatic re-sizing of text is a built-in rev slider function but did you not look at the screenshot I provided or test this yourself on your own demo? The "span" inside the text providing only a color change is re-sized sma…
-
Hi thanks for the quick response. Yes I'll play around with the static css option and see if the behavior is different.
-
Totally understand. Curious and totally off-topic but since you mentioned it *grins*...new Muffin Builder?...will there be a sneak peek coming soon? Thx
-
@muffingroup - Please take a look at the examples I provided above. Very simple fix literally a couple of lines modified and handles all betheme upload dialogs both in muffin builder and theme settings such as favicon, etc. You could add an optio…
-
I updated gists for both versions of the upload handlers making the paths relative. Any reasons why this couldn't be added to the core? I've been using it on my dev site for a few weeks now and its been extremely solid. Will definately save me so…
-
Yes but I must warn you that it is not for non-technical folks. It requires using a child theme and applying some php code. My client needed a way to add a specials page listing coupons they offer and wanted a simply way to enter the price and desc…
-
np, thanks for acknowledging the functionality and that we might get it in the future. I might shoot you a gist if I find the time. =)
-
np. Its just one of those files you can't override easily in child theme without bouncing through several files and changing includes and requires so I am doing a core edit instead for now and keeping notes on each update. Thx.
-
Found a simple fix for upload field, /betheme/muffin-options/fields/upload/field_upload.js where the media handler returns attachment.attributes.url. simple. Just write a temp element to parse the url. //convert url to relative pathvar el = documen…
-
@muffingroup not sure if its more complicated than this but when I make my own vc elements for example that include images or internal links I provide an option to toggle absolute vs relative url by passing the returned media url to $src = parse_url…
-
It looks like we might be seeing some enhancements for updating bundled plugins that are outside of WP repo. But for now, can't this be done by simply passing min version in the TGM settings of each new theme update that includes newer plugin versi…
-
Update - ignore all my posts below addressing this issue as I've built it into a non-destructive plugin that simply changes betheme options and builder output to relative urls - found here (note this does not change existing paths, this applies to u…
-
I'd like to suggest a video tutorial, starter template and child theme capability to build our own muffin builder elements, like how VC does using vc_map. I prefer not to use VC anymore, MB is far superior in ease of use and speed. This would allo…
-
@muffingroup Yeah, since you use TGM and since the updated premium plugins are included in the /betheme/plugins/ folder, it would be nice if Thomas included an "update" provision in his plugin activation class. I messaged him the idea =)
-
I found two ways to update. Once the theme zip is uploaded I can deactivate and uninstall a bundled plugin and then refer back to the theme installer to reinstall the plugins and reactivate them. Once this is done they will all have the new version…
-
@muffingroup yes I saw those. That's ok, I just copy files into my child theme and add what I need.
-
Ok, thanks for the quick response.